Skip to content

Commit

Permalink
ALL-6928 - Add TON currency - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Jul 15, 2024
1 parent 36fb238 commit a8be647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/shared/core/src/lib/derivation-path.common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const DERIVATION_PATH: Record<Blockchain, string> = {
AVAX: "m/44'/60'/0'/0",
OPTIMISM: "m/44'/60'/0'/0",
FTM: "m/44'/60'/0'/0",
TON: "m/44'/60'/0'/0",
}

export const COMMON_TESTNET_DERIVATION_PATH = "m/44'/1'/0'/0"
Expand Down
1 change: 1 addition & 0 deletions packages/shared/core/src/lib/http.common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const EndpointsMapping: Record<Blockchain, string> = {
AVAX: 'avalanche',
OPTIMISM: 'optimism',
FTM: 'fantom',
TON: 'ton'
}

const isWebWorker =
Expand Down

0 comments on commit a8be647

Please sign in to comment.