Skip to content

Commit 4b98ac2

Browse files
authored
Merge pull request #588 from liteflow-labs/dev
Release v3.4.5
2 parents f465112 + d4f093e commit 4b98ac2

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

environment.ts

+18-2
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,24 @@ const getEnvironment = async (): Promise<Environment> => {
241241
bsc,
242242
polygon,
243243
polygonMumbai,
244-
neonMainnet,
245-
neonDevnet,
244+
{
245+
...neonMainnet,
246+
blockExplorers: {
247+
default: {
248+
name: 'Blockscout',
249+
url: 'https://neon.blockscout.com',
250+
},
251+
},
252+
},
253+
{
254+
...neonDevnet,
255+
blockExplorers: {
256+
default: {
257+
name: 'Blockscout',
258+
url: 'https://neon-devnet.blockscout.com',
259+
},
260+
},
261+
},
246262
arbitrum,
247263
arbitrumSepolia,
248264
{

0 commit comments

Comments
 (0)