Skip to content

Commit

Permalink
Merge pull request #362 from ivigamberdiev/fix-eth-usd-feed
Browse files Browse the repository at this point in the history
Fix for Chainlink ETH-USD feed
  • Loading branch information
medvedev1088 authored May 18, 2022
2 parents dfdb6e9 + 4e2628a commit 792eeb8
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@
"inputs": [
{
"indexed": true,
"internalType": "int256",
"name": "current",
"type": "int256"
},
{
"indexed": true,
"name": "answerId",
"internalType": "uint256",
"name": "roundId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "updatedAt",
"type": "uint256"
}
],
Expand All @@ -31,11 +39,16 @@
},
{
"description": "",
"name": "answerId",
"name": "roundId",
"type": "STRING"
},
{
"description": "",
"name": "updatedAt",
"type": "STRING"
}
],
"table_description": "",
"table_name": "Aggregator_ETH_USD_event_AnswerUpdated"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "id",
"type": "uint256"
},
{
"indexed": false,
"name": "new_address",
"type": "address"
},
{
"indexed": false,
"name": "version",
"type": "uint256"
}
],
"name": "AddressModified",
"type": "event"
},
"contract_address": "0x0000000022d53366457f9d5e68ec105046fc4383",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "curve",
"schema": [
{
"description": "",
"name": "id",
"type": "STRING"
},
{
"description": "",
"name": "new_address",
"type": "STRING"
},
{
"description": "",
"name": "version",
"type": "STRING"
}
],
"table_description": "",
"table_name": "Registry_provider_event_AddressModified"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "id",
"type": "uint256"
},
{
"indexed": false,
"name": "addr",
"type": "address"
},
{
"indexed": false,
"name": "description",
"type": "string"
}
],
"name": "NewAddressIdentifier",
"type": "event"
},
"contract_address": "0x0000000022d53366457f9d5e68ec105046fc4383",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "curve",
"schema": [
{
"description": "",
"name": "id",
"type": "STRING"
},
{
"description": "",
"name": "addr",
"type": "STRING"
},
{
"description": "",
"name": "description",
"type": "STRING"
}
],
"table_description": "",
"table_name": "Registry_provider_event_NewAddressIdentifier"
}
}

0 comments on commit 792eeb8

Please sign in to comment.