File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3838         working-directory : ' ./smart-contract' 
3939
4040       - name : Upload Smart contract 
41-          run : cargo contract upload --verbose --storage-deposit-limit 1  --url 'wss://rococo-contracts-rpc.polkadot.io' --suri '${{ secrets.BLOCKCHAIN_SEEDS }}' 
41+          run : cargo contract upload --verbose --execute  --url 'wss://rococo-contracts-rpc.polkadot.io' --suri '${{ secrets.BLOCKCHAIN_SEEDS }}' 
4242         working-directory : ' ./smart-contract' 
4343
4444       - name : Instantiate Smart contract 
45-          run : cargo contract instantiate --verbose --constructor new --args 1 --url 'wss://rococo-contracts-rpc.polkadot.io' --suri '${{ secrets.BLOCKCHAIN_SEEDS }}' 
45+          run : cargo contract instantiate --verbose --execute -- constructor new --args 1 --url 'wss://rococo-contracts-rpc.polkadot.io' --suri '${{ secrets.BLOCKCHAIN_SEEDS }}' 
4646         working-directory : ' ./smart-contract' 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments