mirror of
https://github.com/status-im/contracts.git
synced 2025-02-24 12:38:49 +00:00
* update configs to .js * update tests * better test abstraction * undo changes after test
6 lines
73 B
JavaScript
6 lines
73 B
JavaScript
module.exports = {
|
|
enabled: true,
|
|
host: "localhost",
|
|
port: 8000
|
|
};
|