Skip to content

Commit 12e54e5

Browse files
committed
chore: bump @arbitrum/sdk to 3.0.0
1 parent f45173c commit 12e54e5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ethers": "^5.6.0"
1616
},
1717
"devDependencies": {
18-
"@arbitrum/sdk": "3.0.0-rc.1",
18+
"@arbitrum/sdk": "^3.0.0",
1919
"@commitlint/cli": "^13.2.1",
2020
"@commitlint/config-conventional": "^13.2.0",
2121
"@defi-wonderland/smock": "^2.0.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@arbitrum/[email protected]-rc.1":
6-
version "3.0.0-rc.1"
7-
resolved "https://registry.yarnpkg.com/@arbitrum/sdk/-/sdk-3.0.0-rc.1.tgz#5335bd833ded89bfe95328a44ccd2ba743f82239"
8-
integrity sha512-8t4fgvQR/83whezeb1WKBeWtBnfmZ0vaDE1w96cKEt8bdrmTQ8yQF3Vpeq/Y21/SrOdDNj5CQWor1Y6wB+FbyQ==
5+
"@arbitrum/sdk@^3.0.0":
6+
version "3.0.0"
7+
resolved "https://registry.yarnpkg.com/@arbitrum/sdk/-/sdk-3.0.0.tgz#a5dc48a00cb8c6e230a2c696c0e880a7f80c637d"
8+
integrity sha512-Mws5WAxxirp3vk8JH3vyQ5H6q1NNUIAAGEd9oEnQYDMyTBHLKU293GA3s9w4w6ZfIq/RZq8YCexhy4D1R+mQng==
99
dependencies:
1010
"@ethersproject/address" "^5.0.8"
1111
"@ethersproject/bignumber" "^5.1.1"

0 commit comments

Comments
 (0)