Skip to content

Commit

Permalink
Merge branch 'master' into add_crossfi_mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ajimeno04 authored Nov 25, 2024
2 parents 70191ea + 419a543 commit 7ce29d1
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 2 deletions.
17 changes: 17 additions & 0 deletions _data/chains/eip155-1212101.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "1Money Network Testnet",
"chain": "1Money Testnet",
"rpc": ["https://testnet.1money.network"],
"faucets": [],
"nativeCurrency": {
"name": "USD1",
"symbol": "USD1",
"decimals": 18
},
"features": [{ "name": "EIP155" }],
"infoURL": "https://1money.com",
"shortName": "1money-testnet",
"chainId": 1212101,
"networkId": 1212101,
"explorers": []
}
7 changes: 5 additions & 2 deletions _data/chains/eip155-182.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"name": "IOST Mainnet",
"chain": "iost",
"rpc": ["https://iost-mainnet.alt.technology"],
"rpc": [
"https://iost-mainnet.alt.technology",
"wss://iost-mainnet.alt.technology/ws"
],
"faucets": [],
"nativeCurrency": {
"name": "BNB Chain Native Token",
"symbol": "BNB",
"decimals": 18
},
"infoURL": "https://iost.io",
"shortName": "iost-mainnet",
"shortName": "iost",
"chainId": 182,
"networkId": 182,
"icon": "bnbchain",
Expand Down
17 changes: 17 additions & 0 deletions _data/chains/eip155-21210.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "1Money Network Mainnet",
"chain": "1Money Network",
"rpc": ["https://mainnet.1money.network"],
"faucets": [],
"nativeCurrency": {
"name": "USD1",
"symbol": "USD1",
"decimals": 18
},
"features": [{ "name": "EIP155" }],
"infoURL": "https://1money.com",
"shortName": "1money",
"chainId": 21210,
"networkId": 21210,
"explorers": []
}
Binary file not shown.

0 comments on commit 7ce29d1

Please sign in to comment.