mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Removed sc_identity_id from Player table because it enforces ETH addresses to be used as the single source of truth for users and prevents conflicts when users update their ETH address in the ledger. sc_identity_id is not needing anywhere in our backend / data model.
9 lines
293 B
TypeScript
9 lines
293 B
TypeScript
export * from './arrayHelpers';
|
|
export * as Constants from './constants';
|
|
export * as did from './did';
|
|
export * as DiscordUtil from './discordHelpers';
|
|
export * as numbers from './numbers';
|
|
export * from './promiseHelpers';
|
|
export * from './rankHelpers';
|
|
export * from './sourceCredHelpers';
|