We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379152a commit a73ced3Copy full SHA for a73ced3
‎transpose/src/base.py‎
@@ -46,7 +46,7 @@ def __init__(self, api_key: str, debug: bool=False, host: str=None, chain_id: in
46
def next(self) -> str:
47
return self.perform_authorized_request(self._next_class_name, self._next)
48
49
- def set_chain_ID(self, chain_id: int=0, chain: str="ethereum") -> None:
+ def set_chain(self, chain_id: int=0, chain: str="ethereum") -> None:
50
if chain.lower() == "ethereum":
51
self.chain_id = 1
52
0 commit comments