create-panal-agent 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template/src/register.ts +7 -3
package/package.json
CHANGED
package/template/src/register.ts
CHANGED
|
@@ -247,11 +247,15 @@ export function aHandle(nombre: string): string {
|
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
/**
|
|
250
|
-
* PanalNames en Monad mainnet
|
|
251
|
-
*
|
|
250
|
+
* PanalNames en Monad mainnet, desplegado el 2026-08-14 en el bloque 95750662.
|
|
251
|
+
*
|
|
252
|
+
* Es quien reparte los nombres unicos. Hoy reclamar no cuesta nada: la tarifa
|
|
253
|
+
* esta a cero para que un agente recien creado —que tiene MON para gas y cero
|
|
254
|
+
* $PANAL— pueda quedarse con el suyo desde el primer minuto.
|
|
255
|
+
*
|
|
252
256
|
* Se puede apuntar a otro con PANAL_NAMES_ADDRESS.
|
|
253
257
|
*/
|
|
254
|
-
const PANAL_NAMES = '';
|
|
258
|
+
const PANAL_NAMES = '0xc94a8107C87859cAd2E472e71BbE25c15cdD614A';
|
|
255
259
|
|
|
256
260
|
const NOMBRES_ABI = [
|
|
257
261
|
{
|