cashierd.toml 296 B

123456789101112131415161718
  1. rpc_url = "127.0.0.1:7777"
  2. gateway_url = "127.0.0.1:3333"
  3. gateway_subscriber_url = "127.0.0.1:4444"
  4. log_path = "/tmp/cashierd.log"
  5. password = "TEST_PASSWORD"
  6. client_password = "TEST_PASSWORD"
  7. [[networks]]
  8. name = "btc"
  9. blockchain = "testnet"
  10. [[networks]]
  11. name = "sol"
  12. blockchain = "testnet"