File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -222,8 +222,9 @@ mod v3h1 {
222
222
use fvm3h1:: DefaultKernel as DefaultKernel3h1 ;
223
223
use fvm3h1_ipld_encoding:: RawBytes as RawBytes3h1 ;
224
224
use fvm3h1_shared:: {
225
- address:: Address as Address3h1 , clock:: ChainEpoch as ChainEpoch3h1 ,
226
- econ:: TokenAmount as TokenAmount3h1 , message:: Message as Message3h1 ,
225
+ address:: Address as Address3h1 , chainid:: ChainID as ChainID3h1 ,
226
+ clock:: ChainEpoch as ChainEpoch3h1 , econ:: TokenAmount as TokenAmount3h1 ,
227
+ message:: Message as Message3h1 ,
227
228
} ;
228
229
229
230
use crate :: fvm:: engine:: {
@@ -445,6 +446,7 @@ mod v3h1 {
445
446
. try_into ( )
446
447
. map_err ( |nv| anyhow ! ( "network version {nv} not supported" ) ) ?,
447
448
) ;
449
+ network_config. chain_id ( ChainID3h1 :: from ( cfg. chain_id ) ) ;
448
450
449
451
if cfg. actor_debugging {
450
452
network_config. enable_actor_debugging ( ) ;
You can’t perform that action at this time.
0 commit comments