Skip to content

Commit

Permalink
Add supply_v2, maximum_v2 to metadata (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtso authored May 31, 2024
1 parent 3f574b5 commit 5244b84
Showing 1 changed file with 14 additions and 41 deletions.
55 changes: 14 additions & 41 deletions hasura-api/metadata-json/unified.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"resource_version": 399,
"resource_version": 319,
"metadata": {
"version": 3,
"sources": [
Expand Down Expand Up @@ -136,10 +136,7 @@
{
"role": "anonymous",
"permission": {
"columns": [
"account_address",
"transaction_version"
],
"columns": ["account_address", "transaction_version"],
"filter": {},
"limit": 100,
"allow_aggregations": true
Expand Down Expand Up @@ -255,10 +252,7 @@
{
"role": "anonymous",
"permission": {
"columns": [
"account_address",
"transaction_version"
],
"columns": ["account_address", "transaction_version"],
"filter": {},
"limit": 100,
"allow_aggregations": true
Expand Down Expand Up @@ -337,10 +331,7 @@
{
"role": "anonymous",
"permission": {
"columns": [
"address",
"transaction_version"
],
"columns": ["address", "transaction_version"],
"filter": {},
"limit": 100,
"allow_aggregations": true
Expand Down Expand Up @@ -1586,10 +1577,7 @@
{
"role": "anonymous",
"permission": {
"columns": [
"delegator_address",
"pool_address"
],
"columns": ["delegator_address", "pool_address"],
"filter": {},
"limit": 100,
"allow_aggregations": true
Expand Down Expand Up @@ -1706,10 +1694,12 @@
"icon_uri",
"last_transaction_timestamp",
"last_transaction_version",
"maximum_v2",
"name",
"project_uri",
"supply_aggregator_table_handle_v1",
"supply_aggregator_table_key_v1",
"supply_v2",
"symbol",
"token_standard"
],
Expand All @@ -1728,10 +1718,7 @@
{
"role": "anonymous",
"permission": {
"columns": [
"db",
"is_indexer_up"
],
"columns": ["db", "is_indexer_up"],
"filter": {},
"limit": 100
}
Expand All @@ -1747,9 +1734,7 @@
{
"role": "anonymous",
"permission": {
"columns": [
"chain_id"
],
"columns": ["chain_id"],
"filter": {}
}
}
Expand All @@ -1764,10 +1749,7 @@
{
"role": "anonymous",
"permission": {
"columns": [
"address",
"transaction_version"
],
"columns": ["address", "transaction_version"],
"filter": {},
"limit": 100,
"allow_aggregations": true
Expand All @@ -1784,10 +1766,7 @@
{
"role": "anonymous",
"permission": {
"columns": [
"num_active_delegator",
"pool_address"
],
"columns": ["num_active_delegator", "pool_address"],
"filter": {},
"limit": 100
}
Expand Down Expand Up @@ -1901,11 +1880,7 @@
{
"role": "anonymous",
"permission": {
"columns": [
"handle",
"key_type",
"value_type"
],
"columns": ["handle", "key_type", "value_type"],
"filter": {},
"limit": 100
}
Expand Down Expand Up @@ -2242,9 +2217,7 @@
"query_name": "Latest Processor Status"
}
},
"methods": [
"GET"
],
"methods": ["GET"],
"name": "Latest Processor Status",
"url": "get_latest_processor_status"
}
Expand All @@ -2265,4 +2238,4 @@
"analyze_response_body": true
}
}
}
}

0 comments on commit 5244b84

Please sign in to comment.