Skip to content

Commit

Permalink
2.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
SoA432 committed Sep 3, 2024
1 parent 4a51b61 commit 0ae615f
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 17 deletions.
1 change: 1 addition & 0 deletions data/chains/V2/arbone/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const meta: ___InternalChain = {
icon: {
id: 'tokens/arbi',
brand_theme: 'both',
variants: ['branded', 'mono'],
},
supported_services: {
firehose: {
Expand Down
1 change: 1 addition & 0 deletions data/chains/V2/avalanche/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const meta: ___InternalChain = {
icon: {
id: 'networks/avalanche',
brand_theme: 'both',
variants: ['branded', 'mono'],
},
supported_services: {
firehose: {
Expand Down
1 change: 1 addition & 0 deletions data/chains/V2/base/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const meta: ___InternalChain = {
icon: {
id: 'tokens/base',
brand_theme: 'both',
variants: ['branded', 'mono'],
},
supported_services: {
firehose: {
Expand Down
1 change: 1 addition & 0 deletions data/chains/V2/bitcoin/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const meta: ___InternalChain = {
icon: {
id: 'tokens/btc',
brand_theme: 'both',
variants: ['branded', 'mono'],
},
supported_services: {
firehose: {
Expand Down
24 changes: 20 additions & 4 deletions data/chains/V2/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,11 @@
},
"icon": {
"id": "tokens/btc",
"brand_theme": "both"
"brand_theme": "both",
"variants": [
"branded",
"mono"
]
},
"supported_services": {
"firehose": {
Expand Down Expand Up @@ -467,7 +471,11 @@
},
"icon": {
"id": "tokens/arbi",
"brand_theme": "both"
"brand_theme": "both",
"variants": [
"branded",
"mono"
]
},
"supported_services": {
"firehose": {
Expand Down Expand Up @@ -566,7 +574,11 @@
},
"icon": {
"id": "networks/avalanche",
"brand_theme": "both"
"brand_theme": "both",
"variants": [
"branded",
"mono"
]
},
"supported_services": {
"firehose": {
Expand Down Expand Up @@ -676,7 +688,11 @@
},
"icon": {
"id": "tokens/base",
"brand_theme": "both"
"brand_theme": "both",
"variants": [
"branded",
"mono"
]
},
"supported_services": {
"firehose": {
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 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';
Expand Down
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 9/3/2024, 3:38:27 PM.
// Last generation on 9/3/2024, 4:48:05 PM.

export default {
ordered: {
Expand Down
12 changes: 8 additions & 4 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,8 @@ var meta10 = {
},
icon: {
id: "tokens/arbi",
brand_theme: "both"
brand_theme: "both",
variants: ["branded", "mono"]
},
supported_services: {
firehose: {
Expand Down Expand Up @@ -1464,7 +1465,8 @@ var meta37 = {
},
icon: {
id: "tokens/btc",
brand_theme: "both"
brand_theme: "both",
variants: ["branded", "mono"]
},
supported_services: {
firehose: {
Expand Down Expand Up @@ -1628,7 +1630,8 @@ var meta41 = {
},
icon: {
id: "networks/avalanche",
brand_theme: "both"
brand_theme: "both",
variants: ["branded", "mono"]
},
supported_services: {
firehose: {
Expand Down Expand Up @@ -2475,7 +2478,8 @@ var meta65 = {
},
icon: {
id: "tokens/base",
brand_theme: "both"
brand_theme: "both",
variants: ["branded", "mono"]
},
supported_services: {
firehose: {
Expand Down
12 changes: 8 additions & 4 deletions dist/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,8 @@ var meta10 = {
},
icon: {
id: "tokens/arbi",
brand_theme: "both"
brand_theme: "both",
variants: ["branded", "mono"]
},
supported_services: {
firehose: {
Expand Down Expand Up @@ -1440,7 +1441,8 @@ var meta37 = {
},
icon: {
id: "tokens/btc",
brand_theme: "both"
brand_theme: "both",
variants: ["branded", "mono"]
},
supported_services: {
firehose: {
Expand Down Expand Up @@ -1604,7 +1606,8 @@ var meta41 = {
},
icon: {
id: "networks/avalanche",
brand_theme: "both"
brand_theme: "both",
variants: ["branded", "mono"]
},
supported_services: {
firehose: {
Expand Down Expand Up @@ -2451,7 +2454,8 @@ var meta65 = {
},
icon: {
id: "tokens/base",
brand_theme: "both"
brand_theme: "both",
variants: ["branded", "mono"]
},
supported_services: {
firehose: {
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.44",
"version": "2.0.45",
"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 9/3/2024, 3:38:28 PM.
// Last generation on 9/3/2024, 4:48:05 PM.
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 9/3/2024, 3:38:28 PM.
// Last generation on 9/3/2024, 4:48:05 PM.
export type PinaxID =
| 'celo'
| 'alfajores'
Expand Down

0 comments on commit 0ae615f

Please sign in to comment.