Skip to content

Commit

Permalink
Add Sideshift private key to ENV config
Browse files Browse the repository at this point in the history
  • Loading branch information
peachbits committed Dec 3, 2024
1 parent 95aa2ef commit 199aa09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/envConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ export const asEnvConfig = asObject({
SEPOLIA_INIT: asCorePluginInit(asEvmApiKeys),
SIDESHIFT_INIT: asCorePluginInit(
asObject({
affiliateId: asOptional(asString, '')
affiliateId: asOptional(asString, ''),
privateKey: asOptional(asString)
}).withRest
),
SOLANA_INIT: asCorePluginInit(
Expand Down

0 comments on commit 199aa09

Please sign in to comment.