-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconstants.ts
30 lines (29 loc) · 879 Bytes
/
constants.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
export const DENUMS_TO_TOKEN: { [key: string]: string } = {
uluna: "Luna",
uusd: "UST",
ueur: "EUT",
usdr: "SDT",
ukrw: "KRT",
uaud: "AUT",
ucad: "CAT",
uhkd: "HKT",
umnt: "MNT",
usgd: "SGT",
ujpy: "JPT",
uinr: "INT",
uchf: "CHT",
ucny: "CNT",
uthb: "THT",
ugbp: "GBT",
udkk: "DKT",
unok: "NOT",
usek: "SET",
};
export const SITE_KEY = "6Ld4w4cUAAAAAJceMYGpOTpjiJtMS_xvzOg643ix";
export const LOGFILE = "api.log";
export const ALICE_MNEMONIC =
"fit once session entire grocery blossom glad repair trouble fury subway solid climb couple turtle cradle bread lemon approve note warm insane nurse emotion";
export const TRANSACTION_HIST_API = "https://bombay-fcd.terra.dev/v1/txs";
export const EXAMPLE_CW20_TOKEN =
"terra1s9vn6zjy7nwzv99ltuzly3mma58hj58rpa40wy";
export const DROP_ADDRESS = "terra1ya924uz6g22futpfq0nlej0wpfkv5fdam2sag7";