diff --git a/instant-subgraph/JSONExtensionRegistry.abi.json b/instant-subgraph/JSONExtensionRegistry.abi.json deleted file mode 100644 index 5685b2c..0000000 --- a/instant-subgraph/JSONExtensionRegistry.abi.json +++ /dev/null @@ -1,169 +0,0 @@ -[ - { - "inputs": [], - "name": "RequiresContractAdmin", - "type": "error" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "indexed": true, - "internalType": "address", - "name": "updater", - "type": "address" - }, - { - "indexed": false, - "internalType": "string", - "name": "newValue", - "type": "string" - } - ], - "name": "JSONExtensionUpdated", - "type": "event" - }, - { - "inputs": [], - "name": "contractInfo", - "outputs": [ - { - "internalType": "string", - "name": "", - "type": "string" - } - ], - "stateMutability": "pure", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "string", - "name": "uri", - "type": "string" - } - ], - "name": "emitJSONExtension", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "address", - "name": "expectedAdmin", - "type": "address" - } - ], - "name": "getIsAdmin", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - } - ], - "name": "getJSONExtension", - "outputs": [ - { - "internalType": "string", - "name": "", - "type": "string" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "name", - "outputs": [ - { - "internalType": "string", - "name": "", - "type": "string" - } - ], - "stateMutability": "pure", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "string", - "name": "uri", - "type": "string" - } - ], - "name": "setJSONExtension", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes4", - "name": "interfaceId", - "type": "bytes4" - } - ], - "name": "supportsInterface", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "version", - "outputs": [ - { - "internalType": "uint256", - "name": "", - "type": "uint256" - } - ], - "stateMutability": "view", - "type": "function" - } -] diff --git a/instant-subgraph/config.json b/instant-subgraph/config.json deleted file mode 100644 index eba6425..0000000 --- a/instant-subgraph/config.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "version": "1", - "name": "JSONExtensionRegistry", - "abis": { - "JSONExtensionRegistry": { - "path": "./JSONExtensionRegistry.abi.json" - } - }, - "chains": ["mainnet", "goerli"], - "instances": [ - { - "abi": "JSONExtensionRegistry", - "address": "0xabcdefed93200601e1dfe26d6644758801d732e8", - "startBlock": 16544316, - "chain": "mainnet" - }, - { - "abi": "JSONExtensionRegistry", - "address": "0xabcdefed93200601e1dfe26d6644758801d732e8", - "startBlock": 8423656, - "chain": "goerli" - } - ] -} -