feat: deploy Ekubo gas optimizations

new executor and new router (since the executor is hardcoded for now).
This commit is contained in:
TAMARA LIPOWSKI
2025-04-03 12:51:23 +02:00
parent 9c8e093588
commit 9012d7b4d1
5 changed files with 6 additions and 10 deletions

View File

@@ -50,11 +50,7 @@ module.exports = {
},
etherscan: {
apiKey: {
unichain: process.env.BLOCKCHAIN_EXPLORER_API_KEY,
base: process.env.BLOCKCHAIN_EXPLORER_API_KEY,
ethereum: process.env.BLOCKCHAIN_EXPLORER_API_KEY,
},
apiKey: process.env.BLOCKCHAIN_EXPLORER_API_KEY,
customChains: [
{
network: "unichain",