Skip to content

Commit

Permalink
Ajna v2 pools (#747)
Browse files Browse the repository at this point in the history
* Ajna v2 pools

* regenerate table defs using abi parser
  • Loading branch information
araa47 authored Jul 1, 2024
1 parent 42ac6f8 commit cfdfcac
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "pool_",
"type": "address"
},
{
"indexed": false,
"internalType": "bytes32",
"name": "subsetHash_",
"type": "bytes32"
}
],
"name": "PoolCreated",
"type": "event"
},
"contract_address": "0x6146dd43c5622bb6d12a5240ab9cf4de14edc625",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "ajna_v2",
"schema": [
{
"description": "",
"name": "pool_",
"type": "STRING"
},
{
"description": "",
"name": "subsetHash_",
"type": "STRING"
}
],
"table_description": "",
"table_name": "ERC20PoolFactory_event_PoolCreated"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "pool_",
"type": "address"
},
{
"indexed": false,
"internalType": "bytes32",
"name": "subsetHash_",
"type": "bytes32"
}
],
"name": "PoolCreated",
"type": "event"
},
"contract_address": "0x27461199d3b7381de66a85d685828e967e35af4c",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "ajna_v2",
"schema": [
{
"description": "",
"name": "pool_",
"type": "STRING"
},
{
"description": "",
"name": "subsetHash_",
"type": "STRING"
}
],
"table_description": "",
"table_name": "ERC721PoolFactory_event_PoolCreated"
}
}

0 comments on commit cfdfcac

Please sign in to comment.