Skip to content

Commit

Permalink
Merge branch 'main' into market_updte_v1_changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinNagpal committed Jan 1, 2025
2 parents 3b1ac54 + 51c2ad5 commit ab57066
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default migration('1728096598_configurate_and_ens', {
},

async enacted(): Promise<boolean> {
return false;
return true;
},

async verify(deploymentManager: DeploymentManager, govDeploymentManager: DeploymentManager, preMigrationBlockNumber: number) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default migration('1726218459_add_cbbtc_as_collateral', {
},

async enacted(): Promise<boolean> {
return false;
return true;
},

async verify(deploymentManager: DeploymentManager) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default migration('1728054806_add_tbtc_collateral', {
},

async enacted(): Promise<boolean> {
return false;
return true;
},

async verify(deploymentManager: DeploymentManager) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default migration('1730374657_add_wusdm_collateral', {
},

async enacted(): Promise<boolean> {
return false;
return true;
},

async verify(deploymentManager: DeploymentManager) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default migration('1726228702_add_cbbtc_as_collateral', {
},

async enacted(): Promise<boolean> {
return false;
return true;
},

async verify(deploymentManager: DeploymentManager) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default migration('1724837643_add_wrseth_as_collateral', {
},

async enacted(): Promise<boolean> {
return false;
return true;
},

async verify(deploymentManager: DeploymentManager) {
Expand Down

0 comments on commit ab57066

Please sign in to comment.