mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Milkomeda A1 configs (#1742)
* Add Milkomeda A1 configs * Fix CI error due to symbol size limit exceeded
This commit is contained in:
parent
7aff4a31fd
commit
5fbb78a90a
26
_data/chains/eip155-2002.json
Normal file
26
_data/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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user