소스 검색

create from arb

Shawn Lu 1 년 전
부모
커밋
a8ed6b52d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main.ts

+ 1 - 1
src/main.ts

@@ -31,7 +31,7 @@ app.post('/add', express.json(), async (req, res) => {
   const createData = needCreate.map(w => ({
     address: w.address,
     bridgeCount: 0,
-    currentChainId: ChainId.LINEA,
+    currentChainId: ChainId.ARBITRUM,
     lastUpdate: new Date(),
   }))
   await DBClient.instance.account.createMany({ data: createData })