Skip to content

Commit

Permalink
Merge pull request #607 from liteflow-labs/dev
Browse files Browse the repository at this point in the history
v3.5.0
  • Loading branch information
NicolasMahe authored Sep 13, 2024
2 parents 99a1350 + 35e3a9f commit f272813
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import {
Chain,
arbitrum,
arbitrumSepolia,
base,
baseSepolia,
bsc,
bscTestnet,
mainnet as ethereumMainnet,
Expand Down Expand Up @@ -94,7 +96,7 @@ export type Environment = {
* Wallet/chain configuration
*/

// List of supported chains. Liteflow is supporting the following: ethereumMainnet, ethereumSepolia, bscTestnet, bsc, polygon, polygonAmoy, neonMainnet, neonDevnet, arbitrum, arbitrumSepolia, lightlinkPhoenix, lightlinkPegasus
// List of supported chains. Liteflow is supporting the following: ethereumMainnet, ethereumSepolia, bscTestnet, bsc, polygon, polygonAmoy, neonMainnet, neonDevnet, arbitrum, arbitrumSepolia, lightlinkPhoenix, lightlinkPegasus, base, baseSepolia
CHAINS: Chain[]

// Wallet connect project ID, you can get one at https://cloud.walletconnect.com/
Expand Down Expand Up @@ -346,6 +348,8 @@ const getEnvironment = async (): Promise<Environment> => {
},
},
},
base,
baseSepolia,
],
WALLET_CONNECT_PROJECT_ID:
process.env.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID,
Expand Down
3 changes: 3 additions & 0 deletions public/chains/8453.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/84532.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 f272813

Please sign in to comment.