mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-14 23:18:33 +03:00
Добавлен новый метод для получения адреса реферрала
This commit is contained in:
@@ -145,7 +145,7 @@ export default class OrionUnit {
|
||||
this.orionAnalytics = new OrionAnalytics(orionAnalyticsUrl);
|
||||
this.exchange = new Exchange(this);
|
||||
this.farmingManager = new FarmingManager(this);
|
||||
this.referralSystem = new ReferralSystem(`${options?.api ?? customApi}/referral-api/referer`);
|
||||
this.referralSystem = new ReferralSystem(`${options?.api ?? customApi}/referral-api`);
|
||||
}
|
||||
|
||||
get siblings() {
|
||||
|
||||
Reference in New Issue
Block a user