Skip to content

Commit

Permalink
feat(AENS): Increase default nameTtl (#775)
Browse files Browse the repository at this point in the history
* feat(AENS): Increase default nameTtl

* feat(AENS): Increase default nameTtl
  • Loading branch information
nduchak committed Nov 11, 2019
1 parent ca8b467 commit c5f2582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es/tx/builder/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5f2582

Please sign in to comment.