Skip to content

Commit

Permalink
Update Gnosis and Chiado footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
yvaskov committed May 16, 2024
1 parent ab3c6db commit ad9cef1
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 4 deletions.
103 changes: 103 additions & 0 deletions configs/footer-links/gnosis-chiado.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
[
{
"title": "Organization",
"links": [
{
"text": "Validators",
"url": "https://www.gnosis.io/validators"
},
{
"text": "Developers",
"url": "https://www.gnosis.io/developers"
},
{
"text": "Community",
"url": "https://www.gnosis.io/community"
},
{
"text": "Blog",
"url": "https://www.gnosis.io/blog"
},
{
"text": "Careers",
"url": "https://www.gnosis.io/careers"
},
{
"text": "About",
"url": "https://www.gnosis.io/about"
}
]
},
{
"title": "Tools",
"links": [
{
"text": "Gnosis Docs",
"url": "https://docs.gnosischain.com/"
},
{
"text": "xDai Faucet",
"url": "https://faucet.chiadochain.net/"
},
{
"text": "Buy xDAI",
"url": "https://docs.gnosischain.com/about/tokens/xdai"
},
{
"text": "Buy GNO",
"url": "https://docs.gnosischain.com/about/tokens/gno#get-gno-tokens"
},
{
"text": "Gnosis Metrics",
"url": "https://www.gnosismetrics.com/"
},
{
"text": "Validate Gnosis",
"url": "https://www.validategnosis.com/"
},
{
"text": "d14n.info",
"url": "https://www.d14n.info/"
}
]
},
{
"title": "Directories",
"links": [
{
"text": "DAO",
"url": "https://www.daosongnosis.com/"
},
{
"text": "DeFi",
"url": "https://www.gnosisdefi.com/"
},
{
"text": "Wallet Finder",
"url": "https://www.gnosiswallets.com/"
}
]
},
{
"title": "Partners",
"links": [
{
"text": "MetaSuites",
"url": "https://blocksec.com/metasuites"
},
{
"text": "Sourcify",
"url": "https://sourcify.dev/"
},
{
"text": "DRPC",
"url": "https://drpc.org?ref=559183"
},
{
"text": "BlockSec",
"url": "https://blocksec.com/"
}
]
}
]

8 changes: 4 additions & 4 deletions configs/footer-links/gnosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@
"links": [
{
"text": "Gnosis Docs",
"url": "https://docs.gnosischain.com/node/"
"url": "https://docs.gnosischain.com/"
},
{
"text": "xDai Faucet",
"url": "https://gnosisfaucet.com/"
"url": "https://faucet.gnosischain.com/"
},
{
"text": "Buy xDAI",
"url": "https://buyxdai.com/"
"url": "https://docs.gnosischain.com/about/tokens/xdai"
},
{
"text": "Buy GNO",
"url": "https://buyxdai.com/gno"
"url": "https://docs.gnosischain.com/about/tokens/gno#get-gno-tokens"
},
{
"text": "Gnosis Metrics",
Expand Down

0 comments on commit ad9cef1

Please sign in to comment.