Skip to content

Commit

Permalink
update tag in migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
zajck committed Oct 3, 2023
1 parent e59ff51 commit fa3d6e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/migrations/migrate_2.3.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ const ethers = hre.ethers;
const { getContractAt, getSigners } = ethers;
const network = hre.network.name;
const abiCoder = new ethers.AbiCoder();
const tag = "HEAD";
const tag = "v2.3.0";
const version = "2.3.0";
const { EXCHANGE_ID_2_2_0 } = require("../config/protocol-parameters");
const { META_TRANSACTION_FORWARDER } = require("../config/client-upgrade");
const confirmations = hre.network.name == "hardhat" ? 1 : environments.confirmations;

const config = {
// status at v2.3.0-rc.4
// status at v2.3.0
addOrUpgrade: [
"AccountHandlerFacet",
"BundleHandlerFacet",
Expand Down

0 comments on commit fa3d6e9

Please sign in to comment.