Skip to content

Commit

Permalink
Merge pull request #28 from BalancerMaxis/chore/remove_linea_references
Browse files Browse the repository at this point in the history
chore: remove linea references
  • Loading branch information
gosuto-inzasheru authored Aug 14, 2024
2 parents 01334aa + ad715ef commit 11b2d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bal_tools/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gql[requests]
python-dotenv
pydantic==2.7.4

git+https://github.com/BalancerMaxis/[email protected].5
git+https://github.com/BalancerMaxis/[email protected].9
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

load_dotenv()

exempt_chains = ["fantom", "mode", "linea", "fraxtal", "goerli"]
exempt_chains = ["fantom", "mode", "fraxtal", "goerli"]
chains = [
chain
for chain in list(AddrBook.chains["CHAIN_IDS_BY_NAME"])
Expand Down

0 comments on commit 11b2d23

Please sign in to comment.