mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@c8ed86c84a 🚀
This commit is contained in:
parent
b90ae50f67
commit
c256174fd5
File diff suppressed because one or more lines are too long
22
chains/eip155-2077.json
Normal file
22
chains/eip155-2077.json
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"name": "Quokkacoin Mainnet",
|
||||||
|
"chain": "Qkacoin",
|
||||||
|
"rpc": ["http://rpc.qkacoin.org:8548"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Qkacoin",
|
||||||
|
"symbol": "QKA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://qkacoin.org",
|
||||||
|
"shortName": "QKA",
|
||||||
|
"chainId": 2077,
|
||||||
|
"networkId": 2077,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "blockscout",
|
||||||
|
"url": "https://explorer.qkacoin.org",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -3313,6 +3313,19 @@
|
||||||
"rpc": ["https://mainnet.rangersprotocol.com/api/jsonrpc"],
|
"rpc": ["https://mainnet.rangersprotocol.com/api/jsonrpc"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://rangersprotocol.com"
|
"infoURL": "https://rangersprotocol.com"
|
||||||
|
}, {
|
||||||
|
"name": "Quokkacoin Mainnet",
|
||||||
|
"chainId": 2077,
|
||||||
|
"shortName": "QKA",
|
||||||
|
"networkId": 2077,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Qkacoin",
|
||||||
|
"symbol": "QKA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["http://rpc.qkacoin.org:8548"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://qkacoin.org"
|
||||||
}, {
|
}, {
|
||||||
"name": "Ecoball Mainnet",
|
"name": "Ecoball Mainnet",
|
||||||
"chainId": 2100,
|
"chainId": 2100,
|
||||||
|
|
|
@ -4607,6 +4607,25 @@
|
||||||
"url": "https://scan.rangersprotocol.com",
|
"url": "https://scan.rangersprotocol.com",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Quokkacoin Mainnet",
|
||||||
|
"chain": "Qkacoin",
|
||||||
|
"rpc": ["http://rpc.qkacoin.org:8548"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Qkacoin",
|
||||||
|
"symbol": "QKA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://qkacoin.org",
|
||||||
|
"shortName": "QKA",
|
||||||
|
"chainId": 2077,
|
||||||
|
"networkId": 2077,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "blockscout",
|
||||||
|
"url": "https://explorer.qkacoin.org",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Ecoball Mainnet",
|
"name": "Ecoball Mainnet",
|
||||||
"chain": "ECO",
|
"chain": "ECO",
|
||||||
|
|
|
@ -254,6 +254,7 @@
|
||||||
"edgt": "eip155:2022",
|
"edgt": "eip155:2022",
|
||||||
"taycan-testnet": "eip155:2023",
|
"taycan-testnet": "eip155:2023",
|
||||||
"rpg": "eip155:2025",
|
"rpg": "eip155:2025",
|
||||||
|
"QKA": "eip155:2077",
|
||||||
"eco": "eip155:2100",
|
"eco": "eip155:2100",
|
||||||
"esp": "eip155:2101",
|
"esp": "eip155:2101",
|
||||||
"fra": "eip155:2152",
|
"fra": "eip155:2152",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user