Skip to content

Commit

Permalink
fix: add new storage type to node config file from #365
Browse files Browse the repository at this point in the history
  • Loading branch information
mFragaBA committed May 31, 2024
1 parent 5b3a1fe commit 0085537
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/config/genesis.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ type = "BasicWallet"
init_seed = "0xa123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
auth_scheme = "RpoFalcon512"
auth_seed = "0xb123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
storage_mode = "off-chain"

[[accounts]]
type = "BasicFungibleFaucet"
Expand All @@ -15,3 +16,4 @@ auth_seed = "0xd123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
token_symbol = "POL"
decimals = 12
max_supply = 1000000
storage_mode = "off-chain"

0 comments on commit 0085537

Please sign in to comment.