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@0dcde6b1de 🚀
This commit is contained in:
parent
2afb2d2816
commit
f2276cc4d4
|
@ -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
23
chains/eip155-3797.json
Normal 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
|
@ -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,
|
||||
|
|
|
@ -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
8
icons/alveychain.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmSwczpPLBG6ob1a8WLoujthiCPzwEyJNp7WdKRi52qbWX",
|
||||
"width": 310,
|
||||
"height": 310,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/QmSwczpPLBG6ob1a8WLoujthiCPzwEyJNp7WdKRi52qbWX
Normal file
BIN
iconsDownload/QmSwczpPLBG6ob1a8WLoujthiCPzwEyJNp7WdKRi52qbWX
Normal file
Binary file not shown.
After Width: | Height: | Size: 147 KiB |
File diff suppressed because one or more lines are too long
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user