Skip to content

Commit

Permalink
script: fix numerator in gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
nxqbao committed Apr 4, 2024
1 parent 11c22c9 commit 1d6e371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/Migration.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ contract Migration is BaseMigrationV2, Utils {

// Mainchain Gateway V3
param.mainchainGatewayV3.roninChainId = 2021;
param.mainchainGatewayV3.numerator = 1;
param.mainchainGatewayV3.highTierVWNumerator = 10;
param.mainchainGatewayV3.numerator = 4 ;
param.mainchainGatewayV3.highTierVWNumerator = 7;
param.mainchainGatewayV3.denominator = 10;

// Mainchain Bridge Manager
Expand Down

0 comments on commit 1d6e371

Please sign in to comment.