Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,22 @@ You can get tokens to our Testnet Oro by using our Explorer app:

- [KiiChain Explorer Faucet](https://explorer.kiichain.io/wallet/accounts)

## Troubleshooting Swap / Transaction Failures on KIIDEX

If you encounter a **failed transaction or swap** on [KIIDEX](https://kiidex.kiichain.io/), one possible cause is an incorrect **transaction Nonce**.

### How to Fix Nonce Issues
1. When a transaction fails, check the **suggested Nonce** from the error message or wallet prompt.
2. Manually set the Nonce value as suggested. For example:
- If the error suggests **Nonce = 1**, then manually update the Nonce to `1`.
3. Confirm and resend the transaction.

This adjustment ensures the transaction is processed in the correct sequence by the network.

Or through our Discord channel:

- [Discord Kiichain Invitation](https://discord.com/invite/kiichain)

More information about how to use our discord Faucet can be found at:

- [Testnet Faucet](https://docs.kiiglobal.io/docs/build-on-kiichain/developer-tools/testnet-faucet)
- [Testnet Faucet](https://docs.kiiglobal.io/docs/build-on-kiichain/developer-tools/testnet-faucet)
Comment on lines 71 to +73
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Fix mismatch: mentions “discord Faucet” but links to Testnet Faucet docs.
Aligns wording with the actual link target.

-More information about how to use our discord Faucet can be found at:
+More information about how to use the Testnet Faucet can be found at:
 
-- [Testnet Faucet](https://docs.kiiglobal.io/docs/build-on-kiichain/developer-tools/testnet-faucet)
+- [Testnet Faucet Docs](https://docs.kiiglobal.io/docs/build-on-kiichain/developer-tools/testnet-faucet)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
More information about how to use our discord Faucet can be found at:
- [Testnet Faucet](https://docs.kiiglobal.io/docs/build-on-kiichain/developer-tools/testnet-faucet)
- [Testnet Faucet](https://docs.kiiglobal.io/docs/build-on-kiichain/developer-tools/testnet-faucet)
More information about how to use the Testnet Faucet can be found at:
- [Testnet Faucet Docs](https://docs.kiiglobal.io/docs/build-on-kiichain/developer-tools/testnet-faucet)
🤖 Prompt for AI Agents
In README.MD around lines 71–73 the text says "discord Faucet" but the hyperlink
targets the Testnet Faucet docs; update the copy and/or link so they
match—either change the phrase to "Testnet Faucet" to match the existing URL, or
replace the URL with the correct Discord Faucet documentation link if the intent
was to reference a Discord faucet.