Skip to content

Commit

Permalink
Merge pull request #465 from primitivefinance/develop
Browse files Browse the repository at this point in the history
sdk bump
  • Loading branch information
zachdt authored Jan 29, 2021
2 parents fc902d3 + bb56bb6 commit 12d38b4
Show file tree
Hide file tree
Showing 3 changed files with 5 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.1",
"@primitivefi/sdk": "0.3.2",
"@primitivefi/v1-connectors": "1.2.2",
"@reduxjs/toolkit": "^1.4.0",
"@testing-library/jest-dom": "^4.2.4",
Expand Down
1 change: 0 additions & 1 deletion src/components/TopBar/TopBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ const StyledTopBar = styled.div`
const StyledFlex = styled.div`
align-items: center;
display: flex;
flex: 0.2;
margin: 0 1em 0 1em;
`

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/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==
"@primitivefi/sdk@0.3.2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@primitivefi/sdk/-/sdk-0.3.2.tgz#b5a2fd1ef75487311b553374ba235ce36fa07017"
integrity sha512-ZgvCYGZALfey1pOqORKUOn2bH1kdoDR3+OGxZZJwRI9zbaLewQsne13zRhClWYjgh8fPLCNTLgqmaSSY7ssnpw==
dependencies:
"@ethersproject/providers" "^5.0.5"
"@primitivefi/contracts" "0.4.4"
Expand Down

1 comment on commit 12d38b4

@vercel
Copy link

@vercel vercel bot commented on 12d38b4 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.