Skip to content

Commit

Permalink
Merge pull request #522 from liteflow-labs/feature/neonevm
Browse files Browse the repository at this point in the history
Add compatibility with Neon EVM
  • Loading branch information
NicolasMahe authored Jan 26, 2024
2 parents 3f576d3 + faae36c commit 50733b1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 6 additions & 2 deletions environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import {
Chain,
goerli as ethereumGoerli,
mainnet as ethereumMainnet,
neonDevnet,
neonMainnet,
polygon,
polygonMumbai,
} from 'wagmi/chains'
Expand Down Expand Up @@ -201,6 +203,8 @@ const getEnvironment = async (): Promise<Environment> => {
bsc,
polygon,
polygonMumbai,
neonMainnet,
neonDevnet,
arbitrum,
arbitrumSepolia,
{
Expand Down Expand Up @@ -232,7 +236,7 @@ const getEnvironment = async (): Promise<Environment> => {
url: 'https://phoenix.lightlink.io',
},
},
} as Chain,
},
{
name: 'LightLink Pegasus Testnet',
network: 'lightlink-pegasus',
Expand Down Expand Up @@ -263,7 +267,7 @@ const getEnvironment = async (): Promise<Environment> => {
url: 'https://pegasus.lightlink.io',
},
},
} as Chain,
},
],
WALLET_CONNECT_PROJECT_ID:
process.env.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID,
Expand Down
3 changes: 3 additions & 0 deletions public/chains/245022926.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/chains/245022934.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 50733b1

Please sign in to comment.