We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9893a2 commit ce56893Copy full SHA for ce56893
modules/statics/src/networks.ts
@@ -638,6 +638,8 @@ class Hoodi extends Testnet implements EthereumNetwork {
638
forwarderImplementationAddress = '0x059ffafdc6ef594230de44f824e2bd0a51ca5ded';
639
nativeCoinOperationHashPrefix = 'ETHER';
640
tokenOperationHashPrefix = 'ERC20';
641
+ walletV4ForwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
642
+ walletV4ForwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
643
}
644
645
class EthereumClassic extends Mainnet implements EthereumNetwork {
0 commit comments