Skip to content

Commit 6ff43f2

Browse files
committed
refactor: modified binary name to pushchaind due to collision with pre-defined command in bash
1 parent 9082e24 commit 6ff43f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
version: 1
22
validation: sovereign
3+
build:
4+
binary: "pushchaind"
35
accounts:
46
- name: alice
57
coins:
@@ -20,6 +22,8 @@ faucet:
2022
validators:
2123
- name: alice
2224
bonded: 100000000stake
25+
app:
26+
minimum-gas-prices: "0.00025stake" # for temporary testing
2327
- name: validator1
2428
bonded: 100000000stake
2529
- name: validator2

0 commit comments

Comments
 (0)