Skip to content

Commit

Permalink
feat(tron): add gasLimit to GetCheckpointBridgeCall (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakir-code authored Dec 30, 2024
1 parent 4d9050f commit d22519b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/tron/types/checkpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ func GetCheckpointBridgeCall(bridgeCall *types.OutgoingBridgeCall, gravityIDStr
{"bytes": memeBytes},
{"uint256": big.NewInt(int64(bridgeCall.Nonce))},
{"uint256": big.NewInt(int64(bridgeCall.Timeout))},
{"uint256": big.NewInt(int64(bridgeCall.GasLimit))},
{"uint256": big.NewInt(int64(bridgeCall.EventNonce))},
}

Expand Down

0 comments on commit d22519b

Please sign in to comment.