@clonegod/ttd-bsc-common 1.0.71 → 1.0.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -73,7 +73,7 @@ class TransactionSender {
|
|
|
73
73
|
enable: process.env.SEND_TX_48CLUB_BUNDLE_WS === 'true',
|
|
74
74
|
is_bundle: true,
|
|
75
75
|
send: () => __awaiter(this, void 0, void 0, function* () {
|
|
76
|
-
const tipTx = yield eoa_tip_transaction(_1.BSC_EOA_ADDRESS.
|
|
76
|
+
const tipTx = yield eoa_tip_transaction(_1.BSC_EOA_ADDRESS._48CLUB);
|
|
77
77
|
const spSignature = yield this._48Club.get48SPSignature([signedMainTx, tipTx]);
|
|
78
78
|
this.sendBundleProxy.sendTransaction('48club', pair, signedMainTx, tipTx, spSignature);
|
|
79
79
|
return Promise.resolve('send bundle to 48club ws proxy success');
|