Skip to content

Commit

Permalink
Merge branch 'main' into PRT-blockParser-warning-suppress-on-hash
Browse files Browse the repository at this point in the history
  • Loading branch information
shleikes authored Nov 14, 2024
2 parents 71aa047 + dc487d4 commit 8156fb7
Show file tree
Hide file tree
Showing 33 changed files with 2,260 additions and 279 deletions.
17 changes: 17 additions & 0 deletions config/provider_examples/strk_example.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
endpoints:
- api-interface: jsonrpc
chain-id: STRK
network-address:
address: "127.0.0.1:2220"
node-urls:
- url: <wss url here>/ws
internal-path: ""
- url: <wss url here>/ws/rpc/v0_6
internal-path: "/rpc/v0_6"

- url: <https url here>
internal-path: ""
- url: <https url here>/rpc/v0_5
internal-path: "/rpc/v0_5"
- url: <https url here>/rpc/v0_6
internal-path: "/rpc/v0_6"
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
Loading

0 comments on commit 8156fb7

Please sign in to comment.