Skip to content

Commit 90fe737

Browse files
authored
Merge pull request #21 from hyperweb-io/anmol/update-starship-version
chore: update starship helm chart version
2 parents b173a4f + 34c6131 commit 90fe737

File tree

3 files changed

+11
-25
lines changed

3 files changed

+11
-25
lines changed

__tests__/contract2.test.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('Contract 2: AMM contract test', () => {
1717
let wallet2, address2;
1818
let fee;
1919

20-
const denom2 = "uweb", uatom = "uatom", uusdc = "uusdc";
20+
const denom2 = "uhypweb", uatom = "uatom", uusdc = "uusdc";
2121

2222
beforeAll(async () => {
2323
({
@@ -33,14 +33,14 @@ describe('Contract 2: AMM contract test', () => {
3333
prefix: chainInfo.chain.bech32_prefix
3434
});
3535
address = (await wallet.getAccounts())[0].address;
36-
console.log(`contract creator address: ${address}`)
36+
console.log(`contract creator address for amm: ${address}`)
3737

3838
// Initialize wallet2
3939
wallet2 = await DirectSecp256k1HdWallet.fromMnemonic(generateMnemonic(), {
4040
prefix: chainInfo.chain.bech32_prefix
4141
});
4242
address2 = (await wallet2.getAccounts())[0].address;
43-
console.log(`contract creator address: ${address2}`)
43+
console.log(`contract creator address2 for amm: ${address2}`)
4444

4545
// Create custom cosmos interchain client
4646
queryClient = await jsd.ClientFactory.createRPCQueryClient({

configs/ci.yaml

+4-11
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
name: starship-devnet
2-
version: 0.2.14
2+
version: 0.2.18
33

44
chains:
5-
- id: hyperweb
6-
name: custom
5+
- id: hyperweb-1
6+
name: hyperweb
77
numValidators: 1
88
image: ghcr.io/cosmology-tech/jsd:0.1.1
9-
home: /root/.jsd
10-
binary: jsdd
11-
prefix: hyper
12-
denom: uhyper
13-
coins: 100000000000000uhyper,100000000000000uweb,100000000000000uatom,100000000000000uusdc
14-
hdPath: m/44'/118'/0'/0/0
15-
coinType: 118
16-
repo: https://github.com/cosmology-tech/jsd
9+
coins: 100000000000000uhyper,100000000000000uhypweb,100000000000000uatom,100000000000000uusdc
1710
ports:
1811
rest: 1317
1912
rpc: 26657

configs/local.yaml

+4-11
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
name: starship-devnet
2-
version: 0.2.14
2+
version: 0.2.18
33

44
chains:
5-
- id: hyperweb
6-
name: custom
5+
- id: hyperweb-1
6+
name: hyperweb
77
numValidators: 1
88
image: ghcr.io/cosmology-tech/jsd:0.1.1
9-
home: /root/.jsd
10-
binary: jsdd
11-
prefix: hyper
12-
denom: uhyper
13-
coins: 100000000000000uhyper,100000000000000uweb,100000000000000uatom,100000000000000uusdc
14-
hdPath: m/44'/118'/0'/0/0
15-
coinType: 118
16-
repo: https://github.com/cosmology-tech/jsd
9+
coins: 100000000000000uhyper,100000000000000uhypweb,100000000000000uatom,100000000000000uusdc
1710
ports:
1811
rest: 1317
1912
rpc: 26657

0 commit comments

Comments
 (0)