diff --git a/src/config/evm-network.ts b/src/config/evm-network.ts index 674d62a..854152c 100644 --- a/src/config/evm-network.ts +++ b/src/config/evm-network.ts @@ -89,7 +89,7 @@ const evmNetworks: Record = { txConst: { blockTimeSec: 7, }, - contracts: { factory: "0xb017657470B3ceB2798aC6f1E9186Bce3CaDdcf4" }, + contracts: { factory: "0xF914D7A5a36a23e9Ef112e15Dc37311427068C43" }, }, 421613: { name: "Arbitrum - Goerli", diff --git a/src/git3/index.ts b/src/git3/index.ts index 288c7fb..8c5997f 100644 --- a/src/git3/index.ts +++ b/src/git3/index.ts @@ -431,8 +431,8 @@ repo console.error( `this hub is not permissionless, you can ask the hub owner to add you as a member` ) + return } - return } let owner = await protocol.hub.repoOwner(Buffer.from(protocol.repoName))