-
Notifications
You must be signed in to change notification settings - Fork 53
๐ Swimmer Network tutorial
coccoinomane edited this page May 14, 2022
·
1 revision
The Great Crabada Migration is upon us!
Follow these simple steps to snib-snib with the bot on the new Swimmer Network subnet ๐ฆ
- Migrate to Swimmer both your TUS and your crabs, as explained in the official guide.
- Re-create your teams on Swimmer, at the new address https://idle.crabada.com/game
- Take note of the IDs of your new teams.
- Update your .env with the new team IDs.
- Update your .env with the new Swimmer node URI, for example
WEB3_NODE_URI="https://subnets.avax.network/swimmer/mainnet/rpc"
- In your .env, remove any
MAX_GAS
parameter you might have used in the past: the Swimmer Network currently uses a fixed gas fee, therefore there is no need of gas control parameter.
- Get the latest version of the bot from the
master
branch of the repository. - Send your teams mining with the bot as usual, for example:
python -m bin.mining.sendTeamsMining <your address>
. - Same for reinforcing:
python -m bin.mining.reinforceDefense <your address>
.
If you encounter issues, feel free to drop a message in this Discussion ๐