File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ describe('JSD tests', () => {
5252
5353 it ( 'instantiate contract' , async ( ) => {
5454 // 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' ) ;
5656 contractCode = fs . readFileSync ( contractPath , 'utf8' ) ;
5757
5858 const fee = {
@@ -186,6 +186,7 @@ describe('JSD tests', () => {
186186 creator : address ,
187187 index : contractIndex ,
188188 fnName : "read" ,
189+ arg : "" ,
189190 } ) ;
190191
191192 const result = await signingClient . signAndBroadcast ( address , [ msg ] , fee ) ;
Original file line number Diff line number Diff line change 55 - id : hyperweb
66 name : custom
77 numValidators : 1
8- image : ghcr.io/cosmology-tech/jsd:v0.1
8+ image : ghcr.io/cosmology-tech/jsd:latest
99 home : /root/.jsd
1010 binary : jsdd
1111 prefix : hyper
Original file line number Diff line number Diff line change 55 - id : hyperweb
66 name : custom
77 numValidators : 1
8- image : ghcr.io/cosmology-tech/jsd:v0.1
8+ image : ghcr.io/cosmology-tech/jsd:latest
99 home : /root/.jsd
1010 binary : jsdd
1111 prefix : hyper
You can’t perform that action at this time.
0 commit comments