Skip to content

Commit

Permalink
chore: bumped evm-connector version
Browse files Browse the repository at this point in the history
  • Loading branch information
hatskier committed Jan 8, 2023
1 parent ff59eb2 commit a20d928
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"typechain": "^8.1.0"
},
"dependencies": {
"@redstone-finance/evm-connector": "^0.0.16",
"@redstone-finance/evm-connector": "^0.0.17",
"redstone-protocol": "^1.0.5",
"redstone-sdk": "^1.0.5"
}
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -665,16 +665,16 @@
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.7.3.tgz#939534757a81f8d69cc854c7692805684ff3111e"
integrity sha512-dGRS0agJzu8ybo44pCIf3xBaPQN/65AIXNgK8+4gzKd5kbvlqyxryUYVLJv7fK98Seyd2hDZzVEHSWAh0Bt1Yw==

"@redstone-finance/evm-connector@^0.0.16":
version "0.0.16"
resolved "https://registry.yarnpkg.com/@redstone-finance/evm-connector/-/evm-connector-0.0.16.tgz#ab3e3d80152a1e341d86e3ff3890eaccbb78a5eb"
integrity sha512-VI3NvRpmBbeFqyVF1d0ilyfiP3RiC7kMis0vwyf+vFi1iRycb7kqXKK7dNDPcXRvL/olX3DYJQv9cJsQeo8mng==
"@redstone-finance/evm-connector@^0.0.17":
version "0.0.17"
resolved "https://registry.yarnpkg.com/@redstone-finance/evm-connector/-/evm-connector-0.0.17.tgz#ac889747ee61e11e680e599d07fc508f19f178c2"
integrity sha512-rK8u9cCFkNi90MkowfgWan6k5OUaBOqSlOqro3LYAylanu1Wa5XtWI5Vv99mWs+VRp4gX9rP1MtOCaU7/aVoeg==
dependencies:
"@openzeppelin/contracts" "^4.7.3"
axios "^1.1.3"
ethers "^5.6.8"
redstone-protocol "1.0.5"
redstone-sdk "1.0.6"
redstone-sdk "1.0.7"

"@scure/base@~1.1.0":
version "1.1.1"
Expand Down Expand Up @@ -3791,10 +3791,10 @@ [email protected], redstone-protocol@^1.0.5:
dependencies:
ethers "^5.6.8"

[email protected].6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/redstone-sdk/-/redstone-sdk-1.0.6.tgz#59bde316172b0a407e8bdc5c30c31bdfa8742a5d"
integrity sha512-OuNObR4HjL6DUvM3/xeqIJzAnIv9u8Rho4TvkasEe0nDY09k8Ur3ymIc1FTJ4+JL0IvYqZ9BbMxiH2tZlTHbvQ==
[email protected].7:
version "1.0.7"
resolved "https://registry.yarnpkg.com/redstone-sdk/-/redstone-sdk-1.0.7.tgz#ca03b81db77d60a4d75b7bf4c90ed7fb7bac00cd"
integrity sha512-pjSNWLoWvaol73kJO58YHqy3VUfDN2hMTeQW4wccQAPWY2OhnM7Ody9TL8l2DxXgXMAUscuqVRHBmUNjT3Q2rw==
dependencies:
axios "^0.27.2"
redstone-oracles-smartweave-contracts "*"
Expand Down

0 comments on commit a20d928

Please sign in to comment.