From b274ba73d507ab44b415578d3b16f51934028510 Mon Sep 17 00:00:00 2001 From: tonycurises <89896131+tonycurises@users.noreply.github.com> Date: Wed, 1 Dec 2021 19:52:25 +0800 Subject: [PATCH] Add myOwn Testnet (#555) * Create eip155-1609610177.json * Rename eip155-1609610177.json to eip155-1337.json * Update eip155-1337.json change Name and Symbol * Update eip155-1337.json change shortname * Update and rename eip155-1337.json to eip155-9999.json Updates are: - rpc address - name - symbol - shortname - chain ID - network ID --- _data/chains/eip155-9999.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _data/chains/eip155-9999.json diff --git a/_data/chains/eip155-9999.json b/_data/chains/eip155-9999.json new file mode 100644 index 00000000..51a0022d --- /dev/null +++ b/_data/chains/eip155-9999.json @@ -0,0 +1,18 @@ +{ + "name": "myOwn Testnet", + "chain": "myOwn", + "network": "testnet", + "rpc": [ + "https://fe693b0f-b1c4-45ec-aac1-5c4b913fc51e.cdegswtfk0ji0uq1ym3r3guz6.ep.stage.bccloud.net:8545" + ], + "faucets": [], + "nativeCurrency": { + "name": "MYN", + "symbol": "MYN", + "decimals": 18 + }, + "infoURL": "https://docs.bccloud.net/", + "shortName": "myn", + "chainId": 9999, + "networkId": 9999 +}