Skip to content

Commit

Permalink
upgraded to latest core
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Jul 14, 2022
1 parent 7007a12 commit 78cdae9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyve/evm",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyve/core": "1.3.0",
"@kyve/core": "1.3.1",
"ethers": "^5.6.5"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -881,10 +881,10 @@
big-integer "^1.6.48"
utility-types "^3.10.0"

"@kyve/[email protected].0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@kyve/core/-/core-1.3.0.tgz#86d55df3172cdd9026833625e9d16c22729bde02"
integrity sha512-s0CnZkuQYT7YXy0/AUMgxecdDWEVyM3WGJPHSXATrwg5b/P+kU5EmJ6Xg+bx9tiKkZbeVjvq7+D2eps65ucXZg==
"@kyve/[email protected].1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@kyve/core/-/core-1.3.1.tgz#763dc6405b4053bbf5c50e103b97aa570f90d53f"
integrity sha512-CUIY/aGSe3vZLOzonO1w8y/pPDSkZZib2Q5yMPhZF5QymdBG8ylqzkobaHSNDUhXbhkV0SAO6zadXpgXoNTsMQ==
dependencies:
"@cosmjs/proto-signing" "^0.27.1"
"@cosmjs/stargate" "^0.27.1"
Expand Down Expand Up @@ -1073,9 +1073,9 @@
integrity sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==

"@types/node@*", "@types/node@>=13.7.0":
version "18.0.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.3.tgz#463fc47f13ec0688a33aec75d078a0541a447199"
integrity sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ==
version "18.0.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.4.tgz#48aedbf35efb3af1248e4cd4d792c730290cd5d6"
integrity sha512-M0+G6V0Y4YV8cqzHssZpaNCqvYwlCiulmm0PwpNLF55r/+cT8Ol42CHRU1SEaYFH2rTwiiE1aYg/2g2rrtGdPA==

"@types/[email protected]":
version "10.12.18"
Expand Down

0 comments on commit 78cdae9

Please sign in to comment.