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

add WeaveVM #378

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions chains/weavevm/addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
domainRoutingIsmFactory: "0xA3E2Cf4c32Eb57908A5341A96C2b3342eC8125d4"
interchainAccountIsm: "0xF29512aBe9A1b7ee38dc41f295302c550860B2A5"
interchainAccountRouter: "0xbEA434E7B8a4340E7f4C347D63B94F09C53368e5"
mailbox: "0xF772Da3C0651a4BA8D5c8787a86212c830BC225f"
merkleTreeHook: "0x9EfD3620B9D98f96C60cB64f2a87814eFC6DC4b5"
proxyAdmin: "0x9190680A18a7efED9E8066764a1C6C96d6da7Dfa"
staticAggregationHookFactory: "0xb6D436cf714F02359Ac469e3c6Dd054E48195bb4"
staticAggregationIsmFactory: "0xe110E463F47d9EC6086171EAeF5C4236cbB22f5c"
staticMerkleRootMultisigIsmFactory: "0x8393b4b6Ae851de94525C255f175d97bd1c37C43"
staticMerkleRootWeightedMultisigIsmFactory: "0x90d40C0644C6C01000cd97aC3fec1B25ff47fcAf"
staticMessageIdMultisigIsmFactory: "0xe90E408aC5e4Cac770896833392137A4698A8ECD"
staticMessageIdWeightedMultisigIsmFactory: "0x51a29B1Db4415499E4cf4830D008F4495beD36fB"
testRecipient: "0x6061C58AB2038B22D567aE3F35D945434CF7bba8"
validatorAnnounce: "0xea6ADb98a73aB8b885b4F1ef9718FE3b869287bd"
25 changes: 25 additions & 0 deletions chains/weavevm/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# yaml-language-server: $schema=../schema.json
blockExplorers:
- apiUrl: https://explorer.wvm.dev/api
family: blockscout
name: WeaveVM Alphanet Explorer
url: https://explorer.wvm.dev
blocks:
confirmations: 1
estimateBlockTime: 1
reorgPeriod: 1
chainId: 9496
Copy link
Contributor

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.

deployer:
name: Abacus Works
url: https://www.hyperlane.xyz

displayName: WeaveVM
domainId: 9496
isTestnet: true
name: weavevm
nativeToken:
decimals: 18
name: Testnet WeaveVM
symbol: tWVM
protocol: ethereum
rpcUrls:
- http: https://testnet-rpc.wvm.dev
transactionOverrides:
maxFeePerGas: 1000000000
maxPriorityFeePerGas: 1000000000
Comment on lines +23 to +25
Copy link
Contributor

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?