File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Game Owner Controls
2
+
3
+ ### Set featured zone
4
+ ` cast send --rpc-url <URL> --private-key <private-key> <contract-address> "setZoneIsFeatured(uint64,bool)" <zone-number> true `
5
+
6
+ ### Remove featured zone
7
+ ` cast send --rpc-url <URL> --private-key <private-key> <contract-address> "setZoneIsFeatured(uint64,bool)" <zone-number> false `
8
+
9
+ ### Change maximum active units per zone
10
+ ` cast send --rpc-url <URL> --private-key <private-key> <contract-address> "setZoneUnitLimit(uint64)" <number> `
11
+
12
+ ### Change Unit time out blocks
13
+ ` cast send --rpc-url <URL --private-key <private-key> <contract-address> "setUnitTimeoutBlocks(uint64)" <number-of-blocks> `
14
+
15
+ ### Set Mint price
16
+ ` cast send --rpc-url <URL> --ledger --mnemonic-index 0 <contract-address> "setMintPrice(uint256)" <mint-value>ether `
You can’t perform that action at this time.
0 commit comments