Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Fix canto rpc and blockexplorer #403

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/cold-ravens-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wagmi/chains": major
---

Fixed canto rpc and blockexplorer
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
strict-peer-dependencies = false
strict-peer-dependencies=false
auto-install-peers=true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
"esbuild": "^0.15.13"
}
}
}
}
8 changes: 4 additions & 4 deletions packages/chains/src/canto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
Loading
Loading