@pyxisjs/chains 0.2.4 → 0.2.5
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.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -8587,7 +8587,7 @@ var AptosChainAdapter = class extends import_core2.BaseChainAdapter {
|
|
|
8587
8587
|
return {
|
|
8588
8588
|
fee: nativeFee,
|
|
8589
8589
|
feeTokenAddress: import_ts_sdk.APTOS_COIN,
|
|
8590
|
-
method:
|
|
8590
|
+
method: import_core2.BridgeMethod.LayerZero,
|
|
8591
8591
|
estimatedTime: (0, import_core2.getEstimatedBridgeTime)(this.chain.id, destinationChain),
|
|
8592
8592
|
extraOptions,
|
|
8593
8593
|
// Pay only with native (payInZro = false)
|
|
@@ -9344,7 +9344,7 @@ var EthereumChainAdapter = class extends import_core4.BaseChainAdapter {
|
|
|
9344
9344
|
const extraOptionsHex = "0x" + Buffer.from(args.extraOptions).toString("hex");
|
|
9345
9345
|
const bridgeData = {
|
|
9346
9346
|
chainSelector: dstEid,
|
|
9347
|
-
messageGas:
|
|
9347
|
+
messageGas: args.fee,
|
|
9348
9348
|
destinationChainReceiver: args.recipient,
|
|
9349
9349
|
bridgeFeeToken: import_viem.ethAddress,
|
|
9350
9350
|
data: extraOptionsHex
|