From a658f86f19db30e64f89b31b144840e95b02fe85 Mon Sep 17 00:00:00 2001 From: 0xngmi <80541789+0xngmi@users.noreply.github.com> Date: Sun, 6 Mar 2022 14:27:34 +0000 Subject: [PATCH 1/3] add defillama's fork (#944) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60676c78..8d97a48b 100644 --- a/README.md +++ b/README.md @@ -91,4 +91,5 @@ There are also aggregated json files with all chains automatically assembled: * [FaucETH](https://github.com/komputing/FaucETH) * [Sourcify playground](https://playground.sourcify.dev) * [chaindirectory.xyz](https://www.chaindirectory.xyz) + * [DefiLlama's chainlist](https://chainlist.defillama.com/) * Your project - contact us to add it here! From 42671eecbdc9cfa3c975482a6c1deb49960183bd Mon Sep 17 00:00:00 2001 From: Henter Date: Sun, 6 Mar 2022 22:34:24 +0800 Subject: [PATCH 2/3] Add chain-list.org (#945) Co-authored-by: ligi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d97a48b..15a0dd06 100644 --- a/README.md +++ b/README.md @@ -91,5 +91,6 @@ There are also aggregated json files with all chains automatically assembled: * [FaucETH](https://github.com/komputing/FaucETH) * [Sourcify playground](https://playground.sourcify.dev) * [chaindirectory.xyz](https://www.chaindirectory.xyz) + * [chain-list.org](https://chain-list.org) * [DefiLlama's chainlist](https://chainlist.defillama.com/) * Your project - contact us to add it here! From 43f62165d1ffad9e0ccdaceb24d152efd8121456 Mon Sep 17 00:00:00 2001 From: Robin Wen Date: Mon, 7 Mar 2022 14:07:25 +0800 Subject: [PATCH 3/3] Add chainlist.network (#947) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15a0dd06..7db643b8 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ when an icon is used in either the network or a explorer there must be a json in [ { - "url": "ipfs://QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt", + "url": "ipfs://QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt", "width": 1000, "height": 1628, "format": "png" @@ -69,7 +69,7 @@ If the chain is an L2 or a shard of another chain you can link it to the parent where you need to specify type 2 and the reference to an existing parent. The field about bridges is optional. -## Aggregation +## Aggregation There are also aggregated json files with all chains automatically assembled: * https://chainid.network/chains.json @@ -93,4 +93,5 @@ There are also aggregated json files with all chains automatically assembled: * [chaindirectory.xyz](https://www.chaindirectory.xyz) * [chain-list.org](https://chain-list.org) * [DefiLlama's chainlist](https://chainlist.defillama.com/) + * [chainlist.network](https://chainlist.network/) * Your project - contact us to add it here!