Skip to content

Commit

Permalink
fix: broken testnet, bump sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed Jun 12, 2024
1 parent ed8907c commit 74a8e7e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion initia-registry
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@sentry/nextjs": "^7.99.0",
"@skip-router/core": "4.1.1",
"@skip-router/core": "5.0.1",
"@solana/spl-token": "^0.4.1",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-wallets": "^0.19.31",
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/useChains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function useChains<T = Chain[]>(args: UseChainsQueryArgs<T> = {}) {
const chains = await skipClient.chains({
includeEVM: true,
includeSVM: true,
includeTestnets: process.env.NEXT_PUBLIC_IS_TESTNET ? true : false,
onlyTestnets: process.env.NEXT_PUBLIC_IS_TESTNET ? true : false,
});

return chains
Expand Down

0 comments on commit 74a8e7e

Please sign in to comment.