provides metadata for chains
Go to file
2021-02-21 01:12:44 +01:00
_data/chains Changed file name for Mainnet 2021-02-19 19:37:42 +01:00
_includes
_layouts
_posts
_sass
.ci Add test stage 2020-11-13 04:19:30 +01:00
.github/ISSUE_TEMPLATE Create other.md 2020-11-13 03:33:38 +01:00
assets
gradle/wrapper Use gradle 6.8.2 2021-02-11 11:23:01 +01:00
src Support deprecated directory 2021-02-05 12:06:07 +01:00
_config.yml
.gitignore add verify-script and run through data 2019-06-17 17:45:49 +02:00
404.html
about.md merge master and resolve conflicts 2019-04-24 17:52:17 +02:00
build.gradle Use Kethereum 0.83.4 2021-02-21 01:12:44 +01:00
chains_mini.json Add nativeCurrency - closes #66 and add chains_mini.json 2019-05-22 23:41:52 +02:00
chains.json Ignore deprecated folder - closes #156 2021-02-11 11:23:40 +01:00
chains.md Add nativeCurrency - closes #66 and add chains_mini.json 2019-05-22 23:41:52 +02:00
CNAME Create CNAME 2019-01-31 08:39:11 -08:00
Gemfile
Gemfile.lock Bump rake from 12.3.2 to 12.3.3 (#86) 2020-02-29 16:50:05 +01:00
gradlew Use gradle 6.7 2020-11-13 04:19:29 +01:00
gradlew.bat Use gradle 6.7 2020-11-13 04:19:29 +01: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
}