Skip to content

Commit

Permalink
Merge pull request #41 from router-protocol/fix/multicall-config
Browse files Browse the repository at this point in the history
add: redbelly & shido multicall config
  • Loading branch information
jayeshbhole-rp authored Jan 8, 2025
2 parents 0f0d284 + bdab964 commit 0a4dd7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react/src/chains/evm/redbelly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ export const redbelly: EVMChain = {
url: 'https://redbelly.routescan.io',
},
},
contracts: {
multicall3: {
address: '0xEe43BBcC6340038130681F98d855E416F7F728e9',
},
},
};
5 changes: 5 additions & 0 deletions packages/react/src/chains/evm/shido.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ export const shido: EVMChain = {
url: 'https://shidoscan.com',
},
},
contracts: {
multicall3: {
address: '0xeD4c58BAEF3dd056345aF4affA05b085B50a8f67',
},
},
};

0 comments on commit 0a4dd7d

Please sign in to comment.