Skip to content

Commit

Permalink
fix flat fee micro link (#9690)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixFan1992 committed Jul 6, 2023
1 parent 0d96e39 commit 1ecbd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/scripts/chaincli/handler/keeper_deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ func (d *v21KeeperDeployer) SetKeepers(opts *bind.TransactOpts, cls []cmd.HTTPCl
var args gethabi.Arguments = []gethabi.Argument{{Type: onchainConfigType}}
onchainConfig, err := args.Pack(iregistry21.KeeperRegistryBase21OnchainConfig{
PaymentPremiumPPB: d.cfg.PaymentPremiumPBB,
FlatFeeMicroLink: d.cfg.PaymentPremiumPBB,
FlatFeeMicroLink: d.cfg.FlatFeeMicroLink,
CheckGasLimit: d.cfg.CheckGasLimit,
StalenessSeconds: big.NewInt(d.cfg.StalenessSeconds),
GasCeilingMultiplier: d.cfg.GasCeilingMultiplier,
Expand Down

0 comments on commit 1ecbd91

Please sign in to comment.