Skip to content

Commit

Permalink
UnoRe - feat: add new treasury address (DefiLlama#12445)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgabrielgsp authored Nov 27, 2024
1 parent 2e5dc35 commit 80942a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/treasury/unore.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const ADDRESSES = require("../helper/coreAssets.json");
const { treasuryExports, nullAddress } = require("../helper/treasury");
const multisig='0x46488d2D36D8983de980Ff3b9f046DCd0a9DC2ae';
const multisig2='0x4aede441085398BD74FeB9eeFCfe08E709e69ABF'
const multisig3= '0xacd5009f13a5b4f874d61b2a1e20241ea7a7b953';

const UNO = "0x474021845c4643113458ea4414bdb7fb74a01a77";

Expand All @@ -14,7 +15,7 @@ module.exports = treasuryExports({
ADDRESSES.ethereum.WETH,//WETH
ADDRESSES.ethereum.USDT,//USDT
],
owners: [multisig,multisig2],
owners: [multisig,multisig2, multisig3],
ownTokens: [UNO],
},
});

0 comments on commit 80942a7

Please sign in to comment.