Skip to content

Commit

Permalink
fix: dates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita P committed Dec 12, 2024
1 parent 1186f5c commit bea0e00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/vote_2024_12_17.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions tests/test_2024_12_17.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bea0e00

Please sign in to comment.