Skip to content

Commit

Permalink
Add RPC (#3353)
Browse files Browse the repository at this point in the history
* fix RPC URL

* add RPC url
  • Loading branch information
pblaravel authored Aug 18, 2023
1 parent 4e3eeab commit 01dddc8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _data/chains/eip155-75.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "Decimal Smart Chain Mainnet",
"chain": "DSC",
"rpc": ["https://node.decimalchain.com/web3/"],
"rpc": [
"https://node.decimalchain.com/web3/",
"https://node1-mainnet.decimalchain.com/web3/",
"https://node2-mainnet.decimalchain.com/web3/",
"https://node3-mainnet.decimalchain.com/web3/",
"https://node4-mainnet.decimalchain.com/web3/"
],
"faucets": [],
"nativeCurrency": {
"name": "Decimal",
Expand Down

0 comments on commit 01dddc8

Please sign in to comment.