Skip to content

Commit

Permalink
Fix initial pool amount to 3.34% of supply
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Jul 4, 2022
1 parent e0468bf commit d3a504f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ config :archethic, Archethic.Bootstrap.NetworkInit,
"010104AB41291F847A601055AEDD1AF24FF76FA970D6441E2DCA3818A8319B004C96B27B8FEB1DA31A044BA0A4800B4353359735719EBB3A05F98393A9CC599C3FAFD6"
|> Base.decode16!(case: :mixed)
],
genesis_network_pool_amount: 3_400_000_000_000_000
genesis_network_pool_amount: 3_340_000_000_000_000

config :archethic, Archethic.P2P.BootstrappingSeeds,
backup_file: "p2p/seeds",
Expand Down

0 comments on commit d3a504f

Please sign in to comment.