Skip to content

Commit

Permalink
Merge pull request #457 from primitivefinance/develop
Browse files Browse the repository at this point in the history
fix(sdk): bump
  • Loading branch information
zachdt authored Jan 29, 2021
2 parents a0aa1c7 + 9b15503 commit 854d5e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.10.0",
"@metamask/onboarding": "^1.0.0",
"@primitivefi/sdk": "0.3.0",
"@primitivefi/sdk": "0.3.1",
"@primitivefi/v1-connectors": "1.2.2",
"@reduxjs/toolkit": "^1.4.0",
"@testing-library/jest-dom": "^4.2.4",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/liquidity/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const Liquidity = ({ icons }) => {

const StyledMarket = styled.div`
width: 100%;
min-height: 90vh;
min-height: 85vh;
overflow-x: hidden;
overfloy-y: allowed !important;
position: relative;
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2103,10 +2103,10 @@
resolved "https://registry.yarnpkg.com/@primitivefi/contracts/-/contracts-0.4.4.tgz#082de30bf71b4895bd767b916cb9d641a430f783"
integrity sha512-J2JzR36lwmnWHCgGakPm5bRCKqAtixJFTjkBbiJ31ZmKGrjxKBCMeOmJzSbGbqXUyTYfT/Mfik6tZ+oZEQL8bA==

"@primitivefi/[email protected].0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@primitivefi/sdk/-/sdk-0.3.0.tgz#f63411420b8f8fc867e02f60e00ccc0a2d996db4"
integrity sha512-P07UlEHXc1IPEGoFxEKHdsam8KorVOktGqN5aDlfNMgWDKdG+sTOA3uV8PlHzKwsG+K7I2+MTcgNQ3Q2tOGGUw==
"@primitivefi/[email protected].1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@primitivefi/sdk/-/sdk-0.3.1.tgz#b96fcdb6e8879c715ecc69e2142a641dc7c7c210"
integrity sha512-6lq3HhI/LrR6NZqwhFwnlvnJwKHZfxaSnn7NwEvjXcnDXc8t3Vy+6laEugthreua2BAQXx33knyUY8SldrLUGQ==
dependencies:
"@ethersproject/providers" "^5.0.5"
"@primitivefi/contracts" "0.4.4"
Expand Down

1 comment on commit 854d5e6

@vercel
Copy link

@vercel vercel bot commented on 854d5e6 Jan 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.