Skip to content

Commit

Permalink
feat: Update Axelar spec (#1658)
Browse files Browse the repository at this point in the history
* feat: Update Axelar spec

* Remove unsupported APIs

---------

Co-authored-by: Omer <[email protected]>
Co-authored-by: Yaroms <[email protected]>
  • Loading branch information
3 people authored Nov 12, 2024
1 parent 9f6e93d commit 5658cd7
Showing 1 changed file with 144 additions and 0 deletions.
144 changes: 144 additions & 0 deletions cookbook/specs/axelar.json
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,24 @@
"stateful": 0
},
"extra_compute_units": 0
},
{
"name": "/axelar/reward/v1beta1/inflation_rate/{validator}",
"block_parsing": {
"parser_arg": [
"latest"
],
"parser_func": "DEFAULT"
},
"compute_units": 10,
"enabled": true,
"category": {
"deterministic": true,
"local": false,
"subscription": false,
"stateful": 0
},
"extra_compute_units": 0
}
],
"headers": [],
Expand Down Expand Up @@ -2300,6 +2318,132 @@
"stateful": 0
},
"extra_compute_units": 0
},
{
"name": "axelar.nexus.v1beta1.QueryService/Params",
"block_parsing": {
"parser_arg": [
"latest"
],
"parser_func": "DEFAULT"
},
"compute_units": 10,
"enabled": true,
"category": {
"deterministic": true,
"local": false,
"subscription": false,
"stateful": 0
},
"extra_compute_units": 0
},
{
"name": "axelar.permission.v1beta1.Query/Params",
"block_parsing": {
"parser_arg": [
"latest"
],
"parser_func": "DEFAULT"
},
"compute_units": 10,
"enabled": true,
"category": {
"deterministic": true,
"local": false,
"subscription": false,
"stateful": 0
},
"extra_compute_units": 0
},
{
"name": "axelar.evm.v1beta1.QueryService/Params",
"block_parsing": {
"parser_arg": [
"latest"
],
"parser_func": "DEFAULT"
},
"compute_units": 10,
"enabled": true,
"category": {
"deterministic": true,
"local": false,
"subscription": false,
"stateful": 0
},
"extra_compute_units": 0
},
{
"name": "axelar.vote.v1beta1.QueryService/Params",
"block_parsing": {
"parser_arg": [
"latest"
],
"parser_func": "DEFAULT"
},
"compute_units": 10,
"enabled": true,
"category": {
"deterministic": true,
"local": false,
"subscription": false,
"stateful": 0
},
"extra_compute_units": 0
},
{
"name": "axelar.multisig.v1beta1.QueryService/Params",
"block_parsing": {
"parser_arg": [
"latest"
],
"parser_func": "DEFAULT"
},
"compute_units": 10,
"enabled": true,
"category": {
"deterministic": true,
"local": false,
"subscription": false,
"stateful": 0
},
"extra_compute_units": 0
},
{
"name": "axelar.tss.v1beta1.QueryService/Params",
"block_parsing": {
"parser_arg": [
"latest"
],
"parser_func": "DEFAULT"
},
"compute_units": 10,
"enabled": true,
"category": {
"deterministic": true,
"local": false,
"subscription": false,
"stateful": 0
},
"extra_compute_units": 0
},
{
"name": "axelar.snapshot.v1beta1.QueryService/Params",
"block_parsing": {
"parser_arg": [
"latest"
],
"parser_func": "DEFAULT"
},
"compute_units": 10,
"enabled": true,
"category": {
"deterministic": true,
"local": false,
"subscription": false,
"stateful": 0
},
"extra_compute_units": 0
}
],
"headers": [],
Expand Down

0 comments on commit 5658cd7

Please sign in to comment.