From 7b4903a12787c89b9ada1318ca3f6543e42abcb0 Mon Sep 17 00:00:00 2001 From: Pavel Shibaev Date: Fri, 11 Oct 2024 13:27:02 +0200 Subject: [PATCH 1/2] feat: Add info about testnet proposal submission --- docs/develop/cheat-sheet/index.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/develop/cheat-sheet/index.mdx b/docs/develop/cheat-sheet/index.mdx index 9282e864..a5149c97 100644 --- a/docs/develop/cheat-sheet/index.mdx +++ b/docs/develop/cheat-sheet/index.mdx @@ -115,6 +115,10 @@ inj1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqe2hm49 This is effectively the Injective `0x0...` address converted into `bech32`. +## Creating Proposals on Testnet + +To sucessfully pass a proposal on Testnet, please, coordinate with the Injective dev team to confirm it right after a transaction is submitted. + ## Creating Transactions ### Via APIs From 5c58bba2ca75b5de9f80ece8f6de37d379ca970d Mon Sep 17 00:00:00 2001 From: Pavel Shibaev Date: Mon, 14 Oct 2024 22:35:50 +0200 Subject: [PATCH 2/2] feat: Improve info about testnet proposal submission --- docs/develop/cheat-sheet/index.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/develop/cheat-sheet/index.mdx b/docs/develop/cheat-sheet/index.mdx index a5149c97..f60cf163 100644 --- a/docs/develop/cheat-sheet/index.mdx +++ b/docs/develop/cheat-sheet/index.mdx @@ -117,7 +117,9 @@ This is effectively the Injective `0x0...` address converted into `bech32`. ## Creating Proposals on Testnet -To sucessfully pass a proposal on Testnet, please, coordinate with the Injective dev team to confirm it right after a transaction is submitted. +To successfully pass the proposal for testnet, `YOUR_DEPOSIT` should be slightly less than `min_deposit` +value (for example, `40000000000000000000inj`). After that you should contact the Injective dev team. Dev team will +top up your deposit to `min_deposit` and vote for your proposal. ## Creating Transactions