mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-04-01 14:26:02 +00:00
Update events.go
This commit is contained in:
parent
351c2cb132
commit
8efd3c3f39
@ -10,6 +10,7 @@ const (
|
||||
|
||||
EventTypeConvertCosmosCoinToERC20 = "convert_cosmos_coin_to_erc20"
|
||||
EventTypeConvertCosmosCoinFromERC20 = "convert_cosmos_coin_from_erc20"
|
||||
EventTypeDeployedCosmosCoinContract = "deployed_cosmos_coin_contract"
|
||||
|
||||
// Event Attributes - Common
|
||||
AttributeKeyReceiver = "receiver"
|
||||
@ -18,4 +19,8 @@ const (
|
||||
// Event Attributes - Conversions
|
||||
AttributeKeyInitiator = "initiator"
|
||||
AttributeKeyERC20Address = "erc20_address"
|
||||
|
||||
// Event Attributes - Contract Deployment
|
||||
AttributeKeyCosmosDenom = "cosmos_denom"
|
||||
AttributeKeyContractAddress = "contract_address"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user