provides metadata for chains
Go to file
2019-11-07 09:51:23 +09:00
_data/chains Clarify that "Ethereum Classic Testnet" is Morden. (#79) 2019-11-07 09:51:23 +09:00
_includes
_layouts
_posts
_sass
.ci Migrate to new kontinuum config 2019-05-21 01:48:56 +02:00
.github/ISSUE_TEMPLATE Add nativeCurrency - closes #66 and add chains_mini.json 2019-05-22 23:41:52 +02:00
assets
gradle/wrapper Use gradle 5.6.4 2019-11-07 09:48:15 +09:00
src Add ENS registries - closes #77 2019-10-23 17:33:48 +09:00
_config.yml
.gitignore add verify-script and run through data 2019-06-17 17:45:49 +02:00
404.html
about.md
build.gradle Use Kethereum 0.76.8 2019-11-07 09:49:24 +09:00
chains_mini.json Add nativeCurrency - closes #66 and add chains_mini.json 2019-05-22 23:41:52 +02:00
chains.json Add nativeCurrency - closes #66 and add chains_mini.json 2019-05-22 23:41:52 +02:00
chains.md Add nativeCurrency - closes #66 and add chains_mini.json 2019-05-22 23:41:52 +02:00
CNAME
Gemfile
Gemfile.lock
gradlew Use gradle 5.6.2 2019-10-12 12:35:18 +09:00
gradlew.bat Use gradle 5.5.1 2019-08-12 15:49:32 +02:00
index.md Add nativeCurrency - closes #66 and add chains_mini.json 2019-05-22 23:41:52 +02:00
LICENSE
README.md Remove mention of the JS scripts 2019-08-12 19:19:11 +02:00

EVM-based Chains

Listed by chainId according to EIP-155

Data source available on _data/chains.json

Example

{
  "name": "Ethereum Mainnet",
  "chain": "ETH",
  "network": "mainnet",
  "rpc": [
    "https://mainnet.infura.io/v3/${INFURA_API_KEY}",
    "https://api.mycryptoapi.com/eth"
  ],
  "faucets": [],
  "nativeCurrency": {
    "name": "Ether",
    "symbol": "ETH",
    "decimals": 18
  },
  "infoURL": "https://ethereum.org",
  "shortName": "eth",
  "chainId": 1,
  "networkId": 1
}