Skip to content

Commit

Permalink
fix: retrieve token metadata correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Dec 6, 2024
1 parent 7322511 commit 663ec2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/rollup_pessimistic_proofs.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (r *RollupPessimisticProofs) GetBatchL2Data(client bind.ContractBackend) (s
return "", err
}

gasTokenMetadata, err := bridge.GasTokenMetadata(nil)
gasTokenMetadata, err := bridge.GetTokenMetadata(nil, r.GasToken)
if err != nil {
return "", err
}
Expand Down

0 comments on commit 663ec2f

Please sign in to comment.