mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 23:47:55 -05:00
use correct var name (#400)
This commit is contained in:
@@ -88,7 +88,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
|
||||
|
||||
const tokenBridge = await upgrades.deployProxy(TokenBridgeFactory, [
|
||||
{
|
||||
defaultAdmin: tokenBridgeSecurityCouncil,
|
||||
defaultAdmin: securityCouncilAddress,
|
||||
messageService: deployingChainMessageService,
|
||||
tokenBeacon: bridgedTokenAddress,
|
||||
sourceChainId: chainId,
|
||||
|
||||
Reference in New Issue
Block a user