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