@chainflip/utils 2.1.2-beta.5 → 2.1.2-beta.6
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/chainflip.cjs +1 -1
- package/dist/chainflip.d.cts +2 -2
- package/dist/chainflip.d.mts +2 -2
- package/dist/chainflip.mjs +1 -1
- package/package.json +1 -1
package/dist/chainflip.cjs
CHANGED
package/dist/chainflip.d.cts
CHANGED
|
@@ -265,7 +265,7 @@ declare const chainConstants: {
|
|
|
265
265
|
readonly rpcAssets: ["DOT", "USDT", "USDC"];
|
|
266
266
|
readonly gasAsset: "HubDot";
|
|
267
267
|
readonly addressType: "Hub";
|
|
268
|
-
readonly blockTimeSeconds:
|
|
268
|
+
readonly blockTimeSeconds: 3;
|
|
269
269
|
};
|
|
270
270
|
};
|
|
271
271
|
declare const anyChainConstants: {
|
|
@@ -315,7 +315,7 @@ declare const anyChainConstants: {
|
|
|
315
315
|
readonly rpcAssets: ["DOT", "USDT", "USDC"];
|
|
316
316
|
readonly gasAsset: "HubDot";
|
|
317
317
|
readonly addressType: "Hub";
|
|
318
|
-
readonly blockTimeSeconds:
|
|
318
|
+
readonly blockTimeSeconds: 3;
|
|
319
319
|
};
|
|
320
320
|
};
|
|
321
321
|
declare const internalAssetToRpcAsset: InternalAssetMap<AssetAndChain>;
|
package/dist/chainflip.d.mts
CHANGED
|
@@ -265,7 +265,7 @@ declare const chainConstants: {
|
|
|
265
265
|
readonly rpcAssets: ["DOT", "USDT", "USDC"];
|
|
266
266
|
readonly gasAsset: "HubDot";
|
|
267
267
|
readonly addressType: "Hub";
|
|
268
|
-
readonly blockTimeSeconds:
|
|
268
|
+
readonly blockTimeSeconds: 3;
|
|
269
269
|
};
|
|
270
270
|
};
|
|
271
271
|
declare const anyChainConstants: {
|
|
@@ -315,7 +315,7 @@ declare const anyChainConstants: {
|
|
|
315
315
|
readonly rpcAssets: ["DOT", "USDT", "USDC"];
|
|
316
316
|
readonly gasAsset: "HubDot";
|
|
317
317
|
readonly addressType: "Hub";
|
|
318
|
-
readonly blockTimeSeconds:
|
|
318
|
+
readonly blockTimeSeconds: 3;
|
|
319
319
|
};
|
|
320
320
|
};
|
|
321
321
|
declare const internalAssetToRpcAsset: InternalAssetMap<AssetAndChain>;
|
package/dist/chainflip.mjs
CHANGED