-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: rest of tokens bridged to Sonic (#536)
### Description - sSOL, USD*, USDC, USDT, and SONIC bridged between Solana and Sonic ### 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: Paul Balaji <[email protected]>
- Loading branch information
1 parent
63363b7
commit 427974d
Showing
15 changed files
with
165 additions
and
8 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 sSOL, USDStar, USDC, USDT, and SONIC bridged between Solana and Sonic. Rename USD* -> USDStar. |
4 changes: 4 additions & 0 deletions
4
deployments/warp_routes/SONIC/solanamainnet-sonicsvm-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,4 @@ | ||
solanamainnet: | ||
collateral: 2e6hyJbUpbhqbJzorDZ1m4QVTj5oPhsn2H3KBaMFVXAz | ||
sonicsvm: | ||
synthetic: 5sPRiRLfmohVmtkgiGV6scrzy2C6qEZRGRUiePZf1Fs2 |
23 changes: 23 additions & 0 deletions
23
deployments/warp_routes/SONIC/solanamainnet-sonicsvm-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,23 @@ | ||
# yaml-language-server: $schema=../schema.json | ||
tokens: | ||
- addressOrDenom: 2e6hyJbUpbhqbJzorDZ1m4QVTj5oPhsn2H3KBaMFVXAz | ||
chainName: solanamainnet | ||
coinGeckoId: sonic-svm | ||
collateralAddressOrDenom: SonicxvLud67EceaEzCLRnMTBqzYUUYNr93DBkBdDES | ||
connections: | ||
- token: sealevel|sonicsvm|5sPRiRLfmohVmtkgiGV6scrzy2C6qEZRGRUiePZf1Fs2 | ||
decimals: 9 | ||
logoURI: /deployments/warp_routes/SONIC/logo.svg | ||
name: Sonic SVM | ||
standard: SealevelHypCollateral | ||
symbol: SONIC | ||
- addressOrDenom: 5sPRiRLfmohVmtkgiGV6scrzy2C6qEZRGRUiePZf1Fs2 | ||
chainName: sonicsvm | ||
collateralAddressOrDenom: mrujEYaN1oyQXDHeYNxBYpxWKVkQ2XsGxfznpifu4aL | ||
connections: | ||
- token: sealevel|solanamainnet|2e6hyJbUpbhqbJzorDZ1m4QVTj5oPhsn2H3KBaMFVXAz | ||
decimals: 9 | ||
logoURI: /deployments/warp_routes/SONIC/logo.svg | ||
name: Sonic SVM | ||
standard: SealevelHypSynthetic | ||
symbol: SONIC |
4 changes: 4 additions & 0 deletions
4
deployments/warp_routes/USDC/solanamainnet-sonicsvm-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,4 @@ | ||
solanamainnet: | ||
collateral: 996EsR8a7MC6odE6j7sjsArmDQVqB96qWu84wHdthahm | ||
sonicsvm: | ||
synthetic: BvTEYSqCcfMwpAriC1vDpNhzR1JWzasRFfCPCdgsYaCd |
23 changes: 23 additions & 0 deletions
23
deployments/warp_routes/USDC/solanamainnet-sonicsvm-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,23 @@ | ||
# yaml-language-server: $schema=../schema.json | ||
tokens: | ||
- addressOrDenom: 996EsR8a7MC6odE6j7sjsArmDQVqB96qWu84wHdthahm | ||
chainName: solanamainnet | ||
coinGeckoId: usd-coin | ||
collateralAddressOrDenom: EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v | ||
connections: | ||
- token: sealevel|sonicsvm|BvTEYSqCcfMwpAriC1vDpNhzR1JWzasRFfCPCdgsYaCd | ||
decimals: 6 | ||
logoURI: /deployments/warp_routes/USDC/logo.svg | ||
name: USDC | ||
standard: SealevelHypCollateral | ||
symbol: USDC | ||
- addressOrDenom: BvTEYSqCcfMwpAriC1vDpNhzR1JWzasRFfCPCdgsYaCd | ||
chainName: sonicsvm | ||
collateralAddressOrDenom: HbDgpvHVxeNSRCGEUFvapCYmtYfqxexWcCbxtYecruy8 | ||
connections: | ||
- token: sealevel|solanamainnet|996EsR8a7MC6odE6j7sjsArmDQVqB96qWu84wHdthahm | ||
decimals: 6 | ||
logoURI: /deployments/warp_routes/USDC/logo.svg | ||
name: USDC | ||
standard: SealevelHypSynthetic | ||
symbol: USDC |
File renamed without changes
File renamed without changes.
4 changes: 4 additions & 0 deletions
4
deployments/warp_routes/USDStar/solanamainnet-sonicsvm-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,4 @@ | ||
solanamainnet: | ||
collateral: FRPTWpmnNPm4LS2a5NUL1QenUrzGDAuifZBUi1mTWTdt | ||
sonicsvm: | ||
synthetic: 68g96Cq16vKAqyG79BFVeJCgitjK9fQ1NRCRmcPkJtDB |
24 changes: 24 additions & 0 deletions
24
deployments/warp_routes/USDStar/solanamainnet-sonicsvm-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,24 @@ | ||
# yaml-language-server: $schema=../schema.json | ||
tokens: | ||
- addressOrDenom: FRPTWpmnNPm4LS2a5NUL1QenUrzGDAuifZBUi1mTWTdt | ||
chainName: solanamainnet | ||
# USD* is not yet on Coingecko. As it's a stablecoin, we approximate with USDC's value. | ||
coinGeckoId: usd-coin | ||
collateralAddressOrDenom: BenJy1n3WTx9mTjEvy63e8Q1j4RqUc6E4VBMz3ir4Wo6 | ||
connections: | ||
- token: sealevel|sonicsvm|68g96Cq16vKAqyG79BFVeJCgitjK9fQ1NRCRmcPkJtDB | ||
decimals: 6 | ||
logoURI: /deployments/warp_routes/USDStar/logo.svg | ||
name: USD Star | ||
standard: SealevelHypCollateral | ||
symbol: USD* | ||
- addressOrDenom: 68g96Cq16vKAqyG79BFVeJCgitjK9fQ1NRCRmcPkJtDB | ||
chainName: sonicsvm | ||
collateralAddressOrDenom: BhaUtuAuuv8B5BiPx4LZyaPhY8CCtJsGNAic24pZzV78 | ||
connections: | ||
- token: sealevel|solanamainnet|FRPTWpmnNPm4LS2a5NUL1QenUrzGDAuifZBUi1mTWTdt | ||
decimals: 6 | ||
logoURI: /deployments/warp_routes/USDStar/logo.svg | ||
name: USD Star | ||
standard: SealevelHypSynthetic | ||
symbol: USD* |
4 changes: 4 additions & 0 deletions
4
deployments/warp_routes/USDT/solanamainnet-sonicsvm-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,4 @@ | ||
solanamainnet: | ||
collateral: CKrNt2y1e2H9728mHRVYyF2owy9eKreepRKpTMj2j8JG | ||
sonicsvm: | ||
synthetic: BGW8geBw12Yyp4rW7Fp97a3CQRA4Czi8PdtuV2Ec3Vdy |
23 changes: 23 additions & 0 deletions
23
deployments/warp_routes/USDT/solanamainnet-sonicsvm-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,23 @@ | ||
# yaml-language-server: $schema=../schema.json | ||
tokens: | ||
- addressOrDenom: CKrNt2y1e2H9728mHRVYyF2owy9eKreepRKpTMj2j8JG | ||
chainName: solanamainnet | ||
coinGeckoId: tether | ||
collateralAddressOrDenom: Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB | ||
connections: | ||
- token: sealevel|sonicsvm|BGW8geBw12Yyp4rW7Fp97a3CQRA4Czi8PdtuV2Ec3Vdy | ||
decimals: 6 | ||
logoURI: /deployments/warp_routes/USDT/logo.svg | ||
name: USDT | ||
standard: SealevelHypCollateral | ||
symbol: USDT | ||
- addressOrDenom: BGW8geBw12Yyp4rW7Fp97a3CQRA4Czi8PdtuV2Ec3Vdy | ||
chainName: sonicsvm | ||
collateralAddressOrDenom: qPzdrTCvxK3bxoh2YoTZtDcGVgRUwm37aQcC3abFgBy | ||
connections: | ||
- token: sealevel|solanamainnet|CKrNt2y1e2H9728mHRVYyF2owy9eKreepRKpTMj2j8JG | ||
decimals: 6 | ||
logoURI: /deployments/warp_routes/USDT/logo.svg | ||
name: USDT | ||
standard: SealevelHypSynthetic | ||
symbol: USDT |
4 changes: 4 additions & 0 deletions
4
deployments/warp_routes/sSOL/solanamainnet-sonicsvm-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,4 @@ | ||
solanamainnet: | ||
collateral: 9PHKQFEDzedHuigSm1ZBojEX4DVF3cincGZwy3k7VHTN | ||
sonicsvm: | ||
synthetic: XYbsJQGzZgPDbt9Swd2ao54nhGSq8Wjq23MoogHvEq6 |
23 changes: 23 additions & 0 deletions
23
deployments/warp_routes/sSOL/solanamainnet-sonicsvm-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,23 @@ | ||
# yaml-language-server: $schema=../schema.json | ||
tokens: | ||
- addressOrDenom: 9PHKQFEDzedHuigSm1ZBojEX4DVF3cincGZwy3k7VHTN | ||
chainName: solanamainnet | ||
coinGeckoId: solayer-staked-sol | ||
collateralAddressOrDenom: sSo14endRuUbvQaJS3dq36Q829a3A6BEfoeeRGJywEh | ||
connections: | ||
- token: sealevel|sonicsvm|XYbsJQGzZgPDbt9Swd2ao54nhGSq8Wjq23MoogHvEq6 | ||
decimals: 9 | ||
logoURI: /deployments/warp_routes/sSOL/logo.svg | ||
name: Solayer SOL | ||
standard: SealevelHypCollateral | ||
symbol: sSOL | ||
- addressOrDenom: XYbsJQGzZgPDbt9Swd2ao54nhGSq8Wjq23MoogHvEq6 | ||
chainName: sonicsvm | ||
collateralAddressOrDenom: 21e27teReDgn7Z3J1ogdpJmFhUi75eYeiCD22zqCuwpd | ||
connections: | ||
- token: sealevel|solanamainnet|9PHKQFEDzedHuigSm1ZBojEX4DVF3cincGZwy3k7VHTN | ||
decimals: 9 | ||
logoURI: /deployments/warp_routes/sSOL/logo.svg | ||
name: Solayer SOL | ||
standard: SealevelHypSynthetic | ||
symbol: sSOL |
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
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