Skip to content

Commit

Permalink
Merge pull request #117 from Polymarket/weekly_epochs
Browse files Browse the repository at this point in the history
epoch 80
  • Loading branch information
icytacos authored Sep 27, 2023
2 parents 4f68c3d + 6e4d775 commit 7adabc9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion snapshots/scripts/payout-contests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dotenv.config();
const USDC_ADDRESS = "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174";
const MULTICALL_ADDRESS = "0xcA11bde05977b3631167028862bE2a173976CA11";

const EXCLUDED_ADDRESSES = ["0xb59d37859b7ae042d11bbd2dd2276a84a32f7ed4"].map((address) => address.toLowerCase());
const EXCLUDED_ADDRESSES = ["0xb59d37859b7ae042d11bbd2dd2276a84a32f7ed4", "0x72d0663ea65a1c99387a56e910c5a5b6ac0dc59c"].map((address) => address.toLowerCase());

export interface targetCall {
target: string;
Expand Down
1 change: 1 addition & 0 deletions snapshots/snapshots/epoch79-tokenUMA-merkle-info.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions snapshots/snapshots/epoch79-tokenUSDC-merkle-info.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions snapshots/snapshots/epoch80-tokenUMA-merkle-info.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions snapshots/snapshots/epoch80-tokenUSDC-merkle-info.json

Large diffs are not rendered by default.

0 comments on commit 7adabc9

Please sign in to comment.