Skip to content

Commit

Permalink
minor: fix comment format in file
Browse files Browse the repository at this point in the history
  • Loading branch information
coccoinomane committed Jan 20, 2025
1 parent 9e010ea commit 990d74a
Showing 1 changed file with 12 additions and 21 deletions.
33 changes: 12 additions & 21 deletions src/web3core/seeds/chain_seeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@

from web3core.models.types import ChainFields

"""
_ _ ___ _ _
| | / | / __| | |_ __ _ (_) _ _ ___
| |__ | | | (__ | ' \ / _` | | | | ' \ (_-<
|____| |_| \___| |_||_| \__,_| |_| |_||_| /__/
"""
# _ _ ___ _ _
# | | / | / __| | |_ __ _ (_) _ _ ___
# | |__ | | | (__ | ' \ / _` | | | | ' \ (_-<
# |____| |_| \___| |_||_| \__,_| |_| |_||_| /__/

eth: ChainFields = {
"name": "eth",
Expand Down Expand Up @@ -116,13 +113,10 @@
}


"""
_ ___ ___ _ _
| | |_ ) / __| | |_ __ _ (_) _ _ ___
| |__ / / | (__ | ' \ / _` | | | | ' \ (_-<
|____| /___| \___| |_||_| \__,_| |_| |_||_| /__/
"""
# _ ___ ___ _ _
# | | |_ ) / __| | |_ __ _ (_) _ _ ___
# | |__ / / | (__ | ' \ / _` | | | | ' \ (_-<
# |____| /___| \___| |_||_| \__,_| |_| |_||_| /__/


matic: ChainFields = {
Expand Down Expand Up @@ -261,13 +255,10 @@
],
}

"""
_ _ _ _
| | ___ __ __ _ | | __ | |_ __ _ (_) _ _ ___
| |__ / _ \ / _| / _` | | | / _| | ' \ / _` | | | | ' \ (_-<
|____| \___/ \__| \__,_| |_| \__| |_||_| \__,_| |_| |_||_| /__/
"""
# _ _ _ _
# | | ___ __ __ _ | | __ | |_ __ _ (_) _ _ ___
# | |__ / _ \ / _| / _` | | | / _| | ' \ / _` | | | | ' \ (_-<
# |____| \___/ \__| \__,_| |_| \__| |_||_| \__,_| |_| |_||_| /__/

ganache: ChainFields = {
"name": "ganache",
Expand Down

0 comments on commit 990d74a

Please sign in to comment.