v0.24.0-alpha.23

This commit is contained in:
willclarktech
2021-02-09 17:21:29 +00:00
parent b180c48d8b
commit 52dc82bbe4
19 changed files with 77 additions and 77 deletions
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "@cosmjs/faucet",
"version": "0.24.0-alpha.22",
"version": "0.24.0-alpha.23",
"description": "The faucet",
"contributors": [
"Ethan Frey <ethanfrey@users.noreply.github.com>",
@@ -39,13 +39,13 @@
"start-coralnet": "FAUCET_ADDRESS_PREFIX=coral FAUCET_TOKENS=\"ushell,ureef\" FAUCET_CREDIT_AMOUNT_USHELL=10000000 FAUCET_CREDIT_AMOUNT_UREEF=2000000 FAUCET_CONCURRENCY=3 FAUCET_MNEMONIC=\"economy stock theory fatal elder harbor betray wasp final emotion task crumble siren bottom lizard educate guess current outdoor pair theory focus wife stone\" ./bin/cosmos-faucet start \"https://lcd.coralnet.cosmwasm.com\""
},
"dependencies": {
"@cosmjs/crypto": "^0.24.0-alpha.22",
"@cosmjs/encoding": "^0.24.0-alpha.22",
"@cosmjs/launchpad": "^0.24.0-alpha.22",
"@cosmjs/math": "^0.24.0-alpha.22",
"@cosmjs/proto-signing": "^0.24.0-alpha.22",
"@cosmjs/stargate": "^0.24.0-alpha.22",
"@cosmjs/utils": "^0.24.0-alpha.22",
"@cosmjs/crypto": "^0.24.0-alpha.23",
"@cosmjs/encoding": "^0.24.0-alpha.23",
"@cosmjs/launchpad": "^0.24.0-alpha.23",
"@cosmjs/math": "^0.24.0-alpha.23",
"@cosmjs/proto-signing": "^0.24.0-alpha.23",
"@cosmjs/stargate": "^0.24.0-alpha.23",
"@cosmjs/utils": "^0.24.0-alpha.23",
"@koa/cors": "^3.0.0",
"koa": "^2.11.0",
"koa-bodyparser": "^4.2.1"