Key changes
This release adds support for MegaETH testnet and mainnet.
To enable mainnet, use the following config parameters:
--megaEthRPC YOUR_RPC
--megaEthContract 0xaBf89de706B583424328B54dD05a8fC986750Da8 //this is mainnet
To enable testnet, use the following config parameters:
--megaEthRPC YOUR_RPC
--megaEthContract 0x81705b969cDcc6FbFde91a0C6777bE0EF3A75855 //this is testnet
The config property MocaRPC was changed to lowercase 'm' to keep the convention. Please update your configuration to the below.
--mocaRPC YOUR_RPC
--mocaContract 0xaBf89de706B583424328B54dD05a8fC986750Da8 //this is testnet
What's Changed
- docs: Remove social media monitoring section from SECURITY.md by @johnsaigle in #4504
- node(governor): Ignore configured tokens originating from ungoverned chains by @johnsaigle in #4455
- ci: pin github actions for wormchain to commits instead of releases by @johnsaigle in #4342
- node: Governor token list update by @djb15 in #4562
- ci: Upgrade golangci-lint version to 2.6.2 by @johnsaigle in #4558
- node: Add manual governed tokens for Monad by @djb15 in #4596
- feat(node): add MegaETH by @aapclark in #4595
Full Changelog: v2.48.0...v2.50.0