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