Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SoA432 committed Nov 27, 2024
1 parent b292e5e commit 4ef2cc8
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 20 deletions.
4 changes: 2 additions & 2 deletions data/chains/V2/blast/blast.mono.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/chains/V2/blast/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const meta: ___InternalChain = {
icon: {
id: 'blast',
brand_theme: 'light',
variants: ['branded', 'mono'],
variants: ['branded'],
type: 'networks',
},
supported_services: {
Expand Down
11 changes: 4 additions & 7 deletions data/chains/V2/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -2358,8 +2358,7 @@
"id": "blast",
"brand_theme": "light",
"variants": [
"branded",
"mono"
"branded"
],
"type": "networks"
},
Expand Down Expand Up @@ -2618,8 +2617,7 @@
"id": "fuse",
"brand_theme": "light",
"variants": [
"branded",
"mono"
"branded"
],
"type": "networks"
},
Expand Down Expand Up @@ -2770,10 +2768,9 @@
},
"icon": {
"id": "mode",
"brand_theme": "both",
"brand_theme": "light",
"variants": [
"branded",
"mono"
"branded"
],
"type": "networks"
},
Expand Down
2 changes: 1 addition & 1 deletion data/chains/V2/fuse/fuse.mono.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/chains/V2/fuse/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const meta: ___InternalChain = {
icon: {
id: 'fuse',
brand_theme: 'light',
variants: ['branded', 'mono'],
variants: ['branded'],
type: 'networks',
},
supported_services: {
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 11/27/2024, 9:30:21 AM.
// Last generation on 11/27/2024, 6:12:04 PM.

export { default as celo } from './celo/meta';
export { default as alfajores } from './celo/testnets/alfajores/meta';
Expand Down
4 changes: 2 additions & 2 deletions data/chains/V2/mode/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const meta: ___InternalChain = {
},
icon: {
id: 'mode',
brand_theme: 'both',
variants: ['branded', 'mono'],
brand_theme: 'light',
variants: ['branded'],
type: 'networks',
},
supported_services: {
Expand Down
2 changes: 1 addition & 1 deletion data/chains/V2/mode/mode.mono.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 11/27/2024, 9:30:21 AM.
// Last generation on 11/27/2024, 6:12:05 PM.

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.1.1",
"version": "2.1.2",
"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 11/27/2024, 9:30:21 AM.
// Last generation on 11/27/2024, 6:12:05 PM.
export type GraphID =
| 'abstract'
| 'abstract-testnet'
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 11/27/2024, 9:30:21 AM.
// Last generation on 11/27/2024, 6:12:05 PM.
export type PinaxID =
| 'celo'
| 'alfajores'
Expand Down

0 comments on commit 4ef2cc8

Please sign in to comment.