Variable SCROLL_L1_GAS_PRICE_ORACLE_ABIConst

SCROLL_L1_GAS_PRICE_ORACLE_ABI: readonly [
    {
        inputs: readonly [
            { internalType: "bytes"; name: "data"; type: "bytes" },
        ];
        name: "getL1Fee";
        outputs: readonly [{ internalType: "uint256"; name: ""; type: "uint256" }];
        stateMutability: "view";
        type: "function";
    },
] = ...