tempo.ts 0.7.5 → 0.8.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/CHANGELOG.md +32 -0
- package/dist/chains.d.ts +6 -20
- package/dist/chains.d.ts.map +1 -1
- package/dist/chains.js +14 -15
- package/dist/chains.js.map +1 -1
- package/dist/ox/KeyAuthorization.d.ts +356 -0
- package/dist/ox/KeyAuthorization.d.ts.map +1 -0
- package/dist/ox/KeyAuthorization.js +360 -0
- package/dist/ox/KeyAuthorization.js.map +1 -0
- package/dist/ox/SignatureEnvelope.d.ts +21 -6
- package/dist/ox/SignatureEnvelope.d.ts.map +1 -1
- package/dist/ox/SignatureEnvelope.js +43 -3
- package/dist/ox/SignatureEnvelope.js.map +1 -1
- package/dist/ox/Transaction.d.ts +5 -1
- package/dist/ox/Transaction.d.ts.map +1 -1
- package/dist/ox/Transaction.js +5 -0
- package/dist/ox/Transaction.js.map +1 -1
- package/dist/ox/TransactionEnvelopeAA.d.ts +9 -0
- package/dist/ox/TransactionEnvelopeAA.d.ts.map +1 -1
- package/dist/ox/TransactionEnvelopeAA.js +17 -4
- package/dist/ox/TransactionEnvelopeAA.js.map +1 -1
- package/dist/ox/TransactionRequest.d.ts +7 -1
- package/dist/ox/TransactionRequest.d.ts.map +1 -1
- package/dist/ox/TransactionRequest.js +12 -0
- package/dist/ox/TransactionRequest.js.map +1 -1
- package/dist/ox/index.d.ts +1 -0
- package/dist/ox/index.d.ts.map +1 -1
- package/dist/ox/index.js +1 -0
- package/dist/ox/index.js.map +1 -1
- package/dist/prool/Instance.js +1 -1
- package/dist/prool/Instance.js.map +1 -1
- package/{src/prool/internal → dist/prool}/chain.json +4 -2
- package/dist/viem/Abis.d.ts +319 -6
- package/dist/viem/Abis.d.ts.map +1 -1
- package/dist/viem/Abis.js +199 -7
- package/dist/viem/Abis.js.map +1 -1
- package/dist/viem/Account.d.ts +103 -14
- package/dist/viem/Account.d.ts.map +1 -1
- package/dist/viem/Account.js +177 -23
- package/dist/viem/Account.js.map +1 -1
- package/dist/viem/Actions/account.d.ts.map +1 -1
- package/dist/viem/Actions/account.js +4 -5
- package/dist/viem/Actions/account.js.map +1 -1
- package/dist/viem/Actions/amm.d.ts +84 -32
- package/dist/viem/Actions/amm.d.ts.map +1 -1
- package/dist/viem/Actions/amm.js +12 -32
- package/dist/viem/Actions/amm.js.map +1 -1
- package/dist/viem/Actions/dex.d.ts +156 -4
- package/dist/viem/Actions/dex.d.ts.map +1 -1
- package/dist/viem/Actions/fee.d.ts +4 -0
- package/dist/viem/Actions/fee.d.ts.map +1 -1
- package/dist/viem/Actions/reward.d.ts +78 -0
- package/dist/viem/Actions/reward.d.ts.map +1 -1
- package/dist/viem/Actions/token.d.ts +585 -0
- package/dist/viem/Actions/token.d.ts.map +1 -1
- package/dist/viem/Actions/token.js +2 -2
- package/dist/viem/Actions/token.js.map +1 -1
- package/dist/viem/Addresses.d.ts +1 -1
- package/dist/viem/Addresses.d.ts.map +1 -1
- package/dist/viem/Addresses.js +1 -1
- package/dist/viem/Addresses.js.map +1 -1
- package/dist/viem/Chain.d.ts +35 -0
- package/dist/viem/Chain.d.ts.map +1 -1
- package/dist/viem/Chain.js +37 -0
- package/dist/viem/Chain.js.map +1 -1
- package/dist/viem/Decorator.d.ts +193 -16
- package/dist/viem/Decorator.d.ts.map +1 -1
- package/dist/viem/Decorator.js +7 -0
- package/dist/viem/Decorator.js.map +1 -1
- package/dist/viem/Formatters.d.ts.map +1 -1
- package/dist/viem/Formatters.js +8 -7
- package/dist/viem/Formatters.js.map +1 -1
- package/dist/viem/Storage.d.ts +1 -0
- package/dist/viem/Storage.d.ts.map +1 -1
- package/dist/viem/Storage.js +21 -0
- package/dist/viem/Storage.js.map +1 -1
- package/dist/viem/TokenIds.d.ts +1 -1
- package/dist/viem/TokenIds.d.ts.map +1 -1
- package/dist/viem/TokenIds.js +1 -1
- package/dist/viem/TokenIds.js.map +1 -1
- package/dist/viem/Transaction.d.ts +9 -1
- package/dist/viem/Transaction.d.ts.map +1 -1
- package/dist/viem/Transaction.js +2 -1
- package/dist/viem/Transaction.js.map +1 -1
- package/dist/viem/WebAuthnP256.d.ts +4 -1
- package/dist/viem/WebAuthnP256.d.ts.map +1 -1
- package/dist/viem/WebAuthnP256.js +3 -1
- package/dist/viem/WebAuthnP256.js.map +1 -1
- package/dist/wagmi/Actions/amm.d.ts +6 -16
- package/dist/wagmi/Actions/amm.d.ts.map +1 -1
- package/dist/wagmi/Actions/amm.js +6 -16
- package/dist/wagmi/Actions/amm.js.map +1 -1
- package/dist/wagmi/Connector.d.ts +25 -8
- package/dist/wagmi/Connector.d.ts.map +1 -1
- package/dist/wagmi/Connector.js +120 -27
- package/dist/wagmi/Connector.js.map +1 -1
- package/dist/wagmi/Hooks/amm.d.ts +6 -16
- package/dist/wagmi/Hooks/amm.d.ts.map +1 -1
- package/dist/wagmi/Hooks/amm.js +6 -16
- package/dist/wagmi/Hooks/amm.js.map +1 -1
- package/package.json +3 -2
- package/src/chains.ts +14 -15
- package/src/ox/KeyAuthorization.test.ts +1332 -0
- package/src/ox/KeyAuthorization.ts +542 -0
- package/src/ox/SignatureEnvelope.test.ts +624 -0
- package/src/ox/SignatureEnvelope.ts +89 -9
- package/src/ox/Transaction.test.ts +214 -0
- package/src/ox/Transaction.ts +13 -1
- package/src/ox/TransactionEnvelopeAA.test.ts +164 -4
- package/src/ox/TransactionEnvelopeAA.ts +36 -3
- package/src/ox/TransactionRequest.ts +22 -1
- package/src/ox/e2e.test.ts +612 -5
- package/src/ox/index.ts +1 -0
- package/src/prool/Instance.ts +1 -1
- package/src/prool/chain.json +238 -0
- package/src/server/Handler.test.ts +20 -36
- package/src/viem/Abis.ts +200 -7
- package/src/viem/Account.test.ts +444 -0
- package/src/viem/Account.ts +355 -42
- package/src/viem/Actions/account.ts +3 -5
- package/src/viem/Actions/amm.test.ts +220 -1
- package/src/viem/Actions/amm.ts +12 -32
- package/src/viem/Actions/token.test.ts +8 -8
- package/src/viem/Actions/token.ts +2 -2
- package/src/viem/Addresses.ts +1 -1
- package/src/viem/Chain.test.ts +168 -0
- package/src/viem/Chain.ts +37 -1
- package/src/viem/Decorator.ts +214 -16
- package/src/viem/Formatters.ts +8 -7
- package/src/viem/Storage.ts +22 -0
- package/src/viem/TokenIds.ts +1 -1
- package/src/viem/Transaction.ts +14 -2
- package/src/viem/WebAuthnP256.ts +8 -2
- package/src/viem/e2e.test.ts +299 -96
- package/src/wagmi/Actions/amm.test.ts +93 -2
- package/src/wagmi/Actions/amm.ts +6 -16
- package/src/wagmi/Connector.test.ts +1 -1
- package/src/wagmi/Connector.ts +184 -54
- package/src/wagmi/Hooks/amm.test.ts +335 -0
- package/src/wagmi/Hooks/amm.ts +6 -16
- package/src/wagmi/Hooks/fee.test.ts +10 -4
- package/src/wagmi/Hooks/token.test.ts +0 -488
- package/dist/viem/internal/account.d.ts +0 -21
- package/dist/viem/internal/account.d.ts.map +0 -1
- package/dist/viem/internal/account.js +0 -61
- package/dist/viem/internal/account.js.map +0 -1
- package/src/viem/internal/account.ts +0 -89
package/dist/viem/Abis.d.ts
CHANGED
|
@@ -1,19 +1,195 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
readonly name: "
|
|
1
|
+
export declare const accountKeychain: readonly [{
|
|
2
|
+
readonly name: "authorizeKey";
|
|
3
|
+
readonly type: "function";
|
|
4
|
+
readonly stateMutability: "nonpayable";
|
|
5
|
+
readonly inputs: readonly [{
|
|
6
|
+
readonly type: "address";
|
|
7
|
+
readonly name: "keyId";
|
|
8
|
+
}, {
|
|
9
|
+
readonly type: "uint8";
|
|
10
|
+
readonly name: "signatureType";
|
|
11
|
+
}, {
|
|
12
|
+
readonly type: "uint64";
|
|
13
|
+
readonly name: "expiry";
|
|
14
|
+
}, {
|
|
15
|
+
readonly type: "bool";
|
|
16
|
+
readonly name: "enforceLimits";
|
|
17
|
+
}, {
|
|
18
|
+
readonly type: "tuple[]";
|
|
19
|
+
readonly name: "limits";
|
|
20
|
+
readonly components: readonly [{
|
|
21
|
+
readonly type: "address";
|
|
22
|
+
readonly name: "token";
|
|
23
|
+
}, {
|
|
24
|
+
readonly type: "uint256";
|
|
25
|
+
readonly name: "amount";
|
|
26
|
+
}];
|
|
27
|
+
}];
|
|
28
|
+
readonly outputs: readonly [];
|
|
29
|
+
}, {
|
|
30
|
+
readonly name: "revokeKey";
|
|
31
|
+
readonly type: "function";
|
|
32
|
+
readonly stateMutability: "nonpayable";
|
|
33
|
+
readonly inputs: readonly [{
|
|
34
|
+
readonly type: "address";
|
|
35
|
+
readonly name: "keyId";
|
|
36
|
+
}];
|
|
37
|
+
readonly outputs: readonly [];
|
|
38
|
+
}, {
|
|
39
|
+
readonly name: "updateSpendingLimit";
|
|
40
|
+
readonly type: "function";
|
|
41
|
+
readonly stateMutability: "nonpayable";
|
|
42
|
+
readonly inputs: readonly [{
|
|
43
|
+
readonly type: "address";
|
|
44
|
+
readonly name: "keyId";
|
|
45
|
+
}, {
|
|
46
|
+
readonly type: "address";
|
|
47
|
+
readonly name: "token";
|
|
48
|
+
}, {
|
|
49
|
+
readonly type: "uint256";
|
|
50
|
+
readonly name: "newLimit";
|
|
51
|
+
}];
|
|
52
|
+
readonly outputs: readonly [];
|
|
53
|
+
}, {
|
|
54
|
+
readonly name: "getKey";
|
|
3
55
|
readonly type: "function";
|
|
4
56
|
readonly stateMutability: "view";
|
|
5
|
-
readonly inputs: readonly [
|
|
57
|
+
readonly inputs: readonly [{
|
|
58
|
+
readonly type: "address";
|
|
59
|
+
readonly name: "account";
|
|
60
|
+
}, {
|
|
61
|
+
readonly type: "address";
|
|
62
|
+
readonly name: "keyId";
|
|
63
|
+
}];
|
|
6
64
|
readonly outputs: readonly [{
|
|
7
|
-
readonly type: "
|
|
65
|
+
readonly type: "tuple";
|
|
66
|
+
readonly components: readonly [{
|
|
67
|
+
readonly type: "uint8";
|
|
68
|
+
readonly name: "signatureType";
|
|
69
|
+
}, {
|
|
70
|
+
readonly type: "address";
|
|
71
|
+
readonly name: "keyId";
|
|
72
|
+
}, {
|
|
73
|
+
readonly type: "uint64";
|
|
74
|
+
readonly name: "expiry";
|
|
75
|
+
}, {
|
|
76
|
+
readonly type: "bool";
|
|
77
|
+
readonly name: "enforceLimits";
|
|
78
|
+
}, {
|
|
79
|
+
readonly type: "bool";
|
|
80
|
+
readonly name: "isRevoked";
|
|
81
|
+
}];
|
|
8
82
|
}];
|
|
9
83
|
}, {
|
|
10
|
-
readonly name: "
|
|
84
|
+
readonly name: "getRemainingLimit";
|
|
85
|
+
readonly type: "function";
|
|
86
|
+
readonly stateMutability: "view";
|
|
87
|
+
readonly inputs: readonly [{
|
|
88
|
+
readonly type: "address";
|
|
89
|
+
readonly name: "account";
|
|
90
|
+
}, {
|
|
91
|
+
readonly type: "address";
|
|
92
|
+
readonly name: "keyId";
|
|
93
|
+
}, {
|
|
94
|
+
readonly type: "address";
|
|
95
|
+
readonly name: "token";
|
|
96
|
+
}];
|
|
97
|
+
readonly outputs: readonly [{
|
|
98
|
+
readonly type: "uint256";
|
|
99
|
+
}];
|
|
100
|
+
}, {
|
|
101
|
+
readonly name: "getTransactionKey";
|
|
11
102
|
readonly type: "function";
|
|
12
103
|
readonly stateMutability: "view";
|
|
13
104
|
readonly inputs: readonly [];
|
|
14
105
|
readonly outputs: readonly [{
|
|
106
|
+
readonly type: "address";
|
|
107
|
+
}];
|
|
108
|
+
}, {
|
|
109
|
+
readonly name: "KeyAuthorized";
|
|
110
|
+
readonly type: "event";
|
|
111
|
+
readonly inputs: readonly [{
|
|
112
|
+
readonly type: "address";
|
|
113
|
+
readonly name: "account";
|
|
114
|
+
readonly indexed: true;
|
|
115
|
+
}, {
|
|
15
116
|
readonly type: "bytes32";
|
|
117
|
+
readonly name: "publicKey";
|
|
118
|
+
readonly indexed: true;
|
|
119
|
+
}, {
|
|
120
|
+
readonly type: "uint8";
|
|
121
|
+
readonly name: "signatureType";
|
|
122
|
+
}, {
|
|
123
|
+
readonly type: "uint64";
|
|
124
|
+
readonly name: "expiry";
|
|
125
|
+
}];
|
|
126
|
+
}, {
|
|
127
|
+
readonly name: "KeyRevoked";
|
|
128
|
+
readonly type: "event";
|
|
129
|
+
readonly inputs: readonly [{
|
|
130
|
+
readonly type: "address";
|
|
131
|
+
readonly name: "account";
|
|
132
|
+
readonly indexed: true;
|
|
133
|
+
}, {
|
|
134
|
+
readonly type: "bytes32";
|
|
135
|
+
readonly name: "publicKey";
|
|
136
|
+
readonly indexed: true;
|
|
16
137
|
}];
|
|
138
|
+
}, {
|
|
139
|
+
readonly name: "SpendingLimitUpdated";
|
|
140
|
+
readonly type: "event";
|
|
141
|
+
readonly inputs: readonly [{
|
|
142
|
+
readonly type: "address";
|
|
143
|
+
readonly name: "account";
|
|
144
|
+
readonly indexed: true;
|
|
145
|
+
}, {
|
|
146
|
+
readonly type: "bytes32";
|
|
147
|
+
readonly name: "publicKey";
|
|
148
|
+
readonly indexed: true;
|
|
149
|
+
}, {
|
|
150
|
+
readonly type: "address";
|
|
151
|
+
readonly name: "token";
|
|
152
|
+
readonly indexed: true;
|
|
153
|
+
}, {
|
|
154
|
+
readonly type: "uint256";
|
|
155
|
+
readonly name: "newLimit";
|
|
156
|
+
}];
|
|
157
|
+
}, {
|
|
158
|
+
readonly name: "UnauthorizedCaller";
|
|
159
|
+
readonly type: "error";
|
|
160
|
+
readonly inputs: readonly [];
|
|
161
|
+
}, {
|
|
162
|
+
readonly name: "KeyAlreadyExists";
|
|
163
|
+
readonly type: "error";
|
|
164
|
+
readonly inputs: readonly [];
|
|
165
|
+
}, {
|
|
166
|
+
readonly name: "KeyNotFound";
|
|
167
|
+
readonly type: "error";
|
|
168
|
+
readonly inputs: readonly [];
|
|
169
|
+
}, {
|
|
170
|
+
readonly name: "KeyExpired";
|
|
171
|
+
readonly type: "error";
|
|
172
|
+
readonly inputs: readonly [];
|
|
173
|
+
}, {
|
|
174
|
+
readonly name: "SpendingLimitExceeded";
|
|
175
|
+
readonly type: "error";
|
|
176
|
+
readonly inputs: readonly [];
|
|
177
|
+
}, {
|
|
178
|
+
readonly name: "InvalidSignatureType";
|
|
179
|
+
readonly type: "error";
|
|
180
|
+
readonly inputs: readonly [];
|
|
181
|
+
}, {
|
|
182
|
+
readonly name: "ZeroPublicKey";
|
|
183
|
+
readonly type: "error";
|
|
184
|
+
readonly inputs: readonly [];
|
|
185
|
+
}, {
|
|
186
|
+
readonly name: "ExpiryInPast";
|
|
187
|
+
readonly type: "error";
|
|
188
|
+
readonly inputs: readonly [];
|
|
189
|
+
}, {
|
|
190
|
+
readonly name: "KeyAlreadyRevoked";
|
|
191
|
+
readonly type: "error";
|
|
192
|
+
readonly inputs: readonly [];
|
|
17
193
|
}];
|
|
18
194
|
export declare const nonce: readonly [{
|
|
19
195
|
readonly name: "getNonce";
|
|
@@ -81,6 +257,23 @@ export declare const nonce: readonly [{
|
|
|
81
257
|
readonly type: "error";
|
|
82
258
|
readonly inputs: readonly [];
|
|
83
259
|
}];
|
|
260
|
+
export declare const pathUsd: readonly [{
|
|
261
|
+
readonly name: "TRANSFER_ROLE";
|
|
262
|
+
readonly type: "function";
|
|
263
|
+
readonly stateMutability: "view";
|
|
264
|
+
readonly inputs: readonly [];
|
|
265
|
+
readonly outputs: readonly [{
|
|
266
|
+
readonly type: "bytes32";
|
|
267
|
+
}];
|
|
268
|
+
}, {
|
|
269
|
+
readonly name: "RECEIVE_WITH_MEMO_ROLE";
|
|
270
|
+
readonly type: "function";
|
|
271
|
+
readonly stateMutability: "view";
|
|
272
|
+
readonly inputs: readonly [];
|
|
273
|
+
readonly outputs: readonly [{
|
|
274
|
+
readonly type: "bytes32";
|
|
275
|
+
}];
|
|
276
|
+
}];
|
|
84
277
|
export declare const stablecoinExchange: readonly [{
|
|
85
278
|
readonly name: "createPair";
|
|
86
279
|
readonly type: "function";
|
|
@@ -329,7 +522,7 @@ export declare const stablecoinExchange: readonly [{
|
|
|
329
522
|
}, {
|
|
330
523
|
readonly name: "pairKey";
|
|
331
524
|
readonly type: "function";
|
|
332
|
-
readonly stateMutability: "
|
|
525
|
+
readonly stateMutability: "pure";
|
|
333
526
|
readonly inputs: readonly [{
|
|
334
527
|
readonly type: "address";
|
|
335
528
|
readonly name: "tokenA";
|
|
@@ -396,6 +589,14 @@ export declare const stablecoinExchange: readonly [{
|
|
|
396
589
|
readonly outputs: readonly [{
|
|
397
590
|
readonly type: "int16";
|
|
398
591
|
}];
|
|
592
|
+
}, {
|
|
593
|
+
readonly name: "TICK_SPACING";
|
|
594
|
+
readonly type: "function";
|
|
595
|
+
readonly stateMutability: "pure";
|
|
596
|
+
readonly inputs: readonly [];
|
|
597
|
+
readonly outputs: readonly [{
|
|
598
|
+
readonly type: "int16";
|
|
599
|
+
}];
|
|
399
600
|
}, {
|
|
400
601
|
readonly name: "PRICE_SCALE";
|
|
401
602
|
readonly type: "function";
|
|
@@ -531,6 +732,28 @@ export declare const stablecoinExchange: readonly [{
|
|
|
531
732
|
readonly type: "bool";
|
|
532
733
|
readonly name: "partialFill";
|
|
533
734
|
}];
|
|
735
|
+
}, {
|
|
736
|
+
readonly name: "OrderFilled";
|
|
737
|
+
readonly type: "event";
|
|
738
|
+
readonly inputs: readonly [{
|
|
739
|
+
readonly type: "uint128";
|
|
740
|
+
readonly name: "orderId";
|
|
741
|
+
readonly indexed: true;
|
|
742
|
+
}, {
|
|
743
|
+
readonly type: "address";
|
|
744
|
+
readonly name: "maker";
|
|
745
|
+
readonly indexed: true;
|
|
746
|
+
}, {
|
|
747
|
+
readonly type: "address";
|
|
748
|
+
readonly name: "taker";
|
|
749
|
+
readonly indexed: true;
|
|
750
|
+
}, {
|
|
751
|
+
readonly type: "uint128";
|
|
752
|
+
readonly name: "amountFilled";
|
|
753
|
+
}, {
|
|
754
|
+
readonly type: "bool";
|
|
755
|
+
readonly name: "partialFill";
|
|
756
|
+
}];
|
|
534
757
|
}, {
|
|
535
758
|
readonly name: "OrderCancelled";
|
|
536
759
|
readonly type: "event";
|
|
@@ -559,6 +782,10 @@ export declare const stablecoinExchange: readonly [{
|
|
|
559
782
|
readonly name: "IdenticalTokens";
|
|
560
783
|
readonly type: "error";
|
|
561
784
|
readonly inputs: readonly [];
|
|
785
|
+
}, {
|
|
786
|
+
readonly name: "InvalidToken";
|
|
787
|
+
readonly type: "error";
|
|
788
|
+
readonly inputs: readonly [];
|
|
562
789
|
}, {
|
|
563
790
|
readonly name: "TickOutOfBounds";
|
|
564
791
|
readonly type: "error";
|
|
@@ -597,6 +824,10 @@ export declare const stablecoinExchange: readonly [{
|
|
|
597
824
|
readonly type: "uint128";
|
|
598
825
|
readonly name: "amount";
|
|
599
826
|
}];
|
|
827
|
+
}, {
|
|
828
|
+
readonly name: "InvalidBaseToken";
|
|
829
|
+
readonly type: "error";
|
|
830
|
+
readonly inputs: readonly [];
|
|
600
831
|
}];
|
|
601
832
|
export declare const tip20: readonly [{
|
|
602
833
|
readonly name: "name";
|
|
@@ -843,6 +1074,25 @@ export declare const tip20: readonly [{
|
|
|
843
1074
|
readonly outputs: readonly [{
|
|
844
1075
|
readonly type: "bool";
|
|
845
1076
|
}];
|
|
1077
|
+
}, {
|
|
1078
|
+
readonly name: "feeRecipient";
|
|
1079
|
+
readonly type: "function";
|
|
1080
|
+
readonly stateMutability: "view";
|
|
1081
|
+
readonly inputs: readonly [];
|
|
1082
|
+
readonly outputs: readonly [{
|
|
1083
|
+
readonly type: "address";
|
|
1084
|
+
}];
|
|
1085
|
+
}, {
|
|
1086
|
+
readonly name: "setFeeRecipient";
|
|
1087
|
+
readonly type: "function";
|
|
1088
|
+
readonly stateMutability: "view";
|
|
1089
|
+
readonly inputs: readonly [{
|
|
1090
|
+
readonly type: "address";
|
|
1091
|
+
readonly name: "newRecipient";
|
|
1092
|
+
}];
|
|
1093
|
+
readonly outputs: readonly [{
|
|
1094
|
+
readonly type: "address";
|
|
1095
|
+
}];
|
|
846
1096
|
}, {
|
|
847
1097
|
readonly name: "changeTransferPolicyId";
|
|
848
1098
|
readonly type: "function";
|
|
@@ -1229,6 +1479,18 @@ export declare const tip20: readonly [{
|
|
|
1229
1479
|
readonly name: "recipient";
|
|
1230
1480
|
readonly indexed: true;
|
|
1231
1481
|
}];
|
|
1482
|
+
}, {
|
|
1483
|
+
readonly name: "FeeRecipientUpdated";
|
|
1484
|
+
readonly type: "event";
|
|
1485
|
+
readonly inputs: readonly [{
|
|
1486
|
+
readonly type: "address";
|
|
1487
|
+
readonly name: "updater";
|
|
1488
|
+
readonly indexed: true;
|
|
1489
|
+
}, {
|
|
1490
|
+
readonly type: "address";
|
|
1491
|
+
readonly name: "newRecipient";
|
|
1492
|
+
readonly indexed: true;
|
|
1493
|
+
}];
|
|
1232
1494
|
}, {
|
|
1233
1495
|
readonly name: "InsufficientBalance";
|
|
1234
1496
|
readonly type: "error";
|
|
@@ -1310,6 +1572,14 @@ export declare const tip20: readonly [{
|
|
|
1310
1572
|
readonly name: "RewardsDisabled";
|
|
1311
1573
|
readonly type: "error";
|
|
1312
1574
|
readonly inputs: readonly [];
|
|
1575
|
+
}, {
|
|
1576
|
+
readonly name: "ScheduledRewardsDisabled";
|
|
1577
|
+
readonly type: "error";
|
|
1578
|
+
readonly inputs: readonly [];
|
|
1579
|
+
}, {
|
|
1580
|
+
readonly name: "ProtectedAddress";
|
|
1581
|
+
readonly type: "error";
|
|
1582
|
+
readonly inputs: readonly [];
|
|
1313
1583
|
}, {
|
|
1314
1584
|
readonly name: "hasRole";
|
|
1315
1585
|
readonly type: "function";
|
|
@@ -1712,6 +1982,21 @@ export declare const tipAccountRegistrar: readonly [{
|
|
|
1712
1982
|
readonly type: "address";
|
|
1713
1983
|
readonly name: "authority";
|
|
1714
1984
|
}];
|
|
1985
|
+
}, {
|
|
1986
|
+
readonly name: "delegateToDefault";
|
|
1987
|
+
readonly type: "function";
|
|
1988
|
+
readonly stateMutability: "nonpayable";
|
|
1989
|
+
readonly inputs: readonly [{
|
|
1990
|
+
readonly type: "bytes";
|
|
1991
|
+
readonly name: "message";
|
|
1992
|
+
}, {
|
|
1993
|
+
readonly type: "bytes";
|
|
1994
|
+
readonly name: "signature";
|
|
1995
|
+
}];
|
|
1996
|
+
readonly outputs: readonly [{
|
|
1997
|
+
readonly type: "address";
|
|
1998
|
+
readonly name: "authority";
|
|
1999
|
+
}];
|
|
1715
2000
|
}, {
|
|
1716
2001
|
readonly name: "InvalidSignature";
|
|
1717
2002
|
readonly type: "error";
|
|
@@ -1839,12 +2124,40 @@ export declare const feeManager: readonly [{
|
|
|
1839
2124
|
readonly name: "CannotChangeWithinBlock";
|
|
1840
2125
|
readonly type: "error";
|
|
1841
2126
|
readonly inputs: readonly [];
|
|
2127
|
+
}, {
|
|
2128
|
+
readonly name: "CannotChangeWithPendingFees";
|
|
2129
|
+
readonly type: "error";
|
|
2130
|
+
readonly inputs: readonly [];
|
|
1842
2131
|
}, {
|
|
1843
2132
|
readonly name: "TokenPolicyForbids";
|
|
1844
2133
|
readonly type: "error";
|
|
1845
2134
|
readonly inputs: readonly [];
|
|
1846
2135
|
}];
|
|
1847
2136
|
export declare const feeAmm: readonly [{
|
|
2137
|
+
readonly name: "M";
|
|
2138
|
+
readonly type: "function";
|
|
2139
|
+
readonly stateMutability: "view";
|
|
2140
|
+
readonly inputs: readonly [];
|
|
2141
|
+
readonly outputs: readonly [{
|
|
2142
|
+
readonly type: "uint256";
|
|
2143
|
+
}];
|
|
2144
|
+
}, {
|
|
2145
|
+
readonly name: "N";
|
|
2146
|
+
readonly type: "function";
|
|
2147
|
+
readonly stateMutability: "view";
|
|
2148
|
+
readonly inputs: readonly [];
|
|
2149
|
+
readonly outputs: readonly [{
|
|
2150
|
+
readonly type: "uint256";
|
|
2151
|
+
}];
|
|
2152
|
+
}, {
|
|
2153
|
+
readonly name: "SCALE";
|
|
2154
|
+
readonly type: "function";
|
|
2155
|
+
readonly stateMutability: "view";
|
|
2156
|
+
readonly inputs: readonly [];
|
|
2157
|
+
readonly outputs: readonly [{
|
|
2158
|
+
readonly type: "uint256";
|
|
2159
|
+
}];
|
|
2160
|
+
}, {
|
|
1848
2161
|
readonly name: "MIN_LIQUIDITY";
|
|
1849
2162
|
readonly type: "function";
|
|
1850
2163
|
readonly stateMutability: "view";
|
package/dist/viem/Abis.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Abis.d.ts","sourceRoot":"","sources":["../../src/viem/Abis.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"Abis.d.ts","sourceRoot":"","sources":["../../src/viem/Abis.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;EAuEb,CAAA;AAEV,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgNT,CAAA;AAEV,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2FlB,CAAA"}
|