From 68796a9a92341639b5e74d748d79ee912a706fbc Mon Sep 17 00:00:00 2001
From: Adrian Li
Date: Mon, 3 Aug 2020 14:04:13 -0700
Subject: [PATCH 1/2] update UMA addresses
---
src/uma/contracts.ts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/uma/contracts.ts b/src/uma/contracts.ts
index 156b51f..50d53c5 100644
--- a/src/uma/contracts.ts
+++ b/src/uma/contracts.ts
@@ -16,7 +16,7 @@ import weth9Abi from "./abi/WETH9.json";
const contracts = {
addressWhitelist: {
abi: addressWhitelistAbi,
- address: "0x48e687205D3962c43891b8Cde5A4Fe75FA6C8D7a",
+ address: "0xdBF90434dF0B98219f87d112F37d74B1D90758c7",
},
designatedVotingFactory: {
abi: designatedVotingFactoryAbi,
@@ -27,11 +27,11 @@ const contracts = {
},
expiringMultiPartyLib: {
abi: [],
- address: "0x09AFD24Acc170c16f4fF64BDf2A4818C515440e8",
+ address: "0xCb08678e4381Be3E264E6A0037E3297Ca56a583e",
},
expiringMultiPartyCreator: {
abi: expiringMultiPartyCreatorAbi,
- address: "0xdebB91Ab3e473025bb8ce278c02361A3C4f13124",
+ address: "0xad8fD1f418FB860A383c9D4647880af7f043Ef39",
},
financialContractsAdmin: {
abi: financialContractsAdminAbi,
From 8e73800d106732b08a9637b280e7cdb36c104622 Mon Sep 17 00:00:00 2001
From: Adrian Li
Date: Mon, 3 Aug 2020 14:04:25 -0700
Subject: [PATCH 2/2] bump version
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 4006733..4b9d522 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@studydefi/money-legos",
- "version": "2.3.6",
+ "version": "2.3.7",
"main": "index.js",
"types": "index.d.ts",
"repository": "git@github.com:studydefi/money-legos.git",