Skip to content

Commit

Permalink
creation of a demonet configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
noryev committed Nov 19, 2024
1 parent 53b17c5 commit 7597141
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pkg/options/configs/demonet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[services]
solver = "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC"
mediator = ["0x90F79bf6EB2c4f870365E785982E1f101E93b906"]
api_host = "https://demonet-chain-http.lilypad.tech/"

[web3]
rpc_url = "wss://demonet-chain-ws.lilypad.tech"
chain_id = 412346
controller_address = "0x9A9f2CCfdE556A7E9Ff0848998Aa4a0CFD8863AE"
payments_address = "0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512"
storage_address = "0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9"
users_address = "0x0165878A594ca255338adfa4d48449f69242Eb8F"
token_address = "0x5FbDB2315678afecb367f032d93F642f64180aa3"
mediation_address = "0x2279B7A0a67DB372996a5FaB50D91eAA73d2eBe6"
jobcreator_address = "0x610178dA211FEF7D417bC0e6FeD39F05609AD788"
pow_address = "0x4ed7c70F96B99c776995fB64377f0d4aB3B0e1C1"

[ipfs]
addr = "/ip4/127.0.0.1/tcp/5001"

[telemetry]
url = "http://localhost:8500"
token = "eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjp0cnVlLCJ1c2VyIjoicmVzb3VyY2UtcHJvdmlkZXIifQ.n36M_ngwC4XPQ_pEkkWAnPiOinnx6-0VO1v_WgCTUEERD7b_p9KHCU6SY5bUdFh5UXRZHAhc1gfyc7rjAnmeDQ"

0 comments on commit 7597141

Please sign in to comment.