Advertisement
iron-from-sf

zeta-app-toml

Mar 4th, 2025
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. minimum-gas-prices = "1000000000azeta"
  2. pruning = "default"
  3. pruning-keep-recent = "0"
  4. pruning-keep-every = "0"
  5. pruning-interval = "0"
  6. halt-height = 0
  7. halt-time = 0
  8. min-retain-blocks = 0
  9. inter-block-cache = true
  10. index-events = []
  11. iavl-cache-size = 781250
  12. iavl-disable-fastnode = true
  13. #app-db-backend = pebbledb
  14.  
  15. [telemetry]
  16. service-name = "tss"
  17. enabled = true
  18. enable-hostname = true
  19. enable-hostname-label = true
  20. enable-service-label = false
  21. prometheus-retention-time = 10
  22. global-labels = [ ]
  23.  
  24. [api]
  25. enable = true
  26. swagger = true
  27. address = "tcp://0.0.0.0:1317"
  28. max-open-connections = 1000
  29. rpc-read-timeout = 10
  30. rpc-write-timeout = 0
  31. rpc-max-body-bytes = 1000000
  32. enabled-unsafe-cors = false
  33.  
  34. [rosetta]
  35. enable = false
  36. address = ":8080"
  37. blockchain = "app"
  38. network = "network"
  39. retries = 3
  40. offline = false
  41.  
  42. [grpc]
  43. enable = true
  44. address = "0.0.0.0:9090"
  45.  
  46. [grpc-web]
  47. enable = true
  48. address = "127.0.0.1:9091"
  49. enable-unsafe-cors = false
  50.  
  51. [state-sync]
  52. snapshot-interval = 0
  53. snapshot-keep-recent = 2
  54.  
  55. [evm]
  56. tracer = ""
  57. max-tx-gas-wanted = 0
  58.  
  59. [json-rpc]
  60. enable = true
  61. address = "0.0.0.0:8545"
  62. ws-address = "0.0.0.0:8546"
  63. api = "eth,net,web3,txpool,personal,debug"
  64. gas-cap = 25000000
  65. evm-timeout = "5s"
  66. txfee-cap = 1
  67. filter-cap = 200
  68. feehistory-cap = 100
  69. logs-cap = 10000
  70. block-range-cap = 10000
  71. http-timeout = "30s"
  72. http-idle-timeout = "2m0s"
  73. allow-unprotected-txs = false
  74. max-open-connections = 0
  75. enable-indexer = false
  76.  
  77. [tls]
  78. certificate-path = ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement