Skip to content

Commit fce326e

Browse files
Updated RPC and Explorer Urls
1 parent c72302f commit fce326e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hooks/use-cross-chain-transfer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ const arcTestnet = defineChain({
9696
},
9797
rpcUrls: {
9898
default: {
99-
http: ["https://arc-testnet.stg.blockchain.circle.com"],
99+
http: ["https://rpc.testnet.arc.network"],
100100
},
101101
},
102102
blockExplorers: {
103103
default: {
104104
name: "Arc Testnet Explorer",
105-
url: "https://arc-testnet-explorer.stg.blockchain.circle.com",
105+
url: "https://rpc.blockdaemon.testnet.arc.network",
106106
},
107107
},
108108
testnet: true,

0 commit comments

Comments
 (0)