mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Update Shortname and add mainnet SomaNetwork (#2854)
* Soma Network Testnet Upload Chain Metadata SomaNetwork Chain 2323 * Update Shortname and Mainnet Chain ID -- Update Shortname chainid 2323 ==> sma to tSMA -- add Chain ID Soma Mainnet 2332 === > sma * merged conflict problem
This commit is contained in:
parent
0a3d08557f
commit
0eb99c4f8a
25
_data/chains/eip155-2332.json
Normal file
25
_data/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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user