Skip to content

Commit

Permalink
chiore: RevenueSplitBuyBack deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed Apr 21, 2022
1 parent b85a230 commit 9fde20e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/utils/networkAddressFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const contractNames = [
"SaveWrapper",
"RevenueRecipient",
"RevenueBuyBack",
"RevenueSplitBuyBack",
"MassetManager",
"FeederManager",
"FeederLogic",
Expand Down Expand Up @@ -128,6 +129,8 @@ export const getChainAddress = (contractName: ContractNames, chain: Chain): stri
return "0xA7824292efDee1177a1C1BED0649cfdD6114fed5"
case "RevenueBuyBack":
return "0xE301087C087cB9b86068352F0F75073C4c6aA74F"
case "RevenueSplitBuyBack":
return "0x0E423505A4EB417a75b21f7A35E84ae378e665b9"
case "MassetManager":
return "0x1E91F826fa8aA4fa4D3F595898AF3A64dd188848"
case "FeederManager":
Expand Down

0 comments on commit 9fde20e

Please sign in to comment.