Skip to content

Commit

Permalink
fix(blue-sdk): export addresses interface to be augmented
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Jul 30, 2024
1 parent 75d0872 commit e526b3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/blue-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/blue-sdk",
"version": "1.2.5",
"version": "1.3.0",
"author": "Morpho Association <[email protected]>",
"license": "MIT",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/blue-sdk/src/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const addresses = {
},
} as const;

interface ChainAddresses {
export interface ChainAddresses {
morpho: Address;
permit2: Address;
bundler: Address;
Expand Down

0 comments on commit e526b3c

Please sign in to comment.