Skip to content

Commit 16b23c5

Browse files
committed
Fix bridge withdraw form.
1 parent 511af9b commit 16b23c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/pages/bridge/bridge-swap/steps/withdraw-form/withdraw-form.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export class WithdrawFormComponent implements OnInit, OnDestroy {
212212

213213
transfer() {
214214
const { amount, address, memo } = this.withdrawForm.value;
215-
const tokenType = this.swapType === SwapType.MAIN_ERC20 ? 'LTO20' : this.swapType === SwapType.MAIN_BINANCE ? 'BINANCE' : 'BEP20';
215+
const tokenType = this.swapType === SwapType.MAIN_ERC20 ? 'LTO20' : this.swapType === SwapType.MAIN_BINANCE ? 'BINANCE' : 'BSC';
216216
this.transfer$ = this._wallet.withdraw(
217217
address,
218218
amount,

0 commit comments

Comments
 (0)