mirror of
https://github.com/status-im/contracts.git
synced 2025-02-24 04:28:51 +00:00
10 lines
154 B
JavaScript
10 lines
154 B
JavaScript
|
module.exports = {
|
||
|
networks: {
|
||
|
development: {
|
||
|
host: "localhost",
|
||
|
port: 8540,
|
||
|
network_id: "*" // Match any network id
|
||
|
}
|
||
|
}
|
||
|
};
|