@wormhole-foundation/sdk-solana 1.5.0-beta.1 → 1.5.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/cjs/signer.js +1 -1
- package/dist/esm/signer.js +1 -1
- package/package.json +2 -2
package/dist/cjs/signer.js
CHANGED
|
@@ -8,7 +8,7 @@ const unsignedTransaction_js_1 = require("./unsignedTransaction.js");
|
|
|
8
8
|
const DEFAULT_PRIORITY_FEE_PERCENTILE = 0.5;
|
|
9
9
|
const DEFAULT_PERCENTILE_MULTIPLE = 1;
|
|
10
10
|
const DEFAULT_MIN_PRIORITY_FEE = 1;
|
|
11
|
-
const DEFAULT_MAX_PRIORITY_FEE =
|
|
11
|
+
const DEFAULT_MAX_PRIORITY_FEE = 1e8;
|
|
12
12
|
const DEFAULT_MAX_RESUBMITS = 5;
|
|
13
13
|
const DEFAULT_COMPUTE_BUDGET = 250_000;
|
|
14
14
|
/** Recommended priority fee options */
|
package/dist/esm/signer.js
CHANGED
|
@@ -5,7 +5,7 @@ import { isVersionedTransaction, } from './unsignedTransaction.js';
|
|
|
5
5
|
const DEFAULT_PRIORITY_FEE_PERCENTILE = 0.5;
|
|
6
6
|
const DEFAULT_PERCENTILE_MULTIPLE = 1;
|
|
7
7
|
const DEFAULT_MIN_PRIORITY_FEE = 1;
|
|
8
|
-
const DEFAULT_MAX_PRIORITY_FEE =
|
|
8
|
+
const DEFAULT_MAX_PRIORITY_FEE = 1e8;
|
|
9
9
|
const DEFAULT_MAX_RESUBMITS = 5;
|
|
10
10
|
const DEFAULT_COMPUTE_BUDGET = 250_000;
|
|
11
11
|
/** Recommended priority fee options */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wormhole-foundation/sdk-solana",
|
|
3
|
-
"version": "1.5.0
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@coral-xyz/borsh": "0.29.0",
|
|
54
54
|
"@solana/spl-token": "0.3.9",
|
|
55
55
|
"@solana/web3.js": "^1.95.8",
|
|
56
|
-
"@wormhole-foundation/sdk-connect": "1.5.0
|
|
56
|
+
"@wormhole-foundation/sdk-connect": "1.5.0",
|
|
57
57
|
"rpc-websockets": "^7.10.0"
|
|
58
58
|
},
|
|
59
59
|
"type": "module",
|