We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72302f commit fce326eCopy full SHA for fce326e
src/hooks/use-cross-chain-transfer.ts
@@ -96,13 +96,13 @@ const arcTestnet = defineChain({
96
},
97
rpcUrls: {
98
default: {
99
- http: ["https://arc-testnet.stg.blockchain.circle.com"],
+ http: ["https://rpc.testnet.arc.network"],
100
101
102
blockExplorers: {
103
104
name: "Arc Testnet Explorer",
105
- url: "https://arc-testnet-explorer.stg.blockchain.circle.com",
+ url: "https://rpc.blockdaemon.testnet.arc.network",
106
107
108
testnet: true,
0 commit comments