@moonbeam-network/xcm-builder 1.0.0-dev.265 → 1.0.0-dev.266
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.d.ts +3 -0
- package/build/index.mjs.map +1 -1
- package/package.json +3 -3
package/build/index.d.ts
CHANGED
|
@@ -620,6 +620,9 @@ declare class SnowbridgeConfig {
|
|
|
620
620
|
constructor({ args, func }: SnowbridgeConfigConstructorParams);
|
|
621
621
|
}
|
|
622
622
|
|
|
623
|
+
/**
|
|
624
|
+
* TODO mjm this can be configured for each chain.
|
|
625
|
+
*/
|
|
623
626
|
declare const GATEWAY_CONTRACT_ADDRESS = "0x503B4D684074888EB7fe82D4c5AB25E57de0e85c";
|
|
624
627
|
declare const GATEWAY_ABI: readonly [{
|
|
625
628
|
readonly inputs: readonly [{
|