Skip to content

Commit

Permalink
fix: update manta pacific rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Jan 26, 2025
1 parent 6e5b898 commit c394a5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1396,6 +1396,9 @@ export const CHAINS = {
logoUrl: '/assets/images/vendor/chains/manta-pacific.svg',
infoUrl: 'https://pacific.manta.network/',
etherscanCompatibleApiUrl: 'https://manta-pacific.calderaexplorer.xyz/api',
rpc: {
main: 'https://manta-pacific.drpc.org',
},
deployedContracts: { ...MULTICALL },
priceStrategy: undefined, // TODO
}),
Expand Down

0 comments on commit c394a5e

Please sign in to comment.