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

This commit is contained in:
ligi 2023-02-20 03:00:43 +00:00
parent c91e1225e1
commit 8c499ea467
11 changed files with 77 additions and 4 deletions

View File

@ -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
View 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"
}
]
}

View File

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

View File

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

View File

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

View File

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