flow-go
flow-go copied to clipboard
[EVM] Bridged account creation event consolidation
Currently, the event emitted for COA account creation doesn't have a type that is consistent with other EVM events. The event type ID right now is: A.f8d6e0586b0a20c7.EVM.BridgedAccountCreated
.
This is wrong for two reasons:
- we renamed bridged accounts to COA
- other EVM service events have the ID schema of:
EVM.{name}
The event should probably be renamed to: EVM.COACreated
or EVM.CreatedCOA
.