mirror of
https://github.com/status-im/contracts.git
synced 2025-02-23 12:08:47 +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
|
|
}
|
|
}
|
|
};
|