Skip to content

Commit

Permalink
- Updated RPC for Toronet mainnet (#5699)
Browse files Browse the repository at this point in the history
* - Updated RPC for Toronet mainnet
- Updated Native currency for Toronet mainnet and testnet

* - Updated explorer for Toronet mainnet

* - Updated explorer for Toronet mainnet

* - Updated explorer for Toronet mainnet

* - Updated explorer for Toronet mainnet
  • Loading branch information
enoch-aik authored Aug 17, 2024
1 parent c010381 commit 5d49c27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _data/chains/eip155-54321.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"rpc": ["http://testnet.toronet.org/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Toro",
"symbol": "TORO",
"name": "Toroe",
"symbol": "TOROE",
"decimals": 18
},
"infoURL": "https://toronet.org",
Expand Down
6 changes: 3 additions & 3 deletions _data/chains/eip155-77777.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "Toronet Mainnet",
"chain": "Toronet",
"icon": "toronet",
"rpc": ["http://toronet.org/rpc"],
"rpc": ["https://www.toronet.org/rpc2/"],
"faucets": [],
"nativeCurrency": {
"name": "Toro",
"symbol": "TORO",
"name": "Toroe",
"symbol": "TOROE",
"decimals": 18
},
"infoURL": "https://toronet.org",
Expand Down

0 comments on commit 5d49c27

Please sign in to comment.