Skip to content

Commit de8b189

Browse files
sensugazjiw.kittipong
andauthored
Change chain name (#6637)
* Add eGoldChain networks (testnet/mainnet) * Refactor eGoldChain RPC formatting in eip155-11451.json * Update RPC URLs for eGoldChain and testnet configurations in JSON files * Fix RPC URL formatting for eGoldChain in eip155-11451.json * Update Websocket endpoint eGoldChain mainnet & testnet * change name --------- Co-authored-by: jiw.kittipong <jiw.kittipong@devdogdog.com>
1 parent 6b6e4fe commit de8b189

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_data/chains/eip155-111451.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "eGoldChain Testnet",
2+
"name": "eGold Chain Testnet",
33
"chain": "EGC",
44
"icon": "egoldchain",
55
"rpc": [
@@ -18,7 +18,7 @@
1818
"networkId": 111451,
1919
"explorers": [
2020
{
21-
"name": "eGoldChain Block Explorer",
21+
"name": "eGold Chain Block Explorer",
2222
"url": "http://testnet.egoldscan.io",
2323
"standard": "none",
2424
"icon": "egoldchain"

_data/chains/eip155-11451.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "eGoldChain",
2+
"name": "eGold Chain",
33
"chain": "EGC",
44
"icon": "egoldchain",
55
"rpc": ["https://rpc.egoldchain.com", "wss://rpc.egoldchain.com"],
@@ -15,7 +15,7 @@
1515
"networkId": 11451,
1616
"explorers": [
1717
{
18-
"name": "eGoldChain Block Explorer",
18+
"name": "eGold Chain Block Explorer",
1919
"url": "https://egoldscan.io",
2020
"standard": "none",
2121
"icon": "egoldchain"

0 commit comments

Comments
 (0)