Skip to content

Commit

Permalink
Merge pull request #354 from balancer/export-batch-router-abi
Browse files Browse the repository at this point in the history
Expose Batch Router abi
  • Loading branch information
brunoguerios committed Jul 15, 2024
2 parents 9be80ad + 42d3d71 commit c424e17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/slow-turtles-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@balancer/sdk": patch
---

Expose Batch Router ABI
1 change: 1 addition & 0 deletions src/abi/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from './authorizer';
export * from './balancerBatchRouter'
export * from './balancerQueries';
export * from './balancerRelayer';
export * from './balancerRouter';
Expand Down

0 comments on commit c424e17

Please sign in to comment.