mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-09 09:43:34 +00:00
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
|
export default {
|
||
|
resolver: ['resolverAddress'],
|
||
|
owner: ['ownerAddress'],
|
||
|
ttl: ['timeToLive']
|
||
|
};
|