Skip to content

Commit

Permalink
feat: export default plugins (#1132)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
towanTG and github-actions[bot] authored Dec 13, 2024
1 parent 2ccdab0 commit 516c136
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tasty-chefs-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@swapkit/sdk": minor
---

Exports default plugins for easier typing and usage
2 changes: 1 addition & 1 deletion packages/swapkit/sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { wallets as defaultWallets } from "@swapkit/wallets";
export * from "@swapkit/core";
export * from "@swapkit/tokens";

const defaultPlugins = {
export const defaultPlugins = {
...ChainflipPlugin,
...EVMPlugin,
...KadoPlugin,
Expand Down

0 comments on commit 516c136

Please sign in to comment.