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@5fbb78a90a 🚀
This commit is contained in:
parent
da0f283f71
commit
fdd812f0e0
1630
chain_icons.json
1630
chain_icons.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
26
chains/eip155-2002.json
Normal file
26
chains/eip155-2002.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "Milkomeda A1 Mainnet",
|
||||
"chain": "milkALGO",
|
||||
"icon": "milkomeda",
|
||||
"rpc": [
|
||||
"https://rpc-mainnet-algorand-rollup.a1.milkomeda.com",
|
||||
"wss://rpc-mainnet-algorand-rollup.a1.milkomeda.com/ws"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "milkALGO",
|
||||
"symbol": "mALGO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://milkomeda.com",
|
||||
"shortName": "milkALGO",
|
||||
"chainId": 2002,
|
||||
"networkId": 2002,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Blockscout",
|
||||
"url": "https://explorer-mainnet-algorand-rollup.a1.milkomeda.com",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -3261,6 +3261,19 @@
|
|||
"rpc": ["https://rpc-mainnet-cardano-evm.c1.milkomeda.com", "wss://rpc-mainnet-cardano-evm.c1.milkomeda.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://milkomeda.com"
|
||||
}, {
|
||||
"name": "Milkomeda A1 Mainnet",
|
||||
"chainId": 2002,
|
||||
"shortName": "milkALGO",
|
||||
"networkId": 2002,
|
||||
"nativeCurrency": {
|
||||
"name": "milkALGO",
|
||||
"symbol": "mALGO",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc-mainnet-algorand-rollup.a1.milkomeda.com", "wss://rpc-mainnet-algorand-rollup.a1.milkomeda.com/ws"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://milkomeda.com"
|
||||
}, {
|
||||
"name": "CloudWalk Testnet",
|
||||
"chainId": 2008,
|
||||
|
|
|
@ -4570,6 +4570,26 @@
|
|||
"url": "https://explorer-mainnet-cardano-evm.c1.milkomeda.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Milkomeda A1 Mainnet",
|
||||
"chain": "milkALGO",
|
||||
"icon": "milkomeda",
|
||||
"rpc": ["https://rpc-mainnet-algorand-rollup.a1.milkomeda.com", "wss://rpc-mainnet-algorand-rollup.a1.milkomeda.com/ws"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "milkALGO",
|
||||
"symbol": "mALGO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://milkomeda.com",
|
||||
"shortName": "milkALGO",
|
||||
"chainId": 2002,
|
||||
"networkId": 2002,
|
||||
"explorers": [{
|
||||
"name": "Blockscout",
|
||||
"url": "https://explorer-mainnet-algorand-rollup.a1.milkomeda.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "CloudWalk Testnet",
|
||||
"chain": "CloudWalk Testnet",
|
||||
|
|
|
@ -250,6 +250,7 @@
|
|||
"egem": "eip155:1987",
|
||||
"dc": "eip155:2000",
|
||||
"milkAda": "eip155:2001",
|
||||
"milkALGO": "eip155:2002",
|
||||
"cloudwalk_testnet": "eip155:2008",
|
||||
"cloudwalk_mainnet": "eip155:2009",
|
||||
"420": "eip155:2020",
|
||||
|
|
Loading…
Reference in New Issue
Block a user