Skip to content

Commit

Permalink
chore: updating deployment script and adding addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Aug 6, 2024
1 parent e8c0238 commit 7b14bfe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async function main() {
// Contract verification
if (parsedData.contractVerification) {
const execSync = require("child_process").execSync;
execSync("npx hardhat verify --constructor-args scripts/deployment/l2/verify_00_basic_service_staking_activity_checker.js --network " + providerName + " " + stakingActivityChecker.address, { encoding: "utf-8" });
execSync("npx hardhat verify --constructor-args scripts/deployment/verify_00_basic_service_staking_activity_checker.js --network " + providerName + " " + stakingActivityChecker.address, { encoding: "utf-8" });
}
}

Expand Down
2 changes: 1 addition & 1 deletion scripts/deployment/globals_gnosis_mainnet_pearl_beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"proxyHash":"0xb89c1b3bdf2cf8827818646bce9a8f6e372885f8c55e5c07acbd307cb133b000",
"serviceRegistry":"0x9338b5153AE39BB89f50468E608eD9d764B755fD",
"activityChecker":"0x980b47e2B78403fBeDd59fbd6C7f8bF93d2E6B10"},
"stakingTokenInstanceAddress":""
"stakingTokenInstanceAddress":"0xeF44Fb0842DDeF59D37f85D61A1eF492bbA6135d"
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"proxyHash":"0xb89c1b3bdf2cf8827818646bce9a8f6e372885f8c55e5c07acbd307cb133b000",
"serviceRegistry":"0x9338b5153AE39BB89f50468E608eD9d764B755fD",
"activityChecker":"0x87E6a97bD97D41904B1125A014B16bec50C6A89D"},
"stakingTokenInstanceAddress":""
"stakingTokenInstanceAddress":"0x5344B7DD311e5d3DdDd46A4f71481bD7b05AAA3e"
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"proxyHash":"0xb89c1b3bdf2cf8827818646bce9a8f6e372885f8c55e5c07acbd307cb133b000",
"serviceRegistry":"0x9338b5153AE39BB89f50468E608eD9d764B755fD",
"activityChecker":"0x87E6a97bD97D41904B1125A014B16bec50C6A89D"},
"stakingTokenInstanceAddress":""
"stakingTokenInstanceAddress":"0x389B46c259631Acd6a69Bde8B6cEe218230bAE8C"
}

0 comments on commit 7b14bfe

Please sign in to comment.