Deploying to gh-pages from @ ethereum-lists/chains@2ae14930fb 🚀

This commit is contained in:
ligi 2022-08-20 19:22:26 +00:00
parent e52b13f785
commit de33b66469
7 changed files with 60 additions and 2 deletions

File diff suppressed because one or more lines are too long

20
chains/eip155-37.json Normal file
View 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

View File

@ -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,

View File

@ -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
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmSchLvCCZjBzcv5n22v1oFDAc2yHJ42NERyjZeL9hBgrh",
"width":64,
"height":64,
"format":"png"
}
]

View File

@ -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",