Skip to content

Commit

Permalink
chore(api): add worldchain.mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Oct 24, 2024
1 parent fd2a127 commit d304824
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 @@ -568,6 +568,12 @@
"worldchain": {
"name": "Worldcoin",
"networks": {
"worldchain.mainnet": {
"mainnet": true,
"name": "Worldchain Mainnet",
"blockExplorer": "https://worldchain-mainnet.explorer.alchemy.com/address/{address}",
"version": "2.0"
},
"worldchain.sepolia": {
"name": "Worldchain Sepolia",
"blockExplorer": "https://worldchain-sepolia.explorer.alchemy.com/address/{address}",
Expand Down

0 comments on commit d304824

Please sign in to comment.