7 lines
73 B
JavaScript
7 lines
73 B
JavaScript
module.exports = {
|
|
rpc: {
|
|
host: "localhost",
|
|
port: 8545
|
|
}
|
|
};
|