Skip to content

Commit bda5f30

Browse files
committed
ethers as peer dep
1 parent 7d2104e commit bda5f30

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@bancor/carbon-sdk",
33
"type": "module",
44
"source": "src/index.ts",
5-
"version": "1.0.0",
5+
"version": "0.0.126-TEST",
66
"description": "The SDK is a READ-ONLY tool, intended to facilitate working with Carbon contracts. It's a convenient wrapper around our matching algorithm, allowing programs and users get a ready to use transaction data that will allow them to manage strategies and fulfill trades",
77
"main": "dist/index.cjs",
88
"module": "dist/index.js",
@@ -109,6 +109,7 @@
109109
"@typescript-eslint/parser": "^8.32.1",
110110
"chai": "^5.2.0",
111111
"eslint": "^9.26.0",
112+
"ethers": "^6.15.0",
112113
"mocha": "^11.1.0",
113114
"rollup": "^4.40.2",
114115
"rollup-plugin-terser": "^7.0.2",
@@ -120,7 +121,9 @@
120121
},
121122
"dependencies": {
122123
"decimal.js": "^10.5.0",
123-
"ethers": "^6.15.0",
124124
"events": "^3.3.0"
125+
},
126+
"peerDependencies": {
127+
"ethers": "^6.15.0"
125128
}
126129
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,9 +1189,9 @@ etag@^1.8.1:
11891189
integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==
11901190

11911191
ethers@^6.15.0:
1192-
version "6.15.0"
1193-
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.15.0.tgz#2980f2a3baf0509749b7e21f8692fa8a8349c0e3"
1194-
integrity sha512-Kf/3ZW54L4UT0pZtsY/rf+EkBU7Qi5nnhonjUb8yTXcxH3cdcWrV2cRyk0Xk/4jK6OoHhxxZHriyhje20If2hQ==
1192+
version "6.16.0"
1193+
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.16.0.tgz#fff9b4f05d7a359c774ad6e91085a800f7fccf65"
1194+
integrity sha512-U1wulmetNymijEhpSEQ7Ct/P/Jw9/e7R1j5XIbPRydgV2DjLVMsULDlNksq3RQnFgKoLlZf88ijYtWEXcPa07A==
11951195
dependencies:
11961196
"@adraffy/ens-normalize" "1.10.1"
11971197
"@noble/curves" "1.2.0"

0 commit comments

Comments
 (0)