Skip to content

Commit

Permalink
Merge pull request #12 from kyve-org/v0.5.1
Browse files Browse the repository at this point in the history
v.1.2.1
  • Loading branch information
troykessler authored Jul 1, 2022
2 parents 5bbf340 + a6ff4f3 commit 557509a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyve/core": "1.2.0",
"@kyve/core": "1.2.1",
"ethers": "^5.6.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class KyveEvm extends KYVE {
}

public async formatValue(value: any): Promise<string> {
return value.timestamp.toString();
return value.hash;
}

private async getSignature(): Promise<Signature> {
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@


"@babel/helper-validator-identifier@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
version "7.18.6"
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==

"@babel/[email protected]":
version "7.17.10"
Expand Down Expand Up @@ -814,14 +814,14 @@
big-integer "^1.6.48"
utility-types "^3.10.0"

"@kyve/[email protected].0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@kyve/core/-/core-1.2.0.tgz#533f6af3c62b293ee1a366bc25f684fc1d6316d8"
integrity sha512-BU45zsBQvfwCLaryFI9auCzYL8bl8hZrmYc1pUrUcd8SLfV4DNQKRTgIbK39VtrMlAVJRkXKWnXdrpe6h3Zsvg==
"@kyve/[email protected].1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@kyve/core/-/core-1.2.1.tgz#cd47838662e060a0a42a0c7fc9226a6b92693823"
integrity sha512-WJylVG3kAfbhOCJBOH6D/v9sgfF1UqAkS95LLstCRNNaVH4fMGtaDI5WGpxmK3czqwVXy3opFVrG1NV3qWuaJw==
dependencies:
"@cosmjs/proto-signing" "^0.27.1"
"@cosmjs/stargate" "^0.27.1"
"@kyve/sdk" "1.2.0"
"@kyve/sdk" "1.2.1"
"@types/cli-progress" "^3.9.2"
"@types/jsonfile" "^6.0.1"
arweave "^1.10.17"
Expand All @@ -838,10 +838,10 @@
tslog "^3.2.2"
unique-names-generator "^4.6.0"

"@kyve/[email protected].0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@kyve/sdk/-/sdk-1.2.0.tgz#c8d373e92028b62888965fd5fafd73e843bcda52"
integrity sha512-b+SAtpnnqs5V6HLZWVdY7jETOwy4oWi0cDRdte4CxwvtYFcUwcoy/XbGb2oNWXyJCnycXarpkm9pigAk2xyakA==
"@kyve/[email protected].1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@kyve/sdk/-/sdk-1.2.1.tgz#5e066f5d4a731f21db90b678f52f896b63425621"
integrity sha512-ztB8BXwi03DSxltSx+KgQ/qUTn+vO1ljnZRflUOsm0rsmKafgIuGNIY2Mxn6Cex+Q8tCaRiYc5IFVLqQku4EPg==
dependencies:
"@cosmjs/amino" "0.28.3"
"@cosmjs/crypto" "0.27.1"
Expand Down

0 comments on commit 557509a

Please sign in to comment.