mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
216916798e
* Add UBC * update usc * update url * Update eip155-99998.json Co-authored-by: bCoder778 <bCoder778@gmail.com>
21 lines
336 B
JSON
21 lines
336 B
JSON
{
|
|
"name": "UB Smart Chain",
|
|
"chain": "USC",
|
|
"network": "mainnet",
|
|
"rpc": [
|
|
"https://rpc.uschain.network"
|
|
],
|
|
"faucets": [
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "UBC",
|
|
"symbol": "UBC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.ubchain.site/",
|
|
"shortName": "usc",
|
|
"chainId": 99999,
|
|
"networkId": 99999
|
|
}
|
|
|