-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add api key for aptos api access (#10854)
<!-- Before opening a pull request, please read the [contributing guidelines](https://github.com/pancakeswap/pancake-frontend/blob/develop/CONTRIBUTING.md) first --> <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily updates the dependency version of `@aptos-labs/ts-sdk` from `1.12.2` to `1.30.0` across multiple package files and improves type filtering in the `useAccountBalances` hook. It also modifies some import statements and documentation links. ### Detailed summary - Updated `@aptos-labs/ts-sdk` version to `1.30.0` in: - `pnpm-workspace.yaml` - `packages/aptos-swap-sdk/package.json` - `packages/awgmi/package.json` - `apps/aptos/package.json` - Changed type filtering in `useAccountBalances` to ensure string type. - Modified import statements in `apps/aptos/client.ts` to include `Network`. - Updated documentation link in `apps/aptos/next-env.d.ts`. - Added `APTOS_GATEWAY_API_KEY` environment variable in `apps/aptos/client.ts`. - Updated `pnpm-lock.yaml` to reflect changes in dependencies. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information
1 parent
1153837
commit 63cec60
Showing
8 changed files
with
121 additions
and
417 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.