mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
12 lines
245 B
JavaScript
Executable file
12 lines
245 B
JavaScript
Executable file
module.exports = {
|
|
// See <http://truffleframework.com/docs/advanced/configuration>
|
|
// to customize your Truffle configuration!
|
|
|
|
networks: {
|
|
geth_testnet: {
|
|
host: "127.0.0.1",
|
|
port: 8545,
|
|
netword_id: "*"
|
|
}
|
|
}
|
|
};
|