New Hush Smart Chains: ZEX, KUSH and KOOLAID

This commit is contained in:
Duke Leto
2020-10-25 20:40:35 -04:00
parent c3c431cb1d
commit 1efc02ff00
3 changed files with 9 additions and 0 deletions

3
src/fiat/koolaid Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
# Copyright (c) 2018-2020 The Hush developers
./hush-smart-chain -ac_name=KOOLAID $@

3
src/fiat/kush Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
# Copyright (c) 2018-2020 The Hush developers
./hush-smart-chain -ac_name=KUSH $@

3
src/fiat/zex Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
# Copyright (c) 2018-2020 The Hush developers
./hush-smart-chain -ac_name=ZEX $@