Explorar o código

feat(deploy): enhance bytecode handling and add default provider option for Pulse contract deployment

Daniel Chew hai 8 meses
pai
achega
fb7c42bbf1
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      contract_manager/scripts/deploy_evm_pulse_contracts.ts

+ 4 - 0
contract_manager/scripts/deploy_evm_pulse_contracts.ts

@@ -41,6 +41,10 @@ const parser = yargs(hideBin(process.argv))
       demandOption: true,
       desc: "Chain to upload the contract on. Can be one of the evm chains available in the store",
     },
+    "default-provider": {
+      type: "string",
+      desc: "Address of the default provider for the Pulse contract",
+    },
   });
 
 async function deployPulseContracts(