We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 255a86c + 7eccc46 commit db21ad7Copy full SHA for db21ad7
1 file changed
modules/statics/src/networks.ts
@@ -1443,6 +1443,11 @@ class HypeEVM extends Mainnet implements EthereumNetwork {
1443
accountExplorerUrl = 'https://hyperevm-explorer.vercel.app/address/';
1444
chainId = 999;
1445
nativeCoinOperationHashPrefix = '999';
1446
+ forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1447
+ forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
1448
+ walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
1449
+ walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
1450
+ batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
1451
}
1452
1453
class KavaEVMTestnet extends Testnet implements EthereumNetwork {
0 commit comments