Skip to content

Instantly share code, notes, and snippets.

@tomrpl
tomrpl / MorphoBlue.json
Created January 4, 2024 16:02
MorphoBlue.json gist
[
{
"inputs": [
{
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"stateMutability": "nonpayable",
@tomrpl
tomrpl / Irm.json
Created October 26, 2023 09:18
IRM.json
{
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "morpho",
"type": "address"
},
{
{
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "Id",
"name": "id",
"type": "bytes32"
@tomrpl
tomrpl / Morpho.json
Created October 25, 2023 15:35
Entire Blue ABI
This file has been truncated, but you can view the full file.
{
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],