Skip to content

Commit

Permalink
Merge pull request #588 from liteflow-labs/dev
Browse files Browse the repository at this point in the history
Release v3.4.5
  • Loading branch information
ismailToyran authored Apr 1, 2024
2 parents f465112 + d4f093e commit 4b98ac2
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,24 @@ const getEnvironment = async (): Promise<Environment> => {
bsc,
polygon,
polygonMumbai,
neonMainnet,
neonDevnet,
{
...neonMainnet,
blockExplorers: {
default: {
name: 'Blockscout',
url: 'https://neon.blockscout.com',
},
},
},
{
...neonDevnet,
blockExplorers: {
default: {
name: 'Blockscout',
url: 'https://neon-devnet.blockscout.com',
},
},
},
arbitrum,
arbitrumSepolia,
{
Expand Down

0 comments on commit 4b98ac2

Please sign in to comment.