Skip to content

Commit

Permalink
Merge pull request #7 from hyperweb-io/anmol/rename-chain-hyperweb
Browse files Browse the repository at this point in the history
feature: rename chain to hyperweb
  • Loading branch information
Anmol1696 authored Oct 2, 2024
2 parents dcf5447 + c156fc2 commit 3c88e77
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion __tests__/setup.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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());
});

Expand Down
2 changes: 1 addition & 1 deletion __tests__/simple-state.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('JSD tests', () => {
getCoin,
getRpcEndpoint,
creditFromFaucet
} = useChain('jsd'));
} = useChain('hyperweb'));
denom = (await getCoin()).base;

// Initialize wallet
Expand Down
8 changes: 8 additions & 0 deletions configs/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ chains:
resources:
cpu: "0.1"
memory: "100M"
balances:
- address: cosmos1e9ucjn5fjmetky5wezzcsccp7hqcwzrrhthpf5
amount: "2000000000000stake"
- address: cosmos10eykchznjdn8jdlwaj5v9wvlmdsp6kxx7u0hv9
amount: "2000000000000stake"

registry:
enabled: true
Expand All @@ -35,3 +40,6 @@ registry:
resources:
cpu: "0.1"
memory: "100M"

images:
imagePullPolicy: Always
18 changes: 9 additions & 9 deletions configs/local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3c88e77

Please sign in to comment.