Closed jiguantong closed 1 month ago
https://github.com/ringecosystem/xapi-contracts/blob/24ea9d9416830dce14f92bca653943ae42d84ac4/aggregator/src/abstract/aggregator.abstract.ts#L448
Before this line, prepaidGas: 254147036629867, leftGas: 238565894889653, but mpc needs 250 T gas, and callback needs 30T gas.
So we need trigger publish externally.
https://github.com/ringecosystem/xapi-contracts/commit/cc2588b8d87eddd68827d0b9c8a45de2019cec91
https://github.com/ringecosystem/xapi-contracts/blob/24ea9d9416830dce14f92bca653943ae42d84ac4/aggregator/src/abstract/aggregator.abstract.ts#L448
Before this line, prepaidGas: 254147036629867, leftGas: 238565894889653, but mpc needs 250 T gas, and callback needs 30T gas.
So we need trigger publish externally.