Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 417282a

Browse files
authored
fix RPC URL (ethereum-lists#3230)
1 parent a21de69 commit 417282a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_data/chains/eip155-202020.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Decimal Smart Chain Testnet",
33
"chain": "tDSC",
4-
"rpc": ["https://testnet-val.decimalchain.com/web3"],
4+
"rpc": ["https://testnet-val.decimalchain.com/web3/"],
55
"faucets": [],
66
"nativeCurrency": {
77
"name": "Decimal",

_data/chains/eip155-75.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Decimal Smart Chain Mainnet",
33
"chain": "DSC",
4-
"rpc": ["https://node.decimalchain.com/web3"],
4+
"rpc": ["https://node.decimalchain.com/web3/"],
55
"faucets": [],
66
"nativeCurrency": {
77
"name": "Decimal",

0 commit comments

Comments
 (0)