diff --git a/.changeset/cold-ravens-punch.md b/.changeset/cold-ravens-punch.md new file mode 100644 index 00000000..86c63456 --- /dev/null +++ b/.changeset/cold-ravens-punch.md @@ -0,0 +1,5 @@ +--- +"@wagmi/chains": major +--- + +Fixed canto rpc and blockexplorer diff --git a/packages/chains/src/canto.ts b/packages/chains/src/canto.ts index cb5a2126..d70226d6 100644 --- a/packages/chains/src/canto.ts +++ b/packages/chains/src/canto.ts @@ -10,13 +10,13 @@ export const canto = { symbol: 'CANTO', }, rpcUrls: { - default: { http: ['https://canto.slingshot.finance'] }, - public: { http: ['https://canto.slingshot.finance'] }, + default: { http: ['https://canto.gravitychain.io'] }, + public: { http: ['https://canto.gravitychain.io'] }, }, blockExplorers: { default: { - name: 'Canto EVM Explorer (Blockscout)', - url: 'https://evm.explorer.canto.io', + name: 'Tuber.Build (Blockscout)', + url: 'https://tuber.build', }, }, contracts: { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 81e2bb64..74d219fb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5284,3 +5284,4 @@ packages: settings: autoInstallPeers: true excludeLinksFromLockfile: false +