Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 2ed1c87

Browse files
committed
Remove inconsistent rpc URLs from conflux-testnet and update related documentation
1 parent e9d424d commit 2ed1c87

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

.changeset/forty-vans-speak.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
---
44

55
Fixes following issues:
6+
* conflux-testnet
7+
- Remove inconsistent rpc url
68
* ethereum-sepolia-testnet
79
- Remove inconsistent rpc url
810
* fraxtal-holesky-testnet

chains/conflux-testnet.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
{
2121
"alias": "public",
2222
"rpcUrl": "https://evmtest.confluxrpc.com/"
23-
},
24-
{
25-
"alias": "backup",
26-
"rpcUrl": "https://evmtestnet.confluxrpc.org/"
2723
}
2824
],
2925
"symbol": "CFX",

src/generated/chains.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,6 @@ export const CHAINS: Chain[] = [
489489
providers: [
490490
{ alias: 'default', rpcUrl: 'https://evmtestnet.confluxrpc.com/' },
491491
{ alias: 'public', rpcUrl: 'https://evmtest.confluxrpc.com/' },
492-
{ alias: 'backup', rpcUrl: 'https://evmtestnet.confluxrpc.org/' },
493492
],
494493
symbol: 'CFX',
495494
testnet: true,

0 commit comments

Comments
 (0)