@@ -105,7 +105,7 @@ func (p *ActorParser) parseCreate(rawParams, rawReturn []byte, msgCid cid.Cid) (
105105 Short : parser .FilPrefix + strconv .FormatUint (r .ActorID , 10 ),
106106 Robust : r .RobustAddress .String (),
107107 EthAddress : parser .EthPrefix + hex .EncodeToString (r .EthAddress [:]),
108- ActorType : "evm" ,
108+ ActorType : manifest . EvmKey ,
109109 CreationTxCid : msgCid .String (),
110110 }
111111
@@ -141,7 +141,7 @@ func (p *ActorParser) parseCreate2(rawParams, rawReturn []byte, msgCid cid.Cid)
141141 Short : parser .FilPrefix + strconv .FormatUint (r .ActorID , 10 ),
142142 Robust : r .RobustAddress .String (),
143143 EthAddress : parser .EthPrefix + hex .EncodeToString (r .EthAddress [:]),
144- ActorType : "evm" ,
144+ ActorType : manifest . EvmKey ,
145145 CreationTxCid : msgCid .String (),
146146 }
147147
@@ -181,7 +181,7 @@ func (p *ActorParser) parseCreateExternal(rawParams, rawReturn []byte, msgCid ci
181181 Short : parser .FilPrefix + strconv .FormatUint (r .ActorID , 10 ),
182182 Robust : r .RobustAddress .String (),
183183 EthAddress : parser .EthPrefix + hex .EncodeToString (r .EthAddress [:]),
184- ActorType : "evm" ,
184+ ActorType : manifest . EvmKey ,
185185 CreationTxCid : msgCid .String (),
186186 }
187187
0 commit comments