Quellcode durchsuchen

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

Daniel Chew vor 8 Monaten
Ursprung
Commit
fb7c42bbf1
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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(