Skip to content

Commit

Permalink
fix: update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptistG committed Jan 12, 2024
1 parent 73b60b9 commit 403b42f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.9.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"publish-image": "chmod +x ./scripts/publish.sh && ./scripts/publish.sh"
},
"dependencies": {
"@angleprotocol/sdk": "0.20.0",
"@angleprotocol/sdk": "0.23.1",
"@google-cloud/secret-manager": "^4.2.2",
"@octokit/rest": "19.0.13",
"@types/chai": "^4.3.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==

"@angleprotocol/sdk@0.20.0":
version "0.20.0"
resolved "https://npm.pkg.github.com/download/@angleprotocol/sdk/0.20.0/5905906aef82e97cd217b3e63881323f9379b205#5905906aef82e97cd217b3e63881323f9379b205"
integrity sha512-IHGbHsywZn7W42d6pm/btj6a3ZeWyCxZd36Fubl+Fq9EMYqHjc+nfeclmMkHfMQJwihOpbMrCAohy8MfeL5usw==
"@angleprotocol/sdk@0.23.1":
version "0.23.1"
resolved "https://npm.pkg.github.com/download/@angleprotocol/sdk/0.23.1/99032da90ddedd1f7c2c609cc76c054515e29667#99032da90ddedd1f7c2c609cc76c054515e29667"
integrity sha512-9EJzVSrZkz65/2PVOeGoKWnTMaDojfeZ22MJpIIh96IP2Gj9/wuaz9qqgV6KR1woJak8rmRM/+RVUWzH7oLnbA==
dependencies:
"@apollo/client" "^3.7.17"
"@typechain/ethers-v5" "^10.0.0"
Expand Down

0 comments on commit 403b42f

Please sign in to comment.