-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add ART/artela-base-solanamainnet artifacts (#493)
### 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
Showing
3 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@hyperlane-xyz/registry': minor | ||
--- | ||
|
||
Add ART/artela-base-solanamainnet artifacts |
6 changes: 6 additions & 0 deletions
6
deployments/warp_routes/ART/artela-base-solanamainnet-addresses.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
35
deployments/warp_routes/ART/artela-base-solanamainnet-config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |