Skip to content

Commit

Permalink
refactor: export token rate limit (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
gidonkatten authored Sep 20, 2024
1 parent b5b953e commit 7a57c85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/real-ads-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@folks-finance/xchain-sdk": patch
---

export token rate limit
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ export * from "./chains/evm/hub/types/oracle.js";
export * from "./chains/evm/hub/types/pool.js";
export * from "./chains/evm/hub/types/rewards.js";
export * from "./chains/evm/hub/types/token.js";

// - EVM: SPOKE
export * from "./chains/evm/spoke/types/pool.js";

0 comments on commit 7a57c85

Please sign in to comment.