Skip to content

Commit

Permalink
updated testing project config (not final)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Belets committed Nov 22, 2024
1 parent 3ea2534 commit a95fdbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testing/web3/truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
networks: {
development: {
host: "127.0.0.1",
port: 23888, //Switch to 23888 for local HTTP Server, look at Makefile run-janus
port: 25996, //Switch to 25996 for local HTTP Server, look at Makefile run-ethrpcgate
network_id: "*",
gasPrice: "0x64"
},
Expand All @@ -12,10 +12,10 @@ module.exports = {
network_id: "*"
},
testnet: {
host: "hk1.s.qtum.org",
port: 23889,
host: "https://testnet.kaon.one/",
port: 80,
network_id: "*",
from: "0x7926223070547d2d15b2ef5e7383e541c338ffe9",
from: "0x1CE507204a6fC8fd6aA7e54D1481d30ACB0Dbead",
gasPrice: "0x64"
}
},
Expand Down

0 comments on commit a95fdbc

Please sign in to comment.