-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding featured networks for gelato instances
- Loading branch information
Showing
11 changed files
with
172 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[{ | ||
"title": "Arbitrum Blueberry", | ||
"url": "https://arb-blueberry.gelatoscout.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/arbitrum-icon.svg", | ||
"isActive": true | ||
}, | ||
{ | ||
"title": "OP Celestia Raspberry", | ||
"url": "https://opcelestia-raspberry.gelatoscout.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/optimism.svg" | ||
}, | ||
{ | ||
"title": "Polygon Blackberry", | ||
"url": "https://polygon-blackberry.gelatoscout.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/polygonzkevm-short.svg" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[{ | ||
"title": "Astar zkEVM", | ||
"url": "https://astar-zkevm.blockscout.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/astar.svg", | ||
"isActive": true | ||
}, | ||
{ | ||
"title": "Astar zKyoto", | ||
"url": "https://astar-zkyoto.blockscout.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/astar.svg" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[{ | ||
"title": "Astar zkEVM", | ||
"url": "https://astar-zkevm.blockscout.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/astar.svg" | ||
}, | ||
{ | ||
"title": "Astar zKyoto", | ||
"url": "https://astar-zkyoto.blockscout.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/astar.svg", | ||
"isActive": true | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[{ | ||
"title": "Lisk Mainnet", | ||
"url": "https://blockscout.lisk.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/lisk.svg", | ||
"isActive": true | ||
}, | ||
{ | ||
"title": "Lisk Sepolia Testnet", | ||
"url": "https://sepolia-blockscout.lisk.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/lisk.svg" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[{ | ||
"title": "Lisk Mainnet", | ||
"url": "https://blockscout.lisk.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/lisk.svg" | ||
}, | ||
{ | ||
"title": "Lisk Sepolia Testnet", | ||
"url": "https://sepolia-blockscout.lisk.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/lisk.svg", | ||
"isActive": true | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[{ | ||
"title": "OP Celestia Raspberry", | ||
"url": "https://opcelestia-raspberry.gelatoscout.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/optimism.svg", | ||
"isActive": true | ||
}, | ||
{ | ||
"title": "Arbitrum Blueberry", | ||
"url": "https://arb-blueberry.gelatoscout.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/arbitrum-icon.svg" | ||
}, | ||
{ | ||
"title": "Polygon Blackberry", | ||
"url": "https://polygon-blackberry.gelatoscout.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/polygonzkevm-short.svg" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[{ | ||
"title": "Playblock", | ||
"url": "https://explorer.playblock.io/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/playblock-icon.svg", | ||
"isActive": true | ||
}, | ||
{ | ||
"title": "Playnance", | ||
"url": "https://playnance.blockscout.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/playblock-icon.svg" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[{ | ||
"title": "Playblock", | ||
"url": "https://explorer.playblock.io/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/playblock-icon.svg", | ||
"isActive": true | ||
}, | ||
{ | ||
"title": "Playnance", | ||
"url": "https://playnance.blockscout.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/playblock-icon.svg" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[{ | ||
"title": "Polygon Blackberry", | ||
"url": "https://polygon-blackberry.gelatoscout.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/polygonzkevm-short.svg", | ||
"isActive": true | ||
}, | ||
{ | ||
"title": "OP Celestia Raspberry", | ||
"url": "https://opcelestia-raspberry.gelatoscout.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/optimism.svg" | ||
}, | ||
{ | ||
"title": "Arbitrum Blueberry", | ||
"url": "https://arb-blueberry.gelatoscout.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/arbitrum-icon.svg" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[{ | ||
"title": "Reya Mainnet", | ||
"url": "https://explorer.reya.network/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/reya-cronos-icon-light.svg", | ||
"isActive": true | ||
}, | ||
{ | ||
"title": "Reya Cronos", | ||
"url": "https://reya-cronos.blockscout.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/reya-cronos-icon-light.svg" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[{ | ||
"title": "Reya Mainnet", | ||
"url": "https://explorer.reya.network/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/reya-cronos-icon-light.svg" | ||
}, | ||
{ | ||
"title": "Reya Cronos", | ||
"url": "https://reya-cronos.blockscout.com/", | ||
"group": "Mainnets", | ||
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/reya-cronos-icon-light.svg", | ||
"isActive": true | ||
} | ||
] |