Skip to content

Commit 9897d8e

Browse files
authored
Bump versions to fix changing expired delegations (#253)
1 parent 4d5eb96 commit 9897d8e

File tree

3 files changed

+110
-109
lines changed

3 files changed

+110
-109
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
},
1111
"dependencies": {
1212
"@coral-xyz/anchor": "^0.31.0",
13-
"@helium/account-fetch-cache": "^0.10.30",
14-
"@helium/account-fetch-cache-hooks": "^0.10.30",
15-
"@helium/helium-react-hooks": "^0.10.30",
16-
"@helium/hpl-crons-sdk": "^0.10.30",
13+
"@helium/account-fetch-cache": "^0.10.33",
14+
"@helium/account-fetch-cache-hooks": "^0.10.33",
15+
"@helium/helium-react-hooks": "^0.10.33",
16+
"@helium/hpl-crons-sdk": "^0.10.33",
1717
"@helium/modular-governance-hooks": "^0.1.5",
1818
"@helium/modular-governance-idls": "^0.1.5",
19-
"@helium/no-emit-sdk": "^0.10.30",
19+
"@helium/no-emit-sdk": "^0.10.33",
2020
"@helium/organization-sdk": "^0.1.5",
21-
"@helium/spl-utils": "^0.10.30",
21+
"@helium/spl-utils": "^0.10.33",
2222
"@helium/state-controller-sdk": "^0.1.5",
2323
"@helium/tuktuk-sdk": "^0.0.8",
24-
"@helium/voter-stake-registry-hooks": "^0.10.30",
25-
"@helium/voter-stake-registry-sdk": "^0.10.30",
24+
"@helium/voter-stake-registry-hooks": "^0.10.33",
25+
"@helium/voter-stake-registry-sdk": "^0.10.33",
2626
"@hookform/resolvers": "^3.3.4",
2727
"@metaplex-foundation/mpl-token-metadata": "2.10.0",
2828
"@project-serum/anchor": "^0.26.0",
@@ -78,15 +78,15 @@
7878
"resolutions": {
7979
"@tanstack/react-query": "5.45.1",
8080
"@solana/web3.js": "^1.90.0",
81-
"@helium/account-fetch-cache": "^0.10.30",
82-
"@helium/account-fetch-cache-hooks": "^0.10.30",
83-
"@helium/helium-react-hooks": "^0.10.30",
84-
"@helium/voter-stake-registry-hooks": "^0.10.30",
81+
"@helium/account-fetch-cache": "^0.10.33",
82+
"@helium/account-fetch-cache-hooks": "^0.10.33",
83+
"@helium/helium-react-hooks": "^0.10.33",
84+
"@helium/voter-stake-registry-hooks": "^0.10.33",
8585
"@helium/modular-governance-idls": "^0.1.5",
86-
"@helium/spl-utils": "^0.10.30",
86+
"@helium/spl-utils": "^0.10.33",
8787
"@helium/modular-governance-hooks": "^0.1.5",
8888
"@solana/wallet-adapter-react": "^0.15.35",
89-
"@helium/voter-stake-registry-sdk": "^0.10.30"
89+
"@helium/voter-stake-registry-sdk": "^0.10.33"
9090
},
9191
"devDependencies": {
9292
"@tailwindcss/typography": "^0.5.10",

src/components/PositionManager/PositionManager.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ export const PositionManager: FC<PositionManagerProps> = ({
359359
toast("Delegation updated");
360360
reset();
361361
} catch (e: any) {
362+
console.error(e)
362363
if (!(e instanceof WalletSignTransactionError)) {
363364
toast(e.message || "Delegation failed, please try again");
364365
}

yarn.lock

Lines changed: 95 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -596,19 +596,19 @@
596596
"@solana/wallet-adapter-base" "^0.9.17"
597597
bs58 "^5.0.0"
598598

599-
"@helium/account-fetch-cache-hooks@^0.10.0-alpha.3", "@helium/account-fetch-cache-hooks@^0.10.30":
600-
version "0.10.30"
601-
resolved "https://registry.yarnpkg.com/@helium/account-fetch-cache-hooks/-/account-fetch-cache-hooks-0.10.30.tgz#5b59d3b7c2bd5b8a9d7e9e7a4f3cf2e06b86ab28"
602-
integrity sha512-FCamHKqpCZeHPk8pfu8KHaSoYxOxU9YHCvvAGTu9KHlj2dGuJoZv9fXVjkzhaPH5Wcy7o0XU1+1HIJnrlku9TA==
599+
"@helium/account-fetch-cache-hooks@^0.10.0-alpha.3", "@helium/account-fetch-cache-hooks@^0.10.33":
600+
version "0.10.33"
601+
resolved "https://registry.yarnpkg.com/@helium/account-fetch-cache-hooks/-/account-fetch-cache-hooks-0.10.33.tgz#5c26eed5428616000b1e4510e6ed7cbeed847c27"
602+
integrity sha512-FE5DtF4q7Q48a6JSBHGLnnRmH9OjvCumnzaMpkFH4GCzd8P0T1kntmuwnbxVRwQFYvPRqgyjQb57GzMx/AqOiw==
603603
dependencies:
604-
"@helium/account-fetch-cache" "^0.10.30"
604+
"@helium/account-fetch-cache" "^0.10.33"
605605
"@solana/web3.js" "^1.91.1"
606606
react-async-hook "^4.0.0"
607607

608-
"@helium/account-fetch-cache@0.10.0-alpha.3", "@helium/account-fetch-cache@^0.10.30":
609-
version "0.10.30"
610-
resolved "https://registry.yarnpkg.com/@helium/account-fetch-cache/-/account-fetch-cache-0.10.30.tgz#6fdd21482c7ac0bbcccd50abd9321fd571b41068"
611-
integrity sha512-1WxFhHrarFM1b/YlZ1qx5JZ3W5jwqt+4HK+X8febF9iOX2BD8sfnt0Ih5DEkG5j8HaCGOReKPpRsJPr+VLJpEg==
608+
"@helium/account-fetch-cache@0.10.0-alpha.3", "@helium/account-fetch-cache@^0.10.33":
609+
version "0.10.33"
610+
resolved "https://registry.yarnpkg.com/@helium/account-fetch-cache/-/account-fetch-cache-0.10.33.tgz#33b7b8fa685ccebced3341f769d9a20a3c128df2"
611+
integrity sha512-LecpumXx+34/L/JUkdqWMCp49dI6mbCotggyPmmrFLkKHPd0sHvK+Elpf2KGzH4xdikvLIKFwQNMOfKWX8KzJg==
612612
dependencies:
613613
"@solana/web3.js" "^1.91.1"
614614

@@ -629,40 +629,40 @@
629629
"@solana/spl-token" "^0.3.8"
630630
"@solana/web3.js" "^1.91.1"
631631

632-
"@helium/anchor-resolvers@^0.10.30":
633-
version "0.10.30"
634-
resolved "https://registry.yarnpkg.com/@helium/anchor-resolvers/-/anchor-resolvers-0.10.30.tgz#ac498659d54152eff3ec2e75cbe39618ed45426e"
635-
integrity sha512-e90ehQlCYZ5ZgnLHnJGviXdw/NaHtVe3TvZHwWQV6eHwUGrqaptos/O4EIKpU5tMd0r/bygHxSfIMNxlghBgqQ==
632+
"@helium/anchor-resolvers@^0.10.33":
633+
version "0.10.33"
634+
resolved "https://registry.yarnpkg.com/@helium/anchor-resolvers/-/anchor-resolvers-0.10.33.tgz#415a8a5cca977801b46db5973eeaed6b12bfd95b"
635+
integrity sha512-zGuQ81FIP2H2BjRLNrz6AM4XLIovFTJnXmvsI+yaU2KIs3seGgpMjH9RXFc1wWfFUunDyW2UnD5cN5gTQI/POA==
636636
dependencies:
637637
"@solana/spl-token" "^0.3.8"
638638
"@solana/web3.js" "^1.91.1"
639639

640-
"@helium/automation-hooks@^0.10.30":
641-
version "0.10.30"
642-
resolved "https://registry.yarnpkg.com/@helium/automation-hooks/-/automation-hooks-0.10.30.tgz#216dc17b5bdb0758f79457667ae4fc81dd58ce04"
643-
integrity sha512-vhfdHj1EbZqiyWvSMyLlJ1YZ3A1eYbrtutgKhXte2xHLfm3EzRBAjtsUzw6iP9tn+asQPRaIPRssJmgkbnhdfQ==
640+
"@helium/automation-hooks@^0.10.33":
641+
version "0.10.33"
642+
resolved "https://registry.yarnpkg.com/@helium/automation-hooks/-/automation-hooks-0.10.33.tgz#f4e5b6917b5b9bc2ca1e64887063509a38d7d835"
643+
integrity sha512-fJ503JgItF4teWAqDsb3LgRa03aAFk4bu24BFZnZG9fOUM/sKkmXLvH8JS/xksGBwSgq+P/UieWZmc5PqskPwA==
644644
dependencies:
645645
"@coral-xyz/anchor" "^0.31.0"
646-
"@helium/account-fetch-cache" "^0.10.30"
647-
"@helium/account-fetch-cache-hooks" "^0.10.30"
648-
"@helium/hpl-crons-sdk" "^0.10.30"
649-
"@helium/spl-utils" "^0.10.30"
646+
"@helium/account-fetch-cache" "^0.10.33"
647+
"@helium/account-fetch-cache-hooks" "^0.10.33"
648+
"@helium/hpl-crons-sdk" "^0.10.33"
649+
"@helium/spl-utils" "^0.10.33"
650650
"@helium/tuktuk-sdk" "^0.0.9"
651651
"@solana/wallet-adapter-base" "^0.9.22"
652652
"@solana/web3.js" "^1.91.1"
653653
axios "^1.9.0"
654654
bs58 "^4.0.1"
655655
react-async-hook "^4.0.0"
656656

657-
"@helium/circuit-breaker-sdk@^0.10.30":
658-
version "0.10.30"
659-
resolved "https://registry.yarnpkg.com/@helium/circuit-breaker-sdk/-/circuit-breaker-sdk-0.10.30.tgz#8079da39c6e0bc6352ecb468bbb0e6af41b0a0f5"
660-
integrity sha512-5GuUcG1/ageM0Q2tbifANViPU4fE9QV+ETTRqaXCrYr+pwfmcTjft3eWkW5SWgAOoV1KIheW8uJymcwJHqXDuQ==
657+
"@helium/circuit-breaker-sdk@^0.10.33":
658+
version "0.10.33"
659+
resolved "https://registry.yarnpkg.com/@helium/circuit-breaker-sdk/-/circuit-breaker-sdk-0.10.33.tgz#4c5388074e048920fd6ffbe34ec095930601cd93"
660+
integrity sha512-lAh1/9dkaPnrHSWXJnaxtnj0p9KhBDi0e92+ibXn8Zvf1GiV2zpphF/cjQOnr56JwI/ToxNeTs4srD9+dCfNeQ==
661661
dependencies:
662662
"@coral-xyz/anchor" "^0.31.0"
663-
"@helium/anchor-resolvers" "^0.10.30"
664-
"@helium/idls" "^0.10.30"
665-
"@helium/spl-utils" "^0.10.30"
663+
"@helium/anchor-resolvers" "^0.10.33"
664+
"@helium/idls" "^0.10.33"
665+
"@helium/spl-utils" "^0.10.33"
666666
bn.js "^5.2.0"
667667
bs58 "^4.0.1"
668668

@@ -677,58 +677,58 @@
677677
"@helium/tuktuk-sdk" "^0.0.9"
678678
js-sha256 "^0.11.0"
679679

680-
"@helium/helium-react-hooks@^0.10.0-alpha.3", "@helium/helium-react-hooks@^0.10.30":
681-
version "0.10.30"
682-
resolved "https://registry.yarnpkg.com/@helium/helium-react-hooks/-/helium-react-hooks-0.10.30.tgz#22689fd305871b2e0d845f99a1d88e4d564f24e2"
683-
integrity sha512-spwzjkjGU436+jrNwJP8ecPbytmNkEDR/H2J8VFzZp+WfuDYztkoM+H+YT+oVyyKV4v5qvRgUcA/WZMjwzTUiQ==
680+
"@helium/helium-react-hooks@^0.10.0-alpha.3", "@helium/helium-react-hooks@^0.10.33":
681+
version "0.10.33"
682+
resolved "https://registry.yarnpkg.com/@helium/helium-react-hooks/-/helium-react-hooks-0.10.33.tgz#3fbfe93271465a7250ce5de9df6c6bbe3e56d4f1"
683+
integrity sha512-/EdMs0T5+7tb1QmraUX8jtUZcXf6wgqwl9hW09DfwEmQU7ZQTmQhIlPrxMNTv1ydNfidptCb6W5Wtdvv9f1+GQ==
684684
dependencies:
685685
"@coral-xyz/anchor" "^0.31.0"
686-
"@helium/account-fetch-cache" "^0.10.30"
687-
"@helium/account-fetch-cache-hooks" "^0.10.30"
686+
"@helium/account-fetch-cache" "^0.10.33"
687+
"@helium/account-fetch-cache-hooks" "^0.10.33"
688688
"@solana/spl-token" "^0.3.8"
689689
"@solana/web3.js" "^1.91.1"
690690
bs58 "^4.0.1"
691691
pako "^2.0.3"
692692
react-async-hook "^4.0.0"
693693

694-
"@helium/helium-sub-daos-sdk@^0.10.30":
695-
version "0.10.30"
696-
resolved "https://registry.yarnpkg.com/@helium/helium-sub-daos-sdk/-/helium-sub-daos-sdk-0.10.30.tgz#2e86493ac22558169c16f2fbbccabb5fe0fda485"
697-
integrity sha512-c8tP4IfOG2DlE2n8ZevKQno88Ic/mjdj7J3zBhlwYVJIxgxUiJPL1zixP8iQsRNGTpTRUyJI64Aaay7CwLSA0w==
694+
"@helium/helium-sub-daos-sdk@^0.10.33":
695+
version "0.10.33"
696+
resolved "https://registry.yarnpkg.com/@helium/helium-sub-daos-sdk/-/helium-sub-daos-sdk-0.10.33.tgz#8bb7add7a7281e2ffad09e32b33f06d3d6dd5ded"
697+
integrity sha512-6shGkwB2BPisl3QQju6wY/6mIoeG0GldiyKBd+mST9le7mLHBUfuhdkHIWsGYZWzIONByFKKVPmgp7rto6Aq8w==
698698
dependencies:
699699
"@coral-xyz/anchor" "^0.31.0"
700-
"@helium/anchor-resolvers" "^0.10.30"
701-
"@helium/circuit-breaker-sdk" "^0.10.30"
700+
"@helium/anchor-resolvers" "^0.10.33"
701+
"@helium/circuit-breaker-sdk" "^0.10.33"
702702
"@helium/nft-proxy-sdk" "^0.1.5-alpha.0"
703-
"@helium/spl-utils" "^0.10.30"
704-
"@helium/treasury-management-sdk" "^0.10.30"
705-
"@helium/voter-stake-registry-sdk" "^0.10.30"
703+
"@helium/spl-utils" "^0.10.33"
704+
"@helium/treasury-management-sdk" "^0.10.33"
705+
"@helium/voter-stake-registry-sdk" "^0.10.33"
706706
bn.js "^5.2.0"
707707
bs58 "^4.0.1"
708708

709-
"@helium/hpl-crons-sdk@^0.10.30":
710-
version "0.10.30"
711-
resolved "https://registry.yarnpkg.com/@helium/hpl-crons-sdk/-/hpl-crons-sdk-0.10.30.tgz#50131b299d19a1ce81ecbccd0ee98ae47376daa3"
712-
integrity sha512-G6w/eQKRdOJg8aH8sKJRIAFl2Qly7BBumfzMsNN0ka3+j7Y/p4z2NGia2/OpC5X0PbzrvZQDk1RNB9yz4e9QUQ==
709+
"@helium/hpl-crons-sdk@^0.10.33":
710+
version "0.10.33"
711+
resolved "https://registry.yarnpkg.com/@helium/hpl-crons-sdk/-/hpl-crons-sdk-0.10.33.tgz#e82fdc39b19d0081d36221eb88ed7178dd01e1e8"
712+
integrity sha512-9+wGyhkK9kut6IrObI1Oe9tIHQeJz2tsr7GEOxQEsWwgoykuBYkRC4vWx0IMsdSKp3T07QH3NfdArlSgl2BjtQ==
713713
dependencies:
714714
"@coral-xyz/anchor" "^0.31.0"
715715
"@helium/cron-sdk" "^0.0.9"
716-
"@helium/helium-sub-daos-sdk" "^0.10.30"
716+
"@helium/helium-sub-daos-sdk" "^0.10.33"
717717
"@helium/organization-sdk" "^0.1.5-alpha.0"
718718
"@helium/proposal-sdk" "^0.1.5-alpha.0"
719-
"@helium/spl-utils" "^0.10.30"
719+
"@helium/spl-utils" "^0.10.33"
720720
"@helium/state-controller-sdk" "^0.1.5-alpha.0"
721721
"@helium/tuktuk-sdk" "^0.0.9"
722-
"@helium/voter-stake-registry-sdk" "^0.10.30"
722+
"@helium/voter-stake-registry-sdk" "^0.10.33"
723723
"@solana/web3.js" "^1.91.1"
724724
axios "^1.9.0"
725725
bn.js "^5.2.0"
726726
bs58 "^4.0.1"
727727

728-
"@helium/idls@^0.10.30":
729-
version "0.10.30"
730-
resolved "https://registry.yarnpkg.com/@helium/idls/-/idls-0.10.30.tgz#c55bb218a831876e05272f39bc91ead5bdeb8dfc"
731-
integrity sha512-KZnWZov/ji73xHRqW6z2mX7+KYHGJiXPz/T26t9FKdUBzn2TUXHrGjK4A/ZIN3aL4+XoUzexvMikR2sqwpjkww==
728+
"@helium/idls@^0.10.33":
729+
version "0.10.33"
730+
resolved "https://registry.yarnpkg.com/@helium/idls/-/idls-0.10.33.tgz#a22061afd4727b8e9b31992b53030295f55b6156"
731+
integrity sha512-/gE9G4V6eCWXHQEseU/nFZGRIdQAcHD/6Ugu/PWvf9iex8GUKtiimB7VsfCHEigvcqJ7GpwFtPT38cB/A6Ycig==
732732
dependencies:
733733
"@coral-xyz/anchor" "^0.31.0"
734734
"@solana/web3.js" "^1.91.1"
@@ -767,15 +767,15 @@
767767
"@helium/modular-governance-idls" "^0.0.10"
768768
"@solana/spl-token" "^0.3.8"
769769

770-
"@helium/no-emit-sdk@^0.10.30":
771-
version "0.10.30"
772-
resolved "https://registry.yarnpkg.com/@helium/no-emit-sdk/-/no-emit-sdk-0.10.30.tgz#65966f14f25f048e9d5f3a50aea3900524e6e787"
773-
integrity sha512-plMcR51iAyDe/kaE24Upc8LwaW3p454Fwm5iI/Znasx8pzFuzi97pKk1Uue/FhkU54tOqLuHyWiLcyFl1FSr5w==
770+
"@helium/no-emit-sdk@^0.10.33":
771+
version "0.10.33"
772+
resolved "https://registry.yarnpkg.com/@helium/no-emit-sdk/-/no-emit-sdk-0.10.33.tgz#0d516b1c8d2bffd97ea7ba28ed3e88892fedf6e8"
773+
integrity sha512-/2E99SDnHdC44x0SwZsooMkQelaAL38PLbiDXDVXjJd2eqkIxx9Ksa6wG50fUOGe52dULcc+XCpmdiLCxN6CWA==
774774
dependencies:
775775
"@coral-xyz/anchor" "^0.31.0"
776-
"@helium/anchor-resolvers" "^0.10.30"
777-
"@helium/idls" "^0.10.30"
778-
"@helium/spl-utils" "^0.10.30"
776+
"@helium/anchor-resolvers" "^0.10.33"
777+
"@helium/idls" "^0.10.33"
778+
"@helium/spl-utils" "^0.10.33"
779779
bn.js "^5.2.0"
780780
bs58 "^4.0.1"
781781

@@ -798,15 +798,15 @@
798798
"@helium/anchor-resolvers" "^0.10.0-alpha.6"
799799
"@helium/modular-governance-idls" "^0.1.5"
800800

801-
"@helium/spl-utils@^0.10.30":
802-
version "0.10.30"
803-
resolved "https://registry.yarnpkg.com/@helium/spl-utils/-/spl-utils-0.10.30.tgz#d57fa568b0348914db9175e4a9152012212f71be"
804-
integrity sha512-zv2R5KiavM88fnE/C56ADQs9MOYf7nj1kL9BUe8z0hADmX02tj7+3toBMn6G9vuAh6bo1WFJAV4lflJyUZx0vg==
801+
"@helium/spl-utils@^0.10.33":
802+
version "0.10.33"
803+
resolved "https://registry.yarnpkg.com/@helium/spl-utils/-/spl-utils-0.10.33.tgz#18b5a25f47c69a3a9228a876989e2271975e4bd5"
804+
integrity sha512-+PK3eGdoCm/FxqRPuWXa4bl1pv4b+xwPs9NCNNTjH8vjW9aqFUzYsfxEAuw4+/vao3q/ZZJtX07QWgS3CVPZKg==
805805
dependencies:
806806
"@coral-xyz/anchor" "^0.31.0"
807-
"@helium/account-fetch-cache" "^0.10.30"
807+
"@helium/account-fetch-cache" "^0.10.33"
808808
"@helium/address" "^4.12.0"
809-
"@helium/anchor-resolvers" "^0.10.30"
809+
"@helium/anchor-resolvers" "^0.10.33"
810810
"@metaplex-foundation/mpl-token-metadata" "^2.10.0"
811811
"@solana/spl-account-compression" "^0.1.7"
812812
"@solana/spl-token" "^0.3.8"
@@ -825,16 +825,16 @@
825825
"@helium/anchor-resolvers" "^0.10.0-alpha.6"
826826
"@helium/modular-governance-idls" "^0.1.5"
827827

828-
"@helium/treasury-management-sdk@^0.10.30":
829-
version "0.10.30"
830-
resolved "https://registry.yarnpkg.com/@helium/treasury-management-sdk/-/treasury-management-sdk-0.10.30.tgz#02512d1756aa0e92d03a0daa3ba860c4a3947d65"
831-
integrity sha512-gM3l5mgQDWcg1q1tKr0P/LLJezyE1fdr3pLqTdARy4kYu5aehoHmSyM2AeJDr6zGjou3zkL6P9cb9Jw5jurjyA==
828+
"@helium/treasury-management-sdk@^0.10.33":
829+
version "0.10.33"
830+
resolved "https://registry.yarnpkg.com/@helium/treasury-management-sdk/-/treasury-management-sdk-0.10.33.tgz#f812336cd112e8cc324edc39e3791dd58d0954f2"
831+
integrity sha512-lsRQJIW1gvV5SkMVaKAHZ5vPWwStJy7soNLPbDBGnCPU7qbk3iFFjifBI+VrhTuca/z/hsl+21ofpTAnaE1CcQ==
832832
dependencies:
833833
"@coral-xyz/anchor" "^0.31.0"
834-
"@helium/anchor-resolvers" "^0.10.30"
835-
"@helium/circuit-breaker-sdk" "^0.10.30"
836-
"@helium/idls" "^0.10.30"
837-
"@helium/spl-utils" "^0.10.30"
834+
"@helium/anchor-resolvers" "^0.10.33"
835+
"@helium/circuit-breaker-sdk" "^0.10.33"
836+
"@helium/idls" "^0.10.33"
837+
"@helium/spl-utils" "^0.10.33"
838838
bn.js "^5.2.0"
839839
bs58 "^4.0.1"
840840

@@ -874,42 +874,42 @@
874874
"@helium/tuktuk-idls" "^0.0.9"
875875
js-sha256 "^0.11.0"
876876

877-
"@helium/voter-stake-registry-hooks@^0.10.30":
878-
version "0.10.30"
879-
resolved "https://registry.yarnpkg.com/@helium/voter-stake-registry-hooks/-/voter-stake-registry-hooks-0.10.30.tgz#9df65921997af1113ec9e92d9ce58f9601081626"
880-
integrity sha512-ANr2mqeagzZGKkgzGcLdXG7jtNkHg5fDk+2m16MCo9aYhbRj2+XiqTTeKiSSxeb4h3F3ukPzekxnAzGQDHRKbw==
877+
"@helium/voter-stake-registry-hooks@^0.10.33":
878+
version "0.10.33"
879+
resolved "https://registry.yarnpkg.com/@helium/voter-stake-registry-hooks/-/voter-stake-registry-hooks-0.10.33.tgz#f25200872952a4bdc6f79d482e6ece6eaeefd744"
880+
integrity sha512-+j/DJTCAfT9JZRgf+/RPJLk+jIqSZ6Gt1k2chsUweNmN6jclsFqpF8dXuUSfQqocV5hMge7RsAg8zcSTqajaDQ==
881881
dependencies:
882882
"@coral-xyz/anchor" "^0.31.0"
883-
"@helium/account-fetch-cache" "^0.10.30"
884-
"@helium/account-fetch-cache-hooks" "^0.10.30"
885-
"@helium/automation-hooks" "^0.10.30"
886-
"@helium/circuit-breaker-sdk" "^0.10.30"
887-
"@helium/helium-react-hooks" "^0.10.30"
888-
"@helium/helium-sub-daos-sdk" "^0.10.30"
889-
"@helium/hpl-crons-sdk" "^0.10.30"
883+
"@helium/account-fetch-cache" "^0.10.33"
884+
"@helium/account-fetch-cache-hooks" "^0.10.33"
885+
"@helium/automation-hooks" "^0.10.33"
886+
"@helium/circuit-breaker-sdk" "^0.10.33"
887+
"@helium/helium-react-hooks" "^0.10.33"
888+
"@helium/helium-sub-daos-sdk" "^0.10.33"
889+
"@helium/hpl-crons-sdk" "^0.10.33"
890890
"@helium/modular-governance-hooks" "^0.1.5-alpha.0"
891891
"@helium/modular-governance-idls" "^0.1.5-alpha.0"
892892
"@helium/organization-sdk" "^0.1.5-alpha.0"
893-
"@helium/spl-utils" "^0.10.30"
893+
"@helium/spl-utils" "^0.10.33"
894894
"@helium/tuktuk-sdk" "^0.0.9"
895-
"@helium/voter-stake-registry-sdk" "^0.10.30"
895+
"@helium/voter-stake-registry-sdk" "^0.10.33"
896896
"@solana/wallet-adapter-base" "^0.9.22"
897897
"@solana/web3.js" "^1.91.1"
898898
"@tanstack/react-query" "^5.45.0"
899899
axios "^1.9.0"
900900
bs58 "^4.0.1"
901901
react-async-hook "^4.0.0"
902902

903-
"@helium/voter-stake-registry-sdk@^0.10.30":
904-
version "0.10.30"
905-
resolved "https://registry.yarnpkg.com/@helium/voter-stake-registry-sdk/-/voter-stake-registry-sdk-0.10.30.tgz#64784a91f7b552ed94ab09998e43f966f3c56772"
906-
integrity sha512-KiTnBG0zD1TKil8/rkiUNfUOcTJ3N+yZuXRcR05eP8bsfafHp/Zrmd3koFzhrKOMILBcvIXJ9uxGsl5iFHBThw==
903+
"@helium/voter-stake-registry-sdk@^0.10.33":
904+
version "0.10.33"
905+
resolved "https://registry.yarnpkg.com/@helium/voter-stake-registry-sdk/-/voter-stake-registry-sdk-0.10.33.tgz#7c9aebadf59df627f646f80609680d7dc53dbfa8"
906+
integrity sha512-6TDje7KVJqAedHLrsdTm7Y2SoViXZh5ln0hSWlF5iglsdSekrYS1zFbFqO1L46fMWkqfABtHetOdwwha2rEIHg==
907907
dependencies:
908908
"@coral-xyz/anchor" "^0.31.0"
909-
"@helium/anchor-resolvers" "^0.10.30"
910-
"@helium/idls" "^0.10.30"
909+
"@helium/anchor-resolvers" "^0.10.33"
910+
"@helium/idls" "^0.10.33"
911911
"@helium/nft-proxy-sdk" "^0.1.5-alpha.0"
912-
"@helium/spl-utils" "^0.10.30"
912+
"@helium/spl-utils" "^0.10.33"
913913
"@metaplex-foundation/mpl-token-metadata" "^2.10.0"
914914
"@solana/spl-token" "^0.3.8"
915915
bn.js "^5.2.0"

0 commit comments

Comments
 (0)