Deploying to gh-pages from @ ethereum-lists/chains@c8ed86c84a 🚀

This commit is contained in:
ligi 2022-09-03 16:51:40 +00:00
parent b90ae50f67
commit c256174fd5
6 changed files with 57 additions and 2 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-2077.json Normal file
View 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

View File

@ -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,

View File

@ -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",

View File

@ -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",