Skip to content

Instantly share code, notes, and snippets.

View schepal's full-sized avatar
💸
Having fun :)

Sam Chepal schepal

💸
Having fun :)
View GitHub Profile
@andrekorol
andrekorol / ensDomainTransfer.js
Last active July 19, 2023 05:35
Flashbots ENS domain transfer
const hre = require('hardhat');
const { map } = require('underscore');
require('dotenv').config();
const {
FlashbotsBundleProvider,
} = require('@flashbots/ethers-provider-bundle');
const ENS = require('./ENSABI.json');