-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add SOON network, add Bonk metadata and logo (#460)
### Description - Adds metadata and addresses for SOON - Drive-by to update the `real` coingecko ID to be more accurate (as it was preview only, we'd default to $1 there) - Adds the Bonk logo and metadata for use in a warp route that will be deployed. See https://idylufmhksp63vptfnctn2qcjphffwwryc5cbw4wd2xnyiqzf3ga.arweave.net/QPC6FYdUn-3V8ytFNuoCS85S2tHAuiDblh6u3CIZLsw for the Solana metadata for Bonk - Made a warp route not having a config file a warning because of a chicken and egg problem with SVM warp routes ### Backward compatibility Changes the real coingecko ID ### Testing <!-- Have any new metadata configs and deployment addresses been used with any Hyperlane tooling, such as the CLI? --> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
21f1b3a
commit 9a11b8b
Showing
10 changed files
with
93 additions
and
9 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 SOON chain, add Bonk logo and metadata, make warp deploys without a config a warning |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
interchainGasPaymaster: Dsem8R6mkrpNoNb6CRUEjEZRP2hKRC24thyCkVr8cNYZ | ||
interchainSecurityModule: 4fPoa26ayqY1cwY3AcqUPvdLLNHpjJGdDQevtnTLAAnH | ||
mailbox: Mj7GE6LZiJUZFTgabmNkFoY2o6JCEwCMKopSUUC3kqj | ||
merkleTreeHook: Mj7GE6LZiJUZFTgabmNkFoY2o6JCEwCMKopSUUC3kqj | ||
validatorAnnounce: GFqF38mSacfvbJRKkhmjJvSkzTEKemSNVoWi4Q94ZPvz |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,26 @@ | ||
# yaml-language-server: $schema=../schema.json | ||
blockExplorers: | ||
- apiUrl: https://explorer.soo.network/ | ||
family: other | ||
name: SOON Explorer | ||
url: https://explorer.soo.network/ | ||
blocks: | ||
confirmations: 1 | ||
estimateBlockTime: 0.05 | ||
reorgPeriod: 0 | ||
chainId: 50075007 | ||
deployer: | ||
name: Abacus Works | ||
url: https://www.hyperlane.xyz | ||
displayName: SOON | ||
domainId: 50075007 | ||
gasCurrencyCoinGeckoId: ethereum | ||
name: soon | ||
nativeToken: | ||
decimals: 9 | ||
name: Ether | ||
symbol: ETH | ||
protocol: sealevel | ||
rpcUrls: | ||
- http: https://rpc.mainnet.soo.network/rpc | ||
technicalStack: other |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,7 @@ | ||
{ | ||
"name": "Bonk", | ||
"symbol": "Bonk", | ||
"description": "The Official Bonk Inu token. Warp Route bridged via Hyperlane", | ||
"image": "https://arweave.net/hQiPZOsRZXGXBJd_82PhVdlM_hACsT_q6wqwf5cSY7I", | ||
"attributes": [] | ||
} |
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