feat: deploy Ekubo gas optimizations
new executor and new router (since the executor is hardcoded for now).
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user