Skip to content

Commit 33874ef

Browse files
committed
Bump versions to fix changing expired delegations
1 parent 4d5eb96 commit 33874ef

3 files changed

Lines changed: 229 additions & 109 deletions

File tree

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": "file:.yalc/@helium/voter-stake-registry-hooks",
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
}

0 commit comments

Comments
 (0)