chore: Add script to remove executor addresses from Tycho Router

--- don't change below this line ---
ENG-4454 Took 1 hour 6 minutes
This commit is contained in:
Diana Carvalho
2025-05-08 15:11:07 +01:00
parent 5ee9d79a15
commit 30b8f9dd19
3 changed files with 51 additions and 7 deletions

View File

@@ -52,14 +52,14 @@ module.exports = {
etherscan: {
apiKey: process.env.BLOCKCHAIN_EXPLORER_API_KEY,
customChains: [
{
network: "unichain",
chainId: 130,
urls: {
apiURL: "https://api.uniscan.xyz/api",
browserURL: "https://www.uniscan.xyz/"
{
network: "unichain",
chainId: 130,
urls: {
apiURL: "https://api.uniscan.xyz/api",
browserURL: "https://www.uniscan.xyz/"
}
}
}
]
}
};