Skip to content

Commit

Permalink
Merge branch 'blockchain-etl:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
qshao-gauntlet authored Apr 25, 2024
2 parents ad9ae3a + beb81a6 commit 65967bb
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [],
"name": "FactoryDisabled",
"type": "event"
},
"contract_address": "SELECT * FROM UNNEST(['0x39a79eb449fc05c92c39aa6f0e9bfac03be8de5b', '0x2ebe41e1aa44d61c206a94474932dadc7d3fd9e3'])",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "balancer",
"schema": [],
"table_description": "",
"table_name": "GearboxLinearPoolFactory_event_FactoryDisabled"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "pool",
"type": "address"
},
{
"indexed": true,
"internalType": "uint256",
"name": "protocolId",
"type": "uint256"
}
],
"name": "GearboxLinearPoolCreated",
"type": "event"
},
"contract_address": "SELECT * FROM UNNEST(['0x39a79eb449fc05c92c39aa6f0e9bfac03be8de5b', '0x2ebe41e1aa44d61c206a94474932dadc7d3fd9e3'])",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "balancer",
"schema": [
{
"description": "",
"name": "pool",
"type": "STRING"
},
{
"description": "",
"name": "protocolId",
"type": "STRING"
}
],
"table_description": "",
"table_name": "GearboxLinearPoolFactory_event_GearboxLinearPoolCreated"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "pool",
"type": "address"
}
],
"name": "PoolCreated",
"type": "event"
},
"contract_address": "SELECT * FROM UNNEST(['0x39a79eb449fc05c92c39aa6f0e9bfac03be8de5b', '0x2ebe41e1aa44d61c206a94474932dadc7d3fd9e3'])",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "balancer",
"schema": [
{
"description": "",
"name": "pool",
"type": "STRING"
}
],
"table_description": "",
"table_name": "GearboxLinearPoolFactory_event_PoolCreated"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "PoolCreated",
"type": "event"
},
"contract_address": "0xf9ac7b9df2b3454e841110cce5550bd5ac6f875f",
"contract_address": "SELECT * FROM UNNEST(['0xf9ac7b9df2b3454e841110cce5550bd5ac6f875f', '0x85a80afee867adf27b50bdb7b76da70f1e853062', '0xdba127fbc23fb20f5929c546af220a991b5c6e01', '0xfada0f4547ab2de89d1304a668c39b3e09aa7c76', '0xdb8d758bcb971e482b2c45f7f8a7740283a1bd3a', '0x5b42ec6d40f7b7965be5308c70e2603c0281c1e9'])",
"field_mapping": {},
"type": "log"
},
Expand Down

0 comments on commit 65967bb

Please sign in to comment.