Skip to content

Commit

Permalink
Merge branch 'dev' into feature/display-deleted-data
Browse files Browse the repository at this point in the history
  • Loading branch information
antho1404 authored Jan 26, 2024
2 parents f0c4fd8 + 50733b1 commit 9a08f7d
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 2 deletions.
12 changes: 10 additions & 2 deletions environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ import { LRUCache } from 'lru-cache'
import { createContext } from 'react'
import invariant from 'ts-invariant'
import {
arbitrum,
arbitrumSepolia,
bsc,
bscTestnet,
Chain,
goerli as ethereumGoerli,
mainnet as ethereumMainnet,
neonDevnet,
neonMainnet,
polygon,
polygonMumbai,
} from 'wagmi/chains'
Expand Down Expand Up @@ -199,6 +203,10 @@ const getEnvironment = async (): Promise<Environment> => {
bsc,
polygon,
polygonMumbai,
neonMainnet,
neonDevnet,
arbitrum,
arbitrumSepolia,
{
name: 'LightLink Phoenix',
network: 'lightlink-phoenix',
Expand Down Expand Up @@ -228,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 @@ -259,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.
38 changes: 38 additions & 0 deletions public/chains/42161.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions public/chains/421614.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 9a08f7d

Please sign in to comment.