mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
parent
138535c86c
commit
a3cd16b7a7
|
@ -8,7 +8,6 @@ The source data is in _data/chains. Each chain has its own file with the filenam
|
||||||
{
|
{
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://mainnet.infura.io/v3/${INFURA_API_KEY}",
|
"https://mainnet.infura.io/v3/${INFURA_API_KEY}",
|
||||||
"https://api.mycryptoapi.com/eth"
|
"https://api.mycryptoapi.com/eth"
|
||||||
|
|
|
@ -8,7 +8,6 @@ data class Chain(
|
||||||
val shortName: String,
|
val shortName: String,
|
||||||
val chain: String,
|
val chain: String,
|
||||||
@Deprecated("Will be removed in the future")
|
@Deprecated("Will be removed in the future")
|
||||||
val network: String?,
|
|
||||||
val chainId: Long,
|
val chainId: Long,
|
||||||
val networkId: Long,
|
val networkId: Long,
|
||||||
val rpc: List<String>,
|
val rpc: List<String>,
|
||||||
|
|
|
@ -25,7 +25,6 @@ val optionalFields = listOf(
|
||||||
"icon",
|
"icon",
|
||||||
"explorers",
|
"explorers",
|
||||||
"title",
|
"title",
|
||||||
"network",
|
|
||||||
"parent",
|
"parent",
|
||||||
"status"
|
"status"
|
||||||
)
|
)
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 1,
|
"chainId": 1,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 100,
|
"chainId": 100,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 101,
|
"chainId": 101,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 102,
|
"chainId": 102,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 1,
|
"chainId": 1,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 1,
|
"chainId": 1,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 4,
|
"chainId": 4,
|
||||||
"networkId": 4,
|
"networkId": 4,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 99,
|
"chainId": 99,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 1,
|
"chainId": 1,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 1,
|
"chainId": 1,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 1,
|
"chainId": 1,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 1,
|
"chainId": 1,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 1,
|
"chainId": 1,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 1,
|
"chainId": 1,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 1,
|
"chainId": 1,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 2,
|
"chainId": 2,
|
||||||
"networkId": 2,
|
"networkId": 2,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "willfail",
|
"shortName": "willfail",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 1,
|
"chainId": 1,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Ethereum Testnet Görli",
|
"name": "Ethereum Testnet Görli",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "goerli",
|
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://rpc.goerli.mudit.blog/",
|
"https://rpc.goerli.mudit.blog/",
|
||||||
"https://rpc.slock.it/goerli ",
|
"https://rpc.slock.it/goerli ",
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "*",
|
"shortName": "*",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 1,
|
"chainId": 1,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 2,
|
"chainId": 2,
|
||||||
"networkId": 2,
|
"networkId": 2,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 2,
|
"chainId": 2,
|
||||||
"networkId": 2,
|
"networkId": 2,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 2,
|
"chainId": 2,
|
||||||
"networkId": 2,
|
"networkId": 2,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 2,
|
"chainId": 2,
|
||||||
"networkId": 2,
|
"networkId": 2,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 2,
|
"chainId": 2,
|
||||||
"networkId": 2,
|
"networkId": 2,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 2,
|
"chainId": 2,
|
||||||
"networkId": 2,
|
"networkId": 2,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 2,
|
"chainId": 2,
|
||||||
"networkId": 2,
|
"networkId": 2,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 1,
|
"chainId": 1,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 1,
|
"chainId": 1,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 1,
|
"chainId": 1,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 2,
|
"chainId": 2,
|
||||||
"networkId": 2,
|
"networkId": 2,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 1,
|
"chainId": 1,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 2,
|
"chainId": 2,
|
||||||
"networkId": 2,
|
"networkId": 2,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 1,
|
"chainId": 1,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
|
||||||
"chainId": 2,
|
"chainId": 2,
|
||||||
"networkId": 2,
|
"networkId": 2,
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user