`grep -r aliasRegistrationFeeInSats src/` and ensure no output
npm test
enable the alias flag in Ticker.js
npm start
navigate to the Alias page and enter in an alias and ensure the price preview matches https://alias.etokens.cash/prices/
test alias pricing retrieval error handling by changing `const priceResponse = await queryAliasServer('prices', '');` to `const priceResponse = await queryAliasServer('prices', 'aaa');` in `Alias.js` to trigger an exception. Verify the UI error notification and the permanent disabling of the Register button