Skip to content

Commit caa89ac

Browse files
committed
update simple state contract to latest hyperweb stuff
1 parent 1980c9c commit caa89ac

File tree

18 files changed

+8809
-916
lines changed

18 files changed

+8809
-916
lines changed

templates/hyperweb/.github/workflows/e2e-tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131

3232
- name: Set Up Starship Infrastructure
3333
id: starship-infra
34-
uses: cosmology-tech/[email protected].7
34+
uses: cosmology-tech/[email protected].9
3535
with:
3636
config: configs/ci.yaml
37-
cli-version: 2.10.2
37+
cli-version: 3.3.0
3838

3939
- name: Run E2E Tests
4040
run: yarn test

templates/hyperweb/__tests__/ammContract.test.ts

-173
This file was deleted.

templates/hyperweb/__tests__/simpleState.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { sleep } from "../test-utils/sleep";
1010
import "./setup.test";
1111
import { DirectGenericOfflineSigner } from "@interchainjs/cosmos/types/wallet";
1212

13-
describe("JSD tests", () => {
13+
describe("Simple state tests", () => {
1414
let wallet, denom, address, queryClient, signingClient;
1515
let chainInfo, getCoin, getRpcEndpoint, creditFromFaucet;
1616
let contractCode, contractIndex;

templates/hyperweb/configs/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: starship-devnet
2-
version: 0.2.19
2+
version: 1.3.0
33

4-
chains:
4+
chains1:
55
- id: hyperweb-1
66
name: hyperweb
77
numValidators: 1
8-
image: ghcr.io/cosmology-tech/jsd:0.1.1
8+
image: ghcr.io/hyperweb-io/hyperweb:latest
99
coins: 100000000000000uhyper,100000000000000uhypweb,100000000000000uatom,100000000000000uusdc
1010
ports:
1111
rest: 1317

templates/hyperweb/configs/local.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: starship-devnet
2-
version: 0.2.19
2+
version: 1.3.0
33

44
chains:
55
- id: hyperweb-1
66
name: hyperweb
77
numValidators: 1
8-
image: ghcr.io/cosmology-tech/jsd:0.1.1
8+
image: ghcr.io/hyperweb-io/hyperweb:latest
99
coins: 100000000000000uhyper,100000000000000uhypweb,100000000000000uatom,100000000000000uusdc
1010
ports:
1111
rest: 1317
@@ -22,7 +22,7 @@ registry:
2222
rest: 8081
2323

2424
explorer:
25-
enabled: false
25+
enabled: true
2626
ports:
2727
rest: 8080
2828

0 commit comments

Comments
 (0)