From bea0e00c33904716a44c4f12d4b81c6a93cda5ed Mon Sep 17 00:00:00 2001 From: Nikita P Date: Thu, 12 Dec 2024 16:39:20 +0100 Subject: [PATCH] fix: dates --- scripts/vote_2024_12_17.py | 2 +- tests/test_2024_12_17.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/vote_2024_12_17.py b/scripts/vote_2024_12_17.py index 48bb17c7d..8e9b8d9e6 100644 --- a/scripts/vote_2024_12_17.py +++ b/scripts/vote_2024_12_17.py @@ -1,5 +1,5 @@ """ -Voting 26/11/2024. +Voting 17/12/2024. I. Change Easy Track limits for PML and ATC 1. ATC: increase limit from 1,5m to 7m USDC/USDT/DAI per quarter - set 7'000'000 limit on ATC registry 0xe07305F43B11F230EaA951002F6a55a16419B707 for 3 mos diff --git a/tests/test_2024_12_17.py b/tests/test_2024_12_17.py index f3599fdef..432cf1fb3 100644 --- a/tests/test_2024_12_17.py +++ b/tests/test_2024_12_17.py @@ -1,10 +1,10 @@ """ -Tests for voting 26/11/2024. +Tests for voting 17/12/2024. """ from typing import Dict, Tuple, List, NamedTuple from web3 import Web3 -from scripts.vote_2024_11_26 import start_vote +from scripts.vote_2024_12_17 import start_vote from brownie import interface, reverts, accounts, ZERO_ADDRESS, chain, web3, convert from utils.test.tx_tracing_helpers import * from utils.config import contracts, LDO_HOLDER_ADDRESS_FOR_TESTS