Skip to content

Commit a73ced3

Browse files
committed
🔧 fix: update set_chain_ID => set_chain
1 parent 379152a commit a73ced3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎transpose/src/base.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __init__(self, api_key: str, debug: bool=False, host: str=None, chain_id: in
4646
def next(self) -> str:
4747
return self.perform_authorized_request(self._next_class_name, self._next)
4848

49-
def set_chain_ID(self, chain_id: int=0, chain: str="ethereum") -> None:
49+
def set_chain(self, chain_id: int=0, chain: str="ethereum") -> None:
5050
if chain.lower() == "ethereum":
5151
self.chain_id = 1
5252

0 commit comments

Comments
 (0)