mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
10 lines
155 B
JavaScript
Executable file
10 lines
155 B
JavaScript
Executable file
module.exports = {
|
|
networks: {
|
|
development: {
|
|
host: 'localhost',
|
|
port: 8545,
|
|
network_id: '*',
|
|
//gasLimit: 6.7e6
|
|
}
|
|
}
|
|
};
|