File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -789,7 +789,7 @@ const config: HardhatUserConfig = {
789789 ftm : {
790790 url : `https://rpcapi.fantom.network` ,
791791 accounts : [
792- `${ PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT } ` ,
792+ `${ MAINNET_PRIVATE_KEY_FOR_CONTRACT_DEPLOYMENT } ` ,
793793 `${ PLACEHOLDER_KEY } ` ,
794794 `${ PRIVATE_KEY_FOR_BATCHER_CONTRACT_DEPLOYMENT } `
795795 ]
Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ export async function getChainConfig(chainId: number): Promise<ChainConfig> {
7777 contractPath = `contracts/${ walletImplementationContractName } .sol:${ walletImplementationContractName } ` ;
7878 break ;
7979 case CHAIN_IDS . ftm :
80- forwarderContractName = 'ForwarderV4 ' ;
81- forwarderFactoryContractName = 'ForwarderFactoryV4 ' ;
80+ forwarderContractName = 'Forwarder ' ;
81+ forwarderFactoryContractName = 'ForwarderFactory ' ;
8282 contractPath = `contracts/${ walletImplementationContractName } .sol:${ walletImplementationContractName } ` ;
8383 break ;
8484 case CHAIN_IDS . ZKSYNC_ERA :
You can’t perform that action at this time.
0 commit comments