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

Commit

Permalink
feat: update Canto RPC and block explorer links (#404)
Browse files Browse the repository at this point in the history
* Update canto.ts - rpc and blockexplorer

Updates Canto to match latest version of public docs, and replaces block explorer following the sunsetting of evm.explorer: https://docs.canto.io/user-guides/connecting-to-canto

* linting

* changesets

* fix lockfile

* linting

* fixing lockfile

* Update package.json

* Update pnpm-lock.yaml

---------

Co-authored-by: jxom <[email protected]>
  • Loading branch information
ColinPlatt and jxom authored Jul 6, 2023
1 parent a96b514 commit 186f5a7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
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
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
1 change: 1 addition & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 186f5a7

Please sign in to comment.