Skip to content

Commit

Permalink
change findora to fractal
Browse files Browse the repository at this point in the history
  • Loading branch information
Hcreak committed Jan 30, 2024
1 parent a6f3c36 commit 275487f
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
REACT_APP_ENV=production

# For all environments
REACT_APP_GATEWAY_URL=https://safe-client-gateway.multisig.findora.org/
REACT_APP_GATEWAY_URL=https://safe-client-gateway.multisig.fra.tech/
REACT_APP_GOOGLE_ANALYTICS=
REACT_APP_INFURA_TOKEN=
REACT_APP_IPFS_GATEWAY=https://ipfs.io/ipfs
Expand Down
2 changes: 1 addition & 1 deletion NewChain.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## How to add a new chain.

- https://safe-config-service.multisig.findora.org/admin/chains/chain/add/
- https://safe-config-service.multisig.fractal.org/admin/chains/chain/add/
- `git clone https://github.com/FindoraNetwork/safe-react`
`yarn instal`
- node_modules/@gnosis.pm/safe-deployments/dist/assets/v1.3.0/compatibility_fallback_handler.json add CompatibilityFallbackHandler address
Expand Down
Binary file modified public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta property="og:title" content="Safe" />
<meta
property="og:description"
content="Findora Multisig Wallet is the most trusted platform to manage digital assets on Findora"
content="Fractal Multisig Wallet is the most trusted platform to manage digital assets on Fractal"
/>
<meta property="og:image" content="%PUBLIC_URL%/resources/og-image.png" />
<meta name="twitter:card" content="summary_large_image" />
Expand Down
5 changes: 2 additions & 3 deletions public/resources/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/components/AppLayout/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@ const Footer = (): React.ReactElement => {

return (
<footer className={classes.footer}>
<span className={classes.item}>©{date.getFullYear()} Findora</span>
<span className={classes.item}>©{date.getFullYear()} Fractal</span>
<span className={classes.sep}>|</span>
{null && (
<Link className={cn(classes.item, classes.link)} target="_blank" to="https://gnosis-safe.io/terms">
Terms
</Link>
)}
{/* <span className={classes.sep}>|</span> */}
<Link className={cn(classes.item, classes.link)} target="_blank" to="https://findora.org/privacy-policy/">
<Link className={cn(classes.item, classes.link)} target="_blank" to="https://fractal.org/privacy-policy/">
Privacy Policy
</Link>
<span className={classes.sep}>|</span>
<Link className={cn(classes.item, classes.link)} target="_blank" to="https://findora.org/terms-of-use/">
<Link className={cn(classes.item, classes.link)} target="_blank" to="https://fractal.org/terms-of-use/">
Terms of Use
</Link>
{null && (
Expand Down
5 changes: 2 additions & 3 deletions src/components/AppLayout/Header/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 275487f

Please sign in to comment.