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

This commit is contained in:
ligi 2023-05-17 14:27:03 +00:00
parent b5fe34c4b9
commit 9bd49b082e
11 changed files with 79 additions and 4 deletions

View File

@ -2318,6 +2318,14 @@
"height": 400,
"format": "png"
}]
}, {
"name": "soma",
"icons": [{
"url": "ipfs://QmadSU2tcyvuzssDYGJ4rVLag43QLnKwcBerZR2zKLVU2N",
"width": 500,
"height": 500,
"format": "png"
}]
}, {
"name": "coston",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

24
chains/eip155-2323.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "SOMA Network Testnet",
"chain": "SOMA",
"rpc": ["https://data-testnet-v1.somanetwork.io/"],
"faucets": ["https://faucet.somanetwork.io"],
"nativeCurrency": {
"name": "SMA",
"symbol": "tSMA",
"decimals": 18
},
"infoURL": "https://somanetwork.io",
"shortName": "sma",
"chainId": 2323,
"networkId": 2323,
"icon": "soma",
"explorers": [
{
"name": "SOMA Testnet Explorer",
"icon": "soma",
"url": "https://testnet.somascan.io",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -5471,6 +5471,19 @@
"rpc": [],
"faucets": [],
"infoURL": ""
}, {
"name": "SOMA Network Testnet",
"chainId": 2323,
"shortName": "sma",
"networkId": 2323,
"nativeCurrency": {
"name": "SMA",
"symbol": "tSMA",
"decimals": 18
},
"rpc": ["https://data-testnet-v1.somanetwork.io/"],
"faucets": ["https://faucet.somanetwork.io"],
"infoURL": "https://somanetwork.io"
}, {
"name": "Altcoinchain",
"chainId": 2330,

View File

@ -8161,6 +8161,27 @@
"networkId": 2309,
"explorers": [],
"status": "incubating"
}, {
"name": "SOMA Network Testnet",
"chain": "SOMA",
"rpc": ["https://data-testnet-v1.somanetwork.io/"],
"faucets": ["https://faucet.somanetwork.io"],
"nativeCurrency": {
"name": "SMA",
"symbol": "tSMA",
"decimals": 18
},
"infoURL": "https://somanetwork.io",
"shortName": "sma",
"chainId": 2323,
"networkId": 2323,
"icon": "soma",
"explorers": [{
"name": "SOMA Testnet Explorer",
"icon": "soma",
"url": "https://testnet.somascan.io",
"standard": "none"
}]
}, {
"name": "Altcoinchain",
"chain": "mainnet",

8
icons/soma.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

File diff suppressed because one or more lines are too long

View File

@ -420,6 +420,7 @@
"VChain": "eip155:2223",
"bomb": "eip155:2300",
"arevia": "eip155:2309",
"sma": "eip155:2323",
"alt": "eip155:2330",
"kroma-sepolia": "eip155:2357",
"bombt": "eip155:2399",