@t2000/engine 1.23.0 → 1.23.1
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -5405,8 +5405,8 @@ var ADD_RECIPIENT_FORM = {
|
|
|
5405
5405
|
// the resolution.
|
|
5406
5406
|
kind: "sui-recipient",
|
|
5407
5407
|
required: true,
|
|
5408
|
-
placeholder: "mom
|
|
5409
|
-
helpText: "Type @
|
|
5408
|
+
placeholder: "mom@audric / alex.sui / 0x40cd\u20263e62",
|
|
5409
|
+
helpText: "Type alice@audric for an Audric user, alex.sui for any SuiNS, or paste a 0x address. We'll resolve it to the canonical wallet automatically."
|
|
5410
5410
|
}
|
|
5411
5411
|
]
|
|
5412
5412
|
};
|