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@67d838135a 🚀
This commit is contained in:
parent
c91e1225e1
commit
8c499ea467
|
@ -1070,6 +1070,14 @@
|
|||
"height": 162,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "MARO",
|
||||
"icons": [{
|
||||
"url": "ipfs://bafkreig47k53aipns6nu3u5fxpysp7mogzk6zyvatgpbam7yut3yvtuefa",
|
||||
"width": 160,
|
||||
"height": 160,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "sardis",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
22
chains/eip155-614.json
Normal file
22
chains/eip155-614.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "Graphlinq Blockchain Mainnet",
|
||||
"chain": "GLQ Blockchain",
|
||||
"rpc": ["https://glq-dataseed.graphlinq.io"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "GLQ",
|
||||
"symbol": "GLQ",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://graphlinq.io",
|
||||
"shortName": "glq",
|
||||
"chainId": 614,
|
||||
"networkId": 614,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "GLQ Explorer",
|
||||
"url": "https://explorer.graphlinq.io",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "MARO Blockchain Mainnet",
|
||||
"chain": "MARO Blockchain",
|
||||
"icon": "MARO",
|
||||
"rpc": ["https://rpc-mainnet.ma.ro"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2624,6 +2624,19 @@
|
|||
"rpc": [],
|
||||
"faucets": [],
|
||||
"infoURL": ""
|
||||
}, {
|
||||
"name": "Graphlinq Blockchain Mainnet",
|
||||
"chainId": 614,
|
||||
"shortName": "glq",
|
||||
"networkId": 614,
|
||||
"nativeCurrency": {
|
||||
"name": "GLQ",
|
||||
"symbol": "GLQ",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://glq-dataseed.graphlinq.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://graphlinq.io"
|
||||
}, {
|
||||
"name": "SX Network Testnet",
|
||||
"chainId": 647,
|
||||
|
|
|
@ -3856,6 +3856,25 @@
|
|||
"shortName": "mesh-chain-testnet",
|
||||
"chainId": 600,
|
||||
"networkId": 600
|
||||
}, {
|
||||
"name": "Graphlinq Blockchain Mainnet",
|
||||
"chain": "GLQ Blockchain",
|
||||
"rpc": ["https://glq-dataseed.graphlinq.io"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "GLQ",
|
||||
"symbol": "GLQ",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://graphlinq.io",
|
||||
"shortName": "glq",
|
||||
"chainId": 614,
|
||||
"networkId": 614,
|
||||
"explorers": [{
|
||||
"name": "GLQ Explorer",
|
||||
"url": "https://explorer.graphlinq.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "SX Network Testnet",
|
||||
"chain": "SX",
|
||||
|
@ -8817,6 +8836,7 @@
|
|||
}, {
|
||||
"name": "MARO Blockchain Mainnet",
|
||||
"chain": "MARO Blockchain",
|
||||
"icon": "MARO",
|
||||
"rpc": ["https://rpc-mainnet.ma.ro"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
8
icons/MARO.json
Normal file
8
icons/MARO.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafkreig47k53aipns6nu3u5fxpysp7mogzk6zyvatgpbam7yut3yvtuefa",
|
||||
"width": 160,
|
||||
"height": 160,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
|
@ -201,6 +201,7 @@
|
|||
"taca": "eip155:597",
|
||||
"metis-goerli": "eip155:599",
|
||||
"mesh-chain-testnet": "eip155:600",
|
||||
"glq": "eip155:614",
|
||||
"SX-Testnet": "eip155:647",
|
||||
"ace": "eip155:648",
|
||||
"pixie-chain-testnet": "eip155:666",
|
||||
|
|
Loading…
Reference in New Issue
Block a user