This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const hre = require('hardhat'); | |
const { map } = require('underscore'); | |
require('dotenv').config(); | |
const { | |
FlashbotsBundleProvider, | |
} = require('@flashbots/ethers-provider-bundle'); | |
const ENS = require('./ENSABI.json'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
facebook.com => console => Obect.keys(require.__debug.modules).join('\n') | |
module | |
exports | |
define | |
global | |
require | |
requireDynamic | |
requireLazy | |
requireWeak |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var cnsl = true; | |
var win = this; | |
var ajax = win["XMLHttpRequest"]; | |
| |
function start() { | |
var cookie_name = "app_" + profile_id; | |
var cookie_time = 40; | |
if (!getCookie(cookie_name) || parseInt(getCookie(cookie_name)) < Date.now() - 60 * 1000 * cookie_time) { | |
createCookie(cookie_name, Date.now(), 1); | |
config = {}; |