Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
olethanh committed Sep 24, 2024
1 parent 1081f84 commit 3d9518a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aleph/vm/orchestrator/views/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class SignedPubKeyPayload(BaseModel):
# alg: Literal["ECDSA"]
address: str
expires: str
chain: Literal[Chain.SOL, Chain.ETH] = Chain.ETH
chain: Chain.SOL | Chain.ETH = Chain.ETH

@property
def json_web_key(self) -> jwk.JWK:
Expand Down

0 comments on commit 3d9518a

Please sign in to comment.