Skip to content

Commit

Permalink
feat(3114): update seed.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
koekiebox committed Dec 10, 2024
1 parent 0ad7ccc commit 645e181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mock-account-service-lib/src/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export async function setupFromSeed(
logger.debug('hostname: ', config.publicHost)

const url = `${config.publicHost}/${account.path}`
const tenantId = 'TODO' //TODO @jason complete this: <-
const tenantId = '438fa74a-fa7d-4317-9ced-dde32ece1787' //TODO @jason complete this: <-
let walletAddress = await getWalletAddressByURL(url)
if (!walletAddress) {
walletAddress = await createWalletAddress(
Expand Down

0 comments on commit 645e181

Please sign in to comment.