chore: clean up ambient (#136)
* fix: remove unnecessary tx field in ProtocolComponent * chore: move ambient protobuf files to ambient module * chore: remove dependency on common message types This allows us to isolate the ambient specific messages within the ambient module * feat: update ambient substream with new message structs * chore: update substream configs And remove use of deprecated BlockContractChanges. * feat: implement From for AmbientProtocolComponent to ProtocolComponent
This commit is contained in:
@@ -90,8 +90,6 @@ message ProtocolComponent {
|
||||
ChangeType change = 5;
|
||||
/// Represents the functionality of the component.
|
||||
ProtocolType protocol_type = 6;
|
||||
// Transaction where this component was created
|
||||
Transaction tx = 7;
|
||||
}
|
||||
|
||||
// A struct for following the changes of Total Value Locked (TVL) of a protocol component.
|
||||
|
||||
Reference in New Issue
Block a user