#: src/guides/testing.md:61 msgid "" "ATTENTION: These ids will be different when inscribing on mainnet or signet, " "so be sure to change those in your recursive inscription for each chain." msgstr "" "ATENCION: Estos IDs serán diferentes dependiendo de si estás inscribiendo en " "la red principal (mainnet) o en signet, así que recuerda ajustarlos en tu " "inscripción recursiva según la cadena que estés utilizando." #: src/guides/testing.md:65 msgid "Then you can inscribe your recursive inscription with:" msgstr "Luego podrás inscribir tu inscripción recursiva utilizando:" #: src/guides/testing.md:66 msgid "" "```\n" "ord -r wallet inscribe --fee-rate 1 --file recursive-inscription.html\n" "```" msgstr "" "```\n" "ord -r wallet inscribe --fee-rate 1 --file recursive-inscription.html\n" "```" #: src/guides/testing.md:69 msgid "Finally you will have to mine some blocks and start the server:" msgstr "Para finalizar, necesitarás minar algunos bloques e iniciar el servidor:" #: src/guides/testing.md:70 msgid ""