Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/taiko #69

Merged
merged 5 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@
# ETH_NODE_URI_ASTARZKEVM=
# ETHERSCAN_API_KEY_ASTARZKEVM=""
# MODE_ETHERSCAN_API_ASTARZKEVM=""

#ETH_NODE_URI_ROOTSTOCK=
#ROOTSTOCK_ETHERSCAN_API_KEY="
2 changes: 1 addition & 1 deletion deploy/0_distributor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const func: DeployFunction = async ({ deployments, ethers, network }) => {
let core: string;
// TODO: change the coreMerkl address to that of the desired chain

core = '0x1899D4cC1BFf96038f9E8f5ecc898c70E2ff72ee';
core = '0x1746f9bb465d3747fe9C2CfE7759F4B871a06d3C';
const coreContract = new ethers.Contract(core, CoreBorrow__factory.createInterface(), deployer) as any;
if (await coreContract.GOVERNOR_ROLE()!= '0x7935bd0ae54bc31f548c14dba4d37c5c64b3f8ca900cb468fb8abd54d5894f55') throw 'Invalid Core Merkl'

Expand Down
2 changes: 1 addition & 1 deletion deploy/1_distributionCreator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const func: DeployFunction = async ({ deployments, ethers, network }) => {
const { deployer } = await ethers.getNamedSigners();

let core: string;
core = '0x1899D4cC1BFf96038f9E8f5ecc898c70E2ff72ee';
core = '0x1746f9bb465d3747fe9C2CfE7759F4B871a06d3C';
const coreContract = new ethers.Contract(core, CoreBorrow__factory.createInterface(), deployer) as any;
if (await coreContract.GOVERNOR_ROLE()!= '0x7935bd0ae54bc31f548c14dba4d37c5c64b3f8ca900cb468fb8abd54d5894f55') throw 'Invalid Core Merkl'

Expand Down
1 change: 1 addition & 0 deletions deployments/taiko/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
167000
132 changes: 132 additions & 0 deletions deployments/taiko/DistributionCreator.json

Large diffs are not rendered by default.

Loading
Loading