Skip to content

Commit

Permalink
Merge pull request #155 from skip-mev/jw/bump-sdk
Browse files Browse the repository at this point in the history
feat: bump sdk version and add dymension rest endpoint
  • Loading branch information
thal0x authored Feb 6, 2024
2 parents 74d7d6f + 5782e9d commit 411011c
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 5 deletions.
126 changes: 122 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 @@ -56,7 +56,7 @@
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@sentry/nextjs": "^7.99.0",
"@skip-router/core": "^1.2.13",
"@skip-router/core": "^1.2.15",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/query-sync-storage-persister": "^5.18.1",
"@tanstack/react-query": "^5.18.1",
Expand Down
1 change: 1 addition & 0 deletions src/constants/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const ALLOWLIST_POLKACHU_BACKUP_CHAIN_IDS = [
];

export const OVERRIDE_REST_ENDPOINTS: Record<string, string> = {
"dymension_1100-1": "https://dymension-api.polkachu.com",
"evmos_9001-2": "https://evmos-api.polkachu.com",
"injective-1": "https://lcd.injective.network",
};
Expand Down

0 comments on commit 411011c

Please sign in to comment.