@layerzerolabs/oft-v2-solana-sdk 3.0.19-movment.1 → 3.0.19
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/CHANGELOG.md +10 -0
- package/dist/index.cjs +0 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +0 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -6
- package/src/oft.ts +1 -2
- package/deployments/solana-sandbox-local/TokenFourOFTAdapter.json +0 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/oft-v2-solana-sdk",
|
|
3
|
-
"version": "3.0.19
|
|
3
|
+
"version": "3.0.19",
|
|
4
4
|
"license": "BUSL-1.1",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@ethersproject/bytes": "^5.7.0",
|
|
36
|
-
"@layerzerolabs/lz-foundation": "^3.0.19
|
|
37
|
-
"@layerzerolabs/lz-solana-sdk-v2": "^3.0.19
|
|
38
|
-
"@layerzerolabs/lz-v2-utilities": "^3.0.19
|
|
36
|
+
"@layerzerolabs/lz-foundation": "^3.0.19",
|
|
37
|
+
"@layerzerolabs/lz-solana-sdk-v2": "^3.0.19",
|
|
38
|
+
"@layerzerolabs/lz-v2-utilities": "^3.0.19",
|
|
39
39
|
"@metaplex-foundation/beet": "^0.7.1",
|
|
40
40
|
"@metaplex-foundation/beet-solana": "^0.4.0",
|
|
41
41
|
"@metaplex-foundation/umi": "^0.9.2",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"@kinobi-so/nodes-from-anchor": "^0.21.2",
|
|
53
53
|
"@kinobi-so/renderers": "^0.21.3",
|
|
54
54
|
"@kinobi-so/renderers-js-umi": "^0.21.6",
|
|
55
|
-
"@layerzerolabs/tsup-config-next": "^3.0.19
|
|
56
|
-
"@layerzerolabs/typescript-config-next": "^3.0.19
|
|
55
|
+
"@layerzerolabs/tsup-config-next": "^3.0.19",
|
|
56
|
+
"@layerzerolabs/typescript-config-next": "^3.0.19",
|
|
57
57
|
"@metaplex-foundation/mpl-toolbox": "^0.9.4",
|
|
58
58
|
"@metaplex-foundation/solita": "^0.20.1",
|
|
59
59
|
"@metaplex-foundation/umi": "^0.9.2",
|
package/src/oft.ts
CHANGED
|
@@ -675,12 +675,11 @@ export async function quote(
|
|
|
675
675
|
|
|
676
676
|
const endpoint = new EndpointProgram.Endpoint(toWeb3JsPublicKey(programs.endpoint ?? ENDPOINT_PROGRAM_ID))
|
|
677
677
|
const messageLib = await getSendLibraryProgram(connection, endpoint, payer, oftStore, dstEid)
|
|
678
|
-
|
|
678
|
+
|
|
679
679
|
remainingAccounts = await endpoint.getQuoteIXAccountMetaForCPI(
|
|
680
680
|
connection,
|
|
681
681
|
toWeb3JsPublicKey(payer),
|
|
682
682
|
{
|
|
683
|
-
srcEid: SOLANA_EID,
|
|
684
683
|
sender: hexlify(publicKeyBytes(oftStore)),
|
|
685
684
|
dstEid: dstEid,
|
|
686
685
|
receiver: hexlify(peerAddr),
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"source": "@layerzerolabs/oft-v2-solana-sdk",
|
|
3
|
-
"name": "TokenFourOFTAdapter",
|
|
4
|
-
"network": "solana-sandbox-local",
|
|
5
|
-
"oftType": "OFTAdapter",
|
|
6
|
-
"oftProgramId": "9UovNrJD8pQyBLheeHNayuG1wJSEAoxkmM14vw5gcsTT",
|
|
7
|
-
"tokenMint": "CaH6gVzKdwDasYE3DCEPgwxkbBQHXCAMx2sZcqfWhcma",
|
|
8
|
-
"tokenEscrow": "7tMkAzKYDBCRVxyF75r3dsHLUXvuWKUn3yuwP8NS2eR9",
|
|
9
|
-
"address": "43ZUxaWu5bRtVpqjvm5UD2ig6RUBtARiFRBG9ghkrm9E",
|
|
10
|
-
"compatibleVersions": [
|
|
11
|
-
"v2"
|
|
12
|
-
],
|
|
13
|
-
"deployer": "2dh2G3zSEjQ14suomJvmrxV3QCoqcD6xzNjzbPuidxWf",
|
|
14
|
-
"admin": "2dh2G3zSEjQ14suomJvmrxV3QCoqcD6xzNjzbPuidxWf"
|
|
15
|
-
}
|