Skip to content

Commit 8e82eb5

Browse files
committed
add odos referral code
1 parent ed3cac5 commit 8e82eb5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.env.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ PENDLE_API_KEY=""
3030
OPENOCEAN_API_KEY=""
3131
OKX_API_KEY=""
3232
OKX_PASSPHRASE=""
33-
OKX_SECRET_KEY=""
33+
OKX_SECRET_KEY=""
34+
ODOS_REFERRAL_CODE=""

src/swapService/strategies/strategyBalmySDK.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ export class StrategyBalmySDK {
117117
secretKey: String(process.env.OKX_SECRET_KEY),
118118
passphrase: String(process.env.OKX_PASSPHRASE),
119119
},
120+
odos: {
121+
referralCode: Number(process.env.ODOS_REFERRAL_CODE),
122+
},
120123
},
121124
},
122125
},

0 commit comments

Comments
 (0)