We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c888f20 commit 0e1bd21Copy full SHA for 0e1bd21
contract-tests/src/contracts/votingPower.ts
@@ -1,4 +1,4 @@
1
-export const IVOTING_POWER_ADDRESS = "0x0000000000000000000000000000000000000806";
+export const IVOTING_POWER_ADDRESS = "0x000000000000000000000000000000000000080c";
2
3
export const IVotingPowerABI = [
4
{
precompiles/src/voting_power.rs
@@ -18,7 +18,7 @@ where
18
R: frame_system::Config + pallet_subtensor::Config,
19
R::AccountId: From<[u8; 32]> + ByteArray,
20
21
- const INDEX: u64 = 2054;
+ const INDEX: u64 = 2060;
22
}
23
24
#[precompile_utils::precompile]
0 commit comments