Merge pull request #4 from QuarkChain/users/pingke/updateexplorers

add explorers fields
This commit is contained in:
ping-ke 2021-07-27 10:11:14 +08:00 committed by GitHub
commit cc86761928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 112 additions and 32 deletions

View File

@ -3,7 +3,7 @@
"chain": "QuarkChain",
"network": "mainnet",
"rpc": [
"http://jrpc.mainnet.quarkchain.io:39000/"
"http://eth-jrpc.mainnet.quarkchain.io:39000/"
],
"faucets": [
],
@ -19,5 +19,10 @@
"parent": {
"chain": "eip155-100000",
"type": "shard"
}
},
"explorers": [{
"name": "quarkchain-mainnet",
"url": "https://mainnet.quarkchain.io/0",
"standard": "EIP3091"
}]
}

View File

@ -3,7 +3,7 @@
"chain": "QuarkChain",
"network": "mainnet",
"rpc": [
"http://jrpc.mainnet.quarkchain.io:39001/"
"http://eth-jrpc.mainnet.quarkchain.io:39001/"
],
"faucets": [
],
@ -19,5 +19,10 @@
"parent": {
"chain": "eip155-100000",
"type": "shard"
}
},
"explorers": [{
"name": "quarkchain-mainnet",
"url": "https://mainnet.quarkchain.io/1",
"standard": "EIP3091"
}]
}

View File

@ -3,7 +3,7 @@
"chain": "QuarkChain",
"network": "mainnet",
"rpc": [
"http://jrpc.mainnet.quarkchain.io:39002/"
"http://eth-jrpc.mainnet.quarkchain.io:39002/"
],
"faucets": [
],
@ -19,5 +19,10 @@
"parent": {
"chain": "eip155-100000",
"type": "shard"
}
},
"explorers": [{
"name": "quarkchain-mainnet",
"url": "https://mainnet.quarkchain.io/2",
"standard": "EIP3091"
}]
}

View File

@ -3,7 +3,7 @@
"chain": "QuarkChain",
"network": "mainnet",
"rpc": [
"http://jrpc.mainnet.quarkchain.io:39003/"
"http://eth-jrpc.mainnet.quarkchain.io:39003/"
],
"faucets": [
],
@ -19,5 +19,10 @@
"parent": {
"chain": "eip155-100000",
"type": "shard"
}
},
"explorers": [{
"name": "quarkchain-mainnet",
"url": "https://mainnet.quarkchain.io/3",
"standard": "EIP3091"
}]
}

View File

@ -3,7 +3,7 @@
"chain": "QuarkChain",
"network": "mainnet",
"rpc": [
"http://jrpc.mainnet.quarkchain.io:39004/"
"http://eth-jrpc.mainnet.quarkchain.io:39004/"
],
"faucets": [
],
@ -19,5 +19,10 @@
"parent": {
"chain": "eip155-100000",
"type": "shard"
}
},
"explorers": [{
"name": "quarkchain-mainnet",
"url": "https://mainnet.quarkchain.io/4",
"standard": "EIP3091"
}]
}

View File

@ -3,7 +3,7 @@
"chain": "QuarkChain",
"network": "mainnet",
"rpc": [
"http://jrpc.mainnet.quarkchain.io:39005/"
"http://eth-jrpc.mainnet.quarkchain.io:39005/"
],
"faucets": [
],
@ -19,5 +19,10 @@
"parent": {
"chain": "eip155-100000",
"type": "shard"
}
},
"explorers": [{
"name": "quarkchain-mainnet",
"url": "https://mainnet.quarkchain.io/5",
"standard": "EIP3091"
}]
}

View File

@ -3,7 +3,7 @@
"chain": "QuarkChain",
"network": "mainnet",
"rpc": [
"http://jrpc.mainnet.quarkchain.io:39006/"
"http://eth-jrpc.mainnet.quarkchain.io:39006/"
],
"faucets": [
],
@ -19,5 +19,10 @@
"parent": {
"chain": "eip155-100000",
"type": "shard"
}
},
"explorers": [{
"name": "quarkchain-mainnet",
"url": "https://mainnet.quarkchain.io/6",
"standard": "EIP3091"
}]
}

View File

@ -3,7 +3,7 @@
"chain": "QuarkChain",
"network": "mainnet",
"rpc": [
"http://jrpc.mainnet.quarkchain.io:39007/"
"http://eth-jrpc.mainnet.quarkchain.io:39007/"
],
"faucets": [
],
@ -19,5 +19,10 @@
"parent": {
"chain": "eip155-100000",
"type": "shard"
}
},
"explorers": [{
"name": "quarkchain-mainnet",
"url": "https://mainnet.quarkchain.io/7",
"standard": "EIP3091"
}]
}

