@moonbeam-network/xcm-builder 1.0.0-dev.267 → 1.0.0-dev.268
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 +2 -5
- package/build/index.mjs.map +1 -1
- package/package.json +3 -3
package/build/index.mjs
CHANGED
|
@@ -3907,9 +3907,6 @@ var GATEWAY_ABI = [
|
|
|
3907
3907
|
}
|
|
3908
3908
|
];
|
|
3909
3909
|
|
|
3910
|
-
// src/mrl/providers/snowbridge/snowbridge/SnowbridgeConstants.ts
|
|
3911
|
-
var GATEWAY_ABI2 = GATEWAY_ABI;
|
|
3912
|
-
|
|
3913
3910
|
// src/fee/gateway/gateway.ts
|
|
3914
3911
|
function gateway() {
|
|
3915
3912
|
return {
|
|
@@ -3931,7 +3928,7 @@ function gateway() {
|
|
|
3931
3928
|
}
|
|
3932
3929
|
return new ContractConfig({
|
|
3933
3930
|
address: source.contracts.Gateway,
|
|
3934
|
-
abi:
|
|
3931
|
+
abi: GATEWAY_ABI,
|
|
3935
3932
|
args: [asset.address, destination.parachainId, 0n],
|
|
3936
3933
|
func: "quoteSendTokenFee",
|
|
3937
3934
|
module: "Gateway"
|
|
@@ -7637,7 +7634,7 @@ export {
|
|
|
7637
7634
|
ExtrinsicBuilder,
|
|
7638
7635
|
ExtrinsicConfig,
|
|
7639
7636
|
FeeBuilder,
|
|
7640
|
-
|
|
7637
|
+
GATEWAY_ABI,
|
|
7641
7638
|
MonitoringBuilder,
|
|
7642
7639
|
MrlBuilder,
|
|
7643
7640
|
Protocols,
|