This commit is contained in:
bCoder778 2022-01-21 11:34:18 +08:00
parent 4adceea2fc
commit 90d1370cbe
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"name": "UB Smart Chain",
"chain": "USC",
"network": "testnet",
"rpc": [
"https://testnet.rpc.uschain.network"
],
"faucets": [
],
"nativeCurrency": {
"name": "UBC",
"symbol": "UBC",
"decimals": 18
},
"infoURL": "http://www.ubchain.site",
"shortName": "ubc",
"chainId": 99999,
"networkId": 99999
}

View File

@ -0,0 +1,20 @@
{
"name": "UB Smart Chain",
"chain": "USC",
"network": "mainnet",
"rpc": [
"https://rpc.uschain.network"
],
"faucets": [
],
"nativeCurrency": {
"name": "UBC",
"symbol": "UBC",
"decimals": 18
},
"infoURL": "http://www.ubchain.site/",
"shortName": "ubc",
"chainId": 99999,
"networkId": 99999
}