File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change 1010from dotenv import load_dotenv
1111
1212MAINNET_CHAIN_ID = 1729
13- REYA_DEX_ID = 5
13+ REYA_DEX_ID = 2
1414
1515
1616@dataclass
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments