Skip to content

Instantly share code, notes, and snippets.

View pixelis0x's full-sized avatar
🏍️

Easy Rider pixelis0x

🏍️
View GitHub Profile
@0xperp
0xperp / greek_concentrated_lp_shares.ipynb
Last active September 23, 2024 17:15
greek_concentrated_lp_shares.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rmeissner
rmeissner / safe_sig_gen_uport_eip712.ts
Last active March 12, 2023 19:54
Example Safe signature generation with uport eip712 lib
import EIP712Domain from "eth-typed-data";
import BigNumber from "bignumber.js";
import * as ethUtil from 'ethereumjs-util';
import { ethers } from "ethers";
import axios from "axios";
/*
* Safe relay service example
* * * * * * * * * * * * * * * * * * * */