Skip to content

Commit

Permalink
fix: fix ink chain details (#508)
Browse files Browse the repository at this point in the history
Co-authored-by: amateima <[email protected]>
  • Loading branch information
amateima and amateima authored Jan 2, 2025
1 parent 65fc387 commit 8d47f0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ export const chainIdToInfo = {
chainId: ChainIds.alephZero,
nativeSymbol: "azero",
},
[ChainIds.ink]: {
name: "Ink",
chainId: ChainIds.ink,
nativeSymbol: "eth",
},
};

export const wait = (seconds = 1) =>
Expand Down

0 comments on commit 8d47f0a

Please sign in to comment.