Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@
<br>Berachain
</div>
</td>
<td style="width:100px; text-align:center;">
<div align="center">
<img alt="Plasma" src="https://cdn.prod.website-files.com/68762d4ac364502c1ae1924b/68b159e46687e6c50b2fe2af_XPL.svg" width="24"/>
<br>Plasma
</div>
</td>
<td style="width:100px; text-align:center;">
<div align="center">
<img alt="coming soon" src="https://i.imgur.com/CexTjqF.png" width="22"/>
Expand All @@ -116,13 +122,14 @@
<br>🔜
</div>
</td>
</tr>
<tr>
<td style="width:100px; text-align:center;">
<div align="center">
<img alt="coming soon" src="https://i.imgur.com/OPA8A9u.png" width="22"/>
<br>🔜
</div>
</td>

</tr>
</table>

Expand Down
2 changes: 2 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
linea,
scroll,
mantle,
plasma,
mainnet,
polygon,
arbitrum,
Expand Down Expand Up @@ -75,6 +76,7 @@ export const NATIVE_SYMBOL_BY_CHAIN_ID: { [key in SupportedChainId]: string } =
[linea.id]: linea.nativeCurrency.symbol,
[scroll.id]: scroll.nativeCurrency.symbol,
[mantle.id]: mantle.nativeCurrency.symbol,
[plasma.id]: plasma.nativeCurrency.symbol,
[mainnet.id]: mainnet.nativeCurrency.symbol,
[polygon.id]: polygon.nativeCurrency.symbol,
[unichain.id]: unichain.nativeCurrency.symbol,
Expand Down
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
linea,
scroll,
mantle,
plasma,
mainnet,
polygon,
arbitrum,
Expand Down Expand Up @@ -34,6 +35,7 @@ export type SupportedChainId =
| typeof linea.id
| typeof scroll.id
| typeof mantle.id
| typeof plasma.id
| typeof mainnet.id
| typeof polygon.id
| typeof arbitrum.id
Expand Down
2 changes: 2 additions & 0 deletions src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
linea,
scroll,
mantle,
plasma,
mainnet,
polygon,
arbitrum,
Expand Down Expand Up @@ -36,6 +37,7 @@ export function isChainIdSupported(
linea.id,
scroll.id,
mantle.id,
plasma.id,
polygon.id,
mainnet.id,
arbitrum.id,
Expand Down