From 0e76633a2b8287a4fbae04b65eb193ddca47d72c Mon Sep 17 00:00:00 2001 From: ErgOne <103136422+Erg0ne@users.noreply.github.com> Date: Sun, 10 Apr 2022 16:45:06 +0200 Subject: [PATCH] Add ErgOne --- src/auction/consts.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/auction/consts.js b/src/auction/consts.js index e1d644f..458c7e3 100644 --- a/src/auction/consts.js +++ b/src/auction/consts.js @@ -55,6 +55,13 @@ export const supportedCurrencies = { minSupported: 100, initial: 1, }, + ErgOne: { + name: 'ErgOne', + id: 'fcfca7654fb0da57ecf9a3f489bcbeb1d43b56dce7e73b352f7bc6f2561d2a1b', + decimal: 8, + minSupported: 100000000, + initial: 1, + }, } export const assmUrl = 'https://assembler.ergoauctions.org/';