Skip to content

Commit 11a496e

Browse files
author
marcelkb
committed
Revert "debug and comp settings"
This reverts commit dc3aa08.
1 parent c08dd61 commit 11a496e

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

sdk/open_api/api_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ async def call_api(
273273

274274
try:
275275
# perform request and return response
276-
print(f"Calling API with method={method} url={url} header_params={header_params} body={body} post_params={post_params}")
277276
response_data = await self.rest_client.request(
278277
method, url,
279278
headers=header_params,

sdk/reya_rest_api/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from dotenv import load_dotenv
1111

1212
MAINNET_CHAIN_ID = 1729
13-
REYA_DEX_ID = 5
13+
REYA_DEX_ID = 2
1414

1515

1616
@dataclass

sdk/reya_rpc/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def get_network_addresses(chain_id: int) -> dict:
1515
return {
1616
"rpc_url": "https://rpc.reya.network",
1717
"passive_pool_account_id": 2,
18-
"exchange_id": 5,
18+
"exchange_id": 1,
1919
"core_address": "0xA763B6a5E09378434406C003daE6487FbbDc1a80",
2020
"multicall_address": "0xED28d27dFcA47AD2513C9f2e2d3C098C2eA5A47F",
2121
"oracle_adapter_address": "0x32edABC058C1207fE0Ec5F8557643c28E4FF379e",

0 commit comments

Comments
 (0)