Skip to content

Commit

Permalink
Add ArgochainTestnet configuration (#395)
Browse files Browse the repository at this point in the history
feat: add Argochain Testnet
(#395)
### Description

<!--
Summary of change.
Example: Add sepolia chain
--> Add Argochain Testnet using the projects' official
docs.

### Backward compatibility

<!--
Are these changes backward compatible? Note that additions are backwards
compatible.

Yes/No
--> No

### Testing

<!--
Have any new metadata configs and deployment addresses been used with
any Hyperlane tooling, such as the CLI?
--> CLI

---------

Authored-by: Pavon Dunbar <[email protected]>

---------

Co-authored-by: Paul Balaji <[email protected]>
  • Loading branch information
pavondunbar and paulbalaji authored Dec 10, 2024
1 parent e6e21af commit 826a73e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilled-wasps-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Adding Argochain Testnet to the Official Hyperlane Github Registry
1 change: 1 addition & 0 deletions chains/argochaintestnet/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions chains/argochaintestnet/metadata.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 826a73e

Please sign in to comment.