Skip to content

Commit

Permalink
Added echos chain and INTERN warp route (#432)
Browse files Browse the repository at this point in the history
### Description
Added echos chain and INTERN warp route to inEVM

### Backward compatibility
Yes

### Testing
Addresses pulled from CLI during deployment.

---------

Co-authored-by: pbio <10051819+paulbalaji@users.noreply.github.com>
  • Loading branch information
sampocs and paulbalaji authored Dec 18, 2024
1 parent c02e13d commit 7c44de7
Show file tree
Hide file tree
Showing 8 changed files with 81 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/odd-boats-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hyperlane-xyz/registry": minor
---

Added echos chain and INTERN warp route
13 changes: 13 additions & 0 deletions chains/echos/addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
domainRoutingIsmFactory: "0x2F91D969E0a1318A36E0c4f9e180Aa9aA9713904"
interchainGasPaymaster: "0x26006d6E9931320DE9A7C80629F3bE5c1Adcd3FD"
interchainSecurityModule: "0x1D13e24Bb2Dbc8792A9d6Ec51Ef91121247f1926"
mailbox: "0x2cA13C25A48B5A98c5AD47808Efa983D29543a9a"
merkleTreeHook: "0xB04667c75e01aEea9e742eF50CDe6f30C9Ce8136"
protocolFee: "0x56f57BCfFC6e285552778EC4ce535513E826Bc9c"
proxyAdmin: "0xeD9A6DBa959Ab0E6c896E669840CBbda6ac17b52"
staticAggregationHookFactory: "0x577d681F3BF0eF4bed349Cc718f584221798392D"
staticAggregationIsmFactory: "0xd4103b43ADb2214951cAa2B190ba1Ba1bF462F0A"
staticMerkleRootMultisigIsmFactory: "0x54f815Ea3fb27802a0A6648D7fa17E246080003e"
staticMessageIdMultisigIsmFactory: "0xC54327035f6aD1c828cF2B92AFabEf28CF3c937e"
testRecipient: "0xa2d56aA1Fd4cbA1b745c729B47eD2aCF945450b1"
validatorAnnounce: "0x294139274Fd47a69Cbb7F3D0c712BdcDc718EB17"
1 change: 1 addition & 0 deletions chains/echos/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions chains/echos/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# yaml-language-server: $schema=../schema.json
blockExplorers:
- apiUrl: https://explorer.echos.fun/api
family: blockscout
name: Echos Explorer
url: https://explorer.echos.fun
blocks:
confirmations: 1
estimateBlockTime: 1
reorgPeriod: 1
chainId: 4321
deployer:
name: Stride Labs
url: https://www.stride.zone
displayName: Echos
displayNameShort: Echos
domainId: 4321
gasCurrencyCoinGeckoId: usd-coin
index:
from: 3206000
name: echos
nativeToken:
decimals: 18
name: USDC
symbol: USDC
protocol: ethereum
rpcUrls:
- http: https://rpc-echos-mainnet-0.t.conduit.xyz
4 changes: 4 additions & 0 deletions deployments/warp_routes/INTERN/echos-inevm-addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
echos:
collateral: "0xEad0F28bDCEdb19698C4D9f64fd69c70d24ec0D5"
inevm:
synthetic: "0xFd2fCfee83bDB31c6f9bee4013FAEe0c675f2Dd5"
23 changes: 23 additions & 0 deletions deployments/warp_routes/INTERN/echos-inevm-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# yaml-language-server: $schema=../schema.json
tokens:
# INTERN on Echos to inEVM
- addressOrDenom: "0xEad0F28bDCEdb19698C4D9f64fd69c70d24ec0D5"
chainName: echos
collateralAddressOrDenom: "0x7cd386bd75f2a5d7706c39da56bc5d52544b5617"
connections:
- token: ethereum|inevm|0xFd2fCfee83bDB31c6f9bee4013FAEe0c675f2Dd5
decimals: 18
logoURI: /deployments/warp_routes/INTERN/logo.png
name: Injective Intern
standard: EvmHypCollateral
symbol: INTERN
# INTERN on inEVM to Echos
- addressOrDenom: "0xFd2fCfee83bDB31c6f9bee4013FAEe0c675f2Dd5"
chainName: inevm
connections:
- token: ethereum|echos|0xEad0F28bDCEdb19698C4D9f64fd69c70d24ec0D5
decimals: 18
logoURI: /deployments/warp_routes/INTERN/logo.png
name: Injective Intern
standard: EvmHypSynthetic
symbol: INTERN
Binary file added deployments/warp_routes/INTERN/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions deployments/warp_routes/INTERN/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Injective Intern",
"symbol": "INTERN",
"description": "one burn auction away from retirement, still outworking your team 🥷",
"image": "https://raw.githubusercontent.com/hyperlane-xyz/hyperlane-registry/refs/heads/main/deployments/warp_routes/INTERN/logo.svg",
"attributes": []
}

0 comments on commit 7c44de7

Please sign in to comment.