From 826a73ee96a0c7b555da219c56b3e37dac8f27d6 Mon Sep 17 00:00:00 2001 From: Pavon Dunbar <36899956+pavondunbar@users.noreply.github.com> Date: Tue, 10 Dec 2024 03:04:38 -0800 Subject: [PATCH] Add ArgochainTestnet configuration (#395) feat: add Argochain Testnet (https://github.com/hyperlane-xyz/hyperlane-registry/pull/395) ### Description Add Argochain Testnet using the projects' official docs. ### Backward compatibility No ### Testing CLI --------- Authored-by: Pavon Dunbar --------- Co-authored-by: Paul Balaji <10051819+paulbalaji@users.noreply.github.com> --- .changeset/chilled-wasps-marry.md | 5 +++++ chains/argochaintestnet/logo.svg | 1 + chains/argochaintestnet/metadata.yaml | 25 +++++++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 .changeset/chilled-wasps-marry.md create mode 100644 chains/argochaintestnet/logo.svg create mode 100644 chains/argochaintestnet/metadata.yaml diff --git a/.changeset/chilled-wasps-marry.md b/.changeset/chilled-wasps-marry.md new file mode 100644 index 000000000..bbaf65241 --- /dev/null +++ b/.changeset/chilled-wasps-marry.md @@ -0,0 +1,5 @@ +--- +'@hyperlane-xyz/registry': minor +--- + +Adding Argochain Testnet to the Official Hyperlane Github Registry diff --git a/chains/argochaintestnet/logo.svg b/chains/argochaintestnet/logo.svg new file mode 100644 index 000000000..647e814e9 --- /dev/null +++ b/chains/argochaintestnet/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/chains/argochaintestnet/metadata.yaml b/chains/argochaintestnet/metadata.yaml new file mode 100644 index 000000000..9840da419 --- /dev/null +++ b/chains/argochaintestnet/metadata.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=../schema.json +blockExplorers: + - apiUrl: https://test-scanner.devolvedai.com/api + family: other + name: Argochain Testnet Explorer + url: https://test-scanner.devolvedai.com +blocks: + confirmations: 1 + estimateBlockTime: 6 + reorgPeriod: 20 +chainId: 1298 +deployer: + name: pavondunbar + url: https://github.com/pavondunbar +displayName: Argochain Testnet +domainId: 1298 +isTestnet: true +name: argochaintestnet +nativeToken: + decimals: 18 + name: Argocoin + symbol: AGC +protocol: ethereum +rpcUrls: + - http: https://rpc-testnet.devolvedai.com