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 })