|
279 | 279 | <div class="mb-3">
|
280 | 280 | <template v-if="chainId == 'eth'">
|
281 | 281 | <label class="font-subheader font-weight-light letter-spacing" for="eth_payout_address">
|
282 |
| - Add ETH Recipient Wallet Address |
| 282 | + Add ETH Recipient's Wallet Address |
283 | 283 | </label>
|
284 | 284 | <span class="font-smaller-2 py-1 font-weight-normal badge badge-greylight ml-2">required</span>
|
285 | 285 |
|
286 | 286 | <p class="text-black-60 font-caption mb-2">
|
287 | 287 | IMPORTANT: This is the wallet address where contributions to this grant will be sent.<br>
|
288 |
| - DO NOT use an exchange address — use a self-custody wallet address such as Metamask.<br> |
289 |
| - Adding an incorrect wallet address could mean that you don’t receive your funds. |
| 288 | + DO NOT use an exchange address — use a self-custody wallet address such as MetaMask.<br> |
| 289 | + Adding an incorrect wallet address could mean that you don't receive your funds. |
290 | 290 | </p>
|
291 | 291 |
|
292 | 292 | <input id="eth_payout_address" v-model="form.eth_payout_address" name="eth_payout_address" class="form__input form__input-lg" maxlength="50" placeholder="0x0" required/>
|
|
315 | 315 |
|
316 | 316 | <template v-if="chainId == 'celo'">
|
317 | 317 | <label class="font-subheader font-weight-light letter-spacing" for="celo_payout_address">
|
318 |
| - Add CELO Recipient Wallet Address |
| 318 | + Add CELO Recipient's Wallet Address |
319 | 319 | </label>
|
320 | 320 | <span class="font-smaller-2 py-1 font-weight-normal badge badge-greylight ml-2">required</span>
|
321 | 321 |
|
322 | 322 | <p class="text-black-60 font-caption mb-2">
|
323 |
| - This is where funds from contributors to this grant will be sent |
| 323 | + IMPORTANT: This is the wallet address where contributions to this grant will be sent.<br> |
| 324 | + DO NOT use an exchange address — use a self-custody wallet address such as MetaMask.<br> |
| 325 | + Adding an incorrect wallet address could mean that you don't receive your funds. |
324 | 326 | </p>
|
325 | 327 |
|
326 | 328 | <input id="celo_payout_address" v-model="form.celo_payout_address" name="celo_payout_address" class="form__input form__input-lg" maxlength="50" placeholder="0x0" required/>
|
|
332 | 334 |
|
333 | 335 | <template v-if="chainId == 'zilliqa'">
|
334 | 336 | <label class="font-subheader font-weight-light letter-spacing" for="zil_payout_address">
|
335 |
| - Add Zilliqa Recipient Wallet Address |
| 337 | + Add Zilliqa Recipient's Wallet Address |
336 | 338 | </label>
|
337 | 339 | <span class="font-smaller-2 py-1 font-weight-normal badge badge-greylight ml-2">required</span>
|
338 | 340 |
|
339 | 341 | <p class="text-black-60 font-caption mb-2">
|
340 |
| - This is where funds from contributors to this grant will be sent |
| 342 | + IMPORTANT: This is the wallet address where contributions to this grant will be sent.<br> |
| 343 | + DO NOT use an exchange address — use a self-custody wallet address such as MetaMask.<br> |
| 344 | + Adding an incorrect wallet address could mean that you don't receive your funds. |
341 | 345 | </p>
|
342 | 346 |
|
343 | 347 | <input id="zil_payout_address" v-model="form.zil_payout_address" name="zil_payout_address" class="form__input form__input-lg" maxlength="50" placeholder="0x0" required/>
|
|
349 | 353 |
|
350 | 354 | <template v-if="chainId == 'harmony'">
|
351 | 355 | <label class="font-subheader font-weight-light letter-spacing" for="harmony_payout_address">
|
352 |
| - Add Harmony Recipient Wallet Address |
| 356 | + Add Harmony Recipient's Wallet Address |
353 | 357 | </label>
|
354 | 358 | <span class="font-smaller-2 py-1 font-weight-normal badge badge-greylight ml-2">required</span>
|
355 | 359 |
|
356 | 360 | <p class="text-black-60 font-caption mb-2">
|
357 |
| - This is where funds from contributors to this grant will be sent |
| 361 | + IMPORTANT: This is the wallet address where contributions to this grant will be sent.<br> |
| 362 | + DO NOT use an exchange address — use a self-custody wallet address such as MetaMask.<br> |
| 363 | + Adding an incorrect wallet address could mean that you don't receive your funds. |
358 | 364 | </p>
|
359 | 365 |
|
360 | 366 | <input id="harmony_payout_address" v-model="form.harmony_payout_address" name="harmony_payout_address" class="form__input form__input-lg" maxlength="50" placeholder="0x0" required/>
|
|
366 | 372 |
|
367 | 373 | <template v-if="chainId == 'binance'">
|
368 | 374 | <label class="font-subheader font-weight-light letter-spacing" for="binance_payout_address">
|
369 |
| - Add Binance Recipient Wallet Address |
| 375 | + Add Binance Recipient's Wallet Address |
370 | 376 | </label>
|
371 | 377 | <span class="font-smaller-2 py-1 font-weight-normal badge badge-greylight ml-2">required</span>
|
372 | 378 |
|
373 | 379 | <p class="text-black-60 font-caption mb-2">
|
374 |
| - This is where funds from contributors to this grant will be sent |
| 380 | + IMPORTANT: This is the wallet address where contributions to this grant will be sent.<br> |
| 381 | + DO NOT use an exchange address — use a self-custody wallet address such as MetaMask.<br> |
| 382 | + Adding an incorrect wallet address could mean that you don't receive your funds. |
375 | 383 | </p>
|
376 | 384 |
|
377 | 385 | <input id="binance_payout_address" v-model="form.binance_payout_address" name="binance_payout_address" class="form__input form__input-lg" maxlength="50" placeholder="0x0" required/>
|
|
383 | 391 |
|
384 | 392 | <template v-if="chainId == 'polkadot'">
|
385 | 393 | <label class="font-subheader font-weight-light letter-spacing" for="polkadot_payout_address">
|
386 |
| - Add Polkadot Recipient Wallet Address |
| 394 | + Add Polkadot Recipient's Wallet Address |
387 | 395 | </label>
|
388 | 396 | <span class="font-smaller-2 py-1 font-weight-normal badge badge-greylight ml-2">required</span>
|
389 | 397 |
|
390 | 398 | <p class="text-black-60 font-caption mb-2">
|
391 |
| - This is where funds from contributors to this grant will be sent |
| 399 | + IMPORTANT: This is the wallet address where contributions to this grant will be sent.<br> |
| 400 | + DO NOT use an exchange address — use a self-custody wallet address such as MetaMask.<br> |
| 401 | + Adding an incorrect wallet address could mean that you don't receive your funds. |
392 | 402 | </p>
|
393 | 403 |
|
394 | 404 | <input id="polkadot_payout_address" v-model="form.polkadot_payout_address" name="polkadot_payout_address" class="form__input form__input-lg" maxlength="50" placeholder="0x0" required/>
|
|
400 | 410 |
|
401 | 411 | <template v-if="chainId == 'kusama'">
|
402 | 412 | <label class="font-subheader font-weight-light letter-spacing" for="kusama_payout_address">
|
403 |
| - Add Kusama Recipient Wallet Address |
| 413 | + Add Kusama Recipient's Wallet Address |
404 | 414 | </label>
|
405 | 415 | <span class="font-smaller-2 py-1 font-weight-normal badge badge-greylight ml-2">required</span>
|
406 | 416 |
|
407 | 417 | <p class="text-black-60 font-caption mb-2">
|
408 |
| - This is where funds from contributors to this grant will be sent |
| 418 | + IMPORTANT: This is the wallet address where contributions to this grant will be sent.<br> |
| 419 | + DO NOT use an exchange address — use a self-custody wallet address such as MetaMask.<br> |
| 420 | + Adding an incorrect wallet address could mean that you don't receive your funds. |
409 | 421 | </p>
|
410 | 422 |
|
411 | 423 | <input id="kusama_payout_address" v-model="form.kusama_payout_address" name="kusama_payout_address" class="form__input form__input-lg" maxlength="50" placeholder="0x0" required/>
|
|
417 | 429 |
|
418 | 430 | <template v-if="chainId == 'rsk'">
|
419 | 431 | <label class="font-subheader font-weight-light letter-spacing" for="rsk_payout_address">
|
420 |
| - Add RSK Recipient Wallet Address |
| 432 | + Add RSK Recipient's Wallet Address |
421 | 433 | </label>
|
422 | 434 | <span class="font-smaller-2 py-1 font-weight-normal badge badge-greylight ml-2">required</span>
|
423 | 435 |
|
424 | 436 | <p class="text-black-60 font-caption mb-2">
|
425 |
| - This is where funds from contributors to this grant will be sent |
| 437 | + IMPORTANT: This is the wallet address where contributions to this grant will be sent.<br> |
| 438 | + DO NOT use an exchange address — use a self-custody wallet address such as MetaMask.<br> |
| 439 | + Adding an incorrect wallet address could mean that you don't receive your funds. |
426 | 440 | </p>
|
427 | 441 |
|
428 | 442 | <input id="rsk_payout_address" v-model="form.rsk_payout_address" name="rsk_payout_address" class="form__input form__input-lg" maxlength="50" placeholder="0x0" required/>
|
|
434 | 448 |
|
435 | 449 | <template v-if="chainId == 'algorand'">
|
436 | 450 | <label class="font-subheader font-weight-light letter-spacing" for="algorand_payout_address">
|
437 |
| - Add Algorand Recipient Wallet Address |
| 451 | + Add Algorand Recipient's Wallet Address |
438 | 452 | </label>
|
439 | 453 | <span class="font-smaller-6 badge badge-greylight text-capitalize ml-2">required</span>
|
440 | 454 |
|
441 | 455 | <p class="text-black-60 font-caption mb-2">
|
442 |
| - This is where funds from contributors to this grant will be sent |
| 456 | + IMPORTANT: This is the wallet address where contributions to this grant will be sent.<br> |
| 457 | + DO NOT use an exchange address — use a self-custody wallet address such as MetaMask.<br> |
| 458 | + Adding an incorrect wallet address could mean that you don't receive your funds. |
443 | 459 | </p>
|
444 | 460 |
|
445 | 461 | <input id="algorand_payout_address" v-model="form.algorand_payout_address" name="algorand_payout_address" class="form__input form__input-lg" maxlength="58" placeholder="0x0" required/>
|
|
451 | 467 |
|
452 | 468 | <template v-if="chainId == 'cosmos'">
|
453 | 469 | <label class="font-subheader font-weight-light letter-spacing" for="cosmos_payout_address">
|
454 |
| - Add Cosmos Recipient Wallet Address |
| 470 | + Add Cosmos Recipient's Wallet Address |
455 | 471 | </label>
|
456 | 472 | <span class="font-smaller-2 py-1 font-weight-normal badge badge-greylight ml-2">required</span>
|
457 | 473 |
|
458 | 474 | <p class="text-black-60 font-caption mb-2">
|
459 |
| - This is where funds from contributors to this grant will be sent |
| 475 | + IMPORTANT: This is the wallet address where contributions to this grant will be sent.<br> |
| 476 | + DO NOT use an exchange address — use a self-custody wallet address such as MetaMask.<br> |
| 477 | + Adding an incorrect wallet address could mean that you don't receive your funds. |
460 | 478 | </p>
|
461 | 479 |
|
462 | 480 | <input id="cosmos_payout_address" v-model="form.cosmos_payout_address" name="cosmos_payout_address" class="form__input form__input-lg" maxlength="50" placeholder="0x0" required/>
|
|
0 commit comments