Remove network completely (#1506)

follow up of #1500
This commit is contained in:
ligi 2022-08-28 12:25:12 +02:00 committed by GitHub
parent 138535c86c
commit a3cd16b7a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
37 changed files with 0 additions and 37 deletions

View File

@ -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"

View File

@ -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>,

View File

@ -25,7 +25,6 @@ val optionalFields = listOf(
"icon", "icon",
"explorers", "explorers",
"title", "title",
"network",
"parent", "parent",
"status" "status"
) )

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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 ",

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [

View File

@ -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": [