From 15408c5ffbaf5eac3edb5580d4f8670c8c864b3a Mon Sep 17 00:00:00 2001 From: albttx Date: Wed, 18 Dec 2024 14:21:02 +0000 Subject: [PATCH] chore(chains/atomone-devnet-2): fix faucet params --- chains/testnet/atomone-devnet-2.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/chains/testnet/atomone-devnet-2.json b/chains/testnet/atomone-devnet-2.json index 4c8b38ad4..e39a6e15f 100644 --- a/chains/testnet/atomone-devnet-2.json +++ b/chains/testnet/atomone-devnet-2.json @@ -24,6 +24,13 @@ "exponent": "6", "coingecko_id": "", "logo": "/logos/A1.svg" + }, + { + "base": "uphoton", + "symbol": "PHOTON", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/A1.svg" } ], "faucet": { @@ -41,11 +48,7 @@ "gas": "100000000", "amount": [ { - "amount": "250000", - "denom": "uatone" - }, - { - "amount": "250000", + "amount": "100000", "denom": "uphoton" } ]