PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/viem/_cjs/actions/test
Просмотр файла: increaseTime.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.increaseTime = increaseTime;
const toHex_js_1 = require("../../utils/encoding/toHex.js");
async function increaseTime(client, { seconds }) {
return await client.request({
method: 'evm_increaseTime',
params: [(0, toHex_js_1.numberToHex)(seconds)],
});
}
//# sourceMappingURL=increaseTime.js.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!