mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add AltLayer testnet (#2774)
* add AltLayer testnet * fix altlayer testnet explorer link * format json and remove slash at end of url for altlayer testnet
This commit is contained in:
parent
1dd1076027
commit
e8c2f709c5
25
_data/chains/eip155-9997.json
Normal file
25
_data/chains/eip155-9997.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "AltLayer Testnet",
|
||||
"chain": "ETH",
|
||||
"rpc": ["https://testnet-rollup-api.altlayer.io"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||
"infoURL": "https://altlayer.io",
|
||||
"shortName": "alt-testnet",
|
||||
"chainId": 9997,
|
||||
"networkId": 9997,
|
||||
"icon": "altlayer",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "blockscout",
|
||||
"url": "https://testnet-rollup-explorer.altlayer.io",
|
||||
"icon": "blockscout",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/altlayer.json
Normal file
8
_data/icons/altlayer.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmcEfZJU7NMn9ycTAcEooQgGNfa2nYBToSUZHdFCFadcjb",
|
||||
"width": 1080,
|
||||
"height": 1025,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user