From 216916798eccaf51409210add1028ba52320c8ae Mon Sep 17 00:00:00 2001 From: QDanlSc <87968445+QDanlSc@users.noreply.github.com> Date: Wed, 26 Jan 2022 05:18:22 +0800 Subject: [PATCH] Add UBC (#790) * Add UBC * update usc * update url * Update eip155-99998.json Co-authored-by: bCoder778 --- _data/chains/eip155-99998.json | 20 ++++++++++++++++++++ _data/chains/eip155-99999.json | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 _data/chains/eip155-99998.json create mode 100644 _data/chains/eip155-99999.json diff --git a/_data/chains/eip155-99998.json b/_data/chains/eip155-99998.json new file mode 100644 index 00000000..68ebba6b --- /dev/null +++ b/_data/chains/eip155-99998.json @@ -0,0 +1,20 @@ +{ + "name": "UB Smart Chain(testnet)", + "chain": "USC", + "network": "testnet", + "rpc": [ + "https://testnet.rpc.uschain.network" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "UBC", + "symbol": "UBC", + "decimals": 18 + }, + "infoURL": "https://www.ubchain.site", + "shortName": "usctest", + "chainId": 99998, + "networkId": 99998 +} + diff --git a/_data/chains/eip155-99999.json b/_data/chains/eip155-99999.json new file mode 100644 index 00000000..3afb8737 --- /dev/null +++ b/_data/chains/eip155-99999.json @@ -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": "https://www.ubchain.site/", + "shortName": "usc", + "chainId": 99999, + "networkId": 99999 +} +