Upgrade deps

This commit is contained in:
lash 2023-03-22 11:14:41 +00:00
parent 98dade4af6
commit 55e9db37f3
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 14 additions and 21 deletions

25
boot.sh
View File

@ -1,18 +1,15 @@
export RPC_PROVIDER=${RPC_PROVIDER:-http://localhost:8545}
export CHAIN_SPEC=${CHAIN_SPEC:-evm:celo:1337:celo}
export KEY_FILE=${KEY_FILE:-keyfile.json}
export RPC_DIALECT=${RPC_DIALECT:-chainlib_eth_celo}
RPC_PROVIDER=${RPC_PROVIDER:-http://localhost:8545}
CHAIN_SPEC=${CHAIN_SPEC:-evm:celo:1337:celo}
KEY_FILE=${KEY_FILE:-keyfile.json}
RPC_DIALECT=${RPC_DIALECT:-chainlib_eth_celo}
export TOKEN_NAME="Testtoken"
export TOKEN_SYMBOL=TST
export TOKEN_DECIMALS=6
# 5000 ppm = 0.005%
#export TOKEN_DEMURRAGE=5000
export TOKEN_DEMURRAGE=20000
# 10080 minutes = 1 week
export TOKEN_PERIOD=43200
export TOKEN_SINK_ADDRESS=${TOKEN_SINK_ADDRESS:-Eb3907eCad74a0013c259D5874AE7f22DcBcC95C}
export GAS_FAUCET_AMOUNT=${GAS_FAUCET_AMOUNT:-20000000}
TOKEN_NAME="Testtoken"
TOKEN_SYMBOL=TST
TOKEN_DECIMALS=6
TOKEN_DEMURRAGE=20000
TOKEN_PERIOD=43200
TOKEN_SINK_ADDRESS=${TOKEN_SINK_ADDRESS:-Eb3907eCad74a0013c259D5874AE7f22DcBcC95C}
GAS_FAUCET_AMOUNT=${GAS_FAUCET_AMOUNT:-20000000}
log='-v'
set +e

View File

@ -1,7 +1,3 @@
eth-accounts-index==0.3.4
eth-faucet==0.1.1
eth-token-index==0.4.0
eth-address-index==0.6.0
#erc20-transfer-authorization==0.4.1
erc20-demurrage-token==0.3.4
eth-contract-registry==0.9.0
confini>=0.5.2,<0.7.0
chainlib-eth~=0.4.7
potaahto~=0.1.1