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