Skip to content

Commit

Permalink
build: boltz mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscotobar committed Sep 16, 2024
1 parent cd811ef commit 6bf2721
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/boltz-mainnet.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
app: {
url: "https://boltz.testnet.relay.rifcomputing.net",
port: 8090,
devMode: false,
logLevel: 0,
disableSponsoredTx: true,
gasFeePercentage: "0",
workdir: "/srv/app/environment",
},
blockchain: {
rskNodeUrl: "http://172.17.0.1:4444",
initialBlockToScan: 6500000
},
contracts: {
relayHubAddress: ""
}
}

0 comments on commit 6bf2721

Please sign in to comment.