fix: rename mainnet -> ethereum

we must match what we have in the executors file (which is what tycho-indexer gives us)
This commit is contained in:
TAMARA LIPOWSKI
2025-02-26 13:20:51 -05:00
parent e5759b9498
commit ac35256c69
3 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ module.exports = {
},
networks: {
tenderly_mainnet: {
tenderly_ethereum: {
url: process.env.RPC_URL,
accounts: [process.env.PRIVATE_KEY]
},
@@ -25,7 +25,7 @@ module.exports = {
url: process.env.RPC_URL,
accounts: [process.env.PRIVATE_KEY]
},
mainnet: {
ethereum: {
url: process.env.RPC_URL,
accounts: [process.env.PRIVATE_KEY]
},