Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update contracts #64

Merged
merged 3 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
"browserslist": "4",
"caniuse-lite": "1",
"ethers": "^5.7.2",
"classnames": "2.3.2"
"classnames": "2.3.2",
"viem": "^2"
},
"husky": {
"hooks": {
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6668,9 +6668,9 @@ __metadata:
linkType: soft

"@synthetixio/v3-contracts@npm:^7.1.0":
version: 7.7.0
resolution: "@synthetixio/v3-contracts@npm:7.7.0"
checksum: 10/701dd75807d2c29ce100c76e566c869cf8e2036174aa2c062d1afb8b855fec2eb53a6e688416cf73d5af5c6a6e4e59655ba12499eccb439b24ae99704d06b680
version: 7.8.0
resolution: "@synthetixio/v3-contracts@npm:7.8.0"
checksum: 10/1cc8f6c757a3129e384a0ca23b977d5d294069309c57c2e73404f150a2b7cfbb60fdbe316f595905e7e2ac3367c4cc1f6a0de9c1fdfea1b363b5a42faab1bfa3
languageName: node
linkType: hard

Expand Down Expand Up @@ -10151,9 +10151,9 @@ __metadata:
linkType: hard

"caniuse-lite@npm:1":
version: 1.0.30001677
resolution: "caniuse-lite@npm:1.0.30001677"
checksum: 10/e07439bdeade5ffdd974691f44f8549ae0730fcf510acaa32d0b657c10370cd5aad09eeca37248966205fb37fce5f464dbce73ce177b4a1fdc3a34adbcfd7192
version: 1.0.30001680
resolution: "caniuse-lite@npm:1.0.30001680"
checksum: 10/38ec7e06e18ef1040740f93dff65dc4c9a7593376a783a96370f3845c586ed1d464e26b992d97919938fb07b68a4f2fb1609f66c586c3f1e7310e6511b81793f
languageName: node
linkType: hard

Expand Down Expand Up @@ -16774,9 +16774,9 @@ __metadata:
languageName: node
linkType: hard

"ox@npm:0.1.0":
version: 0.1.0
resolution: "ox@npm:0.1.0"
"ox@npm:0.1.2":
version: 0.1.2
resolution: "ox@npm:0.1.2"
dependencies:
"@adraffy/ens-normalize": "npm:^1.10.1"
"@noble/curves": "npm:^1.6.0"
Expand All @@ -16790,7 +16790,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 10/2b98a729df12204c2b0f7f3c58e6e043db68544d040e101108c8d2421759be5f0729fd0fcedebc1b61ef30bac14229ff5e6d5514de9095dc9b9a2eec64d60b24
checksum: 10/cba00f13289599ff03cee3dbc19167c1d0f01829379d119f962b4e951ee2bf0d14491c7a45974e6a2a745117b13b22e9e4131d285e1f5247ea4e1cbc43c5c3d8
languageName: node
linkType: hard

Expand Down Expand Up @@ -20319,25 +20319,25 @@ __metadata:
languageName: node
linkType: hard

"viem@npm:2.12.0, viem@npm:^2.1.1, viem@npm:^2.13.5":
version: 2.21.43
resolution: "viem@npm:2.21.43"
"viem@npm:^2":
version: 2.21.45
resolution: "viem@npm:2.21.45"
dependencies:
"@noble/curves": "npm:1.6.0"
"@noble/hashes": "npm:1.5.0"
"@scure/bip32": "npm:1.5.0"
"@scure/bip39": "npm:1.4.0"
abitype: "npm:1.0.6"
isows: "npm:1.0.6"
ox: "npm:0.1.0"
ox: "npm:0.1.2"
webauthn-p256: "npm:0.0.10"
ws: "npm:8.18.0"
peerDependencies:
typescript: ">=5.0.4"
peerDependenciesMeta:
typescript:
optional: true
checksum: 10/de765d56562eb4d68352dc8116236421281d6004be4b143d402f0cc1c97dc0d880133eea26a958f7a34c355d9253107b774a917a2a73391d0af22a45f0a4c3ff
checksum: 10/93428588882620de5ed442a5a568367762d39660bdb4ff9c430d5409da1dca085a3648bf0afedb6631bb219b410e58ccabf600ed26228ab9ae73a77a1031c576
languageName: node
linkType: hard

Expand Down