File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ describe('JSD tests', () => {
92
92
creator : address ,
93
93
index : contractIndex ,
94
94
fnName : "inc" ,
95
- arg : `{"x":10}` ,
95
+ arg : `{"x": 10}` ,
96
96
} ) ;
97
97
98
98
const result = await signingClient . signAndBroadcast ( address , [ msg ] , fee ) ;
@@ -126,7 +126,7 @@ describe('JSD tests', () => {
126
126
creator : address ,
127
127
index : contractIndex ,
128
128
fnName : "dec" ,
129
- arg : `{"x":5}` ,
129
+ arg : `{"x": 5}` ,
130
130
} ) ;
131
131
132
132
const result = await signingClient . signAndBroadcast ( address , [ msg ] , fee ) ;
@@ -141,6 +141,7 @@ describe('JSD tests', () => {
141
141
creator : address ,
142
142
index : contractIndex ,
143
143
fnName : "read" ,
144
+ arg : "" ,
144
145
} ) ;
145
146
146
147
const result = await signingClient . signAndBroadcast ( address , [ msg ] , fee ) ;
Original file line number Diff line number Diff line change 5
5
- id : hyperweb
6
6
name : custom
7
7
numValidators : 1
8
- image : anmol1696/ jsd:latest
8
+ image : ghcr.io/cosmology-tech/ jsd:0.1.0
9
9
home : /root/.jsd
10
10
binary : jsdd
11
11
prefix : hyper
Original file line number Diff line number Diff line change 5
5
- id : hyperweb
6
6
name : custom
7
7
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
10
9
home : /root/.jsd
11
10
binary : jsdd
12
11
prefix : hyper
You can’t perform that action at this time.
0 commit comments