Skip to content

Commit adb0c86

Browse files
committed
fix: update butterfly asset
1 parent 77474e0 commit adb0c86

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ localnet.json
1111
coverprofile.html
1212
*.out
1313
*.so
14+
venus.log*
1415

1516
actor-bundles-v8.*
1617

-10.2 KB
Binary file not shown.

fixtures/networks/butterfly.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func ButterflySnapNet() *NetworkConf {
7474
Eip155ChainID: 3141592,
7575
ActorDebugging: false,
7676
F3Enabled: true,
77-
F3BootstrapEpoch: 1000,
77+
F3BootstrapEpoch: -1,
7878
ManifestServerID: "12D3KooWJr9jy4ngtJNR7JC1xgLFra3DjEtyxskRYWvBK9TC3Yn6",
7979
F3InitialPowerTableCID: cid.Undef,
8080
},

0 commit comments

Comments
 (0)