From c5f2582640b3123e815c03783fbb20a159080ae3 Mon Sep 17 00:00:00 2001 From: naz_dou <41945483+nduchak@users.noreply.github.com> Date: Mon, 11 Nov 2019 19:15:15 +0700 Subject: [PATCH] feat(AENS): Increase default nameTtl (#775) * feat(AENS): Increase default nameTtl * feat(AENS): Increase default nameTtl --- es/tx/builder/schema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es/tx/builder/schema.js b/es/tx/builder/schema.js index 0722bd502c..c730e6b902 100644 --- a/es/tx/builder/schema.js +++ b/es/tx/builder/schema.js @@ -17,7 +17,7 @@ export const TX_TTL = 0 // # AENS export const AENS_NAME_DOMAINS = ['chain', 'test'] -export const NAME_TTL = 500 +export const NAME_TTL = 50000 // # max number of block into the future that the name is going to be available // # https://github.com/aeternity/protocol/blob/epoch-v0.22.0/AENS.md#update // # https://github.com/aeternity/protocol/blob/44a93d3aab957ca820183c3520b9daf6b0fedff4/AENS.md#aens-entry