diff --git a/__tests__/setup.test.ts b/__tests__/setup.test.ts index 97488d0..50d77ae 100644 --- a/__tests__/setup.test.ts +++ b/__tests__/setup.test.ts @@ -15,7 +15,7 @@ describe('Test clients', () => { let client; beforeAll(async () => { - const { getRpcEndpoint } = useChain('jsd'); + const { getRpcEndpoint } = useChain('hyperweb'); client = await StargateClient.connect(await getRpcEndpoint()); }); diff --git a/__tests__/simple-state.test.ts b/__tests__/simple-state.test.ts index 8bb57ea..d91b1e1 100644 --- a/__tests__/simple-state.test.ts +++ b/__tests__/simple-state.test.ts @@ -20,7 +20,7 @@ describe('JSD tests', () => { getCoin, getRpcEndpoint, creditFromFaucet - } = useChain('jsd')); + } = useChain('hyperweb')); denom = (await getCoin()).base; // Initialize wallet diff --git a/configs/ci.yaml b/configs/ci.yaml index f40d12e..65e5dec 100644 --- a/configs/ci.yaml +++ b/configs/ci.yaml @@ -27,6 +27,11 @@ chains: resources: cpu: "0.1" memory: "100M" + balances: + - address: cosmos1e9ucjn5fjmetky5wezzcsccp7hqcwzrrhthpf5 + amount: "2000000000000stake" + - address: cosmos10eykchznjdn8jdlwaj5v9wvlmdsp6kxx7u0hv9 + amount: "2000000000000stake" registry: enabled: true @@ -35,3 +40,6 @@ registry: resources: cpu: "0.1" memory: "100M" + +images: + imagePullPolicy: Always diff --git a/configs/local.yaml b/configs/local.yaml index 5acbfa2..c232b61 100644 --- a/configs/local.yaml +++ b/configs/local.yaml @@ -2,15 +2,15 @@ name: starship-devnet version: 0.2.14 chains: - - id: jsd + - id: hyperweb name: custom numValidators: 1 - image: ghcr.io/cosmology-tech/jsd:latest@sha256:298d4b464039d8be430588960573f72a1dbdae2181cc562369952ab3ca220806 + image: ghcr.io/cosmology-tech/jsd:latest home: /root/.jsd binary: jsdd - prefix: cosmos - denom: stake - coins: 100000000000000stake + prefix: hyper + denom: uhyper + coins: 100000000000000uhyper,100000000000000uweb hdPath: m/44'/118'/0'/0/0 coinType: 118 repo: https://github.com/cosmology-tech/jsd @@ -23,10 +23,10 @@ chains: type: starship ## test accounts, add more accounts as needed balances: - - address: cosmos1e9ucjn5fjmetky5wezzcsccp7hqcwzrrhthpf5 - amount: "2000000000000stake" - - address: cosmos10eykchznjdn8jdlwaj5v9wvlmdsp6kxx7u0hv9 - amount: "2000000000000stake" + - address: hyper1e9ucjn5fjmetky5wezzcsccp7hqcwzrrhthpf5 + amount: "2000000000000uhyper" + - address: hyper10eykchznjdn8jdlwaj5v9wvlmdsp6kxx7u0hv9 + amount: "2000000000000uhyper" registry: enabled: true