Skip to content

Commit

Permalink
Add TON_INIT
Browse files Browse the repository at this point in the history
  • Loading branch information
peachbits committed Jan 28, 2025
1 parent 084a43c commit fb5c29a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/envConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,11 @@ export const asEnvConfig = asObject({
quiknodeApiKey: asOptional(asString, '')
}).withRest
),
TON_INIT: asCorePluginInit(
asObject({
tonCenterApiKeys: asOptional(asArray(asString), () => [])
}).withRest
),
WALLET_CONNECT_INIT: asCorePluginInit(
asObject({
projectId: asOptional(asString, '')
Expand Down
2 changes: 1 addition & 1 deletion src/util/corePlugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const currencyPlugins: EdgeCorePluginsInit = {
telos: true,
tezos: true,
thorchainrune: ENV.THORCHAIN_INIT,
ton: true,
ton: ENV.TON_INIT,
tron: true,
wax: true,
zcash: true,
Expand Down

0 comments on commit fb5c29a

Please sign in to comment.