@layerzerolabs/oft-v2-solana-sdk 2.3.18

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 ADDED
@@ -0,0 +1,7 @@
1
+ # @layerzerolabs/oft-v2-solana-sdk
2
+
3
+ ## 2.3.18
4
+
5
+ ### Patch Changes
6
+
7
+ - d7ddb1e: Make `solana-sdk` compatible with browsers
@@ -0,0 +1,14 @@
1
+ {
2
+ "source": "@layerzerolabs/oft-v2-solana-sdk",
3
+ "name": "TokenOneOFT",
4
+ "network": "solana-sandbox-local",
5
+ "oftType": "OFT",
6
+ "oftProgramId": "HRPXLCqspQocTjfcX4rvAPaY9q6Gwb1rrD3xXWrfJWdW",
7
+ "tokenMint": "6JEUwGZZ1K2c6JQqBqevNwHjsxvdkT1m48Pk9XesyK96",
8
+ "address": "F1aSg38wNj5PF4KB5FLdxpXWSL4GgVEprVsnRRLB8tfE",
9
+ "compatibleVersions": [
10
+ "v2"
11
+ ],
12
+ "deployer": "2dh2G3zSEjQ14suomJvmrxV3QCoqcD6xzNjzbPuidxWf",
13
+ "admin": "2dh2G3zSEjQ14suomJvmrxV3QCoqcD6xzNjzbPuidxWf"
14
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "source": "@layerzerolabs/oft-v2-solana-sdk",
3
+ "name": "TokenTwoOFTAdapter",
4
+ "network": "solana-sandbox-local",
5
+ "oftType": "OFTAdapter",
6
+ "oftProgramId": "HRPXLCqspQocTjfcX4rvAPaY9q6Gwb1rrD3xXWrfJWdW",
7
+ "tokenMint": "91AaYnZyRXRNgNwVTyt4sjT1GQzsQJiVkPBhJFPCxs9Z",
8
+ "tokenEscrow": "AphN2shs6uULVuqcaJBVCkw8BfL51NpAEjTdwagS3bec",
9
+ "address": "2pqsoC2VFyqbv4DTieQ8fJF1BnLVcVdhwMjscoHqMmwc",
10
+ "compatibleVersions": [
11
+ "v2"
12
+ ],
13
+ "deployer": "2dh2G3zSEjQ14suomJvmrxV3QCoqcD6xzNjzbPuidxWf",
14
+ "admin": "2dh2G3zSEjQ14suomJvmrxV3QCoqcD6xzNjzbPuidxWf"
15
+ }
package/package.json ADDED
@@ -0,0 +1,40 @@
1
+ {
2
+ "name": "@layerzerolabs/oft-v2-solana-sdk",
3
+ "version": "2.3.18",
4
+ "license": "BUSL-1.1",
5
+ "exports": {
6
+ ".": {
7
+ "types": "./dist/index.d.ts",
8
+ "import": "./dist/index.mjs",
9
+ "require": "./dist/index.cjs"
10
+ },
11
+ "./package.json": "./package.json",
12
+ "./deployments/*": "./deployments/*"
13
+ },
14
+ "main": "./dist/index.cjs",
15
+ "module": "./dist/index.mjs",
16
+ "types": "./dist/index.d.ts",
17
+ "files": [
18
+ "deployments/**/*",
19
+ "dist/**/*"
20
+ ],
21
+ "scripts": {
22
+ "build": "$npm_execpath clean-prebuild",
23
+ "clean": "rimraf dist src/typechain-types .turbo",
24
+ "clean-prebuild": "rimraf -g dist src/typechain-types artifacts 'src/errors/*.json'"
25
+ },
26
+ "dependencies": {
27
+ "dotenv": "^16.3.1"
28
+ },
29
+ "devDependencies": {
30
+ "@layerzerolabs/typescript-config-next": "^2.3.18",
31
+ "@types/glob": "^8.1.0",
32
+ "@types/node": "^20.10.5",
33
+ "rimraf": "^5.0.5",
34
+ "ts-node": "^10.9.1",
35
+ "typescript": "~5.2.2"
36
+ },
37
+ "publishConfig": {
38
+ "access": "restricted"
39
+ }
40
+ }
package/readme.md ADDED
@@ -0,0 +1 @@
1
+ ## oft sdk