demergent-labs / azle

A WebAssembly runtime for TypeScript and JavaScript on ICP
MIT License
189 stars 33 forks source link

update dfx commands for safety and mainnet #1777

Open lastmjs opened 3 weeks ago

lastmjs commented 3 weeks ago

Let's make sure that all dfx commands that need it will work on mainnet by adding the --network option (look at other places that we have already done this). Also we should probably not use the canister name but the canister id in our dfx commands, and we might want to get that from the CANISTER_ID whatever it is called environment variable.