Skip to content

Commit da20b69

Browse files
author
Jon
committed
Change default fee in config to match live. Probably not required, just in case.
1 parent c488d6d commit da20b69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/config.template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"network": "testnet",
3-
"transactionFee": 0.0005
4-
}
3+
"transactionFee": 0.001
4+
}

0 commit comments

Comments
 (0)