Skip to content

Commit

Permalink
2.0.72: ltc, ronin, opbnb, bobabnb, starksepolia, scrollsepolia (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoA432 authored Nov 18, 2024
1 parent 45d73ac commit 25ee8a5
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 27 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { ___InternalTestnet } from '../../../../../../types/chain.types';
import { ___InternalEVM } from '../../../../../../types';

const meta: ___InternalTestnet = {
const meta: ___InternalEVM = {
id: 'bobabnb',
graph_id: 'boba-bnb',
name: 'BobaBNB',
alt_names: [],
standard: 'erc20',
is_evm: true,
is_detailed_blocks: false,
block_type: {
label: 'sf.ethereum.type.v2.Block',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { ___InternalTestnet } from '../../../../../../types/chain.types';
import { ___InternalEVM } from '../../../../../../types/chain.types';

const meta: ___InternalTestnet = {
const meta: ___InternalEVM = {
id: 'opbnb',
graph_id: null,
name: 'opBNB',
alt_names: [],
standard: 'erc20',
is_evm: true,
is_detailed_blocks: false,
block_type: {
label: 'sf.ethereum.type.v2.Block',
Expand Down
19 changes: 12 additions & 7 deletions data/chains/V2/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
"url": "https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2"
},
"icon": {
"id": "networks/polygon",
"id": "networks/polygon-pos",
"brand_theme": "both",
"variants": [
"branded",
Expand Down Expand Up @@ -585,13 +585,16 @@
}
},
"index": 15
},
}
],
"evms": [
{
"id": "opbnb",
"graph_id": null,
"name": "opBNB",
"alt_names": [],
"standard": "erc20",
"is_evm": true,
"is_detailed_blocks": false,
"block_type": {
"label": "sf.ethereum.type.v2.Block",
Expand Down Expand Up @@ -1789,7 +1792,7 @@
{
"id": "scrsepolia",
"graph_id": "scroll-sepolia",
"name": "BobaBNB",
"name": "Scroll Sepolia",
"alt_names": [],
"standard": "erc20",
"is_detailed_blocks": false,
Expand Down Expand Up @@ -1918,7 +1921,7 @@
"url": "https://buf.build/pinax/firehose-antelope/docs/main:sf.antelope.type.v1"
},
"icon": {
"id": "tokens/eos",
"id": "tokens/neweos",
"brand_theme": "light",
"variants": [
"mono"
Expand Down Expand Up @@ -2472,13 +2475,17 @@
}
},
"index": 61
},
}
],
"consensus": [],
"evms": [
{
"id": "bobabnb",
"graph_id": "boba-bnb",
"name": "BobaBNB",
"alt_names": [],
"standard": "erc20",
"is_evm": true,
"is_detailed_blocks": false,
"block_type": {
"label": "sf.ethereum.type.v2.Block",
Expand Down Expand Up @@ -2509,8 +2516,6 @@
"index": 62
}
],
"consensus": [],
"evms": [],
"metadata": {
"layer": "L2",
"website": "https://boba.network/"
Expand Down
14 changes: 12 additions & 2 deletions data/chains/V2/eos/eos.dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 12 additions & 2 deletions data/chains/V2/eos/eos.light.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/eos/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/eos',
id: 'tokens/neweos',
brand_theme: 'light',
variants: ['mono'],
},
Expand Down
6 changes: 3 additions & 3 deletions 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/18/2024, 8:50:25 PM.
// Last generation on 11/18/2024, 9:31:51 PM.

export { default as celo } from './celo/meta';
export { default as alfajores } from './celo/testnets/alfajores/meta';
Expand All @@ -25,8 +25,8 @@ export { default as scrsepolia } from './scroll/testnets/scrsepolia/meta';
export { default as mode } from './mode/meta';
export { default as fantom } from './fantom/meta';
export { default as boba } from './boba/meta';
export { default as bobabnb } from './boba/testnets/bobabnb/meta';
export { default as bobasepolia } from './boba/testnets/bobasepolia/meta';
export { default as bobabnb } from './boba/evms/bobabnb/meta';
export { default as fuse } from './fuse/meta';
export { default as cosmoshub } from './cosmoshub/meta';
export { default as theta } from './cosmoshub/testnets/theta/meta';
Expand All @@ -40,8 +40,8 @@ export { default as amoy } from './polygon/testnets/amoy/meta';
export { default as polygonzk } from './polygon/evms/polygonzk/meta';
export { default as cardona } from './polygon/evms/cardona/meta';
export { default as bsc } from './bsc/meta';
export { default as opbnb } from './bsc/testnets/opbnb/meta';
export { default as chapel } from './bsc/testnets/chapel/meta';
export { default as opbnb } from './bsc/evms/opbnb/meta';
export { default as xai } from './xai/meta';
export { default as osmosis } from './osmosis/meta';
export { default as bitcoin } from './bitcoin/meta';
Expand Down
2 changes: 1 addition & 1 deletion data/chains/V2/scroll/testnets/scrsepolia/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ___InternalTestnet } from '../../../../../../types/chain.types';
const meta: ___InternalTestnet = {
id: 'scrsepolia',
graph_id: 'scroll-sepolia',
name: 'BobaBNB',
name: 'Scroll Sepolia',
alt_names: [],
standard: 'erc20',
is_detailed_blocks: false,
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 11/18/2024, 8:50:25 PM.
// Last generation on 11/18/2024, 9:31:51 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.0.68",
"version": "2.0.72",
"description": "Single-source-of-truth for the metadata of chains supported by Pinax.",
"keywords": [
"chains",
Expand Down
3 changes: 2 additions & 1 deletion scripts/generate/V2/copy_token_icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,15 @@ const chains = JSON.parse(
const tiUnavailableIcons = [
// Those icons are not available in Token Icons
'networks/ore',
'networks/ux',
'tokens/neweos',
];

// Token Icon Exceptions, where metadata ID
// does not match the SVG ID
const tiExceptions = [
['networks/optimistic-ethereum', 'optimism'],
['networks/binance-smart-chain', 'binance-smart-chain'], // Don't split at hyphen for bsc
['networks/polygon-pos', 'polygon'],
['networks/zora-network', 'zora'],
['networks/x-layer', 'x-layer'], // Don't split at hyphen for x-layer
];
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/18/2024, 8:50:25 PM.
// Last generation on 11/18/2024, 9:31:51 PM.
export type GraphID =
| 'arbitrum-nova'
| 'arbitrum-one'
Expand Down
6 changes: 3 additions & 3 deletions 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/18/2024, 8:50:25 PM.
// Last generation on 11/18/2024, 9:31:51 PM.
export type PinaxID =
| 'celo'
| 'alfajores'
Expand All @@ -25,8 +25,8 @@ export type PinaxID =
| 'mode'
| 'fantom'
| 'boba'
| 'bobabnb'
| 'bobasepolia'
| 'bobabnb'
| 'fuse'
| 'cosmoshub'
| 'theta'
Expand All @@ -40,8 +40,8 @@ export type PinaxID =
| 'polygonzk'
| 'cardona'
| 'bsc'
| 'opbnb'
| 'chapel'
| 'opbnb'
| 'xai'
| 'osmosis'
| 'bitcoin'
Expand Down

0 comments on commit 25ee8a5

Please sign in to comment.