|
@@ -1,7 +1,7 @@
|
|
import express from "express";
|
|
import express from "express";
|
|
import CommonUtil from "../utils/commonUtil.js";
|
|
import CommonUtil from "../utils/commonUtil.js";
|
|
import {BigNumber, Contract, ethers, utils} from "ethers";
|
|
import {BigNumber, Contract, ethers, utils} from "ethers";
|
|
-import L1GatewayRouterAbi from './contract/L1Gatewayrouter.js'
|
|
|
|
|
|
+import L1GatewayRouterAbi from './contract/l1Gatewayrouter.js'
|
|
import L2GatewayRouterAbi from './contract/l2GatewayRouter.js'
|
|
import L2GatewayRouterAbi from './contract/l2GatewayRouter.js'
|
|
import mathUtil from "../utils/mathUtil.js";
|
|
import mathUtil from "../utils/mathUtil.js";
|
|
|
|
|