Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
deepaks-scallopx authored Dec 5, 2024
2 parents 1404e7e + 3730836 commit 08d399c
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 11 deletions.
8 changes: 4 additions & 4 deletions _data/chains/eip155-4544.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"decimals": 18
},
"infoURL": "https://emoney.network/",
"shortName": "emoney-testnet",
"shortName": "Emoney Testnet",
"chainId": 4544,
"networkId": 4544,
"slip44": 118,
"icon": "emoney",
"explorers": [
{
"name": "EMoney ethscan",
"url": "https://explore-stage.emoney.network/dashboard",
"name": "EMoney Explorer",
"url": "https://explore-stage.emoney.network",
"icon": "emoney",
"standard": "EIP3091"
"standard": "none"
}
]
}
16 changes: 9 additions & 7 deletions _data/chains/eip155-4545.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
{
"name": "Emoney Network Mainnet",
"chain": "Emoney",
"rpc": ["https://rpc-publicnode.emoney.io/"],
"rpc": [
"https://rpc-publicnode.emoney.io/",
"https://public-node1-rpc.emoney.network/"
],
"faucets": [],
"nativeCurrency": {
"name": "Emoney Network",
"name": "Emoney Coin",
"symbol": "EMYC",
"decimals": 18
},
"infoURL": "https://emoney.network/",
"infoURL": "https://emoney.io/",
"shortName": "emoney",
"chainId": 4545,
"networkId": 4545,
"slip44": 118,
"icon": "emoney",
"explorers": [
{
"name": "EMoney explorer",
"url": "https://explore.emoney.network/dashboard",
"name": "EMoney Explorer",
"url": "https://explore.emoney.network",
"icon": "emoney",
"standard": "EIP3091"
"standard": "none"
}
]
}
21 changes: 21 additions & 0 deletions _data/chains/eip155-5373.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Settlus Sepolia Testnet",
"chain": "ETH",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Sepolia Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://settlus.org",
"shortName": "setl-sepolia",
"chainId": 5373,
"networkId": 5373,
"parent": {
"type": "L2",
"chain": "eip155-11155111",
"bridges": []
},
"status": "incubating"
}

0 comments on commit 08d399c

Please sign in to comment.