View File

@ -3,7 +3,7 @@
"chain": "QuarkChain",
"network": "devnet",
"rpc": [
"http://jrpc.devnet.quarkchain.io:39000/"
"http://eth-jrpc.devnet.quarkchain.io:39000/"
],
"faucets": [
],
@ -19,5 +19,10 @@
"parent": {
"chain": "eip155-110000",
"type": "shard"
}
},
"explorers": [{
"name": "quarkchain-devnet",
"url": "https://devnet.quarkchain.io/0",
"standard": "EIP3091"
}]
}

View File

@ -3,7 +3,7 @@
"chain": "QuarkChain",
"network": "devnet",
"rpc": [
"http://jrpc.devnet.quarkchain.io:39001/"
"http://eth-jrpc.devnet.quarkchain.io:39001/"
],
"faucets": [
],
@ -19,5 +19,10 @@
"parent": {
"chain": "eip155-110000",
"type": "shard"
}
},
"explorers": [{
"name": "quarkchain-devnet",
"url": "https://devnet.quarkchain.io/1",
"standard": "EIP3091"
}]
}

View File

@ -3,7 +3,7 @@
"chain": "QuarkChain",
"network": "devnet",
"rpc": [
"http://jrpc.devnet.quarkchain.io:39002/"
"http://eth-jrpc.devnet.quarkchain.io:39002/"
],
"faucets": [
],
@ -19,5 +19,10 @@
"parent": {
"chain": "eip155-110000",
"type": "shard"
}
},
"explorers": [{
"name": "quarkchain-devnet",
"url": "https://devnet.quarkchain.io/2",
"standard": "EIP3091"
}]
}

View File

@ -3,7 +3,7 @@
"chain": "QuarkChain",
"network": "devnet",
"rpc": [
"http://jrpc.devnet.quarkchain.io:39003/"
"http://eth-jrpc.devnet.quarkchain.io:39003/"
],
"faucets": [
],
@ -19,5 +19,10 @@
"parent": {
"chain": "eip155-110000",
"type": "shard"
}
},
"explorers": [{
"name": "quarkchain-devnet",
"url": "https://devnet.quarkchain.io/3",
"standard": "EIP3091"
}]
}

View File

@ -3,7 +3,7 @@
"chain": "QuarkChain",
"network": "devnet",
"rpc": [
"http://jrpc.devnet.quarkchain.io:39004/"
"http://eth-jrpc.devnet.quarkchain.io:39004/"
],
"faucets": [
],
@ -19,5 +19,10 @@
"parent": {
"chain": "eip155-110000",
"type": "shard"
}
},
"explorers": [{
"name": "quarkchain-devnet",
"url": "https://devnet.quarkchain.io/4",
"standard": "EIP3091"
}]
}

View File

@ -3,7 +3,7 @@
"chain": "QuarkChain",
"network": "devnet",
"rpc": [
"http://jrpc.devnet.quarkchain.io:39005/"
"http://eth-jrpc.devnet.quarkchain.io:39005/"
],
"faucets": [
],
@ -19,5 +19,10 @@
"parent": {
"chain": "eip155-110000",
"type": "shard"
}
},
"explorers": [{
"name": "quarkchain-devnet",
"url": "https://devnet.quarkchain.io/5",
"standard": "EIP3091"
}]
}

View File

@ -3,7 +3,7 @@
"chain": "QuarkChain",
"network": "devnet",
"rpc": [
"http://jrpc.devnet.quarkchain.io:39006/"
"http://eth-jrpc.devnet.quarkchain.io:39006/"
],
"faucets": [
],
@ -19,5 +19,10 @@
"parent": {
"chain": "eip155-110000",
"type": "shard"
}
},
"explorers": [{
"name": "quarkchain-devnet",
"url": "https://devnet.quarkchain.io/6",
"standard": "EIP3091"
}]
}

View File

@ -3,7 +3,7 @@
"chain": "QuarkChain",
"network": "devnet",
"rpc": [
"http://jrpc.devnet.quarkchain.io:39007/"
"http://eth-jrpc.devnet.quarkchain.io:39007/"
],
"faucets": [
],
@ -19,5 +19,10 @@
"parent": {
"chain": "eip155-110000",
"type": "shard"
}
},
"explorers": [{
"name": "quarkchain-devnet",
"url": "https://devnet.quarkchain.io/7",
"standard": "EIP3091"
}]
}