Skip to content

Commit 14093cc

Browse files
committed
Add netuid to get_stake ABI
1 parent c15399c commit 14093cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

runtime/src/precompiles/solidity/staking.abi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
"internalType": "bytes32",
5353
"name": "coldkey",
5454
"type": "bytes32"
55+
},
56+
{
57+
"internalType": "uint256",
58+
"name": "netuid",
59+
"type": "uint256"
5560
}
5661
],
5762
"name": "getStake",

0 commit comments

Comments
 (0)