Skip to content

Commit

Permalink
Update the registry ABI
Browse files Browse the repository at this point in the history
Mostly want device definition id setting
  • Loading branch information
elffjs committed Oct 24, 2024
1 parent 70def9b commit 891447b
Showing 1 changed file with 141 additions and 0 deletions.
141 changes: 141 additions & 0 deletions charts/contract-event-processor/abi/DIMORegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,25 @@
"name": "AftermarketDeviceUnpairedDevAdmin",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "vehicleId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "string",
"name": "ddId",
"type": "string"
}
],
"name": "DeviceDefinitionIdSet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -325,6 +344,19 @@
"name": "SyntheticDeviceNodeBurnedDevAdmin",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "string",
"name": "attribute",
"type": "string"
}
],
"name": "VehicleAttributeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -981,6 +1013,58 @@
"name": "BaseDataURISet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "dimoCredit",
"type": "address"
}
],
"name": "DimoCreditSet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "dimoToken",
"type": "address"
}
],
"name": "DimoTokenSet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "foundation",
"type": "address"
}
],
"name": "FoundationSet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "manufacturerLicense",
"type": "address"
}
],
"name": "ManufacturerLicenseSet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -1083,6 +1167,25 @@
"name": "VehicleStreamUnset",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "tableId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "string",
"name": "id",
"type": "string"
}
],
"name": "DeviceDefinitionDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -1139,6 +1242,25 @@
"name": "DeviceDefinitionTableCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "tableId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "string",
"name": "id",
"type": "string"
}
],
"name": "DeviceDefinitionUpdated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand All @@ -1157,5 +1279,24 @@
],
"name": "ManufacturerTableSet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "bytes32",
"name": "operation",
"type": "bytes32"
},
{
"indexed": false,
"internalType": "uint256",
"name": "cost",
"type": "uint256"
}
],
"name": "OperationCostSet",
"type": "event"
}
]

0 comments on commit 891447b

Please sign in to comment.