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.
2 parents 0e5d2c4 + 01df665 commit 0e01899Copy full SHA for 0e01899
modules/statics/src/networks.ts
@@ -1429,6 +1429,11 @@ class HypeEVMTestnet extends Testnet implements EthereumNetwork {
1429
accountExplorerUrl = 'https://testnet.purrsec.com/address/';
1430
chainId = 998;
1431
nativeCoinOperationHashPrefix = '998';
1432
+ forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1433
+ forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
1434
+ walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
1435
+ walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
1436
+ batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
1437
}
1438
1439
class HypeEVM extends Mainnet implements EthereumNetwork {
0 commit comments