Update SDK (#35)

* Update SDK for swap

* Fix web3proxy build

* Update types

* Fix swap

* Send token test and BASE transfer

* fix cache and hook

* Fix send

* Update health check with uiFeereceiver

* Fix sdk

* Fix get positions

* Fix timeoutloop

* Fix open position

* Fix closes positions

* Review
This commit is contained in:
Oda
2025-09-17 14:28:56 +07:00
committed by GitHub
parent 271dd70ad7
commit cee3902a4d
91 changed files with 21375 additions and 2831 deletions

View File

@@ -12,7 +12,7 @@ public interface IMessengerService
Timeframe timeframe);
Task SendPosition(Position position);
Task SendClosingPosition(Position position);
void SendClosingPosition(Position position);
Task SendMessage(string message);
Task SendMessage(string message, string channelId);