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

This commit is contained in:
ligi 2023-03-22 00:08:15 +00:00
parent 2afb2d2816
commit f2276cc4d4
11 changed files with 77 additions and 4 deletions

View File

@ -806,6 +806,14 @@
"height": 256,
"format": "png"
}]
}, {
"name": "alveychain",
"icons": [{
"url": "ipfs://QmSwczpPLBG6ob1a8WLoujthiCPzwEyJNp7WdKRi52qbWX",
"width": 310,
"height": 310,
"format": "png"
}]
}, {
"name": "oasis",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-3797.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "AlveyChain Mainnet",
"chain": "ALV",
"icon": "alveychain",
"rpc": ["https://rpc.alveychain.com/rpc", "https://rpc2.alvey.io/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "AlveyCoin",
"symbol": "ALV",
"decimals": 18
},
"infoURL": "https://alveyscan.com/rpc",
"shortName": "alv",
"chainId": 3797,
"networkId": 3797,
"explorers": [
{
"name": "AlveyScan",
"url": "https://alveyscan.com",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -5354,6 +5354,19 @@
"rpc": ["https://rpc.crossbell.io"],
"faucets": ["https://faucet.crossbell.io"],
"infoURL": "https://crossbell.io"
}, {
"name": "AlveyChain Mainnet",
"chainId": 3797,
"shortName": "alv",
"networkId": 3797,
"nativeCurrency": {
"name": "AlveyCoin",
"symbol": "ALV",
"decimals": 18
},
"rpc": ["https://rpc.alveychain.com/rpc", "https://rpc2.alvey.io/rpc"],
"faucets": [],
"infoURL": "https://alveyscan.com/rpc"
}, {
"name": "DRAC Network",
"chainId": 3912,

View File

@ -7910,6 +7910,26 @@
"url": "https://scan.crossbell.io",
"standard": "EIP3091"
}]
}, {
"name": "AlveyChain Mainnet",
"chain": "ALV",
"icon": "alveychain",
"rpc": ["https://rpc.alveychain.com/rpc", "https://rpc2.alvey.io/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "AlveyCoin",
"symbol": "ALV",
"decimals": 18
},
"infoURL": "https://alveyscan.com/rpc",
"shortName": "alv",
"chainId": 3797,
"networkId": 3797,
"explorers": [{
"name": "AlveyScan",
"url": "https://alveyscan.com",
"standard": "EIP3091"
}]
}, {
"name": "DRAC Network",
"chain": "DRAC",

8
icons/alveychain.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmSwczpPLBG6ob1a8WLoujthiCPzwEyJNp7WdKRi52qbWX",
"width": 310,
"height": 310,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

File diff suppressed because one or more lines are too long

View File

@ -411,6 +411,7 @@
"btx": "eip155:3690",
"empire": "eip155:3693",
"csb": "eip155:3737",
"alv": "eip155:3797",
"drac": "eip155:3912",
"dyno": "eip155:3966",
"tdyno": "eip155:3967",