Skip to content

Commit c5f2582

Browse files
committed
feat(AENS): Increase default nameTtl (#775)
* feat(AENS): Increase default nameTtl * feat(AENS): Increase default nameTtl
1 parent ca8b467 commit c5f2582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

es/tx/builder/schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const TX_TTL = 0
1717

1818
// # AENS
1919
export const AENS_NAME_DOMAINS = ['chain', 'test']
20-
export const NAME_TTL = 500
20+
export const NAME_TTL = 50000
2121
// # max number of block into the future that the name is going to be available
2222
// # https://github.com/aeternity/protocol/blob/epoch-v0.22.0/AENS.md#update
2323
// # https://github.com/aeternity/protocol/blob/44a93d3aab957ca820183c3520b9daf6b0fedff4/AENS.md#aens-entry

0 commit comments

Comments
 (0)