From 2087e9f3f1e33ca372bca9cdd24ea7b87802abe0 Mon Sep 17 00:00:00 2001 From: Nikos Kontakis Date: Fri, 17 Nov 2023 17:08:39 +0200 Subject: [PATCH] Sync (#4) --- packages/assets/lib/ecosystem/index.ts | 1 - packages/assets/lib/ecosystem/json/Acala.json | 57 -------- packages/assets/lib/ecosystem/json/Ajuna.json | 42 ------ .../assets/lib/ecosystem/json/Aleph_Zero.json | 31 ----- .../ecosystem/json/Aleph_Zero_Testnet.json | 35 ----- packages/assets/lib/ecosystem/json/Astar.json | 59 -------- packages/assets/lib/ecosystem/json/Bajun.json | 43 ------ .../assets/lib/ecosystem/json/Basilisk.json | 39 ------ .../assets/lib/ecosystem/json/Bifrost.json | 43 ------ .../lib/ecosystem/json/Bifrost_Kusama.json | 44 ------ .../assets/lib/ecosystem/json/Contracts.json | 41 ------ .../assets/lib/ecosystem/json/HydraDX.json | 39 ------ .../lib/ecosystem/json/Idiyanale_Testnet.json | 41 ------ .../assets/lib/ecosystem/json/Karura.json | 56 -------- packages/assets/lib/ecosystem/json/Khala.json | 43 ------ .../assets/lib/ecosystem/json/Kusama.json | 101 -------------- .../lib/ecosystem/json/Kusama_Asset_Hub.json | 69 ---------- .../lib/ecosystem/json/Kusama_BridgeHub.json | 63 --------- .../lib/ecosystem/json/Moonbase_Alpha.json | 70 ---------- .../lib/ecosystem/json/Moonbase_Relay.json | 43 ------ .../assets/lib/ecosystem/json/Moonbeam.json | 57 -------- .../assets/lib/ecosystem/json/Moonriver.json | 60 -------- packages/assets/lib/ecosystem/json/Phala.json | 41 ------ .../assets/lib/ecosystem/json/Polkadot.json | 109 --------------- .../ecosystem/json/Polkadot_Asset_Hub.json | 72 ---------- .../ecosystem/json/Polkadot_BridgeHub.json | 59 -------- .../ecosystem/json/Polkadot_Collectives.json | 69 ---------- .../assets/lib/ecosystem/json/Rococo.json | 52 ------- .../lib/ecosystem/json/Rococo_Asset_Hub.json | 45 ------ .../lib/ecosystem/json/Rococo_BridgeHub.json | 46 ------- .../assets/lib/ecosystem/json/Shibuya.json | 69 ---------- .../assets/lib/ecosystem/json/Shiden.json | 68 ---------- .../assets/lib/ecosystem/json/Tangle.json | 36 ----- .../assets/lib/ecosystem/json/Tinkernet.json | 45 ------ packages/assets/lib/ecosystem/json/Tokyo.json | 36 ----- packages/assets/lib/ecosystem/json/Watr.json | 41 ------ .../assets/lib/ecosystem/json/Westend.json | 69 ---------- .../lib/ecosystem/json/Westend_Asset_Hub.json | 67 --------- .../lib/ecosystem/json/Westend_BridgeHub.json | 54 -------- .../ecosystem/json/Westend_Collectives.json | 52 ------- packages/assets/lib/ecosystem/json/index.tsx | 128 ------------------ packages/assets/lib/ecosystem/types.ts | 72 ---------- 42 files changed, 2307 deletions(-) delete mode 100644 packages/assets/lib/ecosystem/index.ts delete mode 100644 packages/assets/lib/ecosystem/json/Acala.json delete mode 100644 packages/assets/lib/ecosystem/json/Ajuna.json delete mode 100644 packages/assets/lib/ecosystem/json/Aleph_Zero.json delete mode 100644 packages/assets/lib/ecosystem/json/Aleph_Zero_Testnet.json delete mode 100644 packages/assets/lib/ecosystem/json/Astar.json delete mode 100644 packages/assets/lib/ecosystem/json/Bajun.json delete mode 100644 packages/assets/lib/ecosystem/json/Basilisk.json delete mode 100644 packages/assets/lib/ecosystem/json/Bifrost.json delete mode 100644 packages/assets/lib/ecosystem/json/Bifrost_Kusama.json delete mode 100644 packages/assets/lib/ecosystem/json/Contracts.json delete mode 100644 packages/assets/lib/ecosystem/json/HydraDX.json delete mode 100644 packages/assets/lib/ecosystem/json/Idiyanale_Testnet.json delete mode 100644 packages/assets/lib/ecosystem/json/Karura.json delete mode 100644 packages/assets/lib/ecosystem/json/Khala.json delete mode 100644 packages/assets/lib/ecosystem/json/Kusama.json delete mode 100644 packages/assets/lib/ecosystem/json/Kusama_Asset_Hub.json delete mode 100644 packages/assets/lib/ecosystem/json/Kusama_BridgeHub.json delete mode 100644 packages/assets/lib/ecosystem/json/Moonbase_Alpha.json delete mode 100644 packages/assets/lib/ecosystem/json/Moonbase_Relay.json delete mode 100644 packages/assets/lib/ecosystem/json/Moonbeam.json delete mode 100644 packages/assets/lib/ecosystem/json/Moonriver.json delete mode 100644 packages/assets/lib/ecosystem/json/Phala.json delete mode 100644 packages/assets/lib/ecosystem/json/Polkadot.json delete mode 100644 packages/assets/lib/ecosystem/json/Polkadot_Asset_Hub.json delete mode 100644 packages/assets/lib/ecosystem/json/Polkadot_BridgeHub.json delete mode 100644 packages/assets/lib/ecosystem/json/Polkadot_Collectives.json delete mode 100644 packages/assets/lib/ecosystem/json/Rococo.json delete mode 100644 packages/assets/lib/ecosystem/json/Rococo_Asset_Hub.json delete mode 100644 packages/assets/lib/ecosystem/json/Rococo_BridgeHub.json delete mode 100644 packages/assets/lib/ecosystem/json/Shibuya.json delete mode 100644 packages/assets/lib/ecosystem/json/Shiden.json delete mode 100644 packages/assets/lib/ecosystem/json/Tangle.json delete mode 100644 packages/assets/lib/ecosystem/json/Tinkernet.json delete mode 100644 packages/assets/lib/ecosystem/json/Tokyo.json delete mode 100644 packages/assets/lib/ecosystem/json/Watr.json delete mode 100644 packages/assets/lib/ecosystem/json/Westend.json delete mode 100644 packages/assets/lib/ecosystem/json/Westend_Asset_Hub.json delete mode 100644 packages/assets/lib/ecosystem/json/Westend_BridgeHub.json delete mode 100644 packages/assets/lib/ecosystem/json/Westend_Collectives.json delete mode 100644 packages/assets/lib/ecosystem/json/index.tsx delete mode 100644 packages/assets/lib/ecosystem/types.ts diff --git a/packages/assets/lib/ecosystem/index.ts b/packages/assets/lib/ecosystem/index.ts deleted file mode 100644 index 0475b4eb..00000000 --- a/packages/assets/lib/ecosystem/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from "./json/index"; diff --git a/packages/assets/lib/ecosystem/json/Acala.json b/packages/assets/lib/ecosystem/json/Acala.json deleted file mode 100644 index cb2f87a5..00000000 --- a/packages/assets/lib/ecosystem/json/Acala.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "Acala", - "network_type": "mainnet", - "chain": { - "type": "parachain", - "parent": "Polkadot", - "consensus": "PoS", - "sudo": false, - "para_id": 2000 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/AcalaNetwork/Acala/master/resources/acala-dist.json" - }, - "goals": ["The Decentralized Stablecoin of Polkadot"], - "repository": "https://github.com/AcalaNetwork/Acala", - "specs": { - "block_time": 12, - "ed": 100000000000, - "decimals": 12, - "token": "ACA", - "ss58_format": 10 - }, - "contacts": [{ "type": "email", "contact": "hello@acala.network" }], - "documentation": ["https://wiki.acala.network"], - "validators": [], - "release_cycle": null, - "rpc_endpoints": [ - { "name": "Dwellir", "url": "wss://acala-rpc.dwellir.com:443" }, - { - "name": "Acala Foundation 0", - "url": "wss://acala-rpc-0.aca-api.network:443" - }, - { - "name": "Acala Foundation 1", - "url": "wss://acala-rpc-1.aca-api.network:443" - }, - { - "name": "Acala Foundation 2", - "url": "wss://acala-rpc-2.aca-api.network:443/ws" - }, - { - "name": "Acala Foundation 3", - "url": "wss://acala-rpc-3.aca-api.network:443/ws" - }, - { "name": "Polkawallet", "url": "wss://acala.polkawallet.io:443" }, - { - "name": "OnFinality", - "url": "wss://acala-polkadot.api.onfinality.io:443/public-ws" - }, - { "name": "Automata 1RPC", "url": "wss://1rpc.io:443/aca" } - ], - "api_endpoints": [], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Ajuna.json b/packages/assets/lib/ecosystem/json/Ajuna.json deleted file mode 100644 index e3696ea6..00000000 --- a/packages/assets/lib/ecosystem/json/Ajuna.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "Ajuna", - "network_type": "mainnet", - "chain": { - "type": "parachain", - "parent": "Polkadot", - "consensus": "PoS", - "sudo": true, - "para_id": 2051 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/ajuna-network/Ajuna/main/resources/ajuna/ajuna-raw.json" - }, - "goals": [], - "repository": "https://github.com/ajuna-network/Ajuna", - "specs": { - "block_time": 12, - "ed": 1000000000, - "decimals": 12, - "token": "AJUN", - "ss58_format": 1328 - }, - "contacts": [{ "type": "email", "contact": "hello@ajuna.io" }], - "documentation": ["https://github.com/ajuna-network/Ajuna"], - "validators": [], - "release_cycle": null, - "rpc_endpoints": [ - { - "name": "AjunaNetwork", - "url": "wss://rpc-parachain.ajuna.network:443" - }, - { - "name": "RadiumBlock", - "url": "wss://ajuna.public.curie.radiumblock.co:443/ws" - } - ], - "api_endpoints": [], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Aleph_Zero.json b/packages/assets/lib/ecosystem/json/Aleph_Zero.json deleted file mode 100644 index 3ba1f716..00000000 --- a/packages/assets/lib/ecosystem/json/Aleph_Zero.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "Aleph Zero", - "network_type": "solo_mainnet", - "chain": { "type": "solo", "consensus": "AlephBFT", "sudo": true }, - "chainspec": { - "http_url": "https://github.com/aleph-zero-foundation/aleph-node/issues/16" - }, - "goals": [], - "repository": "https://github.com/aleph-zero-foundation/aleph-node", - "validators": [], - "release_cycle": null, - "specs": { - "block_time": 1, - "era": null, - "ed": null, - "decimals": 12, - "token": "AZERO", - "ss58_format": 42 - }, - "contacts": [], - "faucet": null, - "documentation": ["https://github.com/aleph-zero-foundation/aleph-node"], - "rpc_endpoints": [ - { "name": "Aleph Zero Foundation", "url": "wss://ws.azero.dev:443" } - ], - "api_endpoints": [], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Aleph_Zero_Testnet.json b/packages/assets/lib/ecosystem/json/Aleph_Zero_Testnet.json deleted file mode 100644 index b026b3e1..00000000 --- a/packages/assets/lib/ecosystem/json/Aleph_Zero_Testnet.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "Aleph Zero Testnet", - "network_type": "solo_testnet", - "chain": { "type": "solo", "consensus": "AlephBFT", "sudo": true }, - "chainspec": { - "http_url": "https://github.com/aleph-zero-foundation/aleph-node/issues/16" - }, - "goals": [], - "repository": "https://github.com/aleph-zero-foundation/aleph-node", - "validators": [], - "release_cycle": null, - "specs": { - "block_time": 1, - "era": null, - "ed": null, - "decimals": 12, - "token": "TZERO", - "ss58_format": 42 - }, - "contacts": [], - "faucet": null, - "documentation": ["https://github.com/aleph-zero-foundation/aleph-node"], - "rpc_endpoints": [ - { "name": "Aleph Zero Foundation", "url": "wss://ws.test.azero.dev:443" }, - { - "name": "Dwellir", - "url": "wss://aleph-zero-testnet-rpc.dwellir.com:443" - } - ], - "api_endpoints": [], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Astar.json b/packages/assets/lib/ecosystem/json/Astar.json deleted file mode 100644 index f3f6b9cc..00000000 --- a/packages/assets/lib/ecosystem/json/Astar.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "Astar", - "network_type": "mainnet", - "chain": { - "type": "parachain", - "parent": "Polkadot", - "consensus": "PoS", - "sudo": true, - "para_id": 2006 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/AstarNetwork/Astar/master/bin/collator/res/astar.json" - }, - "goals": ["The Future of Smart Contracts for Multi chain"], - "repository": "https://github.com/AstarNetwork/Astar", - "specs": { - "block_time": 12, - "ed": 1000000, - "decimals": 18, - "token": "ASTR", - "ss58_format": 5 - }, - "contacts": [{ "type": "email", "contact": "info@astar.network" }], - "documentation": ["https://docs.astar.network/"], - "validators": [], - "release_cycle": null, - "rpc_endpoints": [ - { "name": "Astar Team (WSS)", "url": "wss://rpc.astar.network:443" }, - { "name": "BlastAPI (WSS)", "url": "wss://astar.public.blastapi.io:443" }, - { "name": "Dwellir (WSS)", "url": "wss://astar-rpc.dwellir.com:443" }, - { - "name": "OnFinality (WSS)", - "url": "wss://astar.api.onfinality.io:443/public-ws" - }, - { - "name": "Pinknode (WSS)", - "url": "wss://public-rpc.pinknode.io:443/astar" - }, - { "name": "Automata 1RPC (WSS)", "url": "wss://1rpc.io:443/astr" }, - { "name": "Astar Team (HTTPS)", "url": "https://evm.astar.network:443" }, - { - "name": "BlastAPI (HTTPS)", - "url": "https://astar.public.blastapi.io:443" - }, - { "name": "Dwellir (HTTPS)", "url": "https://astar-rpc.dwellir.com:443" }, - { - "name": "OnFinality (HTTPS)", - "url": "https://astar.api.onfinality.io:443/public" - }, - { "name": "Automata 1RPC (HTTPS)", "url": "https://1rpc.io:443/astr" }, - { "name": "Alchemy", "url": "https://www.alchemy.com:443/astar" } - ], - "api_endpoints": [{ "name": "subscan", "url": "https://astar.subscan.io/" }], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [], - "faucet": null -} diff --git a/packages/assets/lib/ecosystem/json/Bajun.json b/packages/assets/lib/ecosystem/json/Bajun.json deleted file mode 100644 index 5924946d..00000000 --- a/packages/assets/lib/ecosystem/json/Bajun.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "Bajun", - "network_type": "mainnet", - "chain": { - "type": "parachain", - "parent": "Kusama", - "consensus": "PoS", - "sudo": true, - "para_id": 2119 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/ajuna-network/Ajuna/main/resources/bajun/bajun-raw.json" - }, - "goals": [], - "repository": "https://github.com/ajuna-network/Ajuna", - "specs": { - "block_time": 12, - "ed": 1000000000, - "decimals": 12, - "token": "BAJU", - "ss58_format": 1337 - }, - "contacts": [{ "type": "email", "contact": "hello@ajuna.io" }], - "documentation": ["https://github.com/ajuna-network/Ajuna"], - "validators": [], - "release_cycle": null, - "rpc_endpoints": [ - { - "name": "AjunaNetwork", - "url": "wss://rpc-parachain.bajun.network:443" - }, - { "name": "Dwellir", "url": "wss://bajun-rpc.dwellir.com:443" }, - { - "name": "OnFinality", - "url": "wss://bajun.api.onfinality.io:443/public-ws" - } - ], - "api_endpoints": [], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Basilisk.json b/packages/assets/lib/ecosystem/json/Basilisk.json deleted file mode 100644 index 3e22c84a..00000000 --- a/packages/assets/lib/ecosystem/json/Basilisk.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "Basilisk", - "network_type": "mainnet", - "chain": { - "type": "parachain", - "parent": "Kusama", - "consensus": "PoS", - "sudo": false, - "para_id": 2090 - }, - "chainspec": { - "http_url": "https://github.com/galacticcouncil/Basilisk-node/blob/master/node/res/basilisk.json" - }, - "goals": [ - "Brings permission-less liquidity to Kusama.", - "Support young projects. Swap tokens or flip NFTs and earn rewards." - ], - "repository": "https://github.com/galacticcouncil/Basilisk-node", - "specs": { - "block_time": 12, - "ed": 1000000000000, - "decimals": 12, - "token": "BSX", - "ss58_format": 10041 - }, - "contacts": [{ "type": "telegram", "contact": "https://t.me/bsx_fi" }], - "documentation": ["https://docs.bsx.fi/"], - "validators": [], - "release_cycle": null, - "rpc_endpoints": [ - { "name": "Dwellir", "url": "wss://basilisk-rpc.dwellir.com:443" }, - { "name": "Basilisk", "url": "wss://rpc.basilisk.cloud:443" } - ], - "api_endpoints": [], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Bifrost.json b/packages/assets/lib/ecosystem/json/Bifrost.json deleted file mode 100644 index 57c9b7d9..00000000 --- a/packages/assets/lib/ecosystem/json/Bifrost.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "Bifrost", - "network_type": "mainnet", - "chain": { - "type": "parachain", - "parent": "Polkadot", - "consensus": "PoS", - "sudo": false, - "para_id": 2030 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/bifrost-finance/bifrost/develop/node/service/res/bifrost-polkadot.json" - }, - "goals": [ - "A parachain focused on building bridges of chains based on PoS consensus." - ], - "repository": "https://github.com/bifrost-finance/bifrost", - "specs": { - "block_time": 12, - "ed": 10000000000, - "decimals": 12, - "token": "BNC", - "ss58_format": 6 - }, - "contacts": [{ "type": "email", "contact": "hello@bifrost.finance" }], - "documentation": ["https://wiki.bifrost.finance/"], - "validators": [], - "release_cycle": null, - "rpc_endpoints": [ - { "name": "Bifrost", "url": "wss://hk.p.bifrost-rpc.liebi.com:443/ws" }, - { - "name": "OnFinality", - "url": "wss://bifrost-polkadot.api.onfinality.io:443/public-ws" - } - ], - "api_endpoints": [ - { "name": "subscan", "url": "https://bifrost.subscan.io/" } - ], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Bifrost_Kusama.json b/packages/assets/lib/ecosystem/json/Bifrost_Kusama.json deleted file mode 100644 index f77887f8..00000000 --- a/packages/assets/lib/ecosystem/json/Bifrost_Kusama.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Bifrost Kusama", - "network_type": "mainnet", - "chain": { - "type": "parachain", - "parent": "Kusama", - "consensus": "PoS", - "sudo": false, - "para_id": 2001 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/bifrost-finance/bifrost/develop/node/service/res/bifrost-kusama.json" - }, - "goals": [ - "A parachain focused on building bridges of chains based on PoS consensus." - ], - "repository": "https://github.com/bifrost-finance/bifrost", - "specs": { - "block_time": 12, - "ed": 10000000000, - "decimals": 12, - "token": "BNC", - "ss58_format": 6 - }, - "contacts": [{ "type": "email", "contact": "hello@bifrost.finance" }], - "documentation": ["https://wiki.bifrost.finance/"], - "validators": [], - "release_cycle": null, - "rpc_endpoints": [ - { "name": "Dwellir", "url": "wss://bifrost-rpc.dwellir.com:443" }, - { "name": "Bifrost", "url": "wss://bifrost-rpc.liebi.com:443/ws" }, - { - "name": "OnFinality", - "url": "wss://bifrost-parachain.api.onfinality.io:443/public-ws" - } - ], - "api_endpoints": [ - { "name": "subscan", "url": "https://bifrost-kusama.subscan.io/" } - ], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Contracts.json b/packages/assets/lib/ecosystem/json/Contracts.json deleted file mode 100644 index 4d85c57e..00000000 --- a/packages/assets/lib/ecosystem/json/Contracts.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Contracts", - "network_type": "testnet", - "chain": { - "type": "parachain", - "parent": "Rococo", - "consensus": "PoA", - "sudo": true, - "para_id": 1002 - }, - "goals": ["Rococo's testnet parachain for Smart Contracts"], - "repository": "https://github.com/paritytech/cumulus", - "chainspec": { - "http_url": "https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/contracts-rococo.json" - }, - "validators": ["Parity Only"], - "release_cycle": "Following the Polkadot 3 weeks cycle", - "specs": { - "block_time": 12, - "era": null, - "ed": 3333333, - "lease_period": null, - "decimals": 12, - "token": "ROC", - "ss58_format": null - }, - "contacts": [{ "type": "matrix", "contact": "#ink:matrix.parity.io" }], - "faucet": "#rococo-faucet:matrix.org", - "rpc_endpoints": [ - { "name": "Parity", "url": "wss://rococo-contracts-rpc.polkadot.io:443" } - ], - "api_endpoints": [], - "bootnodes": [], - "documentation": ["https://use.ink/"], - "expectations": [ - "parity: Run collator nodes; upgrade runtime", - "community: Test potential integrations with Statemine/t parachain" - ], - "features": ["smart_contracts: available on Rockmine"], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/HydraDX.json b/packages/assets/lib/ecosystem/json/HydraDX.json deleted file mode 100644 index 30f98e97..00000000 --- a/packages/assets/lib/ecosystem/json/HydraDX.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "HydraDX", - "network_type": "mainnet", - "chain": { - "type": "parachain", - "parent": "Polkadot", - "consensus": "PoS", - "sudo": false, - "para_id": 2034 - }, - "chainspec": { - "http_url": "https://github.com/galacticcouncil/HydraDX-node/blob/master/node/res/hydradx.json" - }, - "goals": [ - "An Ocean of Liquidity for Polkadot", - "Trade an abundance of assets in a single pool" - ], - "repository": "https://github.com/galacticcouncil/HydraDX-node", - "specs": { - "block_time": 12, - "ed": 1000000000000, - "decimals": 12, - "token": "HDX", - "ss58_format": 63 - }, - "contacts": [{ "type": "telegram", "contact": "https://t.me/hydradx" }], - "documentation": ["https://docs.hydradx.io/"], - "validators": [], - "release_cycle": null, - "rpc_endpoints": [ - { "name": "Dwellir", "url": "wss://hydradx-rpc.dwellir.com:443" }, - { "name": "HydraDX", "url": "wss://rpc.hydradx.cloud:443" } - ], - "api_endpoints": [], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Idiyanale_Testnet.json b/packages/assets/lib/ecosystem/json/Idiyanale_Testnet.json deleted file mode 100644 index 202431ba..00000000 --- a/packages/assets/lib/ecosystem/json/Idiyanale_Testnet.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Idiyanale Testnet", - "network_type": "solo_testnet", - "chain": { "type": "solo", "consensus": "PoA", "sudo": true }, - "chainspec": { - "http_url": "https://github.com/anagolay/anagolay-chain/blob/main/resources/idiyanale/spec.json" - }, - "goals": [], - "repository": "https://github.com/anagolay/anagolay-chain", - "validators": [], - "release_cycle": null, - "specs": { - "block_time": 6, - "era": null, - "ed": null, - "decimals": 12, - "token": "IDI", - "ss58_format": 42 - }, - "contacts": [ - { "type": "matrix", "contact": "@woss:matrix.org" }, - { "type": "matrix", "contact": "#anagolay-general:matrix.org" } - ], - "faucet": null, - "documentation": [ - "https://anagolay.dev", - "https://mastodon.social/@anagolay", - "https://anagolay.network/idiyanale" - ], - "rpc_endpoints": [ - { - "name": "Idiyanale Testnet", - "url": "wss://idiyanale-testnet.anagolay.io:443" - } - ], - "api_endpoints": [], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Karura.json b/packages/assets/lib/ecosystem/json/Karura.json deleted file mode 100644 index 1f2db978..00000000 --- a/packages/assets/lib/ecosystem/json/Karura.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Karura", - "network_type": "mainnet", - "chain": { - "type": "parachain", - "parent": "Kusama", - "consensus": "PoS", - "sudo": false, - "para_id": 2000 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/AcalaNetwork/Acala/master/resources/acala-dist.json" - }, - "goals": ["The Decentralized Stablecoin of Kusama"], - "repository": "https://github.com/AcalaNetwork/Acala", - "specs": { - "block_time": 12, - "ed": 100000000000, - "decimals": 12, - "token": "KAR", - "ss58_format": 10 - }, - "contacts": [{ "type": "email", "contact": "hello@acala.network" }], - "documentation": ["https://wiki.acala.network"], - "validators": [], - "release_cycle": null, - "rpc_endpoints": [ - { "name": "Dwellir", "url": "wss://karura-rpc.dwellir.com:443" }, - { - "name": "Acala Foundation 0", - "url": "wss://karura-rpc-0.aca-api.network:443" - }, - { - "name": "Acala Foundation 1", - "url": "wss://karura-rpc-1.aca-api.network:443" - }, - { - "name": "Acala Foundation 2", - "url": "wss://karura-rpc-2.aca-api.network:443/ws" - }, - { - "name": "Acala Foundation 3", - "url": "wss://karura-rpc-3.aca-api.network:443/ws" - }, - { "name": "Polkawallet", "url": "wss://karura.polkawallet.io:443" }, - { - "name": "OnFinality", - "url": "wss://karura.api.onfinality.io:443/public-ws" - } - ], - "api_endpoints": [], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Khala.json b/packages/assets/lib/ecosystem/json/Khala.json deleted file mode 100644 index 80a974fb..00000000 --- a/packages/assets/lib/ecosystem/json/Khala.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "Khala", - "network_type": "mainnet", - "chain": { - "type": "parachain", - "parent": "Kusama", - "consensus": "PoS", - "sudo": false, - "para_id": 2004 - }, - "chainspec": { - "http_url": "https://github.com/Phala-Network/khala-parachain/raw/main/node/res/khala.json" - }, - "goals": [ - "Phala Network is a decentralized cloud that offers secure and scalable computing for Web3" - ], - "repository": "https://github.com/Phala-Network/khala-parachain", - "specs": { - "block_time": 12, - "ed": 100000000000, - "decimals": 12, - "token": "PHA", - "ss58_format": 30 - }, - "contacts": [{ "type": "email", "contact": "support@phala.network" }], - "documentation": ["https://wiki.phala.network"], - "validators": [], - "release_cycle": null, - "rpc_endpoints": [ - { "name": "Dwellir", "url": "wss://khala-rpc.dwellir.com:443" }, - { - "name": "OnFinality", - "url": "wss://khala.api.onfinality.io:443/public-ws" - }, - { "name": "Phala", "url": "wss://khala-api.phala.network:443/ws" }, - { "name": "Pinknode", "url": "wss://public-rpc.pinknode.io:443/khala" } - ], - "api_endpoints": [], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Kusama.json b/packages/assets/lib/ecosystem/json/Kusama.json deleted file mode 100644 index 8ac2a35f..00000000 --- a/packages/assets/lib/ecosystem/json/Kusama.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "name": "Kusama", - "network_type": "canarynet", - "chain": { "type": "relaychain", "consensus": "PoS", "sudo": false }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/paritytech/polkadot/master/node/service/chain-specs/kusama.json" - }, - "goals": [], - "repository": "https://github.com/paritytech/polkadot", - "validators": [ - "Community nodes. Check the 1000 validator program from the Web3 Foundation." - ], - "release_cycle": "Following the Polkadot 3 weeks cycle", - "specs": { - "block_time": 6, - "era": null, - "ed": 33333333, - "lease_period": 604800, - "decimals": 12, - "token": "KSM", - "ss58_format": 2 - }, - "contacts": [ - { "type": "matrix", "contact": "#kusama:matrix.parity.io" }, - { - "type": "matrix", - "contact": "#KusamaValidatorLounge:polkadot.builders" - } - ], - "faucet": null, - "rpc_endpoints": [ - { "name": "Parity", "url": "wss://kusama-rpc.polkadot.io:443" }, - { "name": "Automata 1RPC", "url": "wss://1rpc.io:443/ksm" }, - { "name": "Dotters Net", "url": "wss://rpc.dotters.network:443/kusama" }, - { "name": "Dwellir", "url": "wss://kusama-rpc.dwellir.com:443" }, - { - "name": "Dwellir Tunisia", - "url": "wss://kusama-rpc-tn.dwellir.com:443" - }, - { - "name": "IBP Network GeoDNS1", - "url": "wss://rpc.ibp.network:443/kusama" - }, - { - "name": "IBP Network GeoDNS2", - "url": "wss://rpc.dotters.network:443/kusama" - }, - { - "name": "Radium Block", - "url": "wss://kusama.public.curie.radiumblock.co:443/ws" - }, - { "name": "Stakeworld", "url": "wss://ksm-rpc.stakeworld.io:443" }, - { "name": "LuckyFriday", "url": "wss://rpc-kusama.luckyfriday.io:443" } - ], - "api_endpoints": [ - { "name": "subscan", "url": "https://kusama.api.subscan.io" } - ], - "bootnodes": [ - { - "name": "RadiumBlock", - "url": "/dns/kusama-bootnode.radiumblock.com/tcp/30333/p2p/12D3KooWGzKffWe7JSXeKMQeSQC5xfBafZtgBDCuBVxmwe2TJRuc" - }, - { - "name": "RadiumBlock", - "url": "/dns/kusama-bootnode.radiumblock.com/tcp/30335/wss/p2p/12D3KooWGzKffWe7JSXeKMQeSQC5xfBafZtgBDCuBVxmwe2TJRuc" - }, - { - "name": "Parity", - "url": "/dns/kusama-bootnode-0.polkadot.io/tcp/30333/p2p/12D3KooWSueCPH3puP2PcvqPJdNaDNF3jMZjtJtDiSy35pWrbt5h" - }, - { - "name": "Parity", - "url": "/dns/kusama-bootnode-0.polkadot.io/tcp/30334/ws/p2p/12D3KooWSueCPH3puP2PcvqPJdNaDNF3jMZjtJtDiSy35pWrbt5h" - }, - { - "name": "Parity", - "url": "/dns/kusama-bootnode-0.polkadot.io/tcp/443/wss/p2p/12D3KooWSueCPH3puP2PcvqPJdNaDNF3jMZjtJtDiSy35pWrbt5h" - }, - { - "name": "Parity", - "url": "/dns/kusama-bootnode-1.polkadot.io/tcp/30333/p2p/12D3KooWQKqane1SqWJNWMQkbia9qiMWXkcHtAdfW5eVF8hbwEDw" - }, - { - "name": "Parity", - "url": "/dns/kusama-bootnode-1.polkadot.io/tcp/30334/ws/p2p/12D3KooWQKqane1SqWJNWMQkbia9qiMWXkcHtAdfW5eVF8hbwEDw" - }, - { - "name": "Parity", - "url": "/dns/kusama-bootnode-1.polkadot.io/tcp/443/wss/p2p/12D3KooWQKqane1SqWJNWMQkbia9qiMWXkcHtAdfW5eVF8hbwEDw" - } - ], - "documentation": ["https://kusama.network/"], - "expectations": [], - "features": [ - "parachains: Parachains can register on Kusama", - "governance: openGov", - "auctions / crowdloans: Both modules available", - "XCM: XCM v2 available on Kusama" - ], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Kusama_Asset_Hub.json b/packages/assets/lib/ecosystem/json/Kusama_Asset_Hub.json deleted file mode 100644 index f924ece6..00000000 --- a/packages/assets/lib/ecosystem/json/Kusama_Asset_Hub.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Asset Hub Kusama", - "network_type": "canarynet", - "chain": { - "type": "parachain", - "parent": "Kusama", - "consensus": "PoS", - "sudo": false, - "para_id": 1000 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/asset-hub-kusama.json" - }, - "goals": [ - "Asset hub Kusama handles your assets, whether fungible or not (NFT)" - ], - "expectations": [], - "repository": "https://github.com/paritytech/cumulus", - "validators": ["Open"], - "release_cycle": "Following the Polkadot 3 weeks cycle", - "specs": { - "block_time": 12, - "era": null, - "ed": 3333333, - "lease_period": null, - "decimals": 12, - "token": "KSM", - "ss58_format": null - }, - "contacts": [], - "faucet": null, - "documentation": ["https://wiki.polkadot.network/docs/kusama-statemine"], - "rpc_endpoints": [ - { "name": "Parity", "url": "wss://kusama-asset-hub-rpc.polkadot.io:443" }, - { "name": "Dwellir", "url": "wss://statemine-rpc.dwellir.com:443" }, - { - "name": "Dwellir Tunisia", - "url": "wss://statemine-rpc-tn.dwellir.com:443" - }, - { - "name": "IBP Network GeoDNS1", - "url": "wss://sys.ibp.network:443/statemine" - }, - { - "name": "IBP Network GeoDNS2", - "url": "wss://sys.dotters.network:443/statemine" - }, - { - "name": "OnFinality", - "url": "wss://statemine.api.onfinality.io:443/public-ws" - }, - { - "name": "LuckyFriday", - "url": "wss://rpc-asset-hub-kusama.luckyfriday.io:443" - }, - { - "name": "RadiumBlock", - "url": "wss://statemine.public.curie.radiumblock.co:443/ws" - }, - { - "name": "Stakeworld", - "url": "wss://ksm-rpc.stakeworld.io:443/assethub" - } - ], - "api_endpoints": [], - "bootnodes": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Kusama_BridgeHub.json b/packages/assets/lib/ecosystem/json/Kusama_BridgeHub.json deleted file mode 100644 index 08a03b30..00000000 --- a/packages/assets/lib/ecosystem/json/Kusama_BridgeHub.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "name": "Kusama BridgeHub", - "network_type": "mainnet", - "chain": { - "type": "parachain", - "parent": "Kusama", - "consensus": "PoS", - "sudo": false, - "para_id": 1002 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/bridge-hub-kusama.json" - }, - "goals": [ - "BridgeHub, a blockchain to support message passing between Substrate based chains like Polkadot and Kusama networks." - ], - "repository": "https://github.com/paritytech/cumulus", - "validators": ["Open"], - "release_cycle": "Following the Polkadot 3 weeks cycle", - "specs": { - "block_time": 12, - "era": null, - "ed": 1000000000, - "lease_period": null, - "decimals": 10, - "token": "DOT", - "ss58_format": null - }, - "contacts": [], - "faucet": null, - "documentation": ["https://wiki.polkadot.network/docs/learn-bridges"], - "rpc_endpoints": [ - { - "name": "Parity", - "url": "wss://kusama-bridge-hub-rpc.polkadot.io:443" - }, - { - "name": "IBP Network GeoDNS1", - "url": "wss://sys.ibp.network:443/bridgehub-kusama" - }, - { - "name": "IBP Network GeoDNS2", - "url": "wss://sys.dotters.network:443/bridgehub-kusama" - }, - { - "name": "LuckyFriday", - "url": "wss://rpc-bridge-hub-kusama.luckyfriday.io:443" - }, - { - "name": "Stakeworld", - "url": "wss://ksm-rpc.stakeworld.io:443/bridgehub" - }, - { - "name": "Onfinality", - "url": "wss://bridgehub-kusama.api.onfinality.io:443/public-ws" - } - ], - "api_endpoints": [], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Moonbase_Alpha.json b/packages/assets/lib/ecosystem/json/Moonbase_Alpha.json deleted file mode 100644 index 1336ea55..00000000 --- a/packages/assets/lib/ecosystem/json/Moonbase_Alpha.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "name": "Moonbase Alpha", - "network_type": "testnet", - "chain": { - "type": "parachain", - "parent": "Moonbase Relay", - "consensus": "PoS", - "sudo": true, - "para_id": 1000 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/PureStake/moonbeam/master/specs/alphanet/parachain-embedded-specs-v8.json" - }, - "goals": [ - "Moonbeam testnet environment", - "XCM Playground for Parachains who want to interact with Moonbeam or Moonriver" - ], - "repository": "https://github.com/PureStake/moonbeam", - "validators": [ - "Purestake nodes and Moonbeam Foundation nodes and Community nodes" - ], - "release_cycle": "Following the Moonbeam release cycle", - "specs": { - "block_time": 12, - "era": null, - "ed": 1000000000, - "lease_period": null, - "decimals": 18, - "token": "DEV", - "ss58_format": 1287 - }, - "contacts": [ - { "type": "matrix", "contact": "#moonbeam:matrix.parity.io" }, - { "type": "telegram", "contact": "https://t.me/Moonbeam_Official" } - ], - "faucet": "https://apps.moonbeam.network/moonbase-alpha/faucet", - "documentation": [ - "https://docs.moonbeam.network/", - "https://moonbeam.network/contact/" - ], - "rpc_endpoints": [ - { "name": "Blast", "url": "wss://moonbase-alpha.public.blastapi.io:443" }, - { - "name": "Moonbeam Foundation", - "url": "wss://wss.api.moonbase.moonbeam.network:443" - }, - { - "name": "OnFinality", - "url": "wss://moonbeam-alpha.api.onfinality.io:443/public-ws" - }, - { - "name": "PinkNode", - "url": "wss://public-rpc.pinknode.io:443/alphanet" - } - ], - "api_endpoints": [ - { "name": "Subscan", "url": "https://moonbase.api.subscan.io" }, - { - "name": "Blockscout", - "url": "https://moonbase-blockscout.testnet.moonbeam.network/" - } - ], - "bootnodes": [], - "expectations": [ - "purestake: Run the nodes for the system; keep the system updated (runtime and nodes) in line with Moonbeam/Moonriver updates; manage parachain onboarding (see contacts)", - "community: Test potential integrations with Moon* networks" - ], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Moonbase_Relay.json b/packages/assets/lib/ecosystem/json/Moonbase_Relay.json deleted file mode 100644 index 20b5d60e..00000000 --- a/packages/assets/lib/ecosystem/json/Moonbase_Relay.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "Moonbase Relay", - "network_type": "testnet", - "chain": { "type": "relaychain", "consensus": "Aura", "sudo": true }, - "chainspec": { - "http_url": "https://github.com/PureStake/moonbeam-networks/blob/master/networks/alphanet/westend-raw-specs.json" - }, - "goals": [ - "Relay chain for Moonbase Alpha and other parachains who want to tests in interactions with moonbase" - ], - "repository": "https://github.com/PureStake/polkadot", - "validators": ["Purestake nodes only"], - "release_cycle": "Following the Polkadot release cycle", - "specs": { - "block_time": 6, - "era": null, - "ed": 10000000000, - "lease_period": 403200, - "decimals": 12, - "token": "UNIT", - "ss58_format": 42 - }, - "contacts": [ - { "type": "matrix", "contact": "#moonbeam:matrix.parity.io" }, - { "type": "telegram", "contact": "https://t.me/Moonbeam_Official" }, - { "type": "website", "contact": "https://moonbeam.network/contact/" } - ], - "faucet": null, - "rpc_endpoints": [ - { - "name": "Purestake", - "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network:443" - } - ], - "api_endpoints": [], - "bootnodes": [], - "documentation": ["https://github.com/PureStake/polkadot"], - "expectations": [ - "purestake: Run the nodes for the system; keep the system updated (runtime and nodes); manage parachain onboarding (see contacts)" - ], - "features": [], - "notes": ["Based on Westend"] -} diff --git a/packages/assets/lib/ecosystem/json/Moonbeam.json b/packages/assets/lib/ecosystem/json/Moonbeam.json deleted file mode 100644 index c0cc5519..00000000 --- a/packages/assets/lib/ecosystem/json/Moonbeam.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "Moonbeam", - "network_type": "mainnet", - "chain": { - "type": "parachain", - "parent": "Polkadot", - "consensus": "PoS", - "sudo": false, - "para_id": 2004 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/PureStake/moonbeam/master/specs/moonbeam/parachain-embedded-specs.json" - }, - "goals": [], - "repository": "https://github.com/PureStake/moonbeam", - "validators": ["Community nodes"], - "release_cycle": "Following the Moonbeam release cycle", - "specs": { - "block_time": 12, - "era": null, - "ed": 1000000000, - "lease_period": null, - "decimals": 18, - "token": "GLMR", - "ss58_format": 1284 - }, - "contacts": [ - { "type": "matrix", "contact": "#moonbeam:matrix.parity.io" }, - { "type": "telegram", "contact": "https://t.me/Moonbeam_Official" }, - { "type": "website", "contact": "https://moonbeam.network/contact/" } - ], - "faucet": null, - "documentation": ["https://docs.moonbeam.network/"], - "rpc_endpoints": [ - { "name": "Blast", "url": "wss://moonbeam.public.blastapi.io:443" }, - { - "name": "Moonbeam Foundation", - "url": "wss://wss.api.moonbeam.moonbeam.network:443" - }, - { - "name": "OnFinality", - "url": "wss://moonbeam.api.onfinality.io:443/public-ws" - }, - { - "name": "PinkNode", - "url": "wss://public-rpc.pinknode.io:443/moonbeam" - } - ], - "api_endpoints": [ - { "name": "subscan", "url": "https://moonbeam.api.subscan.io" }, - { "name": "blockscout", "url": "https://blockscout.moonbeam.network/" } - ], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Moonriver.json b/packages/assets/lib/ecosystem/json/Moonriver.json deleted file mode 100644 index a50360b2..00000000 --- a/packages/assets/lib/ecosystem/json/Moonriver.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "Moonriver", - "network_type": "mainnet", - "chain": { - "type": "parachain", - "parent": "Kusama", - "consensus": "PoS", - "sudo": false, - "para_id": 2023 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/PureStake/moonbeam/master/specs/moonriver/parachain-embedded-specs.json" - }, - "goals": [], - "repository": "https://github.com/PureStake/moonbeam", - "validators": ["Community nodes"], - "release_cycle": "Following the Moonbeam release cycle", - "specs": { - "block_time": 12, - "era": null, - "ed": 1000000000, - "lease_period": null, - "decimals": 18, - "token": "MOVR", - "ss58_format": 1285 - }, - "contacts": [ - { "type": "matrix", "contact": "#moonbeam:matrix.parity.io" }, - { "type": "telegram", "contact": "https://t.me/Moonbeam_Official" }, - { "type": "website", "contact": "https://moonbeam.network/contact/" } - ], - "faucet": null, - "documentation": ["https://docs.moonbeam.network/"], - "rpc_endpoints": [ - { "name": "Blast", "url": "wss://moonriver.public.blastapi.io:443" }, - { - "name": "Moonbeam Foundation", - "url": "wss://wss.api.moonriver.moonbeam.network:443" - }, - { - "name": "OnFinality", - "url": "wss://moonriver.api.onfinality.io:443/public-ws" - }, - { - "name": "PinkNode", - "url": "wss://public-rpc.pinknode.io:443/moonriver" - } - ], - "api_endpoints": [ - { "name": "subscan", "url": "https://moonriver.api.subscan.io" }, - { - "name": "blockscout", - "url": "https://blockscout.moonriver.moonbeam.network/" - } - ], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Phala.json b/packages/assets/lib/ecosystem/json/Phala.json deleted file mode 100644 index e2463f45..00000000 --- a/packages/assets/lib/ecosystem/json/Phala.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Phala", - "network_type": "mainnet", - "chain": { - "type": "parachain", - "parent": "Polkadot", - "consensus": "PoS", - "sudo": false, - "para_id": 2035 - }, - "chainspec": { - "http_url": "https://github.com/Phala-Network/khala-parachain/raw/main/node/res/phala.json" - }, - "goals": [ - "Phala Network is a decentralized cloud that offers secure and scalable computing for Web3" - ], - "repository": "https://github.com/Phala-Network/khala-parachain", - "specs": { - "block_time": 12, - "ed": 100000000000, - "decimals": 12, - "token": "PHA", - "ss58_format": 30 - }, - "contacts": [{ "type": "email", "contact": "support@phala.network" }], - "documentation": ["https://wiki.phala.network"], - "validators": [], - "release_cycle": null, - "rpc_endpoints": [ - { - "name": "OnFinality", - "url": "wss://phala.api.onfinality.io:443/public-ws" - }, - { "name": "Phala", "url": "wss://api.phala.network:443/ws" } - ], - "api_endpoints": [], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Polkadot.json b/packages/assets/lib/ecosystem/json/Polkadot.json deleted file mode 100644 index db4e1491..00000000 --- a/packages/assets/lib/ecosystem/json/Polkadot.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "name": "Polkadot", - "network_type": "mainnet", - "chain": { "type": "relaychain", "consensus": "PoS", "sudo": true }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/paritytech/polkadot/master/node/service/chain-specs/polkadot.json" - }, - "goals": [], - "repository": "https://github.com/paritytech/polkadot", - "validators": ["Community nodes"], - "release_cycle": "Following the Polkadot 3 weeks cycle", - "specs": { - "block_time": 6, - "era": null, - "ed": 10000000000, - "lease_period": 1209600, - "decimals": 10, - "token": "DOT", - "ss58_format": 0 - }, - "contacts": [ - { "type": "matrix", "contact": "#polkadot-direction:matrix.parity.io" }, - { - "type": "matrix", - "contact": "#polkadotvalidatorlounge:web3.foundation" - }, - { "type": "matrix", "contact": "#polkadot-watercooler:web3.foundation" } - ], - "faucet": null, - "rpc_endpoints": [ - { "name": "Parity", "url": "wss://rpc.polkadot.io:443" }, - { "name": "Automata 1RPC", "url": "wss://1rpc.io:443/dot" }, - { - "name": "Dotters Net", - "url": "wss://rpc.dotters.network:443/polkadot" - }, - { "name": "Dwellir", "url": "wss://polkadot-rpc.dwellir.com:443" }, - { - "name": "Dwellir Tunisia", - "url": "wss://polkadot-rpc-tn.dwellir.com:443" - }, - { - "name": "IBP Network GeoDNS1", - "url": "wss://rpc.ibp.network:443/polkadot" - }, - { - "name": "IBP Network GeoDNS2", - "url": "wss://rpc.dotters.network:443/polkadot" - }, - { - "name": "OnFinality", - "url": "wss://polkadot.api.onfinality.io:443/public-ws" - }, - { - "name": "Radium Block", - "url": "wss://polkadot.public.curie.radiumblock.co:443/ws" - }, - { "name": "Stakeworld", "url": "wss://dot-rpc.stakeworld.io:443" } - ], - "api_endpoints": [ - { "name": "subscan", "url": "https://polkadot.api.subscan.io" } - ], - "bootnodes": [ - { - "name": "RadiumBlock", - "url": "/dns/polkadot-bootnode.radiumblock.com/tcp/30333/p2p/12D3KooWNwWNRrPrTk4qMah1YszudMjxNw2qag7Kunhw3Ghs9ea5" - }, - { - "name": "RadiumBlock", - "url": "/dns/polkadot-bootnode.radiumblock.com/tcp/30335/wss/p2p/12D3KooWNwWNRrPrTk4qMah1YszudMjxNw2qag7Kunhw3Ghs9ea5" - }, - { - "name": "Parity", - "url": "/dns/polkadot-bootnode-0.polkadot.io/tcp/30333/p2p/12D3KooWSz8r2WyCdsfWHgPyvD8GKQdJ1UAiRmrcrs8sQB3fe2KU" - }, - { - "name": "Parity", - "url": "/dns/polkadot-bootnode-0.polkadot.io/tcp/30334/ws/p2p/12D3KooWSz8r2WyCdsfWHgPyvD8GKQdJ1UAiRmrcrs8sQB3fe2KU" - }, - { - "name": "Parity", - "url": "/dns/polkadot-bootnode-0.polkadot.io/tcp/443/wss/p2p/12D3KooWSz8r2WyCdsfWHgPyvD8GKQdJ1UAiRmrcrs8sQB3fe2KU" - }, - { - "name": "Parity", - "url": "/dns/polkadot-bootnode-1.polkadot.io/tcp/30333/p2p/12D3KooWFN2mhgpkJsDBuNuE5427AcDrsib8EoqGMZmkxWwx3Md4" - }, - { - "name": "Parity", - "url": "/dns/polkadot-bootnode-1.polkadot.io/tcp/30334/ws/p2p/12D3KooWFN2mhgpkJsDBuNuE5427AcDrsib8EoqGMZmkxWwx3Md4" - }, - { - "name": "Parity", - "url": "/dns/polkadot-bootnode-1.polkadot.io/tcp/443/wss/p2p/12D3KooWFN2mhgpkJsDBuNuE5427AcDrsib8EoqGMZmkxWwx3Md4" - } - ], - "documentation": [ - "https://polkadot.network/", - "https://forum.polkadot.network/" - ], - "expectations": [], - "features": [ - "parachains: Parachains can register on Polkadot", - "governance: Gov v1", - "auctions / crowdloans: Both modules available", - "XCM: XCM v2 available on Polkadot" - ], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Polkadot_Asset_Hub.json b/packages/assets/lib/ecosystem/json/Polkadot_Asset_Hub.json deleted file mode 100644 index a89029e7..00000000 --- a/packages/assets/lib/ecosystem/json/Polkadot_Asset_Hub.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "name": "Asset Hub Polkadot", - "network_type": "mainnet", - "chain": { - "type": "parachain", - "parent": "Polkadot", - "consensus": "PoS", - "sudo": false, - "para_id": 1000 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/asset-hub-polkadot.json" - }, - "goals": [ - "Asset Hub Polkadot handles your assets, whether fungible or not (NFT)" - ], - "repository": "https://github.com/paritytech/cumulus", - "validators": ["Open"], - "release_cycle": "Following the Polkadot 3 weeks cycle", - "specs": { - "block_time": 12, - "era": null, - "ed": 1000000000, - "lease_period": null, - "decimals": 10, - "token": "DOT", - "ss58_format": null - }, - "contacts": [], - "faucet": null, - "documentation": ["https://wiki.polkadot.network/docs/learn-statemint"], - "rpc_endpoints": [ - { - "name": "Parity", - "url": "wss://polkadot-asset-hub-rpc.polkadot.io:443" - }, - { "name": "Dwellir", "url": "wss://statemint-rpc.dwellir.com:443" }, - { - "name": "Dwellir Tunisia", - "url": "wss://statemint-rpc-tn.dwellir.com:443" - }, - { - "name": "IBP Network GeoDNS1", - "url": "wss://sys.ibp.network:443/statemint" - }, - { - "name": "IBP Network GeoDNS2", - "url": "wss://sys.dotters.network:443/statemint" - }, - { - "name": "OnFinality", - "url": "wss://statemint.api.onfinality.io:443/public-ws" - }, - { - "name": "LuckyFriday", - "url": "wss://rpc-asset-hub-polkadot.luckyfriday.io:443" - }, - { - "name": "RadiumBlock", - "url": "wss://statemint.public.curie.radiumblock.co:443/ws" - }, - { - "name": "Stakeworld", - "url": "wss://dot-rpc.stakeworld.io:443/assethub" - } - ], - "api_endpoints": [], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Polkadot_BridgeHub.json b/packages/assets/lib/ecosystem/json/Polkadot_BridgeHub.json deleted file mode 100644 index f7890a90..00000000 --- a/packages/assets/lib/ecosystem/json/Polkadot_BridgeHub.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "Polkadot BridgeHub", - "network_type": "mainnet", - "chain": { - "type": "parachain", - "parent": "Polkadot", - "consensus": "PoS", - "sudo": false, - "para_id": 1002 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/bridge-hub-polkadot.json" - }, - "goals": [ - "BridgeHub, a blockchain to support message passing between Substrate based chains like Polkadot and Kusama networks." - ], - "repository": "https://github.com/paritytech/cumulus", - "validators": ["Open"], - "release_cycle": "Following the Polkadot 3 weeks cycle", - "specs": { - "block_time": 12, - "era": null, - "ed": 1000000000, - "lease_period": null, - "decimals": 10, - "token": "DOT", - "ss58_format": null - }, - "contacts": [], - "faucet": null, - "documentation": ["https://wiki.polkadot.network/docs/learn-bridges"], - "rpc_endpoints": [ - { - "name": "Parity", - "url": "wss://polkadot-bridge-hub-rpc.polkadot.io:443" - }, - { - "name": "IBP Network GeoDNS1", - "url": "wss://sys.ibp.network:443/bridgehub-polkadot" - }, - { - "name": "IBP Network GeoDNS2", - "url": "wss://sys.dotters.network:443/bridgehub-polkadot" - }, - { - "name": "LuckyFriday", - "url": "wss://rpc-bridge-hub-polkadot.luckyfriday.io:443" - }, - { - "name": "Stakeworld", - "url": "wss://dot-rpc.stakeworld.io:443/bridgehub" - } - ], - "api_endpoints": [], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Polkadot_Collectives.json b/packages/assets/lib/ecosystem/json/Polkadot_Collectives.json deleted file mode 100644 index 8e33f4fa..00000000 --- a/packages/assets/lib/ecosystem/json/Polkadot_Collectives.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Polkadot Collectives", - "network_type": "mainnet", - "chain": { - "type": "parachain", - "parent": "Polkadot", - "consensus": "PoS", - "sudo": true, - "para_id": 1001 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/collectives-polkadot.json" - }, - "goals": [ - "This parachain is for collectives that serve the Polkadot network." - ], - "repository": "https://github.com/paritytech/cumulus", - "validators": ["Open"], - "release_cycle": "Following the Polkadot 3 weeks cycle", - "specs": { - "block_time": 12, - "era": null, - "ed": 1000000000, - "lease_period": null, - "decimals": 10, - "token": "DOT", - "ss58_format": null - }, - "contacts": [], - "faucet": null, - "rpc_endpoints": [ - { - "name": "Parity", - "url": "wss://polkadot-collectives-rpc.polkadot.io:443" - }, - { - "name": "IBP Network GeoDNS1", - "url": "wss://sys.ibp.network:443/collectives-polkadot" - }, - { - "name": "IBP Network GeoDNS2", - "url": "wss://sys.dotters.network:443/collectives-polkadot" - }, - { - "name": "LuckyFriday", - "url": "wss://rpc-collectives-polkadot.luckyfriday.io:443" - }, - { - "name": "OnFinality", - "url": "wss://collectives.api.onfinality.io:443/public-ws" - }, - { - "name": "RadiumBlock", - "url": "wss://collectives.public.curie.radiumblock.co:443/ws" - }, - { - "name": "Stakeworld", - "url": "wss://dot-rpc.stakeworld.io:443/collectives" - } - ], - "api_endpoints": [], - "bootnodes": [], - "documentation": [ - "https://wiki.polkadot.network/docs/learn-system-chains#collectives" - ], - "expectations": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Rococo.json b/packages/assets/lib/ecosystem/json/Rococo.json deleted file mode 100644 index 0b8264dc..00000000 --- a/packages/assets/lib/ecosystem/json/Rococo.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "Rococo", - "network_type": "testnet", - "chain": { "type": "relaychain", "consensus": "PoA", "sudo": true }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/paritytech/polkadot/master/node/service/chain-specs/rococo.json" - }, - "goals": [ - "Community Parachain testnet environment", - "XCM Playground for Parachains and Dapps on Parachains" - ], - "repository": "https://github.com/paritytech/polkadot", - "validators": ["Parity Only"], - "release_cycle": "Following the Polkadot 3 weeks cycle", - "specs": { - "block_time": 6, - "era": 42, - "ed": 33333333, - "lease_period": 14400, - "decimals": 12, - "token": "ROC", - "ss58_format": 42 - }, - "contacts": [ - { "type": "website", "contact": "https://github.com/paritytech/subport" } - ], - "faucet": "#rococo-faucet:matrix.org", - "rpc_endpoints": [ - { "name": "Parity", "url": "wss://rococo-rpc.polkadot.io:443" } - ], - "api_endpoints": [ - { "name": "subscan", "url": "https://rococo.api.subscan.io" } - ], - "documentation": ["https://substrate.io/developers/rococo-network/"], - "bootnodes": [], - "expectations": [ - "parity: Run the nodes for the system; keep the system updated (runtime and nodes) in line with Kusama updates; manage parachain onboarding (see contacts)", - "community: Keep parachain updated; onboard their builders into their rococo parachain for testing; make the most out of XCM" - ], - "features": [ - "parachains: Parachains can register on Rococo", - "governance: Modules are available, however not used", - "auctions / crowdloans: Both modules available, however not used", - "XCM: XCM v2 available on Rococo", - "staking: Modules are available, however not used (POA System)", - "assigned_slots pallet: Parachains need to register using this pallet" - ], - "notes": [ - "Rococo is a community relay chain, to allow everyone to test it is functionality.\nDifferent stages of parachains have different needs, and Rococo tries to accommodate\nto these as best as it can. Two type of parachain slots exist on Rococo: Long Lasting\nslots and Short term slots. As long as a project has a parachain on either Kusama or\nPolkadot, they are entitled to having a parachain on Rococo, running besides it.\nThis allows for all production chains to have a testing bed, as well as to onboard\nthe projects working on their chains. If a project does not have a production parachain,\nthen they will be assigned a short lease slot, which allows them to test the parachain\nfunctionality and still give room for everyone to test out\n", - "Rococo does not replace local testing for projects. This is always encourage for fast\niterations and comprehensive testing for teams. In Rococo teams should test more\ncross-chain functionality with other teams, and allow developers to test the\ninfrastructure as well\n" - ] -} diff --git a/packages/assets/lib/ecosystem/json/Rococo_Asset_Hub.json b/packages/assets/lib/ecosystem/json/Rococo_Asset_Hub.json deleted file mode 100644 index 75343a77..00000000 --- a/packages/assets/lib/ecosystem/json/Rococo_Asset_Hub.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Asset Hub Rococo", - "network_type": "testnet", - "chain": { - "type": "parachain", - "parent": "Rococo", - "consensus": "PoA", - "sudo": true, - "para_id": 1000 - }, - "goals": ["Rococo's testnet parachain for Statemine/t"], - "repository": "https://github.com/paritytech/cumulus", - "chainspec": { - "http_url": "https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/asset-hub-rococo.json" - }, - "validators": ["Parity Only"], - "release_cycle": "Following the Polkadot 3 weeks cycle", - "specs": { - "block_time": 12, - "era": null, - "ed": 3333333, - "lease_period": null, - "decimals": 12, - "token": "ROC", - "ss58_format": null - }, - "contacts": [ - { "type": "website", "contact": "https://github.com/paritytech/subport" } - ], - "faucet": "#rococo-faucet:matrix.org", - "rpc_endpoints": [ - { "name": "Parity", "url": "wss://rococo-asset-hub-rpc.polkadot.io:443" } - ], - "api_endpoints": [ - { "name": "subscan", "url": "https://rockmine.api.subscan.io" } - ], - "bootnodes": [], - "documentation": ["https://github.com/paritytech/cumulus"], - "expectations": [ - "parity: Run collator nodes; upgrade runtime", - "community: Test potential integrations with Statemine/t parachain" - ], - "features": ["asset_management: available on Asset Hub Rococo"], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Rococo_BridgeHub.json b/packages/assets/lib/ecosystem/json/Rococo_BridgeHub.json deleted file mode 100644 index 93c8798d..00000000 --- a/packages/assets/lib/ecosystem/json/Rococo_BridgeHub.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "Rococo BridgeHub", - "network_type": "testnet", - "chain": { - "type": "parachain", - "parent": "Rococo", - "consensus": "PoA", - "sudo": true, - "para_id": 1013 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/bridge-hub-rococo.json" - }, - "goals": ["Rococo's testnet parachain for BridgeHub"], - "repository": "https://github.com/paritytech/cumulus", - "validators": ["Parity Only"], - "release_cycle": "Following the Polkadot 3 weeks cycle", - "specs": { - "block_time": 12, - "era": null, - "ed": 3333333, - "lease_period": null, - "decimals": 12, - "token": "ROC", - "ss58_format": null - }, - "contacts": [ - { "type": "website", "contact": "https://github.com/paritytech/subport" } - ], - "faucet": "#rococo-faucet:matrix.org", - "rpc_endpoints": [ - { - "name": "Parity", - "url": "wss://rococo-bridge-hub-rpc.polkadot.io:443" - } - ], - "api_endpoints": [], - "bootnodes": [], - "documentation": ["https://github.com/paritytech/cumulus"], - "expectations": [ - "parity: Run collator nodes; upgrade runtime", - "community: Test potential integrations with BridgeHub parachain" - ], - "features": ["bridge with Wococo"], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Shibuya.json b/packages/assets/lib/ecosystem/json/Shibuya.json deleted file mode 100644 index df7a244d..00000000 --- a/packages/assets/lib/ecosystem/json/Shibuya.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Shibuya", - "network_type": "testnet", - "chain": { - "type": "parachain", - "parent": "Tokyo", - "consensus": "PoS", - "sudo": true, - "para_id": 1000 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/AstarNetwork/Astar/master/bin/collator/res/shibuya.json" - }, - "goals": [ - "The Future of Smart Contracts for Multichain", - "Testnet for Shiden and Astar Networks" - ], - "repository": "https://github.com/AstarNetwork/Astar", - "specs": { - "block_time": 12, - "ed": 1000000, - "decimals": 18, - "token": "SBY", - "ss58_format": 5 - }, - "contacts": [{ "type": "email", "contact": "info@astar.network" }], - "documentation": ["https://docs.astar.network/"], - "validators": [], - "release_cycle": null, - "rpc_endpoints": [ - { - "name": "Astar Team (WSS)", - "url": "wss://rpc.shibuya.astar.network:443" - }, - { - "name": "BlastAPI (WSS)", - "url": "wss://shiden.public.blastapi.io:443" - }, - { "name": "Dwellir (WSS)", "url": "wss://shibuya-rpc.dwellir.com:443" }, - { - "name": "OnFinality (WSS)", - "url": "wss://shibuya.api.onfinality.io:443/public-ws" - }, - { - "name": "Astar Team (HTTPS, only EVM/Ethereum RPC available)", - "url": "https://evm.shibuya.astar.network:443" - }, - { - "name": "BlastAPI (HTTPS)", - "url": "https://shibuya.public.blastapi.io:443" - }, - { - "name": "Dwellir (HTTPS)", - "url": "https://shibuya-rpc.dwellir.com:443" - }, - { - "name": "OnFinality (HTTPS)", - "url": "https://shibuya.api.onfinality.io:443/public" - } - ], - "api_endpoints": [ - { "name": "subscan", "url": "https://shibuya.subscan.io/" } - ], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [], - "faucet": "https://docs.astar.network/docs/quickstart/faucet" -} diff --git a/packages/assets/lib/ecosystem/json/Shiden.json b/packages/assets/lib/ecosystem/json/Shiden.json deleted file mode 100644 index 7e91fe6a..00000000 --- a/packages/assets/lib/ecosystem/json/Shiden.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "name": "Shiden", - "network_type": "mainnet", - "chain": { - "type": "parachain", - "parent": "Kusama", - "consensus": "PoS", - "sudo": true, - "para_id": 2007 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/AstarNetwork/Astar/master/bin/collator/res/shiden.json" - }, - "goals": [ - "The Future of Smart Contracts for Multichain", - "Canary Network of Astar", - "Shiden DAO" - ], - "repository": "https://github.com/AstarNetwork/Astar", - "specs": { - "block_time": 12, - "ed": 1000000, - "decimals": 18, - "token": "SDN", - "ss58_format": 5 - }, - "contacts": [{ "type": "email", "contact": "info@astar.network" }], - "documentation": ["https://docs.astar.network/"], - "validators": [], - "release_cycle": null, - "rpc_endpoints": [ - { - "name": "Astar Team (WSS)", - "url": "wss://rpc.shiden.astar.network:443" - }, - { - "name": "BlastAPI (WSS)", - "url": "wss://shiden.public.blastapi.io:443" - }, - { "name": "Dwellir (WSS)", "url": "wss://shiden-rpc.dwellir.com:443" }, - { - "name": "OnFinality (WSS)", - "url": "wss://shiden.api.onfinality.io:443/public-ws" - }, - { - "name": "Astar Team (HTTPS)", - "url": "https://evm.shiden.astar.network:443" - }, - { - "name": "BlastAPI (HTTPS)", - "url": "https://shiden.public.blastapi.io:443" - }, - { - "name": "Dwellir (HTTPS)", - "url": "https://shiden-rpc.dwellir.com:443" - }, - { - "name": "OnFinality (HTTPS)", - "url": "https://shiden.api.onfinality.io:443/public" - } - ], - "api_endpoints": [{ "name": "subscan", "url": "https://shiden.subscan.io/" }], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [], - "faucet": "https://docs.astar.network/docs/quickstart/faucet" -} diff --git a/packages/assets/lib/ecosystem/json/Tangle.json b/packages/assets/lib/ecosystem/json/Tangle.json deleted file mode 100644 index 1465a6c0..00000000 --- a/packages/assets/lib/ecosystem/json/Tangle.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Tangle Rococo", - "network_type": "testnet", - "chain": { - "type": "parachain", - "parent": "Rococo", - "consensus": "Aura", - "sudo": true, - "para_id": 4006 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/webb-tools/tangle/main/chainspecs/rococo/tangle-parachain-rococo.json" - }, - "goals": ["A canary network for cross-chain zero-knowledge messaging."], - "repository": "https://github.com/webb-tools/tangle", - "specs": { - "block_time": 12, - "ed": 1000000, - "decimals": 18, - "token": "tTNT", - "ss58_format": 4006 - }, - "contacts": [{ "type": "email", "contact": "drew@webb.tools" }], - "documentation": ["https://docs.webb.tools/"], - "validators": [], - "release_cycle": null, - "rpc_endpoints": [ - { "name": "Tangle", "url": "wss://tangle-rococo-archive.webb.tools:443" } - ], - "api_endpoints": [], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [], - "faucet": null -} diff --git a/packages/assets/lib/ecosystem/json/Tinkernet.json b/packages/assets/lib/ecosystem/json/Tinkernet.json deleted file mode 100644 index 8f732022..00000000 --- a/packages/assets/lib/ecosystem/json/Tinkernet.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Tinkernet", - "network_type": "mainnet", - "chain": { - "type": "parachain", - "parent": "Kusama", - "consensus": "PoS", - "sudo": true, - "para_id": 2125 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/InvArch/InvArch-Node/main/res/tinker/tinker-raw.json" - }, - "goals": [ - "The Bleeding-Edge Of The Creator Economy", - "The InvArch Canary Parachain On The Kusama Network" - ], - "repository": "https://github.com/InvArch/InvArch-Node", - "specs": { - "block_time": 12, - "ed": 1000000000, - "decimals": 12, - "token": "TNKR", - "ss58_format": 117 - }, - "contacts": [ - { "type": "email", "contact": "dakota@invarch.network" }, - { "type": "email", "contact": "gabriel@invarch.network" } - ], - "documentation": ["https://github.com/InvArch/InvArch-Node"], - "validators": [], - "release_cycle": null, - "rpc_endpoints": [ - { "name": "InvArch Team", "url": "wss://tinker.invarch.network:443" }, - { - "name": "OnFinality", - "url": "wss://invarch-tinkernet.api.onfinality.io:443/public-ws" - } - ], - "api_endpoints": [], - "bootnodes": [], - "expectations": [], - "features": [], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Tokyo.json b/packages/assets/lib/ecosystem/json/Tokyo.json deleted file mode 100644 index f121f994..00000000 --- a/packages/assets/lib/ecosystem/json/Tokyo.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Tokyo", - "network_type": "testnet", - "chain": { "type": "relaychain", "consensus": "PoA", "sudo": true }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/AstarNetwork/Astar/master/bin/collator/res/tokyo.json" - }, - "goals": ["Astar Network testnet relay chain (for Shibuya testnet)"], - "repository": "https://github.com/AstarNetwork/Astar", - "validators": ["Astar only"], - "release_cycle": null, - "specs": { - "block_time": 6, - "ed": 33333333, - "lease_period": 14400, - "decimals": 18, - "token": "TKY", - "ss58_format": 42 - }, - "contacts": [{ "type": "email", "contact": "info@astar.network" }], - "faucet": null, - "rpc_endpoints": [ - { "name": "Astar", "url": "wss://tokyo.astar.network:443" } - ], - "api_endpoints": [], - "bootnodes": [], - "documentation": ["https://docs.astar.network/"], - "expectations": [ - "Tokyo relay purpose is to validate Shibuya testnet and occasionally onboard testnet parachains for use cases not possible to test on Rococo" - ], - "features": [ - "parachains: Partner parachains can register on Tokyo in case of collaboration projects", - "XCM: XCM v2 available on Tokyo" - ], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Watr.json b/packages/assets/lib/ecosystem/json/Watr.json deleted file mode 100644 index 7c825d7a..00000000 --- a/packages/assets/lib/ecosystem/json/Watr.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Watr", - "network_type": "testnet", - "chain": { - "type": "parachain", - "consensus": "PoA", - "sudo": true, - "parent": "Rococo", - "para_id": 2058 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/Watr-Protocol/watr/main/chain-specs/devnet-raw.json" - }, - "goals": ["Watr testnet environment."], - "repository": "https://github.com/Watr-Protocol/watr", - "validators": ["Watr only"], - "release_cycle": null, - "specs": { - "block_time": 12, - "era": null, - "ed": null, - "lease_period": null, - "decimals": 18, - "token": "WATRD", - "ss58_format": 19 - }, - "contacts": [{ "type": "email", "contact": "ecosystem@watr.org" }], - "faucet": null, - "rpc_endpoints": [{ "name": "Watr", "url": "wss://rpc.watr.org:443" }], - "api_endpoints": [], - "bootnodes": [], - "documentation": ["https://watr.org/"], - "expectations": [ - "Watr gives developers, entrepreneurs and investors direct access to commodities as a platform." - ], - "features": [ - "Watr is the digital home for a new class of (physical) commodity flows: tokenized and programmable across supply chains, trade and financing", - "Watr connects these flows and the industry pioneers behind them with a vibrant community of global developers, entrepreneurs and investors" - ], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Westend.json b/packages/assets/lib/ecosystem/json/Westend.json deleted file mode 100644 index 0c4dc59d..00000000 --- a/packages/assets/lib/ecosystem/json/Westend.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Westend", - "network_type": "testnet", - "chain": { "type": "relaychain", "consensus": "Aura", "sudo": true }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/paritytech/polkadot/master/node/service/chain-specs/westend.json" - }, - "goals": ["Staging environment for Polkadot and Kusama."], - "repository": "https://github.com/paritytech/polkadot", - "validators": [ - "16 invulnerable validators ran by Parity and Community ran nodes (5 per cycle)" - ], - "release_cycle": "Following the Polkadot 3 weeks cycle", - "specs": { - "block_time": 6, - "era": null, - "ed": 10000000000, - "lease_period": 403200, - "decimals": 12, - "token": "WND", - "ss58_format": 42 - }, - "contacts": [], - "faucet": "#westend_faucet:matrix.org", - "rpc_endpoints": [ - { "name": "Parity", "url": "wss://westend-rpc.polkadot.io:443" }, - { "name": "Dwellir", "url": "wss://westend-rpc.dwellir.com:443" }, - { - "name": "IBP Network GeoDNS1", - "url": "wss://rpc.ibp.network:443/westend" - }, - { - "name": "IBP Network GeoDNS2", - "url": "wss://rpc.dotters.network:443/westend" - }, - { "name": "LuckyFriday", "url": "wss://rpc-westend.luckyfriday.io:443" }, - { - "name": "RadiumBlock", - "url": "wss://westend.public.curie.radiumblock.co:443/ws" - }, - { "name": "Stakeworld", "url": "wss://wnd-rpc.stakeworld.io:443" } - ], - "api_endpoints": [ - { "name": "subscan", "url": "https://westend.api.subscan.io" } - ], - "bootnodes": [ - { - "name": "RadiumBlock", - "url": "/dns/westend-bootnode.radiumblock.com/tcp/30335/wss/p2p/12D3KooWJBowJuX1TaWNWHt8Dz8z44BoCZunLCfFqxA2rLTn6TBD" - }, - { - "name": "RadiumBlock", - "url": "/dns/westend-bootnode.radiumblock.com/tcp/30333/p2p/12D3KooWJBowJuX1TaWNWHt8Dz8z44BoCZunLCfFqxA2rLTn6TBD" - } - ], - "documentation": ["https://github.com/paritytech/polkadot"], - "expectations": [ - "parity: Part of the release cycle of Polkadot and Kusama. Burn-ins are done in this network", - "community: Open for testing how to run nodes on a polkadot-like relay chain. No parachain testing here" - ], - "features": [ - "parachains: Modules exist, but only System Level parachains can register on Westend", - "governance: Modules are available, however not used", - "auctions / crowdloans: Both modules available, however not used", - "XCM: XCM v2 available on Westend", - "staking: Modules are available on Westend" - ], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Westend_Asset_Hub.json b/packages/assets/lib/ecosystem/json/Westend_Asset_Hub.json deleted file mode 100644 index 8b3e66b4..00000000 --- a/packages/assets/lib/ecosystem/json/Westend_Asset_Hub.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "Asset Hub Westend", - "network_type": "testnet", - "chain": { - "type": "parachain", - "parent": "Westend", - "consensus": "Aura", - "sudo": true, - "para_id": 1000 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/asset-hub-westend.json" - }, - "goals": ["Westend's testnet parachain for Statemine and Statemint"], - "repository": "https://github.com/paritytech/cumulus", - "validators": ["Parity Only"], - "release_cycle": "Following the Polkadot 3 weeks cycle", - "specs": { - "block_time": 12, - "era": null, - "ed": 1000000000, - "lease_period": null, - "decimals": 12, - "token": "WND", - "ss58_format": null - }, - "contacts": [], - "faucet": "#westend_faucet:matrix.org", - "documentation": ["https://github.com/paritytech/cumulus"], - "rpc_endpoints": [ - { - "name": "Parity", - "url": "wss://westend-westend-asset-hub-rpc.polkadot.io:443" - }, - { "name": "Dwellir", "url": "wss://westmint-rpc.dwellir.com:443" }, - { - "name": "Dwellir Tunisia", - "url": "wss://westmint-rpc-tn.dwellir.com:443" - }, - { - "name": "IBP Network GeoDNS1", - "url": "wss://sys.ibp.network:443/westmint:443" - }, - { - "name": "IBP Network GeoDNS2", - "url": "wss://sys.dotters.network:443/westmint" - }, - { - "name": "OnFinality", - "url": "wss://westmint.api.onfinality.io:443/public-ws" - }, - { - "name": "Stakeworld", - "url": "wss://wnd-rpc.stakeworld.io:443/assethub" - } - ], - "api_endpoints": [], - "bootnodes": [], - "expectations": [ - "parity: Run collator nodes; upgrade runtime", - "community: Test potential integrations with the asset hub parachains" - ], - "features": ["asset_management: available on Asset Hub Westend"], - "notes": [ - "Teleport funds to your account from the Westend faucet with `!drip :1000`" - ] -} diff --git a/packages/assets/lib/ecosystem/json/Westend_BridgeHub.json b/packages/assets/lib/ecosystem/json/Westend_BridgeHub.json deleted file mode 100644 index 78584a8b..00000000 --- a/packages/assets/lib/ecosystem/json/Westend_BridgeHub.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "Westend BridgeHub", - "network_type": "testnet", - "chain": { - "type": "parachain", - "parent": "Westend", - "consensus": "Aura", - "sudo": true, - "para_id": 1002 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/bridge-hub-westend.json" - }, - "goals": ["Westend's testnet parachain for BridgeHub"], - "repository": "https://github.com/paritytech/cumulus", - "validators": ["Parity Only"], - "release_cycle": "Following the Polkadot 3 weeks cycle", - "specs": { - "block_time": 12, - "era": null, - "ed": 3333333, - "lease_period": null, - "decimals": 12, - "token": "ROC", - "ss58_format": null - }, - "contacts": [ - { "type": "website", "contact": "https://github.com/paritytech/subport" } - ], - "faucet": "#westend-faucet:matrix.org", - "rpc_endpoints": [ - { - "name": "Parity", - "url": "wss://westend-bridge-hub-rpc.polkadot.io:443" - }, - { - "name": "IBP Network GeoDNS1", - "url": "wss://sys.ibp.network:443/bridgehub-westend" - }, - { - "name": "IBP Network GeoDNS2", - "url": "wss://sys.dotters.network:443/bridgehub-westend" - } - ], - "api_endpoints": [], - "bootnodes": [], - "documentation": ["https://github.com/paritytech/cumulus"], - "expectations": [ - "parity: Run collator nodes; upgrade runtime", - "community: Test potential integrations with BridgeHub parachain" - ], - "features": ["bridge with Rococo"], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/Westend_Collectives.json b/packages/assets/lib/ecosystem/json/Westend_Collectives.json deleted file mode 100644 index 4696f841..00000000 --- a/packages/assets/lib/ecosystem/json/Westend_Collectives.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "Westend Collectives", - "network_type": "testnet", - "chain": { - "type": "parachain", - "parent": "Westend", - "consensus": "Aura", - "sudo": true, - "para_id": 1001 - }, - "chainspec": { - "http_url": "https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/collectives-westend.json" - }, - "goals": ["Westends's testnet parachain for Collectives"], - "repository": "https://github.com/paritytech/cumulus", - "validators": ["Parity Only"], - "release_cycle": "Following the Polkadot 3 weeks cycle", - "specs": { - "block_time": 12, - "era": null, - "ed": 1000000000, - "lease_period": null, - "decimals": 12, - "token": "WND", - "ss58_format": null - }, - "contacts": [], - "faucet": "#westend_faucet:matrix.org", - "rpc_endpoints": [ - { - "name": "Parity", - "url": "wss://collectives-westmint-rpc.polkadot.io:443" - }, - { - "name": "IBP Network GeoDNS1", - "url": "wss://sys.ibp.network:443/collectives-westend" - }, - { - "name": "IBP Network GeoDNS2", - "url": "wss://sys.dotters.network:443/collectives-westend" - } - ], - "api_endpoints": [], - "bootnodes": [], - "documentation": ["https://github.com/paritytech/cumulus"], - "expectations": [ - "parity: Run collator nodes; upgrade runtime", - "community: Test potential integrations with Statemine/t parachain" - ], - "features": ["collectives_pallet: available on Collectmine"], - "notes": [] -} diff --git a/packages/assets/lib/ecosystem/json/index.tsx b/packages/assets/lib/ecosystem/json/index.tsx deleted file mode 100644 index 3a23c72d..00000000 --- a/packages/assets/lib/ecosystem/json/index.tsx +++ /dev/null @@ -1,128 +0,0 @@ -/* @license Copyright 2023 @paritytech/polkadot-cloud authors & contributors -SPDX-License-Identifier: GPL-3.0-only */ -import { NetworkInformation } from "../types"; - -import acalaJson from "./Acala.json"; -import ajunaJson from "./Ajuna.json"; -import aleph_Zero_TestnetJson from "./Aleph_Zero_Testnet.json"; -import aleph_ZeroJson from "./Aleph_Zero.json"; -import astarJson from "./Astar.json"; -import bajunJson from "./Bajun.json"; -import basiliskJson from "./Basilisk.json"; -import bifrost_KusamaJson from "./Bifrost_Kusama.json"; -import bifrostJson from "./Bifrost.json"; -import contractsJson from "./Contracts.json"; -import hydraDXJson from "./HydraDX.json"; -import idiyanale_TestnetJson from "./Idiyanale_Testnet.json"; -import karuraJson from "./Karura.json"; -import khalaJson from "./Khala.json"; -import kusama_Asset_HubJson from "./Kusama_Asset_Hub.json"; -import kusama_BridgeHubJson from "./Kusama_BridgeHub.json"; -import kusamaJson from "./Kusama.json"; -import moonbase_AlphaJson from "./Moonbase_Alpha.json"; -import moonbase_RelayJson from "./Moonbase_Relay.json"; -import moonbeamJson from "./Moonbeam.json"; -import moonriverJson from "./Moonriver.json"; -import phalaJson from "./Phala.json"; -import polkadot_Asset_HubJson from "./Polkadot_Asset_Hub.json"; -import polkadot_BridgeHubJson from "./Polkadot_BridgeHub.json"; -import polkadot_CollectivesJson from "./Polkadot_Collectives.json"; -import polkadotJson from "./Polkadot.json"; -import rococo_Asset_HubJson from "./Rococo_Asset_Hub.json"; -import rococo_BridgeHubJson from "./Rococo_BridgeHub.json"; -import rococoJson from "./Rococo.json"; -import shibuyaJson from "./Shibuya.json"; -import shidenJson from "./Shiden.json"; -import tangleJson from "./Tangle.json"; -import tinkernetJson from "./Tinkernet.json"; -import tokyoJson from "./Tokyo.json"; -import watrJson from "./Watr.json"; -import westend_Asset_HubJson from "./Westend_Asset_Hub.json"; -import westend_BridgeHubJson from "./Westend_BridgeHub.json"; -import westend_CollectivesJson from "./Westend_Collectives.json"; -import westendJson from "./Westend.json"; - -// To add a validator operator to this list, refer to the instructions hosted in this package's -// README file: -// https://github.com/polkadot-cloud/polkadot-cloud/tree/main/packages/assets#adding-validator-operators -const acala: NetworkInformation = acalaJson; -const ajuna: NetworkInformation = ajunaJson; -const aleph_Zero_Testnet: NetworkInformation = aleph_Zero_TestnetJson; -const aleph_Zero: NetworkInformation = aleph_ZeroJson; -const astar: NetworkInformation = astarJson; -const bajun: NetworkInformation = bajunJson; -const basilisk: NetworkInformation = basiliskJson; -const bifrost_Kusama: NetworkInformation = bifrost_KusamaJson; -const bifrost: NetworkInformation = bifrostJson; -const contracts: NetworkInformation = contractsJson; -const hydraDX: NetworkInformation = hydraDXJson; -const idiyanale_Testnet: NetworkInformation = idiyanale_TestnetJson; -const karura: NetworkInformation = karuraJson; -const khala: NetworkInformation = khalaJson; -const kusama_Asset_Hub: NetworkInformation = kusama_Asset_HubJson; -const kusama_BridgeHub: NetworkInformation = kusama_BridgeHubJson; -const kusama: NetworkInformation = kusamaJson; -const moonbase_Alpha: NetworkInformation = moonbase_AlphaJson; -const moonbase_Relay: NetworkInformation = moonbase_RelayJson; -const moonbeam: NetworkInformation = moonbeamJson; -const moonriver: NetworkInformation = moonriverJson; -const phala: NetworkInformation = phalaJson; -const polkadot_Asset_Hub: NetworkInformation = polkadot_Asset_HubJson; -const polkadot_BridgeHub: NetworkInformation = polkadot_BridgeHubJson; -const polkadot_Collectives: NetworkInformation = polkadot_CollectivesJson; -const polkadot: NetworkInformation = polkadotJson; -const rococo_Asset_Hub: NetworkInformation = rococo_Asset_HubJson; -const rococo_BridgeHub: NetworkInformation = rococo_BridgeHubJson; -const rococo: NetworkInformation = rococoJson; -const shibuya: NetworkInformation = shibuyaJson; -const shiden: NetworkInformation = shidenJson; -const tangle: NetworkInformation = tangleJson; -const tinkernet: NetworkInformation = tinkernetJson; -const tokyo: NetworkInformation = tokyoJson; -const watr: NetworkInformation = watrJson; -const westend_Asset_Hub: NetworkInformation = westend_Asset_HubJson; -const westend_BridgeHub: NetworkInformation = westend_BridgeHubJson; -const westend_Collectives: NetworkInformation = westend_CollectivesJson; -const westend: NetworkInformation = westendJson; - -export { - acala, - ajuna, - aleph_Zero_Testnet, - aleph_Zero, - astar, - bajun, - basilisk, - bifrost_Kusama, - bifrost, - contracts, - hydraDX, - idiyanale_Testnet, - karura, - khala, - kusama_Asset_Hub, - kusama_BridgeHub, - kusama, - moonbase_Alpha, - moonbase_Relay, - moonbeam, - moonriver, - phala, - polkadot_Asset_Hub, - polkadot_BridgeHub, - polkadot_Collectives, - polkadot, - rococo_Asset_Hub, - rococo_BridgeHub, - rococo, - shibuya, - shiden, - tangle, - tinkernet, - tokyo, - watr, - westend_Asset_Hub, - westend_BridgeHub, - westend_Collectives, - westend, -}; diff --git a/packages/assets/lib/ecosystem/types.ts b/packages/assets/lib/ecosystem/types.ts deleted file mode 100644 index 6a7a16b7..00000000 --- a/packages/assets/lib/ecosystem/types.ts +++ /dev/null @@ -1,72 +0,0 @@ -/* eslint-disable @typescript-eslint/no-explicit-any */ -export interface NetworkInformation { - name: string; - network_type: string; // TODO, add type guard for string: "mainnet" | "canarynet" | "solo_mainnet" | "solo_testnet"; - chain: Chain; - chainspec: Chainspec; - goals: any[]; - repository: string; - validators: string[]; - release_cycle: string; - specs: Specs; - contacts: Contact[]; - faucet?: any; - rpc_endpoints: RpcEndpoint[]; - api_endpoints: ApiEndpoint[]; - bootnodes: Bootnode[]; - documentation: string[]; - expectations: any[]; - features: string[]; - notes: any[]; -} - -export interface Chain { - type: string; - // TODO, add type guard for string - // | "relaychain" - // | "parachain" - // | "testnet" - // | "solo_mainnet" - // | "solo_testnet"; - parent?: string; - // TODO, add type guard for string - // | "Polkadot" - // | "Kusama" - // | "Westend" - // | "Rococo" - // | "Moonbase Relay" - // | "Tokyo"; - consensus: string; - // TODO, add type guard for string - // "PoS" | "PoA" | "Aura"; - sudo: boolean; - para_id?: number; -} - -export interface Chainspec { - http_url: string; -} - -export interface Specs { - block_time: number; - decimals: number; - token: string; - ss58_format: number; - ed?: number; - lease_period?: number; - era?: any; -} - -export interface Contact { - type: string; - contact: string; -} - -export interface Endpoint { - name: string; - url: string; -} - -export type RpcEndpoint = Endpoint; -export type ApiEndpoint = Endpoint; -export type Bootnode = Endpoint;