Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
14. Remove old `UPDATE_VAULTS_FEES_IN_OPERATOR_GRID_FACTORY` `0x5C3bDFa3E7f312d8cf72F56F2b797b026f6B471c` from Easy Track `0xF0211b7660680B49De1A7E9f25C65660F0a13Fea`
15. Add new `UPDATE_VAULTS_FEES_IN_OPERATOR_GRID_FACTORY` `0xDfA0bc38113B6d53c2881573FD764CEEFf468610` to Easy Track `0xF0211b7660680B49De1A7E9f25C65660F0a13Fea` (permissions: vaults_adapter.updateVaultFees `0x28f9ac198c4e0fa6a9ad2c2f97cb38f1a3120f27ed7139a7`)

# TODO (after vote) Vote #{vote number} passed & executed on ${date+time}, block ${blockNumber}.
# Vote #198 passed & executed on Jan-20-2026 11:09:11 AM UTC, block 24275593.
"""

from brownie import interface
Expand Down
2 changes: 1 addition & 1 deletion tests/test_2026_01_20.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# ============================================================================
# ============================== Import vote =================================
# ============================================================================
from scripts.upgrade_2026_01_20_v3_phase_2 import (
from archive.scripts.upgrade_2026_01_20_v3_phase_2 import (
start_vote,
get_vote_items,
get_dg_items,
Expand Down
Loading