refactor: typescript refactoring ♻️

This commit is contained in:
PedroCailleret
2022-11-14 09:34:53 -03:00
parent 67f9cbb9a7
commit b1fe0a574c
91 changed files with 19768 additions and 30240 deletions

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
INFURA_API_KEY="{INSERT_API_KEY}"
MNEMONIC="{INSERT_12_WORD_MNEMONIC}"
# Block explorer API keys
ETHERSCAN_API_KEY="{INSERT_API_KEY}"
GASPRICE_API_ENDPOINT="https://api.etherscan.io/api?module=proxy&action=eth_gasPrice"
COINMARKETCAP_API_KEY="{INSERT_API_KEY}"
REPORT_GAS="true"