@@ -101,7 +101,7 @@ export type TupleListSigned = TupleList<true>
101101 * import { AuthorizationTempo } from 'ox/tempo'
102102 *
103103 * const authorization = AuthorizationTempo.from({
104- * address: '0x1234567890abcdef1234567890abcdef12345678 ',
104+ * address: 'tempo1qqfrg4ncjz4ummcjx3t83y9tehh3ydzk0qhcg00y ',
105105 * chainId: 1,
106106 * nonce: 69n,
107107 * })
@@ -119,7 +119,7 @@ export type TupleListSigned = TupleList<true>
119119 * const privateKey = Secp256k1.randomPrivateKey()
120120 *
121121 * const authorization = AuthorizationTempo.from({
122- * address: '0xbe95c3f554e9fc85ec51be69a3d807a0d55bcf2c ',
122+ * address: 'tempo1qzlftsl42n5lep0v2xlxng7cq7sd2k709sxlwnsu ',
123123 * chainId: 1,
124124 * nonce: 40n,
125125 * })
@@ -149,7 +149,7 @@ export type TupleListSigned = TupleList<true>
149149 * const { privateKey, publicKey } = P256.createKeyPair()
150150 *
151151 * const authorization = AuthorizationTempo.from({
152- * address: '0xbe95c3f554e9fc85ec51be69a3d807a0d55bcf2c ',
152+ * address: 'tempo1qzlftsl42n5lep0v2xlxng7cq7sd2k709sxlwnsu ',
153153 * chainId: 1,
154154 * nonce: 40n,
155155 * })
@@ -184,7 +184,7 @@ export type TupleListSigned = TupleList<true>
184184 * const { privateKey, publicKey } = await WebCryptoP256.createKeyPair()
185185 *
186186 * const authorization = AuthorizationTempo.from({
187- * address: '0xbe95c3f554e9fc85ec51be69a3d807a0d55bcf2c ',
187+ * address: 'tempo1qzlftsl42n5lep0v2xlxng7cq7sd2k709sxlwnsu ',
188188 * chainId: 1,
189189 * nonce: 40n,
190190 * })
@@ -220,7 +220,7 @@ export type TupleListSigned = TupleList<true>
220220 * const credential = await WebAuthnP256.createCredential({ name: 'Example' })
221221 *
222222 * const authorization = AuthorizationTempo.from({
223- * address: '0xbe95c3f554e9fc85ec51be69a3d807a0d55bcf2c ',
223+ * address: 'tempo1qzlftsl42n5lep0v2xlxng7cq7sd2k709sxlwnsu ',
224224 * chainId: 1,
225225 * nonce: 40n,
226226 * })
@@ -302,7 +302,7 @@ export declare namespace from {
302302 * import { AuthorizationTempo } from 'ox/tempo'
303303 *
304304 * const authorization = AuthorizationTempo.fromRpc({
305- * address: '0x0000000000000000000000000000000000000000 ',
305+ * address: 'tempo1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj97hme ',
306306 * chainId: '0x1',
307307 * nonce: '0x1',
308308 * signature: {
@@ -340,7 +340,7 @@ export declare namespace fromRpc {
340340 * import { AuthorizationTempo } from 'ox/tempo'
341341 *
342342 * const authorizationList = AuthorizationTempo.fromRpcList([{
343- * address: '0x0000000000000000000000000000000000000000 ',
343+ * address: 'tempo1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj97hme ',
344344 * chainId: '0x1',
345345 * nonce: '0x1',
346346 * signature: {
@@ -524,7 +524,7 @@ export declare namespace fromTupleList {
524524 * const privateKey = Secp256k1.randomPrivateKey()
525525 *
526526 * const authorization = AuthorizationTempo.from({
527- * address: '0x1234567890abcdef1234567890abcdef12345678 ',
527+ * address: 'tempo1qqfrg4ncjz4ummcjx3t83y9tehh3ydzk0qhcg00y ',
528528 * chainId: 1,
529529 * nonce: 69n,
530530 * })
@@ -552,7 +552,7 @@ export declare namespace fromTupleList {
552552 * const { privateKey, publicKey } = P256.createKeyPair()
553553 *
554554 * const authorization = AuthorizationTempo.from({
555- * address: '0x1234567890abcdef1234567890abcdef12345678 ',
555+ * address: 'tempo1qqfrg4ncjz4ummcjx3t83y9tehh3ydzk0qhcg00y ',
556556 * chainId: 1,
557557 * nonce: 69n,
558558 * })
@@ -585,7 +585,7 @@ export declare namespace fromTupleList {
585585 * const { privateKey, publicKey } = await WebCryptoP256.createKeyPair()
586586 *
587587 * const authorization = AuthorizationTempo.from({
588- * address: '0x1234567890abcdef1234567890abcdef12345678 ',
588+ * address: 'tempo1qqfrg4ncjz4ummcjx3t83y9tehh3ydzk0qhcg00y ',
589589 * chainId: 1,
590590 * nonce: 69n,
591591 * })
@@ -619,7 +619,7 @@ export declare namespace fromTupleList {
619619 * const credential = await WebAuthnP256.createCredential({ name: 'Example' })
620620 *
621621 * const authorization = AuthorizationTempo.from({
622- * address: '0x1234567890abcdef1234567890abcdef12345678 ',
622+ * address: 'tempo1qqfrg4ncjz4ummcjx3t83y9tehh3ydzk0qhcg00y ',
623623 * chainId: 1,
624624 * nonce: 69n,
625625 * })
@@ -660,7 +660,7 @@ export declare namespace getSignPayload {
660660 * import { AuthorizationTempo } from 'ox/tempo'
661661 *
662662 * const authorization = AuthorizationTempo.from({
663- * address: '0x1234567890abcdef1234567890abcdef12345678 ',
663+ * address: 'tempo1qqfrg4ncjz4ummcjx3t83y9tehh3ydzk0qhcg00y ',
664664 * chainId: 1,
665665 * nonce: 69n,
666666 * })
@@ -716,7 +716,7 @@ export declare namespace hash {
716716 * import { AuthorizationTempo } from 'ox/tempo'
717717 *
718718 * const authorization = AuthorizationTempo.toRpc({
719- * address: '0x0000000000000000000000000000000000000000 ',
719+ * address: 'tempo1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj97hme ',
720720 * chainId: 1,
721721 * nonce: 1n,
722722 * signature: {
@@ -756,7 +756,7 @@ export declare namespace toRpc {
756756 * import { AuthorizationTempo } from 'ox/tempo'
757757 *
758758 * const authorization = AuthorizationTempo.toRpcList([{
759- * address: '0x0000000000000000000000000000000000000000 ',
759+ * address: 'tempo1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj97hme ',
760760 * chainId: 1,
761761 * nonce: 1n,
762762 * signature: {
@@ -789,7 +789,7 @@ export declare namespace toRpcList {
789789 * import { AuthorizationTempo } from 'ox/tempo'
790790 *
791791 * const authorization = AuthorizationTempo.from({
792- * address: '0x1234567890abcdef1234567890abcdef12345678 ',
792+ * address: 'tempo1qqfrg4ncjz4ummcjx3t83y9tehh3ydzk0qhcg00y ',
793793 * chainId: 1,
794794 * nonce: 69n,
795795 * })
@@ -838,12 +838,12 @@ export declare namespace toTuple {
838838 * import { AuthorizationTempo } from 'ox/tempo'
839839 *
840840 * const authorization_1 = AuthorizationTempo.from({
841- * address: '0x1234567890abcdef1234567890abcdef12345678 ',
841+ * address: 'tempo1qqfrg4ncjz4ummcjx3t83y9tehh3ydzk0qhcg00y ',
842842 * chainId: 1,
843843 * nonce: 69n,
844844 * })
845845 * const authorization_2 = AuthorizationTempo.from({
846- * address: '0x1234567890abcdef1234567890abcdef12345678 ',
846+ * address: 'tempo1qqfrg4ncjz4ummcjx3t83y9tehh3ydzk0qhcg00y ',
847847 * chainId: 3,
848848 * nonce: 20n,
849849 * })
0 commit comments