Skip to content

Commit

Permalink
Add Emoney chain (#6271)
Browse files Browse the repository at this point in the history
* EMoney network added

* EMoney network added

* EMoney network added

* EMoney network explorer is not EIP3091 compliant

---------

Co-authored-by: jurikopytko <[email protected]>
  • Loading branch information
jurakontor and jurikopytko authored Dec 5, 2024
1 parent a7dc982 commit 5fa1163
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 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",
"shortName": "EmoneyTestnet",
"chainId": 4544,
"networkId": 4544,
"slip44": 118,
"icon": "emoney",
"explorers": [
{
"name": "EMoney ethscan",
"url": "https://ethscan.emoney.network",
"name": "EMoney Explorer",
"url": "https://explore-stage.emoney.network",
"icon": "emoney",
"standard": "EIP3091"
"standard": "none"
}
]
}
27 changes: 27 additions & 0 deletions _data/chains/eip155-4545.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Emoney Network Mainnet",
"chain": "Emoney",
"rpc": [
"https://rpc-publicnode.emoney.io/",
"https://public-node1-rpc.emoney.network/"
],
"faucets": [],
"nativeCurrency": {
"name": "Emoney Coin",
"symbol": "EMYC",
"decimals": 18
},
"infoURL": "https://emoney.io/",
"shortName": "emoney",
"chainId": 4545,
"networkId": 4545,
"icon": "emoney",
"explorers": [
{
"name": "EMoney Explorer",
"url": "https://explore.emoney.network",
"icon": "emoney",
"standard": "none"
}
]
}

0 comments on commit 5fa1163

Please sign in to comment.