Skip to content

Commit 54fbb49

Browse files
authored
feat: New package releases (#3134)
Signed-off-by: Nick Pai <[email protected]>
1 parent 078e694 commit 54fbb49

34 files changed

+290
-77
lines changed

packages/affiliates/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.4.0](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2021-06-21)
7+
8+
### Features
9+
10+
- **affiliates:** Update dev mining whitelist ([#3117](https://github.com/UMAprotocol/protocol/issues/3117)) ([ad298d6](https://github.com/UMAprotocol/protocol/commit/ad298d6fb9c5369550db8401ba42addfa501913e))
11+
- **bot-strategy-runner:** add unit tests to package ([#2983](https://github.com/UMAprotocol/protocol/issues/2983)) ([186c994](https://github.com/UMAprotocol/protocol/commit/186c994ba12714c13a701c31f49571362748b45f))
12+
- **gas-rebate:** Rebate 10 ([#3081](https://github.com/UMAprotocol/protocol/issues/3081)) ([06f6190](https://github.com/UMAprotocol/protocol/commit/06f61902a38039ad33ca390f51c4e3a84632d8a0))
13+
614
# [1.3.0](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2021-05-20)
715

816
### Bug Fixes

packages/affiliates/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@uma/affiliates",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
77
"@google-cloud/bigquery": "^5.3.0",
8-
"@uma/common": "^2.2.0",
9-
"@uma/core": "^2.3.0",
10-
"@uma/financial-templates-lib": "^2.3.0",
8+
"@uma/common": "^2.3.0",
9+
"@uma/core": "^2.4.0",
10+
"@uma/financial-templates-lib": "^2.4.0",
1111
"@uniswap/v3-core": "1.0.0-rc.2",
1212
"@uniswap/v3-periphery": "1.0.0-beta.23",
1313
"cli-progress": "^3.8.2",

packages/api/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.2.0](https://github.com/UMAprotocol/protocol/compare/[email protected]@0.2.0) (2021-06-21)
7+
8+
### Features
9+
10+
- **api:** 932 record historical synthetic prices based on emp latest price ([#3108](https://github.com/UMAprotocol/protocol/issues/3108)) ([078e694](https://github.com/UMAprotocol/protocol/commit/078e694542ceb1deebc276014ee9d1cb140770e7))
11+
- **api:** add historical price queries for collateral addresses ([#3079](https://github.com/UMAprotocol/protocol/issues/3079)) ([ce7fdb6](https://github.com/UMAprotocol/protocol/commit/ce7fdb650758fcc6dca622b2ff65903e03bb3f47))
12+
- **api:** add latest prices for collateral addresses ([#3067](https://github.com/UMAprotocol/protocol/issues/3067)) ([63ce351](https://github.com/UMAprotocol/protocol/commit/63ce351e87d444c6700c716c9e89c045462acec2))
13+
- **api:** add synthetic prices per emp ([#3107](https://github.com/UMAprotocol/protocol/issues/3107)) ([243699b](https://github.com/UMAprotocol/protocol/commit/243699ba9d778092ff03466e648169344210b259))
14+
- **api:** add token names and decimals to returned emp state ([#3085](https://github.com/UMAprotocol/protocol/issues/3085)) ([740c264](https://github.com/UMAprotocol/protocol/commit/740c2640d77c5a35e8f4b830c76a6811436c1b08))
15+
- **api:** add tvl endpoints for each contract ([#3087](https://github.com/UMAprotocol/protocol/issues/3087)) ([2cc372a](https://github.com/UMAprotocol/protocol/commit/2cc372a686e9d927ce0ff8758f5789b52565bc73))

packages/api/package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
22
"name": "api",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"author": "David Adams",
66
"license": "AGPL-3.0-or-later",
77
"devDependencies": {
8+
"@types/isomorphic-fetch": "^0.0.35",
9+
"@types/minimist": "^1.2.1",
810
"@types/mocha": "^8.2.0",
911
"@types/node": "^14.14.25",
10-
"ts-node": "^9.1.1",
12+
"@types/url-join": "^4.0.0",
13+
"@typescript-eslint/parser": "^4.24.0",
1114
"ts-mocha": "^8.0.0",
12-
"typescript": "^4.1.3",
13-
"@typescript-eslint/parser":"^4.24.0",
14-
"@types/minimist": "^1.2.1",
15-
"@types/isomorphic-fetch": "^0.0.35",
16-
"@types/url-join": "^4.0.0"
15+
"ts-node": "^9.1.1",
16+
"typescript": "^4.1.3"
1717
},
1818
"dependencies": {
19+
"@types/express": "^4.17.11",
20+
"@uma/core": "^2.4.0",
21+
"@uma/financial-templates-lib": "^2.4.0",
22+
"@uma/sdk": "^0.2.0",
23+
"body-parser": "^1.19.0",
24+
"cors": "^2.8.5",
1925
"ethers": "^5.1.4",
26+
"express": "^4.17.1",
27+
"isomorphic-fetch": "^3.0.0",
28+
"lodash": "^4.17.21",
2029
"minimist": "^1.2.5",
21-
"@uma/financial-templates-lib": "^2.2.0",
22-
"@uma/core": "^2.3.0",
23-
"@uma/sdk": "^0.1.0",
24-
"cors":"^2.8.5",
25-
"body-parser":"^1.19.0",
26-
"lodash":"^4.17.21",
27-
"express":"^4.17.1",
28-
"@types/express":"^4.17.11",
29-
"isomorphic-fetch":"^3.0.0",
30-
"url-join":"^4.0.1"
30+
"url-join": "^4.0.1"
3131
},
3232
"files": [
3333
"/dist/**/*.js"
@@ -39,9 +39,9 @@
3939
"e2e": "ts-mocha --recursive ./src/**/*.e2e.ts",
4040
"test:watch": "ts-mocha --recursive ./src/**/*.test.ts -w --watch--extensions ts",
4141
"e2e:watch": "ts-mocha --recursive ./src/**/*.e2e.ts -w --watch--extensions ts",
42-
"eslint": "eslint './src/**/*.ts'",
43-
"prettier": "prettier './**/*.md' './src/**/*.ts'",
42+
"eslint": "eslint './src/**/*.ts'",
43+
"prettier": "prettier './**/*.md' './src/**/*.ts'",
4444
"lint": "yarn prettier --write && yarn eslint --fix",
45-
"api":"ts-node src/start api"
45+
"api": "ts-node src/start api"
4646
}
4747
}

packages/bot-strategy-runner/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2021-06-21)
7+
8+
### Bug Fixes
9+
10+
- **bot-strategy-runner:** Fix deep config merging ([#3115](https://github.com/UMAprotocol/protocol/issues/3115)) ([568d8d7](https://github.com/UMAprotocol/protocol/commit/568d8d7c45116c34793fa486b30b77178a802ca3))
11+
- **bot-stratergy-runner:** fix broken default setting ([#3041](https://github.com/UMAprotocol/protocol/issues/3041)) ([fd5ea75](https://github.com/UMAprotocol/protocol/commit/fd5ea7502931a86f513e92e9408279c7ba121a83))
12+
- **ContractForDiffrence:** general commenting and cleanup ([#3083](https://github.com/UMAprotocol/protocol/issues/3083)) ([422aac5](https://github.com/UMAprotocol/protocol/commit/422aac5832cd6a8518d622f9355bc69a848c1003))
13+
14+
### Features
15+
16+
- **bot-strategy-runner:** add unit tests to package ([#2983](https://github.com/UMAprotocol/protocol/issues/2983)) ([186c994](https://github.com/UMAprotocol/protocol/commit/186c994ba12714c13a701c31f49571362748b45f))
17+
- **sdk:** add sdk with some basic structure and code examples ([#3007](https://github.com/UMAprotocol/protocol/issues/3007)) ([29f46dd](https://github.com/UMAprotocol/protocol/commit/29f46dd61284e493e1ae6e62c470ff840a38a162))
18+
- **serverless-hub:** Update to enable generalize bot runner to work in production ([#3062](https://github.com/UMAprotocol/protocol/issues/3062)) ([85caf51](https://github.com/UMAprotocol/protocol/commit/85caf519164aced76b55ab9e65c36a49d1077bb4))
19+
- **Winston-logger:** add multiple escalation paths depending on message context ([#3042](https://github.com/UMAprotocol/protocol/issues/3042)) ([cd9412d](https://github.com/UMAprotocol/protocol/commit/cd9412d1bac4c0def413309423fe9ff8e487e4c1))
20+
621
## [1.0.2](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2021-05-20)
722

823
**Note:** Version bump only for package @uma/bot-strategy-runner

packages/bot-strategy-runner/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@uma/bot-strategy-runner",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Scripts for running a set of UMA bots against an address whitelist",
55
"homepage": "https://umaproject.org",
66
"license": "AGPL-3.0-or-later",
77
"dependencies": {
8-
"@uma/disputer": "^2.3.0",
9-
"@uma/financial-templates-lib": "^2.3.0",
10-
"@uma/liquidator": "^2.3.0",
11-
"@uma/monitors": "^2.3.0",
8+
"@uma/disputer": "^2.4.0",
9+
"@uma/financial-templates-lib": "^2.4.0",
10+
"@uma/liquidator": "^2.4.0",
11+
"@uma/monitors": "^2.4.0",
1212
"bluebird": "^3.7.2",
1313
"cli-progress": "^3.9.0",
1414
"commander": "^7.2.0",
@@ -21,8 +21,8 @@
2121
"@types/bluebird": "^3.5.33",
2222
"@types/cli-progress": "^3.9.1",
2323
"@types/commander": "^2.12.2",
24-
"@types/node-fetch": "^2.5.8",
25-
"@types/mocha": "^8.2.2"
24+
"@types/mocha": "^8.2.2",
25+
"@types/node-fetch": "^2.5.8"
2626
},
2727
"publishConfig": {
2828
"registry": "https://registry.npmjs.com/",

packages/common/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.3.0](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2021-06-21)
7+
8+
### Bug Fixes
9+
10+
- **common:** explicitly require the hardhat etherscan verification plugin ([#3121](https://github.com/UMAprotocol/protocol/issues/3121)) ([3648597](https://github.com/UMAprotocol/protocol/commit/3648597eaf72bcb8840aacce1139692fd0fe0b78))
11+
- **common:** Fix PublicNetworks ([#3033](https://github.com/UMAprotocol/protocol/issues/3033)) ([34fda80](https://github.com/UMAprotocol/protocol/commit/34fda805f0fad99b8ae3e53273814e08cc8ede5e))
12+
- **common-ContractUtils:** Add web3 param injection to createContractObjectFromJson ([#3060](https://github.com/UMAprotocol/protocol/issues/3060)) ([805003a](https://github.com/UMAprotocol/protocol/commit/805003a94c01f2d8fb4556701382b0f4bbf26cd8))
13+
- **TruffleConfig:** Increase networkCheckTimeout for slower connections ([#3029](https://github.com/UMAprotocol/protocol/issues/3029)) ([930960a](https://github.com/UMAprotocol/protocol/commit/930960aa774c90d4d00725e0928cd9ce9949b45c))
14+
15+
### Features
16+
17+
- **core:** add all truffle migrations to hardhat deploy ([#3068](https://github.com/UMAprotocol/protocol/issues/3068)) ([0004bd7](https://github.com/UMAprotocol/protocol/commit/0004bd7401211f628c80198be6ec99cff3156c36))
18+
- **hardhat:** add default hardhat test fixture ([#3080](https://github.com/UMAprotocol/protocol/issues/3080)) ([4840786](https://github.com/UMAprotocol/protocol/commit/484078630dd0ced42c3ec3642995834123c8d7c0))
19+
- **optimistic-oracle:** Enable universal blacklist ([#3127](https://github.com/UMAprotocol/protocol/issues/3127)) ([ad84c86](https://github.com/UMAprotocol/protocol/commit/ad84c861b5081d6b9844d62bf2d8373b049faedb))
20+
- **polygon-amb:** Add Governor Tunnel contracts and unit tests ([#3089](https://github.com/UMAprotocol/protocol/issues/3089)) ([20a3866](https://github.com/UMAprotocol/protocol/commit/20a386693cc380827b3eedd7ff7382b15d7670f3))
21+
- **polygon-fx-tunnel:** Add Oracle tunnel integrating with Polygon hosted Arbitrary Message Bridge ([#3054](https://github.com/UMAprotocol/protocol/issues/3054)) ([a3bf462](https://github.com/UMAprotocol/protocol/commit/a3bf46270787cbaae4ed2218f064b1217c153a50))
22+
- **price-identifier-utils:** Ignore SPACEXLAUNCH price id OO requests ([#3126](https://github.com/UMAprotocol/protocol/issues/3126)) ([22e1dd1](https://github.com/UMAprotocol/protocol/commit/22e1dd15353e33a57914f1bccd3c447cb84cd5d7))
23+
- Add hardhat task to migrate identifier whitelist to new contract ([#3046](https://github.com/UMAprotocol/protocol/issues/3046)) ([4e98402](https://github.com/UMAprotocol/protocol/commit/4e98402896fe50a5013c8decfaa0f261363ae33c))
24+
- **run-transaction:** add multi EOA transaction runner to DSProxy bots ([#2961](https://github.com/UMAprotocol/protocol/issues/2961)) ([ab88497](https://github.com/UMAprotocol/protocol/commit/ab88497f180d72f1d9e8305fdeabf786f5883b7c))
25+
- **Winston-logger:** add multiple escalation paths depending on message context ([#3042](https://github.com/UMAprotocol/protocol/issues/3042)) ([cd9412d](https://github.com/UMAprotocol/protocol/commit/cd9412d1bac4c0def413309423fe9ff8e487e4c1))
26+
627
# [2.2.0](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2021-05-20)
728

829
### Bug Fixes

packages/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uma/common",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Common js utilities used by other UMA packages",
55
"homepage": "http://umaproject.org",
66
"license": "AGPL-3.0-or-later",

packages/core/CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,40 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.4.0](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2021-06-21)
7+
8+
### Bug Fixes
9+
10+
- **common-ContractUtils:** Add web3 param injection to createContractObjectFromJson ([#3060](https://github.com/UMAprotocol/protocol/issues/3060)) ([805003a](https://github.com/UMAprotocol/protocol/commit/805003a94c01f2d8fb4556701382b0f4bbf26cd8))
11+
- **ContractForDiffrence:** general commenting and cleanup ([#3083](https://github.com/UMAprotocol/protocol/issues/3083)) ([422aac5](https://github.com/UMAprotocol/protocol/commit/422aac5832cd6a8518d622f9355bc69a848c1003))
12+
- **disputer:** address wrong comments ([#3025](https://github.com/UMAprotocol/protocol/issues/3025)) ([4c5b70b](https://github.com/UMAprotocol/protocol/commit/4c5b70bf1b3df5c041fe107f200cfeedd08de7ce))
13+
14+
### Features
15+
16+
- **core:** add custom fee set by deployer for LSP ([#3118](https://github.com/UMAprotocol/protocol/issues/3118)) ([b508f53](https://github.com/UMAprotocol/protocol/commit/b508f536ddfd94a79f93f633142bdc868b73461c))
17+
- **LSP:** rename all instances and variants of "contract for difference" to "long short pair" ([#3116](https://github.com/UMAprotocol/protocol/issues/3116)) ([8a68b0f](https://github.com/UMAprotocol/protocol/commit/8a68b0f9919e3ef28f0d031d1ffcc467f6bee860))
18+
- New Deployments ([#3102](https://github.com/UMAprotocol/protocol/issues/3102)) ([05e03ed](https://github.com/UMAprotocol/protocol/commit/05e03edb7b406b0e01e22775e3b544679b743315))
19+
- **CFD:** Add binary option CFD implementation and tests ([#3093](https://github.com/UMAprotocol/protocol/issues/3093)) ([1389537](https://github.com/UMAprotocol/protocol/commit/1389537ccf3767051e570b855963185c319a7a45))
20+
- Updated mainnet OO deployments ([#3096](https://github.com/UMAprotocol/protocol/issues/3096)) ([3c284ef](https://github.com/UMAprotocol/protocol/commit/3c284eff70682d3bea0104933ccc7f11ed4ec019))
21+
- **cfd:** initial CFD stub and tests ([#3016](https://github.com/UMAprotocol/protocol/issues/3016)) ([4595896](https://github.com/UMAprotocol/protocol/commit/45958964a4a32eb2298954b4d306c9647c21c8fc))
22+
- **cfd:** minor improvements to CFD suite ([#3030](https://github.com/UMAprotocol/protocol/issues/3030)) ([c9a9ef1](https://github.com/UMAprotocol/protocol/commit/c9a9ef15b929f70b83d68ca5916864d2a6d21901))
23+
- **CFD:** Add call options financial template library ([#3040](https://github.com/UMAprotocol/protocol/issues/3040)) ([8b9d9d9](https://github.com/UMAprotocol/protocol/commit/8b9d9d9b57eca2b4d2617006eccfd00918858f3d))
24+
- **CFD:** Add range bond financial template library ([#3053](https://github.com/UMAprotocol/protocol/issues/3053)) ([a819f5e](https://github.com/UMAprotocol/protocol/commit/a819f5e3eaaadf353d174fee4cb0006737938baa))
25+
- **Contract-ForDifference:** Add more unit tests and add LinearCFDLib tests ([#3036](https://github.com/UMAprotocol/protocol/issues/3036)) ([967ab13](https://github.com/UMAprotocol/protocol/commit/967ab13ca5ea15bcd0b78b0dee32f2546114f667))
26+
- **contractForDiffrence:** CFD creator contract and unit tests ([#3075](https://github.com/UMAprotocol/protocol/issues/3075)) ([4078bee](https://github.com/UMAprotocol/protocol/commit/4078bee513dbcbf1d8b952f869cb9f907e27302f))
27+
- **core:** add all truffle migrations to hardhat deploy ([#3068](https://github.com/UMAprotocol/protocol/issues/3068)) ([0004bd7](https://github.com/UMAprotocol/protocol/commit/0004bd7401211f628c80198be6ec99cff3156c36))
28+
- **core:** add custom ancillary data to CFD ([#3057](https://github.com/UMAprotocol/protocol/issues/3057)) ([6c8fd40](https://github.com/UMAprotocol/protocol/commit/6c8fd405bc156a8b8765c71f70092f2d0a9d7b0d))
29+
- **DSProxy:** add DSGuard contracts to enable multi-dsproxy ownership ([#3031](https://github.com/UMAprotocol/protocol/issues/3031)) ([b1e9f76](https://github.com/UMAprotocol/protocol/commit/b1e9f76ccf0c870b60a225c07873360d1a2ea0d8))
30+
- **liquidator:** add maxSlippage parameter to single reserve currency liquidator ([#3012](https://github.com/UMAprotocol/protocol/issues/3012)) ([461def6](https://github.com/UMAprotocol/protocol/commit/461def63ccfeeff691d9a4755b8f6cafaf2c1713))
31+
- **oo:** adds optimistic oracle integration tutorial script ([#3086](https://github.com/UMAprotocol/protocol/issues/3086)) ([a0833c9](https://github.com/UMAprotocol/protocol/commit/a0833c9474fe69f21f8c7a640498c4f97dae9714))
32+
- **polygon-amb:** Add Governor Tunnel contracts and unit tests ([#3089](https://github.com/UMAprotocol/protocol/issues/3089)) ([20a3866](https://github.com/UMAprotocol/protocol/commit/20a386693cc380827b3eedd7ff7382b15d7670f3))
33+
- **polygon-amb:** Add Unit Tests for Oracle Tunnel contracts ([#3082](https://github.com/UMAprotocol/protocol/issues/3082)) ([2f8eaf0](https://github.com/UMAprotocol/protocol/commit/2f8eaf0d4c0e9261424aa415cf675a4011849eb8))
34+
- **polygon-fx-tunnel:** Add Oracle tunnel integrating with Polygon hosted Arbitrary Message Bridge ([#3054](https://github.com/UMAprotocol/protocol/issues/3054)) ([a3bf462](https://github.com/UMAprotocol/protocol/commit/a3bf46270787cbaae4ed2218f064b1217c153a50))
35+
- Add hardhat task to migrate identifier whitelist to new contract ([#3046](https://github.com/UMAprotocol/protocol/issues/3046)) ([4e98402](https://github.com/UMAprotocol/protocol/commit/4e98402896fe50a5013c8decfaa0f261363ae33c))
36+
- **price-feed:** Add iFARM price feed configs and HarvestVault template ([#2996](https://github.com/UMAprotocol/protocol/issues/2996)) ([28613db](https://github.com/UMAprotocol/protocol/commit/28613dbfc9bf48f525abce9a403ee9f4d649b499))
37+
- **voting-script:** Update USDETH rounding specification to 8 decimals ([#3055](https://github.com/UMAprotocol/protocol/issues/3055)) ([43fe50c](https://github.com/UMAprotocol/protocol/commit/43fe50c94e0f032e14dc8d67011fcd168323d977))
38+
- Add new deployed Sink and Source Oracle addresses ([#3032](https://github.com/UMAprotocol/protocol/issues/3032)) ([9ed7843](https://github.com/UMAprotocol/protocol/commit/9ed7843eaa1fcab0a1631444cf8d5271c58fbfe8))
39+
640
# [2.3.0](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2021-05-20)
741

842
### Bug Fixes

packages/core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@uma/core",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "UMA smart contracts and unit tests",
55
"dependencies": {
66
"@truffle/contract": "^4.3.15",
7-
"@uma/common": "^2.2.0",
7+
"@uma/common": "^2.3.0",
88
"@uma/core-1-1-0": "npm:@uma/[email protected]",
99
"@uma/core-1-2-0": "npm:@uma/[email protected]",
1010
"@uma/core-1-2-1": "npm:@uma/[email protected]",
@@ -27,8 +27,8 @@
2727
"@typechain/ethers-v5": "^6.0.5",
2828
"@typechain/truffle-v5": "^4.0.1",
2929
"@typechain/web3-v1": "^2.2.0",
30-
"@uma/financial-templates-lib": "^2.3.0",
31-
"@uma/merkle-distributor": "^1.2.0",
30+
"@uma/financial-templates-lib": "^2.4.0",
31+
"@uma/merkle-distributor": "^1.2.1",
3232
"bignumber.js": "^8.0.1",
3333
"bip39": "^3.0.2",
3434
"chai": "^4.2.0",

0 commit comments

Comments
 (0)