Skip to content

Commit 0941313

Browse files
authored
Merge branch 'main' into anmol/amm-contract
2 parents 52f86c3 + e7cbdba commit 0941313

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: __tests__/contract1.test.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ describe('JSD tests', () => {
9292
creator: address,
9393
index: contractIndex,
9494
fnName: "inc",
95-
arg: `{"x":10}`,
95+
arg: `{"x": 10}`,
9696
});
9797

9898
const result = await signingClient.signAndBroadcast(address, [msg], fee);
@@ -126,7 +126,7 @@ describe('JSD tests', () => {
126126
creator: address,
127127
index: contractIndex,
128128
fnName: "dec",
129-
arg: `{"x":5}`,
129+
arg: `{"x": 5}`,
130130
});
131131

132132
const result = await signingClient.signAndBroadcast(address, [msg], fee);
@@ -141,6 +141,7 @@ describe('JSD tests', () => {
141141
creator: address,
142142
index: contractIndex,
143143
fnName: "read",
144+
arg: "",
144145
});
145146

146147
const result = await signingClient.signAndBroadcast(address, [msg], fee);

Diff for: configs/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ chains:
55
- id: hyperweb
66
name: custom
77
numValidators: 1
8-
image: anmol1696/jsd:latest
8+
image: ghcr.io/cosmology-tech/jsd:0.1.0
99
home: /root/.jsd
1010
binary: jsdd
1111
prefix: hyper

Diff for: configs/local.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ chains:
55
- id: hyperweb
66
name: custom
77
numValidators: 1
8-
#image: ghcr.io/cosmology-tech/jsd:latest@sha256:298d4b464039d8be430588960573f72a1dbdae2181cc562369952ab3ca220806
9-
image: anmol1696/jsd:latest
8+
image: ghcr.io/cosmology-tech/jsd:0.1.0
109
home: /root/.jsd
1110
binary: jsdd
1211
prefix: hyper

0 commit comments

Comments
 (0)