Open TrevorJTClarke opened 2 years ago
treasury.factory.testnet
updated_settings
Example:
near deploy --wasmFile ../res/treasury.wasm --accountId $TREASURY_ACCOUNT_ID --initFunction new --initArgs '{}' # THEN near call $TREASURY_ACCOUNT_ID update_settings '{"croncat_id": "'$CRONCAT_MANAGER_ID'"}' --accountId $TREASURY_ACCOUNT_ID --gas $MAX_GAS
Initialization
Unit Tests
Workspace Tests
treasury.factory.testnet
updated_settings
to setup the croncat manager accountExample: