Separated explorer URLs for different Neon networks.

This commit is contained in:
Andrew Falaleev 2022-06-01 14:08:31 +03:00
parent 3e516d328a
commit 67ca5cc7f3
No known key found for this signature in database
GPG Key ID: 094D2D33EC653ACC
3 changed files with 6 additions and 6 deletions

View File

@ -19,11 +19,11 @@
"networkId": 245022926,
"explorers": [{
"name": "native",
"url": "https://explorer.neon-labs.org",
"url": "https://devnet.explorer.neon-labs.org",
"standard": "EIP3091"
}, {
"name": "neonscan",
"url": "https://neonscan.org",
"url": "https://devnet.neonscan.org",
"standard": "EIP3091"
}]
}

View File

@ -17,11 +17,11 @@
"networkId": 245022934,
"explorers": [{
"name": "native",
"url": "https://explorer.neon-labs.org",
"url": "https://mainnet.explorer.neon-labs.org",
"standard": "EIP3091"
}, {
"name": "neonscan",
"url": "https://neonscan.org",
"url": "https://mainnet.neonscan.org",
"standard": "EIP3091"
}]
}

View File

@ -17,11 +17,11 @@
"networkId": 245022940,
"explorers": [{
"name": "native",
"url": "https://explorer.neon-labs.org",
"url": "https://testnet.explorer.neon-labs.org",
"standard": "EIP3091"
}, {
"name": "neonscan",
"url": "https://neonscan.org",
"url": "https://testnet.neonscan.org",
"standard": "EIP3091"
}]
}