From a3b4054986d4f75846a9e1ccca6c19136b250d28 Mon Sep 17 00:00:00 2001 From: cyl19970726 <15258378443@163.com> Date: Wed, 1 Mar 2023 15:30:23 +0800 Subject: [PATCH] fix bug --- src/config/evm-network.ts | 2 +- src/git3/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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))