File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ describe('JSD tests', () => {
52
52
53
53
it ( 'instantiate contract' , async ( ) => {
54
54
// Read contract code from external file
55
- const contractPath = path . join ( __dirname , '../contracts/contract1 .js' ) ;
55
+ const contractPath = path . join ( __dirname , '../dist/ contracts/bundle1 .js' ) ;
56
56
contractCode = fs . readFileSync ( contractPath , 'utf8' ) ;
57
57
58
58
const fee = {
@@ -186,6 +186,7 @@ describe('JSD tests', () => {
186
186
creator : address ,
187
187
index : contractIndex ,
188
188
fnName : "read" ,
189
+ arg : "" ,
189
190
} ) ;
190
191
191
192
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 : ghcr.io/cosmology-tech/jsd:v0.1
8
+ image : ghcr.io/cosmology-tech/jsd:latest
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:v0.1
8
+ image : ghcr.io/cosmology-tech/jsd:latest
9
9
home : /root/.jsd
10
10
binary : jsdd
11
11
prefix : hyper
You can’t perform that action at this time.
0 commit comments