Browse Source

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

Daniel Chew 8 months ago
parent
commit
fb7c42bbf1
1 changed files with 4 additions and 0 deletions
  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(