Skip to content

Commit 1bb60f2

Browse files
chore(constants): bump to 1.0.19 (#483)
* chore(constants): bump to 1.0.19 Signed-off-by: james-a-morris <[email protected]> * chore: bump version --------- Signed-off-by: james-a-morris <[email protected]>
1 parent 340f44e commit 1bb60f2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/contracts-v2",
3-
"version": "2.5.5",
3+
"version": "2.5.6",
44
"author": "UMA Team",
55
"license": "AGPL-3.0-only",
66
"repository": {
@@ -32,7 +32,7 @@
3232
"prepublish": "yarn build && hardhat export --export-all ./cache/massExport.json && ts-node ./scripts/processHardhatExport.ts && prettier --write ./deployments/deployments.json && yarn generate-contract-types"
3333
},
3434
"dependencies": {
35-
"@across-protocol/constants-v2": "^1.0.14",
35+
"@across-protocol/constants-v2": "^1.0.19",
3636
"@defi-wonderland/smock": "^2.3.4",
3737
"@eth-optimism/contracts": "^0.5.40",
3838
"@ethersproject/abstract-provider": "5.7.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@across-protocol/constants-v2@^1.0.14":
6-
version "1.0.14"
7-
resolved "https://registry.yarnpkg.com/@across-protocol/constants-v2/-/constants-v2-1.0.14.tgz#2eb6624c306db3f184293d8abb023d2354abadce"
8-
integrity sha512-7C8hyH/7aDh8AOd5DLQrtcey6Ip4Q6o8FmSiDrBnxcD/aVeH+L8cZhh/hRMLm8CA5Olx4usEarfEfZ2rN0AZfg==
5+
"@across-protocol/constants-v2@^1.0.19":
6+
version "1.0.19"
7+
resolved "https://registry.yarnpkg.com/@across-protocol/constants-v2/-/constants-v2-1.0.19.tgz#398d64f590bb0ebea6c4241acac2af24af4ab4e1"
8+
integrity sha512-v12qvWxuN37HLSCg+LahzGIShakR4/+l7K6GtVEIRg/dj/HTUtGzgpB4Uyx6nYkA6ffAKcxJaUK600JovNhkEA==
99

1010
"@across-protocol/contracts@^0.1.4":
1111
version "0.1.4"

0 commit comments

Comments
 (0)