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@d71cfa7d96 🚀
This commit is contained in:
parent
6ca7563349
commit
845df20637
|
@ -566,6 +566,14 @@
|
||||||
"height": 400,
|
"height": 400,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "alyx",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://bafkreifd43fcvh77mdcwjrpzpnlhthounc6b4u645kukqpqhduaveatf6i",
|
||||||
|
"width": 2481,
|
||||||
|
"height": 2481,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "PSC",
|
"name": "PSC",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -18,5 +18,6 @@
|
||||||
"url": "https://www.alyxscan.com",
|
"url": "https://www.alyxscan.com",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"icon": "alyx"
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,5 +18,6 @@
|
||||||
"url": "https://testnet.alyxscan.com",
|
"url": "https://testnet.alyxscan.com",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"icon": "alyx"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2092,7 +2092,8 @@
|
||||||
"name": "alyx testnet scan",
|
"name": "alyx testnet scan",
|
||||||
"url": "https://testnet.alyxscan.com",
|
"url": "https://testnet.alyxscan.com",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}],
|
||||||
|
"icon": "alyx"
|
||||||
}, {
|
}, {
|
||||||
"name": "Polygon Mainnet",
|
"name": "Polygon Mainnet",
|
||||||
"chain": "Polygon",
|
"chain": "Polygon",
|
||||||
|
@ -4898,7 +4899,8 @@
|
||||||
"name": "alyxscan",
|
"name": "alyxscan",
|
||||||
"url": "https://www.alyxscan.com",
|
"url": "https://www.alyxscan.com",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}],
|
||||||
|
"icon": "alyx"
|
||||||
}, {
|
}, {
|
||||||
"name": "Aitd Mainnet",
|
"name": "Aitd Mainnet",
|
||||||
"chain": "AITD",
|
"chain": "AITD",
|
||||||
|
|
8
icons/alyx.json
Normal file
8
icons/alyx.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://bafkreifd43fcvh77mdcwjrpzpnlhthounc6b4u645kukqpqhduaveatf6i",
|
||||||
|
"width": 2481,
|
||||||
|
"height": 2481,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user