We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f465112 + d4f093e commit 4b98ac2Copy full SHA for 4b98ac2
environment.ts
@@ -241,8 +241,24 @@ const getEnvironment = async (): Promise<Environment> => {
241
bsc,
242
polygon,
243
polygonMumbai,
244
- neonMainnet,
245
- neonDevnet,
+ {
+ ...neonMainnet,
246
+ blockExplorers: {
247
+ default: {
248
+ name: 'Blockscout',
249
+ url: 'https://neon.blockscout.com',
250
+ },
251
252
253
254
+ ...neonDevnet,
255
256
257
258
+ url: 'https://neon-devnet.blockscout.com',
259
260
261
262
arbitrum,
263
arbitrumSepolia,
264
{
0 commit comments