mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-03-02 19:10:49 +00:00
* refactor ENSSubdomainRegistry * Rename contract * remove obsolete file * typo * Add legacy contract upgradability adaptor * refactor Dapp to use UsernameRegistrar contract * use reservedNames.js in usernameregistrar.spec.js * change array of merkle roots to single merkle root * load reserved words to deploy contract * reorganized contract methods * add withdraw methods for controller move excess funds & wrong ens nodes * add deployed MerkleProof addresses * include contract terms in the @notice of register * approve and call fix & solidity update * add approveAndCall support * clear subnode owner and resolver
24 lines
667 B
JavaScript
24 lines
667 B
JavaScript
export default {
|
|
release: {
|
|
title: {
|
|
sub: 'Done!',
|
|
body: 'The released username will be available to other users'
|
|
},
|
|
subheading: 'Follow the progress in the Transaction History section of your wallet.'
|
|
},
|
|
registered: {
|
|
title: {
|
|
sub: 'Nice!',
|
|
body: 'The name is yours once the transaction is complete'
|
|
},
|
|
subheading: 'Follow the progress in the Transaction History section of your wallet.'
|
|
},
|
|
edit: {
|
|
title: {
|
|
sub: 'Done!',
|
|
body: 'Your changes will be saved when the transaction is complete'
|
|
},
|
|
subheading: 'Follow the progress in the Transaction History section of your wallet.'
|
|
}
|
|
}
|