Skip to content

Commit

Permalink
feat: Add ART/artela-base-solanamainnet artifacts (#493)
Browse files Browse the repository at this point in the history
### Description

<!--
Summary of change.
Example: Add sepolia chain
-->

### Backward compatibility

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

Yes/No
-->

### Testing

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

---------

Co-authored-by: Trevor Porter <[email protected]>
  • Loading branch information
ltyu and tkporter authored Jan 16, 2025
1 parent 5e7227c commit 28b8d3e
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tough-stingrays-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Add ART/artela-base-solanamainnet artifacts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
artela:
native: "0x0a78BC3CBBC79C4C6E5d4e5b2bbD042E58e93484"
base:
synthetic: "0x228c5101b2C63b9d620a3e8FEa7eC14263F82569"
solanamainnet:
synthetic: ELAJhVNCRfipNT99YTfPBGTAgyD5x9mEv3DYr9fvRM2C
35 changes: 35 additions & 0 deletions deployments/warp_routes/ART/artela-base-solanamainnet-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0x0a78BC3CBBC79C4C6E5d4e5b2bbD042E58e93484"
chainName: artela
# ART is not live yet. Temporarily setting to USDC.
coinGeckoId: usd-coin
connections:
- token: ethereum|base|0x228c5101b2C63b9d620a3e8FEa7eC14263F82569
- token: sealevel|solanamainnet|ELAJhVNCRfipNT99YTfPBGTAgyD5x9mEv3DYr9fvRM2C
decimals: 18
logoURI: /deployments/warp_routes/ART/logo.svg
name: Artela
standard: EvmHypNative
symbol: ART
- addressOrDenom: "0x228c5101b2C63b9d620a3e8FEa7eC14263F82569"
chainName: base
connections:
- token: ethereum|artela|0x0a78BC3CBBC79C4C6E5d4e5b2bbD042E58e93484
- token: sealevel|solanamainnet|ELAJhVNCRfipNT99YTfPBGTAgyD5x9mEv3DYr9fvRM2C
decimals: 18
logoURI: /deployments/warp_routes/ART/logo.svg
name: Artela
standard: EvmHypSynthetic
symbol: ART
- addressOrDenom: ELAJhVNCRfipNT99YTfPBGTAgyD5x9mEv3DYr9fvRM2C
chainName: solanamainnet
collateralAddressOrDenom: HzHsoKDY7vqsnpjQQCbu9fsXAgKHEqngzBjMSyLehRPx
connections:
- token: ethereum|artela|0x0a78BC3CBBC79C4C6E5d4e5b2bbD042E58e93484
- token: ethereum|base|0x228c5101b2C63b9d620a3e8FEa7eC14263F82569
decimals: 9
logoURI: /deployments/warp_routes/ART/logo.svg
name: Artela
standard: SealevelHypSynthetic
symbol: ART

0 comments on commit 28b8d3e

Please sign in to comment.