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@0eb99c4f8a 🚀
This commit is contained in:
parent
52f0852e33
commit
7e20ad60a4
File diff suppressed because one or more lines are too long
25
chains/eip155-2332.json
Normal file
25
chains/eip155-2332.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "SOMA Network Mainnet",
|
||||
"chain": "SOMA",
|
||||
"rpc": ["https://data-mainnet-v1.somanetwork.io/"],
|
||||
"faucets": ["https://airdrop.somanetwork.io"],
|
||||
"nativeCurrency": {
|
||||
"name": "Soma Native Token",
|
||||
"symbol": "SMA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://somanetwork.io",
|
||||
"shortName": "smam",
|
||||
"chainId": 2332,
|
||||
"networkId": 2332,
|
||||
"icon": "soma",
|
||||
"status": "incubating",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "SOMA Explorer Mainnet",
|
||||
"icon": "soma",
|
||||
"url": "https://somascan.io",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -5497,6 +5497,19 @@
|
|||
"rpc": ["https://rpc0.altcoinchain.org/rpc"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://altcoinchain.org"
|
||||
}, {
|
||||
"name": "SOMA Network Mainnet",
|
||||
"chainId": 2332,
|
||||
"shortName": "smam",
|
||||
"networkId": 2332,
|
||||
"nativeCurrency": {
|
||||
"name": "Soma Native Token",
|
||||
"symbol": "SMA",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://data-mainnet-v1.somanetwork.io/"],
|
||||
"faucets": ["https://airdrop.somanetwork.io"],
|
||||
"infoURL": "https://somanetwork.io"
|
||||
}, {
|
||||
"name": "Kroma Sepolia",
|
||||
"chainId": 2357,
|
||||
|
|
|
@ -8206,6 +8206,28 @@
|
|||
"icon": "altcoinchain",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "SOMA Network Mainnet",
|
||||
"chain": "SOMA",
|
||||
"rpc": ["https://data-mainnet-v1.somanetwork.io/"],
|
||||
"faucets": ["https://airdrop.somanetwork.io"],
|
||||
"nativeCurrency": {
|
||||
"name": "Soma Native Token",
|
||||
"symbol": "SMA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://somanetwork.io",
|
||||
"shortName": "smam",
|
||||
"chainId": 2332,
|
||||
"networkId": 2332,
|
||||
"icon": "soma",
|
||||
"status": "incubating",
|
||||
"explorers": [{
|
||||
"name": "SOMA Explorer Mainnet",
|
||||
"icon": "soma",
|
||||
"url": "https://somascan.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Kroma Sepolia",
|
||||
"title": "Kroma Testnet Sepolia",
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -422,6 +422,7 @@
|
|||
"arevia": "eip155:2309",
|
||||
"sma": "eip155:2323",
|
||||
"alt": "eip155:2330",
|
||||
"smam": "eip155:2332",
|
||||
"kroma-sepolia": "eip155:2357",
|
||||
"bombt": "eip155:2399",
|
||||
"TCGV": "eip155:2400",
|
||||
|
|
Loading…
Reference in New Issue
Block a user