Image versi: 2.1.2
Installation:
» Aztec's binary
bash -i <(curl -s https://install.aztec.network)
the rest, just following the instruction
» cast
curl -L https://foundry.paradigm.xyz | bash
foundryup
check the cast version
cast --version
# Registration Steps
Note: Ensure you already have the STK balance, and fill up the sETH,
the team has sent the STK to your old sequencer
» Approving the address to the rollup
cast send 0x139d2a7a0881e16332d7D1F8DB383A4507E1Ea7A "approve(address,uint256)" 0xebd99ff0ff6677205509ae73f93d0ca52ac85d67 200000ether --private-key "$PRIVATE_KEY_OF_OLD_SEQUENCER" --rpc-url $ETH_RPC
» Generating bls keys
aztec generate-bls-keypair --mnemonic "$mnemonic" --json
Note: you can save the bls key from the output as a note or make it as a file
» Registering the validator
aztec \
add-l1-validator \
--l1-rpc-urls $ETH_RPC \
--network testnet \
--private-key $PRIVATE_KEY_OF_OLD_SEQUENCER \
--attester $ADDRESS \
--withdrawer $ADDRESS \
--bls-secret-key $BLS_ATTESTER_PRIV_KEY \
--rollup 0xebd99ff0ff6677205509ae73f93d0ca52ac85d67
after finishing all above, you can check your sequencer is in already on queue here
https://dashtec.xyz/queue
Please, to follow our social media:
Twitter | Github

