Skip to content

Commit

Permalink
chore: fix chain configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshbhole-rp committed Nov 28, 2024
1 parent 97dfe14 commit 752a3a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tangled3/react

## 1.15.4

### Patch Changes

- fix chain configuration

## 1.15.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tangled3/react",
"private": false,
"version": "1.15.3",
"version": "1.15.4",
"type": "module",
"license": "MIT",
"main": "./src/index.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/react/src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const CHAIN_ID = {
linea: '59144',
manta: '169',
mantle: '5000',
matchain: '698',
metis: '1088',
mode: '34443',
oasisSapphire: '23294',
Expand All @@ -31,6 +32,7 @@ export const CHAIN_ID = {
scroll: '534352',
taiko: '167000',
tangle: '5845',
vanar: '2040',
xLayer: '196',
zksync: '324',

Expand Down Expand Up @@ -98,6 +100,7 @@ export const CHAIN_DATA: Record<ChainId, ChainData> = {
[CHAIN_ID.linea]: chains.linea,
[CHAIN_ID.manta]: chains.manta,
[CHAIN_ID.mantle]: chains.mantle,
[CHAIN_ID.matchain]: chains.matchain,
[CHAIN_ID.metis]: chains.metis,
[CHAIN_ID.mode]: chains.mode,
[CHAIN_ID.oasisSapphire]: chains.oasisSapphire,
Expand All @@ -111,6 +114,7 @@ export const CHAIN_DATA: Record<ChainId, ChainData> = {
[CHAIN_ID.scroll]: chains.scroll,
[CHAIN_ID.taiko]: chains.taiko,
[CHAIN_ID.tangle]: chains.tangle,
[CHAIN_ID.vanar]: chains.vanar,
[CHAIN_ID.zksync]: chains.zkSync,
[CHAIN_ID.xLayer]: chains.xLayer,

Expand Down

0 comments on commit 752a3a4

Please sign in to comment.