For the complete documentation index, see llms.txt. This page is also available as Markdown.

🟢Authz

Authz Config

Restake Authz

on file restake/src/networks.local.json

{
  "gravitybridge": {
    "prettyName": "gravitybridge",
    "restUrl": [
      "https://api.gravity.roomit.xyz"
    ]
  },
  "8ball": {
    "prettyName": "8ball",
    "restUrl": [
      "https://api.8ball.roomit.xyz"
    ]
  },
  "planq": {
    "prettyName": "planq",
    "restUrl": [
      "https://api.planq.roomit.xyz/"
    ],
    "gasPrice": "30000000000aplanq",
    "autostake": {
      "correctSlip44": true,
      "retries": 3,
      "batchPageSize": 100,
      "batchQueries": 25,
      "batchTxs": 50,
      "delegationsTimeout": 20000,
      "queryTimeout": 5000,
      "queryThrottle": 100,
      "gasModifier": 1.1
    }
  }
}

Registry Validator

on file chains.json

Last updated