change name from w3q to web3q

This commit is contained in:
pingke 2022-02-18 09:22:55 +08:00
parent 3936246b79
commit 8cd8fa85a2
2 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
{ {
"name": "W3Q Mainnet", "name": "Web3Q Mainnet",
"chain": "W3Q", "chain": "Web3Q",
"rpc": [ "rpc": [
"https://mainnet.web3q.io:8545" "https://mainnet.web3q.io:8545"
], ],
"faucets": [ "faucets": [
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "W3Q", "name": "Web3Q",
"symbol": "W3Q", "symbol": "W3Q",
"decimals": 18 "decimals": 18
}, },

View File

@ -1,13 +1,13 @@
{ {
"name": "W3Q Testnet", "name": "Web3Q Testnet",
"chain": "W3Q", "chain": "Web3Q",
"rpc": [ "rpc": [
"https://testnet.web3q.io:8545" "https://testnet.web3q.io:8545"
], ],
"faucets": [ "faucets": [
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "W3Q", "name": "Web3Q",
"symbol": "W3Q", "symbol": "W3Q",
"decimals": 18 "decimals": 18
}, },