From 3fc56c48c084a117e141508d160e1aab2273a485 Mon Sep 17 00:00:00 2001 From: Zachary Thielemann Date: Thu, 28 Jan 2021 17:25:39 -0800 Subject: [PATCH 1/2] fix(sdk): bump --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7024d3d3..12608e6d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 77ecc07d..6bd2cd4b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2103,10 +2103,10 @@ resolved "https://registry.yarnpkg.com/@primitivefi/contracts/-/contracts-0.4.4.tgz#082de30bf71b4895bd767b916cb9d641a430f783" integrity sha512-J2JzR36lwmnWHCgGakPm5bRCKqAtixJFTjkBbiJ31ZmKGrjxKBCMeOmJzSbGbqXUyTYfT/Mfik6tZ+oZEQL8bA== -"@primitivefi/sdk@0.3.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/sdk@0.3.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" From 9b1550387c58714f671f2072baa80300bdb815d7 Mon Sep 17 00:00:00 2001 From: Zachary Thielemann Date: Thu, 28 Jan 2021 17:26:55 -0800 Subject: [PATCH 2/2] fix(lp): height adj --- src/pages/liquidity/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/liquidity/index.tsx b/src/pages/liquidity/index.tsx index 5e434efb..5c98afff 100644 --- a/src/pages/liquidity/index.tsx +++ b/src/pages/liquidity/index.tsx @@ -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;