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
Describe the issue in detail. More details will help address the issue better.
use the stking precompile v2 in documentation. it is recommended, V1 is deprecated.
Please follow below guidelines while creating the issue.
Now, there is a new staking precompile implementation in subtensor. need to update the doc in https://docs.bittensor.com/evm-tutorials/staking-precompile
use the stking precompile v2 in documentation. it is recommended, V1 is deprecated.
test case for reference: https://github.com/opentensor/subtensor/blob/devnet-ready/evm-tests/test/staking.precompile.add-remove.test.ts
abi file: https://github.com/opentensor/subtensor/blob/devnet-ready/precompiles/src/solidity/stakingV2.abi
solidity code: https://github.com/opentensor/subtensor/blob/devnet-ready/precompiles/src/solidity/stakingV2.sol