@cosmjs/cosmwasm-launchpad
Advanced tools
Comparing version 0.25.0-alpha.2 to 0.25.0-alpha.3
@@ -190,3 +190,5 @@ "use strict"; | ||
const proposer = new cw3cosmwasmclient_1.Cw3CosmWasmClient(testutils_spec_1.launchpad.endpoint, testutils_spec_1.alice.address0, proposerWallet, contractAddress); | ||
const voterWallet = await launchpad_1.Secp256k1HdWallet.fromMnemonic(testutils_spec_1.alice.mnemonic, launchpad_1.makeCosmoshubPath(1)); | ||
const voterWallet = await launchpad_1.Secp256k1HdWallet.fromMnemonic(testutils_spec_1.alice.mnemonic, { | ||
hdPaths: [launchpad_1.makeCosmoshubPath(1)], | ||
}); | ||
const voter = new cw3cosmwasmclient_1.Cw3CosmWasmClient(testutils_spec_1.launchpad.endpoint, testutils_spec_1.alice.address1, voterWallet, contractAddress); | ||
@@ -225,5 +227,9 @@ const toAddress = testutils_spec_1.makeRandomAddress(); | ||
const proposer = new cw3cosmwasmclient_1.Cw3CosmWasmClient(testutils_spec_1.launchpad.endpoint, testutils_spec_1.alice.address0, proposerWallet, contractAddress); | ||
const voter1Wallet = await launchpad_1.Secp256k1HdWallet.fromMnemonic(testutils_spec_1.alice.mnemonic, launchpad_1.makeCosmoshubPath(1)); | ||
const voter1Wallet = await launchpad_1.Secp256k1HdWallet.fromMnemonic(testutils_spec_1.alice.mnemonic, { | ||
hdPaths: [launchpad_1.makeCosmoshubPath(1)], | ||
}); | ||
const voter1 = new cw3cosmwasmclient_1.Cw3CosmWasmClient(testutils_spec_1.launchpad.endpoint, testutils_spec_1.alice.address1, voter1Wallet, contractAddress); | ||
const voter2Wallet = await launchpad_1.Secp256k1HdWallet.fromMnemonic(testutils_spec_1.alice.mnemonic, launchpad_1.makeCosmoshubPath(2)); | ||
const voter2Wallet = await launchpad_1.Secp256k1HdWallet.fromMnemonic(testutils_spec_1.alice.mnemonic, { | ||
hdPaths: [launchpad_1.makeCosmoshubPath(2)], | ||
}); | ||
const voter2 = new cw3cosmwasmclient_1.Cw3CosmWasmClient(testutils_spec_1.launchpad.endpoint, testutils_spec_1.alice.address2, voter2Wallet, contractAddress); | ||
@@ -230,0 +236,0 @@ const toAddress = testutils_spec_1.makeRandomAddress(); |
{ | ||
"name": "@cosmjs/cosmwasm-launchpad", | ||
"version": "0.25.0-alpha.2", | ||
"version": "0.25.0-alpha.3", | ||
"description": "CosmWasm SDK for Launchpad", | ||
@@ -42,7 +42,7 @@ "contributors": [ | ||
"dependencies": { | ||
"@cosmjs/crypto": "^0.25.0-alpha.2", | ||
"@cosmjs/encoding": "^0.25.0-alpha.2", | ||
"@cosmjs/launchpad": "^0.25.0-alpha.2", | ||
"@cosmjs/math": "^0.25.0-alpha.2", | ||
"@cosmjs/utils": "^0.25.0-alpha.2", | ||
"@cosmjs/crypto": "^0.25.0-alpha.3", | ||
"@cosmjs/encoding": "^0.25.0-alpha.3", | ||
"@cosmjs/launchpad": "^0.25.0-alpha.3", | ||
"@cosmjs/math": "^0.25.0-alpha.3", | ||
"@cosmjs/utils": "^0.25.0-alpha.3", | ||
"pako": "^2.0.2" | ||
@@ -54,3 +54,3 @@ }, | ||
}, | ||
"gitHead": "76f107db0f0995f09e728f07ac67a02aaa673c6a" | ||
"gitHead": "1471bf018fd89c162dd334d92a6c79a270975e70" | ||
} |
Sorry, the diff of this file is not supported yet
339232
4079