Skip to content

Commit

Permalink
update address
Browse files Browse the repository at this point in the history
  • Loading branch information
alifier committed Dec 26, 2024
1 parent 7e5c1a5 commit 5c312a8
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "string",
"name": "name",
"type": "string"
}
],
"name": "SetName",
"type": "event"
},
"contract_address": "SELECT metaMorpho FROM ref('MetaMorphoFactory_event_CreateMetaMorpho') group by metaMorpho",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "morpho",
"schema": [
{
"description": "",
"name": "name",
"type": "STRING"
}
],
"table_description": "",
"table_name": "MetaMorphoV1_1_event_SetName"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "string",
"name": "symbol",
"type": "string"
}
],
"name": "SetSymbol",
"type": "event"
},
"contract_address": "SELECT metaMorpho FROM ref('MetaMorphoFactory_event_CreateMetaMorpho') group by metaMorpho",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "morpho",
"schema": [
{
"description": "",
"name": "symbol",
"type": "STRING"
}
],
"table_description": "",
"table_name": "MetaMorphoV1_1_event_SetSymbol"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "newLostAssets",
"type": "uint256"
}
],
"name": "UpdateLostAssets",
"type": "event"
},
"contract_address": "SELECT metaMorpho FROM ref('MetaMorphoFactory_event_CreateMetaMorpho') group by metaMorpho",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "morpho",
"schema": [
{
"description": "",
"name": "newLostAssets",
"type": "STRING"
}
],
"table_description": "",
"table_name": "MetaMorphoV1_1_event_UpdateLostAssets"
}
}

0 comments on commit 5c312a8

Please sign in to comment.