Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add SOON network, add Bonk metadata and logo #460

Merged
merged 12 commits into from
Jan 7, 2025
Merged

Conversation

tkporter
Copy link
Contributor

@tkporter tkporter commented Jan 3, 2025

Description

Backward compatibility

Changes the real coingecko ID

Testing

Copy link

changeset-bot bot commented Jan 3, 2025

🦋 Changeset detected

Latest commit: 9dfb8fd

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@hyperlane-xyz/registry Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@tkporter tkporter changed the title [draft] SOON feat: add SOON network, add Bonk metadata and logo Jan 7, 2025
@tkporter tkporter added this pull request to the merge queue Jan 7, 2025
url: https://explorer.soo.network/
blocks:
confirmations: 1
estimateBlockTime: 0.05
Copy link
Contributor

@daniel-savu daniel-savu Jan 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did a quick check and the block time was between 3 and 13 sec

curl https://rpc.testnet.soo.network/rpc \
-X POST \
-H "Content-Type: application/json" \
-d '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "getBlockTime",
  "params": [369624]
}'

{"jsonrpc":"2.0","result":1734675806,"id":1}
% curl https://rpc.testnet.soo.network/rpc \
-X POST \
-H "Content-Type: application/json" \
-d '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "getBlockTime",
  "params": [369625]
}'
{"jsonrpc":"2.0","result":1734675819,"id":1}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merged via the queue into main with commit 9a11b8b Jan 7, 2025
6 checks passed
@tkporter tkporter deleted the trevor/soon branch January 7, 2025 11:58
ltyu pushed a commit that referenced this pull request Jan 7, 2025
### 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants