From 3936246b79da3c4b48ca446706b1218e5e228e9c Mon Sep 17 00:00:00 2001 From: pingke Date: Tue, 15 Feb 2022 11:06:08 +0800 Subject: [PATCH 1/3] add w3q chain id --- _data/chains/eip155-333.json | 23 +++++++++++++++++++++++ _data/chains/eip155-3333.json | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 _data/chains/eip155-333.json create mode 100644 _data/chains/eip155-3333.json diff --git a/_data/chains/eip155-333.json b/_data/chains/eip155-333.json new file mode 100644 index 00000000..a89c319a --- /dev/null +++ b/_data/chains/eip155-333.json @@ -0,0 +1,23 @@ +{ + "name": "W3Q Mainnet", + "chain": "W3Q", + "rpc": [ + "https://mainnet.web3q.io:8545" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "W3Q", + "symbol": "W3Q", + "decimals": 18 + }, + "infoURL": "https://web3q.io", + "shortName": "w3q", + "chainId": 333, + "networkId": 333, + "explorers": [{ + "name": "w3q-mainnet", + "url": "http://explorer.mainnet.web3q.io", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-3333.json b/_data/chains/eip155-3333.json new file mode 100644 index 00000000..eff7fb7a --- /dev/null +++ b/_data/chains/eip155-3333.json @@ -0,0 +1,23 @@ +{ + "name": "W3Q Testnet", + "chain": "W3Q", + "rpc": [ + "https://testnet.web3q.io:8545" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "W3Q", + "symbol": "W3Q", + "decimals": 18 + }, + "infoURL": "https://web3q.io", + "shortName": "w3q-t", + "chainId": 3333, + "networkId": 3333, + "explorers": [{ + "name": "w3q-testnet", + "url": "http://explorer.testnet.web3q.io", + "standard": "EIP3091" + }] +} From 8cd8fa85a2faa230e4b54d27de83c99e2dc6963f Mon Sep 17 00:00:00 2001 From: pingke Date: Fri, 18 Feb 2022 09:22:55 +0800 Subject: [PATCH 2/3] change name from w3q to web3q --- _data/chains/eip155-333.json | 6 +++--- _data/chains/eip155-3333.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_data/chains/eip155-333.json b/_data/chains/eip155-333.json index a89c319a..723f63fc 100644 --- a/_data/chains/eip155-333.json +++ b/_data/chains/eip155-333.json @@ -1,13 +1,13 @@ { - "name": "W3Q Mainnet", - "chain": "W3Q", + "name": "Web3Q Mainnet", + "chain": "Web3Q", "rpc": [ "https://mainnet.web3q.io:8545" ], "faucets": [ ], "nativeCurrency": { - "name": "W3Q", + "name": "Web3Q", "symbol": "W3Q", "decimals": 18 }, diff --git a/_data/chains/eip155-3333.json b/_data/chains/eip155-3333.json index eff7fb7a..ae74790a 100644 --- a/_data/chains/eip155-3333.json +++ b/_data/chains/eip155-3333.json @@ -1,13 +1,13 @@ { - "name": "W3Q Testnet", - "chain": "W3Q", + "name": "Web3Q Testnet", + "chain": "Web3Q", "rpc": [ "https://testnet.web3q.io:8545" ], "faucets": [ ], "nativeCurrency": { - "name": "W3Q", + "name": "Web3Q", "symbol": "W3Q", "decimals": 18 }, From cce72022b7d00a1240b97c6159571d231634c013 Mon Sep 17 00:00:00 2001 From: pingke Date: Mon, 21 Feb 2022 09:56:18 +0800 Subject: [PATCH 3/3] resolve comments --- _data/chains/eip155-333.json | 2 +- _data/chains/eip155-3333.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-333.json b/_data/chains/eip155-333.json index 723f63fc..fe5942fa 100644 --- a/_data/chains/eip155-333.json +++ b/_data/chains/eip155-333.json @@ -11,7 +11,7 @@ "symbol": "W3Q", "decimals": 18 }, - "infoURL": "https://web3q.io", + "infoURL": "https://web3q.io/home.w3q/", "shortName": "w3q", "chainId": 333, "networkId": 333, diff --git a/_data/chains/eip155-3333.json b/_data/chains/eip155-3333.json index ae74790a..7759c9cb 100644 --- a/_data/chains/eip155-3333.json +++ b/_data/chains/eip155-3333.json @@ -11,7 +11,7 @@ "symbol": "W3Q", "decimals": 18 }, - "infoURL": "https://web3q.io", + "infoURL": "https://web3q.io/home.w3q/", "shortName": "w3q-t", "chainId": 3333, "networkId": 3333,