mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@2ae14930fb 🚀
This commit is contained in:
parent
e52b13f785
commit
de33b66469
File diff suppressed because one or more lines are too long
20
chains/eip155-37.json
Normal file
20
chains/eip155-37.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"name": "SeedCoin-Network",
|
||||||
|
"chain": "SeedCoin-Network",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://node.seedcoin.network"
|
||||||
|
],
|
||||||
|
"faucets": [
|
||||||
|
],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "SeedCoin",
|
||||||
|
"symbol": "SEED",
|
||||||
|
"decimals": 8
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.seedcoin.network/",
|
||||||
|
"shortName": "SEED",
|
||||||
|
"icon": "seedcoin",
|
||||||
|
"chainId": 37,
|
||||||
|
"networkId": 37
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -466,6 +466,19 @@
|
||||||
"rpc": ["https://mainnet.dxchain.com"],
|
"rpc": ["https://mainnet.dxchain.com"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://www.dxchain.com/"
|
"infoURL": "https://www.dxchain.com/"
|
||||||
|
}, {
|
||||||
|
"name": "SeedCoin-Network",
|
||||||
|
"chainId": 37,
|
||||||
|
"shortName": "SEED",
|
||||||
|
"networkId": 37,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "SeedCoin",
|
||||||
|
"symbol": "SEED",
|
||||||
|
"decimals": 8
|
||||||
|
},
|
||||||
|
"rpc": ["https://node.seedcoin.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://www.seedcoin.network/"
|
||||||
}, {
|
}, {
|
||||||
"name": "Valorbit",
|
"name": "Valorbit",
|
||||||
"chainId": 38,
|
"chainId": 38,
|
||||||
|
|
|
@ -627,6 +627,22 @@
|
||||||
"shortName": "dx",
|
"shortName": "dx",
|
||||||
"chainId": 36,
|
"chainId": 36,
|
||||||
"networkId": 36
|
"networkId": 36
|
||||||
|
}, {
|
||||||
|
"name": "SeedCoin-Network",
|
||||||
|
"chain": "SeedCoin-Network",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": ["https://node.seedcoin.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "SeedCoin",
|
||||||
|
"symbol": "SEED",
|
||||||
|
"decimals": 8
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.seedcoin.network/",
|
||||||
|
"shortName": "SEED",
|
||||||
|
"icon": "seedcoin",
|
||||||
|
"chainId": 37,
|
||||||
|
"networkId": 37
|
||||||
}, {
|
}, {
|
||||||
"name": "Valorbit",
|
"name": "Valorbit",
|
||||||
"chain": "VAL",
|
"chain": "VAL",
|
||||||
|
|
8
icons/seedcoin.json
Normal file
8
icons/seedcoin.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url":"ipfs://QmSchLvCCZjBzcv5n22v1oFDAc2yHJ42NERyjZeL9hBgrh",
|
||||||
|
"width":64,
|
||||||
|
"height":64,
|
||||||
|
"format":"png"
|
||||||
|
}
|
||||||
|
]
|
|
@ -35,6 +35,7 @@
|
||||||
"dth": "eip155:34",
|
"dth": "eip155:34",
|
||||||
"tbwg": "eip155:35",
|
"tbwg": "eip155:35",
|
||||||
"dx": "eip155:36",
|
"dx": "eip155:36",
|
||||||
|
"SEED": "eip155:37",
|
||||||
"val": "eip155:38",
|
"val": "eip155:38",
|
||||||
"Telos EVM": "eip155:40",
|
"Telos EVM": "eip155:40",
|
||||||
"Telos EVM Testnet": "eip155:41",
|
"Telos EVM Testnet": "eip155:41",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user