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@6ccb282d3d 🚀
This commit is contained in:
parent
81ede1a190
commit
715cacb6bb
|
@ -334,6 +334,14 @@
|
|||
"height": 400,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "guapcoinx",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmcDTR7982VQKDDz2Mh4fZbnE9hn67MuFPWQv1MimCqPvB",
|
||||
"width": 800,
|
||||
"height": 800,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "platon",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
28
chains/eip155-71111.json
Normal file
28
chains/eip155-71111.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "GuapcoinX",
|
||||
"chain": "GuapcoinX",
|
||||
"rpc": [
|
||||
"https://rpc-mainnet.guapcoinx.com/",
|
||||
"https://rpc-mainnet-1.guapcoinx.com/",
|
||||
"https://rpc-mainnet-2.guapcoinx.com/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "GuapcoinX",
|
||||
"symbol": "GuapX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://guapcoin.org/",
|
||||
"shortName": "GuapX",
|
||||
"chainId": 71111,
|
||||
"networkId": 71111,
|
||||
"icon": "guapcoinx",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "GuapcoinX Explorer",
|
||||
"url": "http://explorer.guapcoinx.com",
|
||||
"standard": "none",
|
||||
"icon": "guapcoinx"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -9007,6 +9007,19 @@
|
|||
"rpc": ["https://proxy103.thinkiumrpc.net/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://thinkium.net/"
|
||||
}, {
|
||||
"name": "GuapcoinX",
|
||||
"chainId": 71111,
|
||||
"shortName": "GuapX",
|
||||
"networkId": 71111,
|
||||
"nativeCurrency": {
|
||||
"name": "GuapcoinX",
|
||||
"symbol": "GuapX",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc-mainnet.guapcoinx.com/", "https://rpc-mainnet-1.guapcoinx.com/", "https://rpc-mainnet-2.guapcoinx.com/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://guapcoin.org/"
|
||||
}, {
|
||||
"name": "Polyjuice Testnet",
|
||||
"chainId": 71393,
|
||||
|
|
|
@ -13625,6 +13625,27 @@
|
|||
"url": "https://chain103.thinkiumscan.net",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "GuapcoinX",
|
||||
"chain": "GuapcoinX",
|
||||
"rpc": ["https://rpc-mainnet.guapcoinx.com/", "https://rpc-mainnet-1.guapcoinx.com/", "https://rpc-mainnet-2.guapcoinx.com/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "GuapcoinX",
|
||||
"symbol": "GuapX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://guapcoin.org/",
|
||||
"shortName": "GuapX",
|
||||
"chainId": 71111,
|
||||
"networkId": 71111,
|
||||
"icon": "guapcoinx",
|
||||
"explorers": [{
|
||||
"name": "GuapcoinX Explorer",
|
||||
"url": "http://explorer.guapcoinx.com",
|
||||
"standard": "none",
|
||||
"icon": "guapcoinx"
|
||||
}]
|
||||
}, {
|
||||
"name": "Polyjuice Testnet",
|
||||
"chain": "CKB",
|
||||
|
|
8
icons/guapcoinx.json
Normal file
8
icons/guapcoinx.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmcDTR7982VQKDDz2Mh4fZbnE9hn67MuFPWQv1MimCqPvB",
|
||||
"width": 800,
|
||||
"height": 800,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -692,6 +692,7 @@
|
|||
"TKM1": "eip155:70001",
|
||||
"TKM2": "eip155:70002",
|
||||
"TKM103": "eip155:70103",
|
||||
"GuapX": "eip155:71111",
|
||||
"ckb": "eip155:71393",
|
||||
"gw-testnet-v1": "eip155:71401",
|
||||
"gw-mainnet-v1": "eip155:71402",
|
||||
|
|
Loading…
Reference in New Issue
Block a user