-
Notifications
You must be signed in to change notification settings - Fork 116
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
Conversation
🦋 Changeset detectedLatest commit: 9dfb8fd The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
…stry into trevor/soon
url: https://explorer.soo.network/ | ||
blocks: | ||
confirmations: 1 | ||
estimateBlockTime: 0.05 |
There was a problem hiding this comment.
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}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### 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>
Description
real
coingecko ID to be more accurate (as it was preview only, we'd default to $1 there)Backward compatibility
Changes the real coingecko ID
Testing