@moonbeam-network/xcm-builder 1.0.0-dev.277 → 1.0.0-dev.278

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/build/index.mjs CHANGED
@@ -3929,7 +3929,7 @@ function gateway() {
3929
3929
  return new ContractConfig({
3930
3930
  address: source.contracts.Gateway,
3931
3931
  abi: GATEWAY_ABI,
3932
- args: [asset.address, destination.parachainId, 0n],
3932
+ args: [asset.address, destination.parachainId, 10000000000000n],
3933
3933
  func: "quoteSendTokenFee",
3934
3934
  module: "Gateway"
3935
3935
  });