Skip to content

Instantly share code, notes, and snippets.

View kendalleasterly's full-sized avatar

Kendall Easterly kendalleasterly

View GitHub Profile
@kendalleasterly
kendalleasterly / uniswap-tokens.js
Created February 12, 2022 03:31
Mint position unsiwap v3
const { Token } = require("@uniswap/sdk-core")
const WETH = new Token(
137,
"0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
18,
"WETH",
"Wrapped Ether"
)
const MATIC = new Token(