Skip to content

Commit 52c8151

Browse files
authored
Update sdk-core independencies (#5)
* Configure npmScopes * Update sdk-core independencies * Bump version
1 parent 7d838ec commit 52c8151

File tree

8 files changed

+17
-12
lines changed

8 files changed

+17
-12
lines changed

.yarnrc.yml

+5
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ plugins:
3939
spec: "@yarnpkg/plugin-constraints"
4040

4141
yarnPath: .yarn/releases/yarn-3.2.3.cjs
42+
43+
npmScopes:
44+
helix-bridge:
45+
npmPublishRegistry: https://npm.pkg.github.com
46+
npmRegistryServer: https://npm.pkg.github.com

sdks/router-sdk/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helix-bridge/router-sdk",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "An sdk for routing swaps using Uniswap v2 and Uniswap v3.",
55
"repository": "https://github.com/Uniswap/sdks.git",
66
"keywords": [
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@ethersproject/abi": "^5.5.0",
25-
"@helix-bridge/sdk-core": "workspace:*",
25+
"@helix-bridge/sdk-core": "1.0.1",
2626
"@helix-bridge/v2-sdk": "workspace:*",
2727
"@helix-bridge/v3-sdk": "workspace:*",
2828
"@uniswap/swap-router-contracts": "^1.3.0"

sdks/sdk-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helix-bridge/sdk-core",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "⚒️ An SDK for building applications on top of Uniswap V3",
55
"repository": "https://github.com/Uniswap/sdks.git",
66
"keywords": [

sdks/uniswapx-sdk/integration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@ethersproject/bytes": "^5.7.0",
32-
"@helix-bridge/sdk-core": "workspace:*",
32+
"@helix-bridge/sdk-core": "1.0.1",
3333
"@typechain/ethers-v5": "^10.1.0",
3434
"@typechain/hardhat": "^6.1.2",
3535
"ethers": "^5.7.0",

sdks/uniswapx-sdk/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helix-bridge/uniswapx-sdk",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "Uniswap",
55
"repository": "https://github.com/Uniswap/sdks.git",
66
"keywords": [
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@ethersproject/bytes": "^5.7.0",
3333
"@ethersproject/providers": "^5.7.0",
34-
"@helix-bridge/sdk-core": "workspace:*",
34+
"@helix-bridge/sdk-core": "1.0.1",
3535
"@uniswap/permit2-sdk": "^1.2.1",
3636
"ethers": "^5.7.0"
3737
},

sdks/universal-router-sdk/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helix-bridge/universal-router-sdk",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "sdk for integrating with the Universal Router contracts",
55
"repository": "https://github.com/Uniswap/sdks.git",
66
"keywords": [
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@helix-bridge/router-sdk": "workspace:*",
35-
"@helix-bridge/sdk-core": "workspace:*",
35+
"@helix-bridge/sdk-core": "1.0.1",
3636
"@helix-bridge/v2-sdk": "workspace:*",
3737
"@helix-bridge/v3-sdk": "workspace:*",
3838
"@uniswap/permit2-sdk": "^1.2.1",

sdks/v2-sdk/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helix-bridge/v2-sdk",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "🛠 An SDK for building applications on top of Uniswap V2",
55
"repository": "https://github.com/Uniswap/sdks.git",
66
"keywords": [
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@ethersproject/address": "^5.0.2",
2929
"@ethersproject/solidity": "^5.0.9",
30-
"@helix-bridge/sdk-core": "workspace:*",
30+
"@helix-bridge/sdk-core": "1.0.1",
3131
"tiny-invariant": "^1.1.0",
3232
"tiny-warning": "^1.0.3"
3333
},

sdks/v3-sdk/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helix-bridge/v3-sdk",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "⚒️ An SDK for building applications on top of Uniswap V3",
55
"repository": "https://github.com/Uniswap/sdks.git",
66
"keywords": [
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@ethersproject/abi": "^5.5.0",
2929
"@ethersproject/solidity": "^5.0.9",
30-
"@helix-bridge/sdk-core": "workspace:*",
30+
"@helix-bridge/sdk-core": "1.0.1",
3131
"@uniswap/swap-router-contracts": "^1.3.0",
3232
"@uniswap/v3-periphery": "^1.1.1",
3333
"@uniswap/v3-staker": "1.0.0",

0 commit comments

Comments
 (0)