Skip to content

Commit

Permalink
added layer3 displayname
Browse files Browse the repository at this point in the history
  • Loading branch information
danielisaacgeslin committed Oct 9, 2024
1 parent 0c156b0 commit 3fd3fb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,7 @@ export const ENV: Env = {
Layer3Ethereum: {
key: "Layer3Ethereum",
symbol: "L3",
displayName: 'Layer3',
nativeChain: "Ethereum",
tokenId: {
chain: "Ethereum",
Expand All @@ -976,6 +977,7 @@ export const ENV: Env = {
Layer3Solana: {
key: "Layer3Solana",
symbol: "L3",
displayName: 'Layer3',
nativeChain: "Solana",
tokenId: {
chain: "Solana",
Expand Down

0 comments on commit 3fd3fb7

Please sign in to comment.