Skip to content

Commit a4903ee

Browse files
chore: increase tx fee to 10x base fee
1 parent 4798ec6 commit a4903ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bsc/bridges/stellar/api/bridge/stellar.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func (w *stellarWallet) generatePaymentOperation(amount uint64, destination stri
193193
Operations: paymentOperations,
194194
Timebounds: txnbuild.NewTimeout(300),
195195
SourceAccount: &sourceAccount,
196-
BaseFee: txnbuild.MinBaseFee * 3,
196+
BaseFee: txnbuild.MinBaseFee * 10,
197197
IncrementSequenceNum: true,
198198
}
199199

bsc/bridges/stellar/helmchart/tftbscbridge/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: tftbscbridge
33
description: TFT stellar-bsc bridge
44
type: application
55
version: 0.2.1
6-
appVersion: "1.0.10"
6+
appVersion: "1.0.11"

0 commit comments

Comments
 (0)