diff --git a/.changeset/wise-pets-cheat.md b/.changeset/wise-pets-cheat.md new file mode 100644 index 00000000..89358f4f --- /dev/null +++ b/.changeset/wise-pets-cheat.md @@ -0,0 +1,5 @@ +--- +'@api3/chains': patch +--- + +Update default provider for canto diff --git a/chains/canto.json b/chains/canto.json index e7513968..61f6130e 100644 --- a/chains/canto.json +++ b/chains/canto.json @@ -15,7 +15,7 @@ "providers": [ { "alias": "default", - "rpcUrl": "https://canto.slingshot.finance/" + "rpcUrl": "https://mainnode.plexnode.org:8545" }, { "alias": "ansybl", diff --git a/src/generated/chains.ts b/src/generated/chains.ts index 897e22b5..fdb2485d 100644 --- a/src/generated/chains.ts +++ b/src/generated/chains.ts @@ -450,7 +450,7 @@ export const CHAINS: Chain[] = [ id: '7700', name: 'Canto', providers: [ - { alias: 'default', rpcUrl: 'https://canto.slingshot.finance/' }, + { alias: 'default', rpcUrl: 'https://mainnode.plexnode.org:8545' }, { alias: 'ansybl', rpcUrl: 'https://canto-rpc.ansybl.io/' }, { alias: 'gravitychain', rpcUrl: 'https://canto.gravitychain.io/' }, ],