Skip to content

Commit

Permalink
2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
SoA432 committed Aug 19, 2024
1 parent 5a2cad3 commit 3a011bc
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion data/chains/V2/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -2515,7 +2515,7 @@
"url": "https://buf.build/pinax/firehose-antelope/docs/main:sf.antelope.type.v1"
},
"icon": {
"id": "tokens/waxp",
"id": "networks/ux",
"brand_theme": "both",
"variants": [
"branded"
Expand Down
2 changes: 1 addition & 1 deletion data/chains/V2/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is auto-generated on pre-commit to avoid maintaining it.
// Do not modify manually as it will be overwritten.
// Last generation on 8/20/2024, 12:12:52 AM.
// Last generation on 8/20/2024, 12:17:51 AM.

export { default as celo } from './celo/meta';
export { default as alfajores } from './celo/testnets/alfajores/meta';
Expand Down
2 changes: 1 addition & 1 deletion data/chains/V2/ux/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const meta: ___InternalChain = {
url: 'https://buf.build/pinax/firehose-antelope/docs/main:sf.antelope.type.v1',
},
icon: {
id: 'tokens/waxp',
id: 'networks/ux',
brand_theme: 'both',
variants: ['branded'],
},
Expand Down
6 changes: 4 additions & 2 deletions data/chains/V2/ux/ux.branded.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions data/chains/V2/ux/ux.dark.svg

This file was deleted.

3 changes: 0 additions & 3 deletions data/chains/V2/ux/ux.light.svg

This file was deleted.

2 changes: 1 addition & 1 deletion data/index.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Chains under ordered were manually placed, to manage the z-index (priority order) of chains.
// Chains under missing are generated from available data, make sure to order them.
// Include deprecated or future chains.
// Last generation on 8/20/2024, 12:12:52 AM.
// Last generation on 8/20/2024, 12:17:51 AM.

export default {
ordered: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinax/chains",
"version": "2.0.14",
"version": "2.0.15",
"description": "Single-source-of-truth for the metadata of chains supported by Pinax.",
"keywords": [
"chains",
Expand Down
2 changes: 1 addition & 1 deletion types/graph.types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is auto-generated on pre-commit to avoid maintaining it.
// Do not modify manually as it will be overwritten.
// Last generation on 8/20/2024, 12:12:53 AM.
// Last generation on 8/20/2024, 12:17:52 AM.
export type GraphID =
| 'arbitrum-nova'
| 'arbitrum-one'
Expand Down
2 changes: 1 addition & 1 deletion types/pinax.types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is auto-generated on pre-commit to avoid maintaining it / circular dependencies.
// Do not modify manually as it will be overwritten.
// Last generation on 8/20/2024, 12:12:53 AM.
// Last generation on 8/20/2024, 12:17:52 AM.
export type PinaxID =
| 'celo'
| 'alfajores'
Expand Down

0 comments on commit 3a011bc

Please sign in to comment.