https://github.com/numtel/blockscout-urls
List of Blockscout explorer URLs keyed by chain id
https://github.com/numtel/blockscout-urls
blockscout ethereum
Last synced: 2 months ago
JSON representation
List of Blockscout explorer URLs keyed by chain id
- Host: GitHub
- URL: https://github.com/numtel/blockscout-urls
- Owner: numtel
- Created: 2024-07-08T19:01:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T07:39:58.000Z (11 months ago)
- Last Synced: 2025-08-14T20:35:28.136Z (5 months ago)
- Topics: blockscout, ethereum
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/blockscout-urls
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blockscout-urls
Blockchain explorer URLs keyed by chain id
All whitespace and extra characters removed to save space in your bundle
## Installation
```
npm install blockscout-urls
```
## Usage
```js
import blockscoutUrls from 'blockscout-urls';
console.log(blockscoutUrls['1']) // Ethereum Mainnet Blockscout hostname
```
## License
MIT