Skip to content

Commit

Permalink
feat(api): add gnosis.mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Aug 21, 2024
1 parent 6a88a9e commit c771bcb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/api/src/dataFeedsRouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,12 @@
"gnosis": {
"name": "Gnosis",
"networks": {
"gnosis.mainnet": {
"mainnet": true,
"name": "Gnosis Mainnet",
"blockExplorer": "https://gnosisscan.io/address/{address}",
"version": "2.0"
},
"gnosis.testnet": {
"name": "Gnosis Testnet",
"blockExplorer": "https://blockscout.com/gnosis/chiado/address/{address}",
Expand Down

0 comments on commit c771bcb

Please sign in to comment.