diff --git a/data/chains/V2/arbone/meta.ts b/data/chains/V2/arbone/meta.ts index d749b59..63b2261 100644 --- a/data/chains/V2/arbone/meta.ts +++ b/data/chains/V2/arbone/meta.ts @@ -20,6 +20,7 @@ const meta: ___InternalChain = { icon: { id: 'tokens/arbi', brand_theme: 'both', + variants: ['branded', 'mono'], }, supported_services: { firehose: { diff --git a/data/chains/V2/avalanche/meta.ts b/data/chains/V2/avalanche/meta.ts index d8becf9..5244cc8 100644 --- a/data/chains/V2/avalanche/meta.ts +++ b/data/chains/V2/avalanche/meta.ts @@ -20,6 +20,7 @@ const meta: ___InternalChain = { icon: { id: 'networks/avalanche', brand_theme: 'both', + variants: ['branded', 'mono'], }, supported_services: { firehose: { diff --git a/data/chains/V2/base/meta.ts b/data/chains/V2/base/meta.ts index b2c65ab..58f3a9c 100644 --- a/data/chains/V2/base/meta.ts +++ b/data/chains/V2/base/meta.ts @@ -14,6 +14,7 @@ const meta: ___InternalChain = { icon: { id: 'tokens/base', brand_theme: 'both', + variants: ['branded', 'mono'], }, supported_services: { firehose: { diff --git a/data/chains/V2/bitcoin/meta.ts b/data/chains/V2/bitcoin/meta.ts index 386188a..51b0173 100644 --- a/data/chains/V2/bitcoin/meta.ts +++ b/data/chains/V2/bitcoin/meta.ts @@ -14,6 +14,7 @@ const meta: ___InternalChain = { icon: { id: 'tokens/btc', brand_theme: 'both', + variants: ['branded', 'mono'], }, supported_services: { firehose: { diff --git a/data/chains/V2/chains.json b/data/chains/V2/chains.json index 1f8f9cd..800a893 100644 --- a/data/chains/V2/chains.json +++ b/data/chains/V2/chains.json @@ -249,7 +249,11 @@ }, "icon": { "id": "tokens/btc", - "brand_theme": "both" + "brand_theme": "both", + "variants": [ + "branded", + "mono" + ] }, "supported_services": { "firehose": { @@ -467,7 +471,11 @@ }, "icon": { "id": "tokens/arbi", - "brand_theme": "both" + "brand_theme": "both", + "variants": [ + "branded", + "mono" + ] }, "supported_services": { "firehose": { @@ -566,7 +574,11 @@ }, "icon": { "id": "networks/avalanche", - "brand_theme": "both" + "brand_theme": "both", + "variants": [ + "branded", + "mono" + ] }, "supported_services": { "firehose": { @@ -676,7 +688,11 @@ }, "icon": { "id": "tokens/base", - "brand_theme": "both" + "brand_theme": "both", + "variants": [ + "branded", + "mono" + ] }, "supported_services": { "firehose": { diff --git a/data/chains/V2/index.ts b/data/chains/V2/index.ts index b438ac3..76db8f8 100644 --- a/data/chains/V2/index.ts +++ b/data/chains/V2/index.ts @@ -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 9/3/2024, 3:38:27 PM. +// Last generation on 9/3/2024, 4:48:05 PM. export { default as celo } from './celo/meta'; export { default as alfajores } from './celo/testnets/alfajores/meta'; diff --git a/data/index.config.ts b/data/index.config.ts index a6c4591..ed3498b 100644 --- a/data/index.config.ts +++ b/data/index.config.ts @@ -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 9/3/2024, 3:38:27 PM. +// Last generation on 9/3/2024, 4:48:05 PM. export default { ordered: { diff --git a/dist/index.js b/dist/index.js index eed5dea..90020aa 100644 --- a/dist/index.js +++ b/dist/index.js @@ -449,7 +449,8 @@ var meta10 = { }, icon: { id: "tokens/arbi", - brand_theme: "both" + brand_theme: "both", + variants: ["branded", "mono"] }, supported_services: { firehose: { @@ -1464,7 +1465,8 @@ var meta37 = { }, icon: { id: "tokens/btc", - brand_theme: "both" + brand_theme: "both", + variants: ["branded", "mono"] }, supported_services: { firehose: { @@ -1628,7 +1630,8 @@ var meta41 = { }, icon: { id: "networks/avalanche", - brand_theme: "both" + brand_theme: "both", + variants: ["branded", "mono"] }, supported_services: { firehose: { @@ -2475,7 +2478,8 @@ var meta65 = { }, icon: { id: "tokens/base", - brand_theme: "both" + brand_theme: "both", + variants: ["branded", "mono"] }, supported_services: { firehose: { diff --git a/dist/index.mjs b/dist/index.mjs index 3913e97..fb0d92b 100644 --- a/dist/index.mjs +++ b/dist/index.mjs @@ -425,7 +425,8 @@ var meta10 = { }, icon: { id: "tokens/arbi", - brand_theme: "both" + brand_theme: "both", + variants: ["branded", "mono"] }, supported_services: { firehose: { @@ -1440,7 +1441,8 @@ var meta37 = { }, icon: { id: "tokens/btc", - brand_theme: "both" + brand_theme: "both", + variants: ["branded", "mono"] }, supported_services: { firehose: { @@ -1604,7 +1606,8 @@ var meta41 = { }, icon: { id: "networks/avalanche", - brand_theme: "both" + brand_theme: "both", + variants: ["branded", "mono"] }, supported_services: { firehose: { @@ -2451,7 +2454,8 @@ var meta65 = { }, icon: { id: "tokens/base", - brand_theme: "both" + brand_theme: "both", + variants: ["branded", "mono"] }, supported_services: { firehose: { diff --git a/package.json b/package.json index f9c57d9..47c37cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pinax/chains", - "version": "2.0.44", + "version": "2.0.45", "description": "Single-source-of-truth for the metadata of chains supported by Pinax.", "keywords": [ "chains", diff --git a/types/graph.types.ts b/types/graph.types.ts index eb55799..4cefc61 100644 --- a/types/graph.types.ts +++ b/types/graph.types.ts @@ -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 9/3/2024, 3:38:28 PM. +// Last generation on 9/3/2024, 4:48:05 PM. export type GraphID = | 'arbitrum-nova' | 'arbitrum-one' diff --git a/types/pinax.types.ts b/types/pinax.types.ts index 54832ce..e5220d5 100644 --- a/types/pinax.types.ts +++ b/types/pinax.types.ts @@ -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 9/3/2024, 3:38:28 PM. +// Last generation on 9/3/2024, 4:48:05 PM. export type PinaxID = | 'celo' | 'alfajores'