Skip to content

Commit

Permalink
chore: bump contract sdk (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy authored Jul 4, 2023
1 parent 4d382e5 commit 0f0baea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@apollo/client": "^3.7.0",
"@metamask/eth-sig-util": "^4.0.1",
"@octokit/request": "^5.6.3",
"@subql/contract-sdk": "^0.13.5",
"@subql/contract-sdk": "^0.13.7",
"@types/jest": "^28.1.6",
"@types/react": "^18.0.12",
"@typescript-eslint/eslint-plugin": "^5.27.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/network-clients/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"@subql/contract-sdk": "^0.13.5",
"@subql/contract-sdk": "^0.13.7",
"ipfs-http-client": "^53.0.1"
},
"stableVersion": "0.3.3-0"
Expand Down
2 changes: 1 addition & 1 deletion packages/network-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typescript": "^4.8.4"
},
"peerDependencies": {
"@subql/contract-sdk": "^0.13.5",
"@subql/contract-sdk": "^0.13.7",
"ipfs-http-client": "^53.0.1"
},
"stableVersion": "0.3.3-3"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2927,12 +2927,12 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/contract-sdk@npm:^0.13.5":
version: 0.13.5
resolution: "@subql/contract-sdk@npm:0.13.5"
"@subql/contract-sdk@npm:^0.13.7":
version: 0.13.7
resolution: "@subql/contract-sdk@npm:0.13.7"
dependencies:
"@openzeppelin/contracts-upgradeable": ^4.5.2
checksum: f2211999fc3eec9808350a7387e952eb52987c9e2638afe2def78b2154022f1bd5e7ebbad4cbd53981fe240f9fa0c242569d9643b9f252af331d22d4969aa5fa
checksum: e915cf4fe97e5e621b4899726efcf12f3ffb79c4233c8c9001df26e03a41fb7be25ad3136525b3a495820aa9d2a24ddf2b929007b2e330b530e8fc3f5e93b068
languageName: node
linkType: hard

Expand Down Expand Up @@ -2995,7 +2995,7 @@ __metadata:
"@apollo/client": ^3.7.0
"@metamask/eth-sig-util": ^4.0.1
"@octokit/request": ^5.6.3
"@subql/contract-sdk": ^0.13.5
"@subql/contract-sdk": ^0.13.7
"@types/jest": ^28.1.6
"@types/react": ^18.0.12
"@typescript-eslint/eslint-plugin": ^5.27.0
Expand Down

0 comments on commit 0f0baea

Please sign in to comment.