@saberhq/merkle-distributor
Advanced tools
Comparing version 0.3.2 to 0.3.3
export declare type MerkleDistributorIDL = { | ||
version: "0.3.2"; | ||
version: "0.3.3"; | ||
name: "merkle_distributor"; | ||
@@ -17,2 +17,16 @@ instructions: [ | ||
isSigner: false; | ||
pda: { | ||
seeds: [ | ||
{ | ||
kind: "const"; | ||
type: "string"; | ||
value: "MerkleDistributor"; | ||
}, | ||
{ | ||
kind: "account"; | ||
type: "publicKey"; | ||
path: "base"; | ||
} | ||
]; | ||
}; | ||
}, | ||
@@ -68,2 +82,22 @@ { | ||
isSigner: false; | ||
pda: { | ||
seeds: [ | ||
{ | ||
kind: "const"; | ||
type: "string"; | ||
value: "ClaimStatus"; | ||
}, | ||
{ | ||
kind: "arg"; | ||
type: "u64"; | ||
path: "index"; | ||
}, | ||
{ | ||
kind: "account"; | ||
type: "publicKey"; | ||
account: "MerkleDistributor"; | ||
path: "distributor"; | ||
} | ||
]; | ||
}; | ||
}, | ||
@@ -70,0 +104,0 @@ { |
@@ -6,3 +6,3 @@ "use strict"; | ||
exports.MerkleDistributorJSON = { | ||
version: "0.3.2", | ||
version: "0.3.3", | ||
name: "merkle_distributor", | ||
@@ -22,2 +22,16 @@ instructions: [ | ||
isSigner: false, | ||
pda: { | ||
seeds: [ | ||
{ | ||
kind: "const", | ||
type: "string", | ||
value: "MerkleDistributor", | ||
}, | ||
{ | ||
kind: "account", | ||
type: "publicKey", | ||
path: "base", | ||
}, | ||
], | ||
}, | ||
}, | ||
@@ -73,2 +87,22 @@ { | ||
isSigner: false, | ||
pda: { | ||
seeds: [ | ||
{ | ||
kind: "const", | ||
type: "string", | ||
value: "ClaimStatus", | ||
}, | ||
{ | ||
kind: "arg", | ||
type: "u64", | ||
path: "index", | ||
}, | ||
{ | ||
kind: "account", | ||
type: "publicKey", | ||
account: "MerkleDistributor", | ||
path: "distributor", | ||
}, | ||
], | ||
}, | ||
}, | ||
@@ -75,0 +109,0 @@ { |
export declare type MerkleDistributorIDL = { | ||
version: "0.3.2"; | ||
version: "0.3.3"; | ||
name: "merkle_distributor"; | ||
@@ -17,2 +17,16 @@ instructions: [ | ||
isSigner: false; | ||
pda: { | ||
seeds: [ | ||
{ | ||
kind: "const"; | ||
type: "string"; | ||
value: "MerkleDistributor"; | ||
}, | ||
{ | ||
kind: "account"; | ||
type: "publicKey"; | ||
path: "base"; | ||
} | ||
]; | ||
}; | ||
}, | ||
@@ -68,2 +82,22 @@ { | ||
isSigner: false; | ||
pda: { | ||
seeds: [ | ||
{ | ||
kind: "const"; | ||
type: "string"; | ||
value: "ClaimStatus"; | ||
}, | ||
{ | ||
kind: "arg"; | ||
type: "u64"; | ||
path: "index"; | ||
}, | ||
{ | ||
kind: "account"; | ||
type: "publicKey"; | ||
account: "MerkleDistributor"; | ||
path: "distributor"; | ||
} | ||
]; | ||
}; | ||
}, | ||
@@ -70,0 +104,0 @@ { |
import { generateErrorMap } from "@saberhq/anchor-contrib"; | ||
export const MerkleDistributorJSON = { | ||
version: "0.3.2", | ||
version: "0.3.3", | ||
name: "merkle_distributor", | ||
@@ -18,2 +18,16 @@ instructions: [ | ||
isSigner: false, | ||
pda: { | ||
seeds: [ | ||
{ | ||
kind: "const", | ||
type: "string", | ||
value: "MerkleDistributor", | ||
}, | ||
{ | ||
kind: "account", | ||
type: "publicKey", | ||
path: "base", | ||
}, | ||
], | ||
}, | ||
}, | ||
@@ -69,2 +83,22 @@ { | ||
isSigner: false, | ||
pda: { | ||
seeds: [ | ||
{ | ||
kind: "const", | ||
type: "string", | ||
value: "ClaimStatus", | ||
}, | ||
{ | ||
kind: "arg", | ||
type: "u64", | ||
path: "index", | ||
}, | ||
{ | ||
kind: "account", | ||
type: "publicKey", | ||
account: "MerkleDistributor", | ||
path: "distributor", | ||
}, | ||
], | ||
}, | ||
}, | ||
@@ -71,0 +105,0 @@ { |
{ | ||
"name": "@saberhq/merkle-distributor", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "TypeScript SDK for a Solana program for distributing tokens according to a Merkle root.", | ||
@@ -30,8 +30,8 @@ "main": "dist/cjs/index.js", | ||
"@rushstack/eslint-patch": "^1.1.3", | ||
"@saberhq/anchor-contrib": "^1.12.61", | ||
"@saberhq/chai-solana": "^1.12.61", | ||
"@saberhq/eslint-config": "^1.12.61", | ||
"@saberhq/solana-contrib": "^1.12.61", | ||
"@saberhq/token-utils": "^1.12.61", | ||
"@saberhq/tsconfig": "^1.12.61", | ||
"@saberhq/anchor-contrib": "^1.12.62", | ||
"@saberhq/chai-solana": "^1.12.62", | ||
"@saberhq/eslint-config": "^1.12.62", | ||
"@saberhq/solana-contrib": "^1.12.62", | ||
"@saberhq/token-utils": "^1.12.62", | ||
"@saberhq/tsconfig": "^1.12.62", | ||
"@solana/web3.js": "^1.39.1", | ||
@@ -41,3 +41,3 @@ "@types/bn.js": "^5.1.0", | ||
"@types/mocha": "^9.1.0", | ||
"@types/node": "^17.0.24", | ||
"@types/node": "^17.0.25", | ||
"bn.js": "^5.2.0", | ||
@@ -49,3 +49,3 @@ "chai": "^4.3.4", | ||
"husky": "^7.0.4", | ||
"jsbi": "^4.2.1", | ||
"jsbi": "^4.3.0", | ||
"lint-staged": "^12.3.8", | ||
@@ -52,0 +52,0 @@ "mocha": "^9.2.2", |
import { generateErrorMap } from "@saberhq/anchor-contrib"; | ||
export type MerkleDistributorIDL = { | ||
version: "0.3.2"; | ||
version: "0.3.3"; | ||
name: "merkle_distributor"; | ||
@@ -19,2 +19,16 @@ instructions: [ | ||
isSigner: false; | ||
pda: { | ||
seeds: [ | ||
{ | ||
kind: "const"; | ||
type: "string"; | ||
value: "MerkleDistributor"; | ||
}, | ||
{ | ||
kind: "account"; | ||
type: "publicKey"; | ||
path: "base"; | ||
} | ||
]; | ||
}; | ||
}, | ||
@@ -70,2 +84,22 @@ { | ||
isSigner: false; | ||
pda: { | ||
seeds: [ | ||
{ | ||
kind: "const"; | ||
type: "string"; | ||
value: "ClaimStatus"; | ||
}, | ||
{ | ||
kind: "arg"; | ||
type: "u64"; | ||
path: "index"; | ||
}, | ||
{ | ||
kind: "account"; | ||
type: "publicKey"; | ||
account: "MerkleDistributor"; | ||
path: "distributor"; | ||
} | ||
]; | ||
}; | ||
}, | ||
@@ -251,3 +285,3 @@ { | ||
export const MerkleDistributorJSON: MerkleDistributorIDL = { | ||
version: "0.3.2", | ||
version: "0.3.3", | ||
name: "merkle_distributor", | ||
@@ -267,2 +301,16 @@ instructions: [ | ||
isSigner: false, | ||
pda: { | ||
seeds: [ | ||
{ | ||
kind: "const", | ||
type: "string", | ||
value: "MerkleDistributor", | ||
}, | ||
{ | ||
kind: "account", | ||
type: "publicKey", | ||
path: "base", | ||
}, | ||
], | ||
}, | ||
}, | ||
@@ -318,2 +366,22 @@ { | ||
isSigner: false, | ||
pda: { | ||
seeds: [ | ||
{ | ||
kind: "const", | ||
type: "string", | ||
value: "ClaimStatus", | ||
}, | ||
{ | ||
kind: "arg", | ||
type: "u64", | ||
path: "index", | ||
}, | ||
{ | ||
kind: "account", | ||
type: "publicKey", | ||
account: "MerkleDistributor", | ||
path: "distributor", | ||
}, | ||
], | ||
}, | ||
}, | ||
@@ -320,0 +388,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
264609
3327