From 7ec6dbf19495844ed5c6aa1bf13b017ea36fefd5 Mon Sep 17 00:00:00 2001 From: Derek Croote Date: Thu, 12 Sep 2024 08:22:49 -0700 Subject: [PATCH] fix: update sonic-testnet RPC and browser URLs (#437) --- .changeset/fuzzy-foxes-serve.md | 5 +++++ chains/sonic-testnet.json | 4 ++-- src/generated/chains.ts | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 .changeset/fuzzy-foxes-serve.md diff --git a/.changeset/fuzzy-foxes-serve.md b/.changeset/fuzzy-foxes-serve.md new file mode 100644 index 00000000..c4ebe9ac --- /dev/null +++ b/.changeset/fuzzy-foxes-serve.md @@ -0,0 +1,5 @@ +--- +'@api3/chains': patch +--- + +Fix sonic-testnet rpcUrl and browserUrl diff --git a/chains/sonic-testnet.json b/chains/sonic-testnet.json index 9aad1229..6ee9ec36 100644 --- a/chains/sonic-testnet.json +++ b/chains/sonic-testnet.json @@ -2,14 +2,14 @@ "alias": "sonic-testnet", "decimals": 18, "explorer": { - "browserUrl": "https://public-sonic.fantom.network/" + "browserUrl": "https://testnet.soniclabs.com/" }, "id": "64165", "name": "Sonic testnet", "providers": [ { "alias": "default", - "rpcUrl": "https://rpc.sonic.fantom.network" + "rpcUrl": "https://rpc.testnet.soniclabs.com" } ], "symbol": "S", diff --git a/src/generated/chains.ts b/src/generated/chains.ts index c4c70a34..5fd4e0e4 100644 --- a/src/generated/chains.ts +++ b/src/generated/chains.ts @@ -1533,10 +1533,10 @@ export const CHAINS: Chain[] = [ { alias: 'sonic-testnet', decimals: 18, - explorer: { browserUrl: 'https://public-sonic.fantom.network/' }, + explorer: { browserUrl: 'https://testnet.soniclabs.com/' }, id: '64165', name: 'Sonic testnet', - providers: [{ alias: 'default', rpcUrl: 'https://rpc.sonic.fantom.network' }], + providers: [{ alias: 'default', rpcUrl: 'https://rpc.testnet.soniclabs.com' }], symbol: 'S', testnet: true, },