mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-01-10 10:56:09 +00:00
50db6df321
* fix run error * transfer to zero should decerease supply (burn action) * dont increment address 0 balance * fix warning * Update bootstrap to Embark 3.1 (#10) * update configs to .js * update tests * better test abstraction * undo changes after test * small fixes
6 lines
73 B
JavaScript
6 lines
73 B
JavaScript
module.exports = {
|
|
enabled: true,
|
|
host: "localhost",
|
|
port: 8000
|
|
};
|