forked from cerc-io/laconic-faucet
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
3649cfb2fa | |||
fd27cd141c |
@ -2,6 +2,8 @@ FROM node:20-bullseye
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt-get update && apt-get install -y netcat
|
||||
|
||||
# Copy the application code
|
||||
COPY . .
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
[upstream]
|
||||
rpcEndpoint = "http://localhost:26657"
|
||||
chainId = "laconic_9000-1"
|
||||
denom = "photon"
|
||||
denom = "alnt"
|
||||
prefix = "laconic"
|
||||
gasPrice = "0.01"
|
||||
gasPrice = "1"
|
||||
faucetKey = ""
|
||||
|
||||
[server]
|
||||
port = 3000
|
||||
transferAmount = 1000000
|
||||
periodTransferLimit = 3000000
|
||||
transferAmount = 10000000000 # 1 * 10^10 alnt
|
||||
periodTransferLimit = 30000000000 # 3 * 10^10 alnt
|
||||
dbDir = "db"
|
||||
|
Loading…
Reference in New Issue
Block a user