@hyperlane-xyz/sdk 19.2.0 → 19.3.0
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/token/types.d.ts +1 -1
- package/dist/warp/WarpCore.js +1 -1
- package/package.json +6 -6
package/dist/token/types.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export declare const WarpRouteDeployConfigSchemaErrors: {
|
|
|
9
9
|
NO_SYNTHETIC_ONLY: string;
|
|
10
10
|
};
|
|
11
11
|
export declare const contractVersionMatchesDependency: (version: string) => boolean;
|
|
12
|
-
export declare const VERSION_ERROR_MESSAGE = "Contract version must match the @hyperlane-xyz/core dependency version (9.0.
|
|
12
|
+
export declare const VERSION_ERROR_MESSAGE = "Contract version must match the @hyperlane-xyz/core dependency version (9.0.15)";
|
|
13
13
|
export declare const TokenMetadataSchema: z.ZodObject<{
|
|
14
14
|
name: z.ZodString;
|
|
15
15
|
symbol: z.ZodString;
|
package/dist/warp/WarpCore.js
CHANGED
|
@@ -108,7 +108,7 @@ export class WarpCore {
|
|
|
108
108
|
// Form transactions to estimate local gas with
|
|
109
109
|
const recipient = convertToProtocolAddress(sender, destinationMetadata.protocol, destinationMetadata.bech32Prefix);
|
|
110
110
|
const txs = await this.getTransferRemoteTxs({
|
|
111
|
-
originTokenAmount: originToken.amount(
|
|
111
|
+
originTokenAmount: originToken.amount(2),
|
|
112
112
|
destination,
|
|
113
113
|
sender,
|
|
114
114
|
recipient,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hyperlane-xyz/sdk",
|
|
3
3
|
"description": "The official SDK for the Hyperlane Network",
|
|
4
|
-
"version": "19.
|
|
4
|
+
"version": "19.3.0",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@arbitrum/sdk": "^4.0.0",
|
|
7
7
|
"@aws-sdk/client-s3": "^3.577.0",
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"@cosmjs/cosmwasm-stargate": "^0.32.4",
|
|
10
10
|
"@cosmjs/proto-signing": "^0.32.4",
|
|
11
11
|
"@cosmjs/stargate": "^0.32.4",
|
|
12
|
-
"@hyperlane-xyz/core": "9.0.
|
|
13
|
-
"@hyperlane-xyz/cosmos-sdk": "19.
|
|
14
|
-
"@hyperlane-xyz/radix-sdk": "19.
|
|
15
|
-
"@hyperlane-xyz/starknet-core": "19.
|
|
16
|
-
"@hyperlane-xyz/utils": "19.
|
|
12
|
+
"@hyperlane-xyz/core": "9.0.15",
|
|
13
|
+
"@hyperlane-xyz/cosmos-sdk": "19.3.0",
|
|
14
|
+
"@hyperlane-xyz/radix-sdk": "19.3.0",
|
|
15
|
+
"@hyperlane-xyz/starknet-core": "19.3.0",
|
|
16
|
+
"@hyperlane-xyz/utils": "19.3.0",
|
|
17
17
|
"@safe-global/api-kit": "1.3.0",
|
|
18
18
|
"@safe-global/protocol-kit": "1.3.0",
|
|
19
19
|
"@safe-global/safe-core-sdk-types": "2.3.0",
|