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

sdk-v2.1.3-alpha.2 #4967

Merged
merged 2 commits into from
Oct 5, 2023
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
4 changes: 4 additions & 0 deletions packages/agents/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Next Release

## v2.1.3-alpha.2

- Contracts: New staging contract deployments

## v2.1.3-alpha.1

- `updateSlippage`: Fix decimal parsing
Expand Down
2 changes: 1 addition & 1 deletion packages/agents/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/sdk-core",
"version": "2.1.3-alpha.1",
"version": "2.1.3-alpha.2",
"description": "Client-side package for interacting with the Connext protocol",
"author": "Connext",
"license": "MIT",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ __metadata:
languageName: node
linkType: hard

"@arbitrum/sdk@npm:3.1.3":
version: 3.1.3
resolution: "@arbitrum/sdk@npm:3.1.3"
"@arbitrum/sdk@npm:3.1.11":
version: 3.1.11
resolution: "@arbitrum/sdk@npm:3.1.11"
dependencies:
"@ethersproject/address": ^5.0.8
"@ethersproject/bignumber": ^5.1.1
"@ethersproject/bytes": ^5.0.8
ethers: ^5.1.0
checksum: 1b3527090b302c3f65d61abca61c18cc1e99fa5e7cd80160bcc62f467e1c99af2ade4cc5ee088f0bb6b7672628c094e8aa02158cb314cba5a17d94676d911feb
checksum: 79066b07d685755c53f4d7a2862f84c189ab07207d7c4cf8909b540cfbeb07007fec5d7cb9057c2c01df4ee196653cdbe17674bf80eb45bf2fb64f07b8d5f6a2
languageName: node
linkType: hard

Expand Down Expand Up @@ -2372,7 +2372,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@connext/lighthouse@workspace:packages/agents/lighthouse"
dependencies:
"@arbitrum/sdk": 3.1.3
"@arbitrum/sdk": 3.1.11
"@connext/nxtp-adapters-database": "workspace:*"
"@connext/nxtp-adapters-relayer": "workspace:*"
"@connext/nxtp-adapters-subgraph": "workspace:*"
Expand Down Expand Up @@ -2886,7 +2886,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@connext/smart-contracts@workspace:packages/deployments/contracts"
dependencies:
"@arbitrum/sdk": 3.1.3
"@arbitrum/sdk": 3.1.11
"@certusone/wormhole-sdk": 0.9.21
"@connext/nxtp-utils": "workspace:*"
"@eth-optimism/sdk": 2.1.0
Expand Down