Skip to content

Commit

Permalink
Merge pull request #112 from valory-xyz/tanya/unblacklist-contracts
Browse files Browse the repository at this point in the history
(operate) chore: remove recent contracts from black list
  • Loading branch information
Tanya-atatakai authored Oct 9, 2024
2 parents 01e2649 + 79577da commit 2d024f1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/operate/components/Contracts/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ type StakingContractDetailsInfo = {
minOperatingBalanceHint?: string;
};

const BLACKLISTED_ADDRESSES = [
RETAINER_ADDRESS,
'0xaD9d891134443B443D7F30013c7e14Fe27F2E029',
'0xE56dF1E563De1B10715cB313D514af350D207212',
];
const BLACKLISTED_ADDRESSES = [RETAINER_ADDRESS];

const STAKING_CONTRACT_DETAILS: Record<Address, StakingContractDetailsInfo> = {
'0x000000000000000000000000ef44fb0842ddef59d37f85d61a1ef492bba6135d': {
Expand Down

0 comments on commit 2d024f1

Please sign in to comment.