-
Notifications
You must be signed in to change notification settings - Fork 112
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
add WeaveVM #378
base: main
Are you sure you want to change the base?
add WeaveVM #378
Conversation
|
add logo.svg and changeset file |
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.
- rename
weavevm
->weavevmtestnet
- add a
logo.svg
- run
yarn changeset add
to add a changeset
confirmations: 1 | ||
estimateBlockTime: 1 | ||
reorgPeriod: 1 | ||
chainId: 9496 |
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.
please add your deployer details e.g.
hyperlane-registry/chains/abstracttestnet/metadata.yaml
Lines 12 to 14 in b044eca
deployer: | |
name: Abacus Works | |
url: https://www.hyperlane.xyz |
transactionOverrides: | ||
maxFeePerGas: 1000000000 | ||
maxPriorityFeePerGas: 1000000000 |
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.
is this necessary? any docs recommending this?
Description
Add WeaveVM Testnet
Backward compatibility
Yes