Skip to content

Commit

Permalink
Merge pull request sdk-v2.1.3-alpha.2 (#4967)
Browse files Browse the repository at this point in the history
* sdk-v2.1.3-alpha.2

* fix: update yarn lock
  • Loading branch information
just-a-node authored Oct 5, 2023
1 parent f762785 commit b51a1d3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
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

0 comments on commit b51a1d3

Please sign in to comment.