Skip to content

Commit

Permalink
remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Sep 16, 2024
1 parent 5ff62d7 commit 9e25a5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,3 @@

# Real Web3 Instance
web3 = Web3(Web3.HTTPProvider(NODE_URL))

RECOGNIZED_BONDING_POOLS = [
"('0x8353713b6D2F728Ed763a04B886B16aAD2b16eBD', 'Gnosis', "
"'0x6c642cafcbd9d8383250bb25f67ae409147f78b2')",
"('0x5d4020b9261F01B6f8a45db929704b0Ad6F5e9E6', 'CoW Services', "
"'0x423cec87f19f0778f549846e0801ee267a917935')",
"('0xC96569Dc132ebB6694A5f0b781B33f202Da8AcE8', 'Project Blanc', "
"'0xCa99e3Fc7B51167eaC363a3Af8C9A185852D1622')",
]
1 change: 0 additions & 1 deletion src/fetch/dune.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from dune_client.query import QueryBase
from dune_client.types import QueryParameter, DuneRecord

from src.constants import RECOGNIZED_BONDING_POOLS
from src.logger import set_log
from src.models.accounting_period import AccountingPeriod
from src.queries import QUERIES, QueryData
Expand Down

0 comments on commit 9e25a5d

Please sign in to comment.