mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Quadrans (#1206)
* Add Quadrans * Fix chainId for Quadrans Testnet * Update eip155-10947.json
This commit is contained in:
parent
5968b3154b
commit
810488bdf6
27
_data/chains/eip155-10946.json
Normal file
27
_data/chains/eip155-10946.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "Quadrans Blockchain",
|
||||
"chain": "QDC",
|
||||
"network": "mainnet",
|
||||
"icon": "quadrans",
|
||||
"rpc": [
|
||||
"https://rpc.quadrans.io",
|
||||
"https://rpcna.quadrans.io",
|
||||
"https://explorer.quadrans.io"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Quadrans Coin",
|
||||
"symbol": "QDC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://quadrans.io",
|
||||
"shortName": "quadrans",
|
||||
"chainId": 10946,
|
||||
"networkId": 10946,
|
||||
"explorers": [{
|
||||
"name": "explorer",
|
||||
"url": "https://explorer.quadrans.io",
|
||||
"icon": "quadrans",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
28
_data/chains/eip155-10947.json
Normal file
28
_data/chains/eip155-10947.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "Quadrans Blockchain Testnet",
|
||||
"chain": "tQDC",
|
||||
"network": "testnet",
|
||||
"icon": "quadrans",
|
||||
"rpc": [
|
||||
"https://rpctest.quadrans.io",
|
||||
"https://explorer.testnet.quadrans.io"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucetpage.quadrans.io"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Quadrans Testnet Coin",
|
||||
"symbol": "tQDC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://quadrans.io",
|
||||
"shortName": "quadranstestnet",
|
||||
"chainId": 10947,
|
||||
"networkId": 10947,
|
||||
"explorers": [{
|
||||
"name": "explorer",
|
||||
"url": "https://explorer.testnet.quadrans.io",
|
||||
"icon": "quadrans",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
8
_data/icons/quadrans.json
Normal file
8
_data/icons/quadrans.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmZFiYHnE4TrezPz8wSap9nMxG6m98w4fv7ataj2TfLNck",
|
||||
"width": 1024,
|
||||
"height": 1024,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user