diff --git a/__tests__/contract2.test.ts b/__tests__/contract2.test.ts index 7732637..e1dc957 100644 --- a/__tests__/contract2.test.ts +++ b/__tests__/contract2.test.ts @@ -17,7 +17,7 @@ describe('Contract 2: AMM contract test', () => { let wallet2, address2; let fee; - const denom2 = "uweb", uatom = "uatom", uusdc = "uusdc"; + const denom2 = "uhypweb", uatom = "uatom", uusdc = "uusdc"; beforeAll(async () => { ({ @@ -33,14 +33,14 @@ describe('Contract 2: AMM contract test', () => { prefix: chainInfo.chain.bech32_prefix }); address = (await wallet.getAccounts())[0].address; - console.log(`contract creator address: ${address}`) + console.log(`contract creator address for amm: ${address}`) // Initialize wallet2 wallet2 = await DirectSecp256k1HdWallet.fromMnemonic(generateMnemonic(), { prefix: chainInfo.chain.bech32_prefix }); address2 = (await wallet2.getAccounts())[0].address; - console.log(`contract creator address: ${address2}`) + console.log(`contract creator address2 for amm: ${address2}`) // Create custom cosmos interchain client queryClient = await jsd.ClientFactory.createRPCQueryClient({ diff --git a/configs/ci.yaml b/configs/ci.yaml index 9af58f3..44b9b8f 100644 --- a/configs/ci.yaml +++ b/configs/ci.yaml @@ -1,19 +1,12 @@ name: starship-devnet -version: 0.2.14 +version: 0.2.18 chains: - - id: hyperweb - name: custom + - id: hyperweb-1 + name: hyperweb numValidators: 1 image: ghcr.io/cosmology-tech/jsd:0.1.1 - home: /root/.jsd - binary: jsdd - prefix: hyper - denom: uhyper - coins: 100000000000000uhyper,100000000000000uweb,100000000000000uatom,100000000000000uusdc - hdPath: m/44'/118'/0'/0/0 - coinType: 118 - repo: https://github.com/cosmology-tech/jsd + coins: 100000000000000uhyper,100000000000000uhypweb,100000000000000uatom,100000000000000uusdc ports: rest: 1317 rpc: 26657 diff --git a/configs/local.yaml b/configs/local.yaml index acd8dc6..d15a77f 100644 --- a/configs/local.yaml +++ b/configs/local.yaml @@ -1,19 +1,12 @@ name: starship-devnet -version: 0.2.14 +version: 0.2.18 chains: - - id: hyperweb - name: custom + - id: hyperweb-1 + name: hyperweb numValidators: 1 image: ghcr.io/cosmology-tech/jsd:0.1.1 - home: /root/.jsd - binary: jsdd - prefix: hyper - denom: uhyper - coins: 100000000000000uhyper,100000000000000uweb,100000000000000uatom,100000000000000uusdc - hdPath: m/44'/118'/0'/0/0 - coinType: 118 - repo: https://github.com/cosmology-tech/jsd + coins: 100000000000000uhyper,100000000000000uhypweb,100000000000000uatom,100000000000000uusdc ports: rest: 1317 rpc: 26657