Skip to content

Commit

Permalink
Merge pull request #289 from bnb-chain/feat/upperLimit0107
Browse files Browse the repository at this point in the history
fix: Fix type issue
  • Loading branch information
Halibao-Lala authored Jan 14, 2025
2 parents d4a524e + 71dfd8b commit 251ffc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/canonical-bridge-ui/pages/mainnet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function BridgeWidget() {
http: {
serverEndpoint: env.SERVER_ENDPOINT,
deBridgeReferralCode: env.DEBRIDGE_REFERRAL_CODE,
feeReloadMaxTime: env.FEE_RELOAD_MAX_TIME,
feeReloadMaxTime: Number(env.FEE_RELOAD_MAX_TIME),
},
transfer: transferConfig,
onClickConnectWalletButton: onOpen,
Expand Down

0 comments on commit 251ffc9

Please sign in to comment.