Skip to content

Commit

Permalink
feat: complete re-deploy of sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
simonzg committed Jul 11, 2024
1 parent e9eae91 commit 03905d0
Show file tree
Hide file tree
Showing 47 changed files with 5,256 additions and 12,901 deletions.
2 changes: 0 additions & 2 deletions deploy/1-deploy-oracles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ const func: DeployFunction = async function ({ getNamedAccounts, deployments, ne
const { deployer } = await getNamedAccounts();

const networkName: string = network.name === "hardhat" ? "metertest" : network.name;
console.log(`assets:`, assets[networkName]);
console.log(`oracleData: `, (await getOraclesData())[networkName]);

console.log(`Timelock: ${ADDRESSES[networkName].timelock}`);

Expand Down
2 changes: 1 addition & 1 deletion deployments/arbitrum.json
Original file line number Diff line number Diff line change
Expand Up @@ -6597,4 +6597,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion deployments/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -5442,4 +5442,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion deployments/metermain.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"name": "metermain",
"chainId": "82",
"contracts": {}
}
}
2 changes: 1 addition & 1 deletion deployments/metertest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6201,4 +6201,4 @@
]
}
}
}
}
Loading

0 comments on commit 03905d0

Please sign in to comment.