Skip to content

Commit

Permalink
chore: upgrade across all chain aside scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
OnahProsperity committed Jul 4, 2024
1 parent 50ce996 commit 9e8bd17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/2_upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ const ProxyAdmin = artifacts.require(
);
const Gateway = artifacts.require("Gateway");

// const proxyContractAddress = "THyFP5ST9YyLZn6EzjKjFhZti6aKPgEXNU";
const proxyContractAddress = "THyFP5ST9YyLZn6EzjKjFhZti6aKPgEXNU";
// Shasta:
const proxyContractAddress = "TYA8urq7nkN2yU7rJqAgwDShCusDZrrsxZ";
// const proxyContractAddress = "TYA8urq7nkN2yU7rJqAgwDShCusDZrrsxZ";

module.exports = async function (deployer) {
try {
Expand Down

0 comments on commit 9e8bd17

Please sign in to comment.