From d9147b362c7cf400fd0f8c6adae9fc5bae01640d Mon Sep 17 00:00:00 2001 From: Iancu Aurel Date: Sun, 22 Mar 2020 17:54:29 +0100 Subject: [PATCH] Merge PR #37: adding dokia to testnet --- testnets/relayer-alpha/dokia.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testnets/relayer-alpha/dokia.json diff --git a/testnets/relayer-alpha/dokia.json b/testnets/relayer-alpha/dokia.json new file mode 100644 index 00000000..b77ab323 --- /dev/null +++ b/testnets/relayer-alpha/dokia.json @@ -0,0 +1,10 @@ +{ + "key": "faucet", + "chain-id": "dokia", + "rpc-addr": "http://ibc01.dokia.cloud:26657", + "account-prefix": "cosmos", + "gas": 200000, + "gas-prices": "0.025dok", + "default-denom": "dok", + "trusting-period": "330h" +}