Skip to content

Commit

Permalink
Change config
Browse files Browse the repository at this point in the history
  • Loading branch information
bram-vdberg committed Nov 4, 2024
1 parent 295a04d commit 0906802
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/deploy_prefect/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,13 @@ class CHAIN(Enum):
"""

ARBITRUM = "ARBITRUM"
BASE = "BASE"
GNOSIS = "GNOSIS"
MAINNET = "MAINNET"

def is_arbitrum(self) -> bool:
"""Check if the chain is Arbitrum"""
return self == CHAIN.ARBITRUM

def is_base(self) -> bool:
"""Check if the chain is Base"""
return self == CHAIN.BASE

def is_gnosis(self) -> bool:
"""Check if the chain is Gnosis"""
return self == CHAIN.GNOSIS
Expand Down

0 comments on commit 0906802

Please sign in to comment.