File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 47
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cryptech%2Fneptune-api-v2-9048b9a34641ce9f489cc9813115c2cbe53ba4e19fec4d4be8ad50cc4c6dc955.yml
33openapi_spec_hash : 90a2e162ca6a44232297cba2c5017476
4- config_hash : 41e79c4785624acb0cc0573ab4de1a2a
4+ config_hash : ead5f2b6545906f7fa30f9cf46d31dd9
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def __init__(
8181 if base_url is None :
8282 base_url = os .environ .get ("NEPTUNE_API_V2_BASE_URL" )
8383 if base_url is None :
84- base_url = f"https://api.example.com "
84+ base_url = f"https://api-v2.nept.finance "
8585
8686 super ().__init__ (
8787 version = __version__ ,
@@ -270,7 +270,7 @@ def __init__(
270270 if base_url is None :
271271 base_url = os .environ .get ("NEPTUNE_API_V2_BASE_URL" )
272272 if base_url is None :
273- base_url = f"https://api.example.com "
273+ base_url = f"https://api-v2.nept.finance "
274274
275275 super ().__init__ (
276276 version = __version__ ,
You can’t perform that action at this time.
0 commit comments