메인 콘텐츠로 건너뛰기
testnet에서 제안을 제출하려고 한다고 가정해 보겠습니다. 제안에 대한 투표 기간이 짧기 때문에, 제안이 직접 투표 단계로 넘어가지 않도록 deposit을 낮추는 것이 좋습니다. 기본적으로 min_deposit 값보다 약간 적어야 합니다. 제안을 제출한 후에는 팀에 연락해야 합니다:
  1. Injective Discord 서버에 가입하여 관련 채널을 찾으세요.
  2. Injective Developer Telegram 채널에 가입하세요.
다음은 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" <-- 금액을 사용하세요