测试网提案
假设您想在测试网上提交一个提案。由于提案的投票时间较短,我们建议将提案的存款金额调低,以避免提案直接进入投票阶段。基本上,存款金额应略低于 min_deposit
值。
提交提案后,您应该联系团队:
加入 Injective Discord server 并寻找相关的频道
这是 GrantProviderPrivilegeProposal
的示例:
injectived tx oracle grant-provider-privilege-proposal YOUR_PROVIDER \
YOUR_ADDRESS_HERE \
--title="TITLE OF THE PROPOSAL" \
--description="Registering PROVIDER as an oracle provider" \
--chain-id=injective-888 \
--from=local_key \
--node=https://testnet.sentry.tm.injective.network:443 \
--gas-prices=160000000inj \
--gas=20000000 \
--deposit="40000000000000000000inj" <-- use this amount
Last updated