mirror of
https://github.com/stjet/bns.git
synced 2025-12-29 11:19:25 +00:00
spec now at 1.0.0 release candidate
added domain freezing, suggest tld as domain receive rep, bug fixes
This commit is contained in:
8
constants.ts
Normal file
8
constants.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user