File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @namada/namadillo" ,
3
- "version" : " 1.0.5 " ,
3
+ "version" : " 1.0.6 " ,
4
4
"description" : " Namadillo" ,
5
5
"repository" : " https://github.com/anoma/namada-interface/" ,
6
6
"author" : " Heliax Dev <info@heliax.dev>" ,
10
10
"@chain-registry/client" : " ^1.53.5" ,
11
11
"@cosmjs/encoding" : " ^0.32.3" ,
12
12
"@keplr-wallet/types" : " ^0.12.136" ,
13
- "@namada/indexer-client" : " 0 .0.31 " ,
13
+ "@namada/indexer-client" : " 1 .0.2 " ,
14
14
"@tailwindcss/container-queries" : " ^0.1.1" ,
15
15
"@tanstack/query-core" : " ^5.40.0" ,
16
16
"@tanstack/react-query" : " ^5.40.0" ,
Original file line number Diff line number Diff line change @@ -127,7 +127,9 @@ export const canVoteAtom = atomFamily((proposalStartEpoch: bigint) =>
127
127
enabled : account . isSuccess ,
128
128
queryFn : async ( ) => {
129
129
const all_bonds = await api . apiV1PosBondAddressGet (
130
- account . data ! . address
130
+ account . data ! . address ,
131
+ undefined ,
132
+ Number ( proposalStartEpoch )
131
133
) ;
132
134
133
135
return all_bonds . data . results . reduce (
Original file line number Diff line number Diff line change @@ -3613,12 +3613,12 @@ __metadata:
3613
3613
languageName: unknown
3614
3614
linkType: soft
3615
3615
3616
- "@namada/indexer-client@npm:0 .0.31 ":
3617
- version: 0 .0.31
3618
- resolution: "@namada/indexer-client@npm:0 .0.31 "
3616
+ "@namada/indexer-client@npm:1 .0.2 ":
3617
+ version: 1 .0.2
3618
+ resolution: "@namada/indexer-client@npm:1 .0.2 "
3619
3619
dependencies:
3620
3620
axios: "npm:^1.6.1"
3621
- checksum: 45bf4c05f590f3daee46aa217a5bcf7cd0ee08f3a0dcf8f6a89f8458786ffa99035d2cad8b87c7b28080aeca34e10cfd7b3eee905a2e26f740e43ca883c1252c
3621
+ checksum: 536807e94c788c97e844c5153ddcc031ef80665867aee741df87622f4a9e39d8668909f66c88688cb37993ec7bf605bf97710bcb6bfb2597b7feda2c40dc6633
3622
3622
languageName: node
3623
3623
linkType: hard
3624
3624
@@ -3659,7 +3659,7 @@ __metadata:
3659
3659
"@cosmjs/encoding": "npm:^0.32.3"
3660
3660
"@eslint/js": "npm:^9.9.1"
3661
3661
"@keplr-wallet/types": "npm:^0.12.136"
3662
- "@namada/indexer-client": "npm:0 .0.31 "
3662
+ "@namada/indexer-client": "npm:1 .0.2 "
3663
3663
"@playwright/test": "npm:^1.24.1"
3664
3664
"@release-it/keep-a-changelog": "npm:^5.0.0"
3665
3665
"@svgr/webpack": "npm:^6.5.1"
You can’t perform that action at this time.
0 commit comments