Skip to content

Commit

Permalink
Fix warnings, remove BASE until superfluid upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
philogicae committed Aug 27, 2024
1 parent 991670c commit 85ddcf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies = [
"aioresponses>=0.7.6",
"superfluid~=0.2.1",
"eth_typing==4.3.1",
"eth-utils==4.1.1",
"web3==6.3.0",
]

Expand Down
1 change: 1 addition & 0 deletions src/aleph/sdk/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class Settings(BaseSettings):
rpc="https://base-mainnet.public.blastapi.io",
token="0xc0Fbc4967259786C743361a5885ef49380473dCF",
super_token="0xc0Fbc4967259786C743361a5885ef49380473dCF",
active=False,
),
Chain.BSC: ChainInfo(
chain_id=56,
Expand Down

0 comments on commit 85ddcf4

Please sign in to comment.