2020-08-19 20:59:05 +00:00
|
|
|
export const imageMaxLogoWidth: number = 512;
|
|
|
|
export const imageMaxLogoHeight: number = 512;
|
|
|
|
export const imageMinLogoWidth: number = 64;
|
|
|
|
export const imageMinLogoHeight: number = 64;
|
|
|
|
export const imageMaxLogoSizeKb: number = 100;
|
2020-08-31 16:25:21 +00:00
|
|
|
export const foldersRootdirAllowedFiles: string[] = [".github", "blockchains", "dapps", "media", "node_modules", "script-old", "script", "test", ".gitignore", "azure-pipelines.yml", "jest.config.js", "LICENSE", "package-lock.json", "package.json", "README.md", ".git", "dangerfile.ts", "Gemfile", "Gemfile.lock"];
|
2020-08-19 20:59:05 +00:00
|
|
|
export const binanceUrlTokens2: string = "https://dex-atlantic.binance.org/api/v1/tokens?limit=1000";
|
|
|
|
export const binanceUrlTokens8: string = "https://dex-atlantic.binance.org/api/v1/mini/tokens?limit=1000";
|
|
|
|
export const binanceUrlTokenAssets: string = "https://explorer.binance.org/api/v1/assets?page=1&rows=1000";
|