Skip to content

Commit

Permalink
fix spikes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi committed Aug 29, 2023
1 parent df33b9a commit edb05d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion projects/treasury/alchemix.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = treasuryExports({
],
owners: [alchemixTreasury, operations_treasury, treasury2, treasury3, treasury4, treasury5],
ownTokens: [ALCX],
blacklistedTokens: ["0xbc6da0fe9ad5f3b0d58160288917aa56653660e9", "0x0100546f2cd4c9d97f798ffc9755e47865ff7ee6"]
},
optimism: {
tokens: [
Expand All @@ -43,7 +44,8 @@ module.exports = treasuryExports({
ADDRESSES.optimism.OP,
"0x3c8B650257cFb5f272f799F5e2b4e65093a11a05"
],
owners: [treasuryOP],
owners: [treasuryOP],
blacklistedTokens: ["0x3e29d3a9316dab217754d13b28646b76607c5f04"]
},
fantom: {
tokens: [
Expand Down
2 changes: 1 addition & 1 deletion projects/treasury/uwulend.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ module.exports = treasuryExports({
"0x243387a7036bfcB09f9bF4EcEd1E60765D31aA70", // uSSPELL
],
owners: [treasury],
ownToken: [uwu],
ownTokens: [uwu],
},
});

0 comments on commit edb05d3

Please sign in to comment.