Skip to content

Commit

Permalink
Merge pull request #98 from stabilitydao/renzo-dev
Browse files Browse the repository at this point in the history
⛓️ add chain -> asset chain
  • Loading branch information
RenzouM authored Nov 3, 2024
2 parents 9568159 + bee6b79 commit aeb6600
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file modified chains.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export const enum ChainName {
BEVM = "BEVM",
DYMENSION = "Dymension",
HELA = "Hela",
ASSET_CHAIN = "Asset Chain",
}

export const chains: { [chainId: string]: Chain } = {
Expand Down Expand Up @@ -526,6 +527,12 @@ export const chains: { [chainId: string]: Chain } = {
status: ChainStatus.NOT_SUPPORTED,
img: "hela.png",
},
"42420": {
name: ChainName.ASSET_CHAIN,
chainId: 42420,
status: ChainStatus.NOT_SUPPORTED,
img: "Assetchain.svg",
},
};

export const chainStatusInfo: { [status in ChainStatus]: ChainStatusInfo } = {
Expand Down

0 comments on commit aeb6600

Please sign in to comment.