Skip to content

Commit

Permalink
fix: Bump constants for Amoy ETH (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl committed Jun 27, 2024
1 parent 0d25f62 commit b1c8c57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@across-protocol/sdk",
"author": "UMA Team",
"version": "3.1.5",
"version": "3.1.6",
"license": "AGPL-3.0",
"homepage": "https://docs.across.to/reference/sdk",
"files": [
Expand Down Expand Up @@ -99,7 +99,7 @@
},
"dependencies": {
"@across-protocol/across-token": "^1.0.0",
"@across-protocol/constants": "^3.1.2",
"@across-protocol/constants": "^3.1.3",
"@across-protocol/contracts": "^3.0.1",
"@eth-optimism/sdk": "^3.3.1",
"@pinata/sdk": "^2.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.0.1.tgz#8fb2760a3c64801c9324bcbf76084fae9dfabb52"
integrity sha512-cCrhLEpYfiFeDrXscUgdRTnOW5Sn2W9mmdrxxl1dXLC+tYMb1c2rgQVBQNxrdW7LGiDqCR4a5m5jYgWPXonzQg==

"@across-protocol/constants@^3.1.2":
version "3.1.2"
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.1.2.tgz#966055007df2b8a03ea4253f4a5079e67daff1ed"
integrity sha512-llXKw0cgXDJGVgk4Z3Q/2+4oBYNSiik+3wgbSR4Brq1Z2GxWRSsBBab5e4wB+4hATulxijJBftTw6/XQR1mqyA==
"@across-protocol/constants@^3.1.3":
version "3.1.3"
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.1.3.tgz#534764a4137bd5181ab4214543d0cbbf44a90c63"
integrity sha512-4pUjJrRor9gFPAsskbva6bDK780tzXYMWtqCtBa1jOUc+X3PxC6U6lF7ZoyX+lqU/KcfAWDLg8YEsz+KLm3NrQ==

"@across-protocol/contracts@^0.1.4":
version "0.1.4"
Expand Down

0 comments on commit b1c8c57

Please sign in to comment.