mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-01-21 00:00:47 +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
7 lines
93 B
JavaScript
7 lines
93 B
JavaScript
module.exports = {
|
|
default: {
|
|
available_providers: ["ens"],
|
|
provider: "ens"
|
|
}
|
|
};
|