Files
bns/constants.ts
stjet 998a621601 spec now at 1.0.0 release candidate
added domain freezing, suggest tld as domain receive rep, bug fixes
2024-09-10 20:01:18 +00:00

9 lines
307 B
TypeScript

import { whole_to_raw, get_address_from_public_key } from "banani";
export const TRANS_MIN = whole_to_raw("0.0012070301");
export const TRANS_MAX = whole_to_raw("0.00120703011");
export const FREEZE_PUB_KEY = "451" + "1".repeat(61);
export const FREEZE_REP = get_address_from_public_key(FREEZE_PUB_KEY);