From 323be924e2d6af3ccde0dada2e1e08ce367a7e37 Mon Sep 17 00:00:00 2001 From: Chris Cassano Date: Tue, 21 Jan 2025 18:29:16 -0800 Subject: [PATCH 1/6] add lit chain - chronicle yellowstone --- chains/chronicleyellowstone/icon.svg | 4 ++++ chains/chronicleyellowstone/metadata.yaml | 29 +++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 chains/chronicleyellowstone/icon.svg create mode 100644 chains/chronicleyellowstone/metadata.yaml diff --git a/chains/chronicleyellowstone/icon.svg b/chains/chronicleyellowstone/icon.svg new file mode 100644 index 000000000..d4345cf92 --- /dev/null +++ b/chains/chronicleyellowstone/icon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/chains/chronicleyellowstone/metadata.yaml b/chains/chronicleyellowstone/metadata.yaml new file mode 100644 index 000000000..44892c633 --- /dev/null +++ b/chains/chronicleyellowstone/metadata.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=../schema.json +blockExplorers: + - apiUrl: https://yellowstone-explorer.litprotocol.com/api + family: etherscan + name: Yellowstone Explorer + url: https://yellowstone-explorer.litprotocol.com +blocks: + confirmations: 1 + estimateBlockTime: 1 + reorgPeriod: 0 +chainId: 175188 +deployer: + name: Abacus Works + url: https://www.hyperlane.xyz +displayName: Chronicle Yellowstone +domainId: 175188 +gasCurrencyCoinGeckoId: ??? +index: + from: ??? # Index of Mailbox deployment, nitro specific +isTestnet: true +name: chronicleyellowstone +nativeToken: + decimals: 18 + name: Test LPX + symbol: tstLPX +protocol: ethereum +rpcUrls: + - http: https://yellowstone-rpc.litprotocol.com +technicalStack: arbitrumnitro From 3a9b90208ec0b8a5ca86b7bb310c5e99e6b5ad90 Mon Sep 17 00:00:00 2001 From: Chris Cassano <1285652+glitch003@users.noreply.github.com> Date: Thu, 23 Jan 2025 06:41:50 +0700 Subject: [PATCH 2/6] Update chains/chronicleyellowstone/metadata.yaml Co-authored-by: Paul Balaji <10051819+paulbalaji@users.noreply.github.com> --- chains/chronicleyellowstone/metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/chronicleyellowstone/metadata.yaml b/chains/chronicleyellowstone/metadata.yaml index 44892c633..8b8e470b7 100644 --- a/chains/chronicleyellowstone/metadata.yaml +++ b/chains/chronicleyellowstone/metadata.yaml @@ -16,7 +16,7 @@ displayName: Chronicle Yellowstone domainId: 175188 gasCurrencyCoinGeckoId: ??? index: - from: ??? # Index of Mailbox deployment, nitro specific + from: 2339059 isTestnet: true name: chronicleyellowstone nativeToken: From 357c2b176d1f448799b6c0b8d3d42d0d6b806cb0 Mon Sep 17 00:00:00 2001 From: Chris Cassano <1285652+glitch003@users.noreply.github.com> Date: Thu, 23 Jan 2025 06:42:00 +0700 Subject: [PATCH 3/6] Update chains/chronicleyellowstone/metadata.yaml Co-authored-by: Paul Balaji <10051819+paulbalaji@users.noreply.github.com> --- chains/chronicleyellowstone/metadata.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/chains/chronicleyellowstone/metadata.yaml b/chains/chronicleyellowstone/metadata.yaml index 8b8e470b7..3cc0a4b63 100644 --- a/chains/chronicleyellowstone/metadata.yaml +++ b/chains/chronicleyellowstone/metadata.yaml @@ -14,7 +14,6 @@ deployer: url: https://www.hyperlane.xyz displayName: Chronicle Yellowstone domainId: 175188 -gasCurrencyCoinGeckoId: ??? index: from: 2339059 isTestnet: true From c9a2699dd9da0b2734c622dc3fa2a18f5b7fc515 Mon Sep 17 00:00:00 2001 From: Chris Cassano <1285652+glitch003@users.noreply.github.com> Date: Thu, 23 Jan 2025 06:42:54 +0700 Subject: [PATCH 4/6] Update chains/chronicleyellowstone/metadata.yaml Co-authored-by: Paul Balaji <10051819+paulbalaji@users.noreply.github.com> --- chains/chronicleyellowstone/metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/chronicleyellowstone/metadata.yaml b/chains/chronicleyellowstone/metadata.yaml index 3cc0a4b63..9db6fadc6 100644 --- a/chains/chronicleyellowstone/metadata.yaml +++ b/chains/chronicleyellowstone/metadata.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=../schema.json blockExplorers: - apiUrl: https://yellowstone-explorer.litprotocol.com/api - family: etherscan + family: blockscout name: Yellowstone Explorer url: https://yellowstone-explorer.litprotocol.com blocks: From d13d385d2da2be90090d20d80e0c11888aa906a7 Mon Sep 17 00:00:00 2001 From: Chris Cassano Date: Mon, 27 Jan 2025 14:31:29 -0800 Subject: [PATCH 5/6] add changeset --- .changeset/rude-boxes-brake.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/rude-boxes-brake.md diff --git a/.changeset/rude-boxes-brake.md b/.changeset/rude-boxes-brake.md new file mode 100644 index 000000000..b269f9ef5 --- /dev/null +++ b/.changeset/rude-boxes-brake.md @@ -0,0 +1,5 @@ +--- +'@hyperlane-xyz/registry': minor +--- + +Addng chronicleyellowstone chain metadata From 1f75a7e375ed3bce450f852da5fa8f531234ecda Mon Sep 17 00:00:00 2001 From: Chris Cassano Date: Tue, 28 Jan 2025 15:53:59 -0800 Subject: [PATCH 6/6] Rename to logo.svg --- chains/chronicleyellowstone/{icon.svg => logo.svg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename chains/chronicleyellowstone/{icon.svg => logo.svg} (100%) diff --git a/chains/chronicleyellowstone/icon.svg b/chains/chronicleyellowstone/logo.svg similarity index 100% rename from chains/chronicleyellowstone/icon.svg rename to chains/chronicleyellowstone/logo.svg