@galacticcouncil/xc-cfg 1.4.1 → 1.4.2-pr331-df66924

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.
@@ -1,6 +1,7 @@
1
1
  export type SnowbridgeFast = boolean;
2
2
  export declare const SNOWBRIDGE_BASE_DISPATCH_GAS = 80000n;
3
3
  export declare const SNOWBRIDGE_BASE_VERIFICATION_GAS = 120000n;
4
+ export declare const SNOWBRIDGE_TOKEN_DELIVERY_GAS = 100000n;
4
5
  export declare const SNOWBRIDGE_SUBMIT_GAS = 1000000n;
5
6
  export declare const SNOWBRIDGE_FIAT_SHAMIR_GAS = 2000000n;
6
7
  export declare const ASSETHUB_ETHER_ED = 15000000000000n;