Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier506 committed Oct 15, 2022
2 parents 8cc3c22 + ca2eafe commit b9eef62
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 6 deletions.
Binary file modified docs/images/maskable_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/images/maskable_icon.svg

This file was deleted.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
name="description"
/>
<meta
content="https://antelope.tools/images/maskable_icon.svg"
content="https://antelope.tools/images/maskable_icon.png"
property="image"
/>
<meta content="website" property="og:type" />
Expand All @@ -28,7 +28,7 @@
property="og:title"
/>
<meta
content="https://antelope.tools/images/maskable_icon.svg"
content="https://antelope.tools/images/maskable_icon.png"
property="og:image"
/>
<meta content="image/*" property="og:image:type" />
Expand Down
14 changes: 14 additions & 0 deletions hasura/metadata/databases/default/tables/public_endpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,17 @@ object_relationships:
- name: node
using:
foreign_key_constraint_on: node_id
select_permissions:
- role: guest
permission:
columns:
- type
- value
- response
- created_at
- head_block_time
- updated_at
- id
- node_id
filter: {}
allow_aggregations: true
12 changes: 12 additions & 0 deletions hasura/metadata/databases/default/tables/public_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,15 @@ array_relationships:
table:
schema: public
name: node_info
select_permissions:
- role: guest
permission:
columns:
- id
- type
- full
- location
- created_at
- producer_id
filter: {}
allow_aggregations: true
10 changes: 10 additions & 0 deletions hasura/metadata/databases/default/tables/public_node_info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,13 @@ object_relationships:
- name: node
using:
foreign_key_constraint_on: node_id
select_permissions:
- role: guest
permission:
columns:
- version
- features
- id
- node_id
filter: {}
allow_aggregations: true
4 changes: 2 additions & 2 deletions webapp/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/>
<meta
property="image"
content="https://mainnet.antelope.tools/maskable_icon.svg"
content="https://mainnet.antelope.tools/maskable_icon.png"
/>
<meta property="og:type" content="website" />
<meta property="twitter:card" content="summary_large_image" />
Expand All @@ -37,7 +37,7 @@
/>
<meta
property="og:image"
content="https://mainnet.antelope.tools/maskable_icon.svg"
content="https://mainnet.antelope.tools/maskable_icon.png"
/>
<meta content="image/*" property="og:image:type" />
<meta property="og:url" content="%PUBLIC_URL%/" />
Expand Down
Binary file modified webapp/public/maskable_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion webapp/public/maskable_icon.svg

This file was deleted.

0 comments on commit b9eef62

Please sign in to comment.