From ac17ca90834fa8ce530d6564fa89b6c87aadf6d4 Mon Sep 17 00:00:00 2001 From: ping <18786721@qq.com> Date: Sat, 1 Jun 2024 11:22:12 +0800 Subject: [PATCH] Update faucet.md --- faucet.md | 46 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 43 insertions(+), 3 deletions(-) diff --git a/faucet.md b/faucet.md index d4d813c..d61425e 100644 --- a/faucet.md +++ b/faucet.md @@ -3,8 +3,46 @@ ## Submit You Config ```json - { - } +{ + "chain_name": "cosmos", + "api": [ + { + "address": "https://cosmos.api.ping.pub", + "provider": "Ping" + } + ], + "rpc": [ + { + "address": "https://cosmos.api.ping.pub:443", + "provider": "Ping" + } + ], + "grpc": [ + { + "address": "grpc.api.ping.pub:443", + "provider": "Ping" + } + ], + "sdk_version": "0.42.6", + "coin_type": "118", + "min_tx_fee": "800", + "assets": [{ + "base": "uatom", + "symbol": "ATOM", + "exponent": "6", + "coingecko_id": "cosmos", + "logo": "https://dl.airtable.com/.attachments/e54f814bba8c0f9af8a3056020210de0/2d1155fb/cosmos-hub.svg" + }], + "addr_prefix": "cosmos", + "theme_color": "#ce4747", + "logo": "https://dl.airtable.com/.attachments/e54f814bba8c0f9af8a3056020210de0/2d1155fb/cosmos-hub.svg", + "faucet": { + "amount": "5000000uatom,50000000uside", + "ip_limit": "1", + "address_limit": "10", + "fees": "1000uatom" + } +} ``` ## Fund the faucet account @@ -14,6 +52,8 @@ Visit your faucet page on [testnet.ping.pub](https://testnet.ping.pub) find the address and send some tokens to the address. +# Reference + ## Proxy GRPC with Caddy the default grpc (9090) is insecure, we need to enable https @@ -28,7 +68,7 @@ sudo apt install caddy -y vi /etc/caddy/Caddyfile ``` ```caddy -testnet-grpc.side.one { # replace your domain. +testnet-grpc.side.one { # replace with your domain. reverse_proxy localhost:9090 { transport http { versions h2c 2