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:
Soma Network 2023-05-18 11:35:35 +07:00 committed by GitHub
parent 0a3d08557f
commit 0eb99c4f8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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"
}
]
}