You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
6. Deploy the whitelist contract:
$ near --masterAccount ${MASTERACC} deploy --accountId factory.${MASTERACC} --wasmFile staking_factory.wasm --initFunction new ...
Load stake&farm contract into the contract factory.
...
4. Deploying the contract into the factory requires the nearcall tool installed before:
$ near call -account ${MASTERACC} -contract factory.${MASTERACC} -args staking_farm_local.wasm
The text was updated successfully, but these errors were encountered:
Deploy the Factory contract
...
6. Deploy the whitelist contract:
$ near --masterAccount ${MASTERACC} deploy --accountId factory.${MASTERACC} --wasmFile staking_factory.wasm --initFunction new ...
Load stake&farm contract into the contract factory.
...
4. Deploying the contract into the factory requires the nearcall tool installed before:
$ near call -account ${MASTERACC} -contract factory.${MASTERACC} -args staking_farm_local.wasm
The text was updated successfully, but these errors were encountered: