viem 2.44.2 → 2.45.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 +36 -0
- package/_cjs/account-abstraction/actions/bundler/prepareUserOperation.js +4 -2
- package/_cjs/account-abstraction/actions/bundler/prepareUserOperation.js.map +1 -1
- package/_cjs/account-abstraction/actions/bundler/sendUserOperation.js.map +1 -1
- package/_cjs/account-abstraction/clients/createBundlerClient.js +8 -2
- package/_cjs/account-abstraction/clients/createBundlerClient.js.map +1 -1
- package/_cjs/actions/public/estimateContractGas.js +3 -1
- package/_cjs/actions/public/estimateContractGas.js.map +1 -1
- package/_cjs/actions/public/simulateContract.js +3 -1
- package/_cjs/actions/public/simulateContract.js.map +1 -1
- package/_cjs/actions/wallet/sendCalls.js +17 -1
- package/_cjs/actions/wallet/sendCalls.js.map +1 -1
- package/_cjs/actions/wallet/sendTransaction.js +11 -7
- package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
- package/_cjs/actions/wallet/sendTransactionSync.js +11 -7
- package/_cjs/actions/wallet/sendTransactionSync.js.map +1 -1
- package/_cjs/actions/wallet/writeContract.js +2 -2
- package/_cjs/actions/wallet/writeContract.js.map +1 -1
- package/_cjs/chains/definitions/megaeth.js +33 -0
- package/_cjs/chains/definitions/megaeth.js.map +1 -0
- package/_cjs/chains/definitions/megaethTestnet.js +6 -1
- package/_cjs/chains/definitions/megaethTestnet.js.map +1 -1
- package/_cjs/chains/definitions/rise.js +28 -0
- package/_cjs/chains/definitions/rise.js.map +1 -0
- package/_cjs/chains/definitions/stable.js +35 -0
- package/_cjs/chains/definitions/stable.js.map +1 -0
- package/_cjs/chains/definitions/stableTestnet.js +10 -3
- package/_cjs/chains/definitions/stableTestnet.js.map +1 -1
- package/_cjs/chains/index.js +13 -7
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/clients/createClient.js +2 -1
- package/_cjs/clients/createClient.js.map +1 -1
- package/_cjs/clients/createWalletClient.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/index.js.map +1 -1
- package/_cjs/op-stack/index.js +9 -1
- package/_cjs/op-stack/index.js.map +1 -1
- package/_cjs/tempo/Abis.js +2 -2
- package/_cjs/tempo/Abis.js.map +1 -1
- package/_cjs/tempo/Addresses.js +2 -1
- package/_cjs/tempo/Addresses.js.map +1 -1
- package/_cjs/tempo/Decorator.js +19 -0
- package/_cjs/tempo/Decorator.js.map +1 -1
- package/_cjs/tempo/Transport.js +1 -1
- package/_cjs/tempo/Transport.js.map +1 -1
- package/_cjs/tempo/actions/fee.js +91 -0
- package/_cjs/tempo/actions/fee.js.map +1 -1
- package/_cjs/tempo/actions/index.js +2 -1
- package/_cjs/tempo/actions/index.js.map +1 -1
- package/_cjs/tempo/actions/validator.js +308 -0
- package/_cjs/tempo/actions/validator.js.map +1 -0
- package/_cjs/types/dataSuffix.js +3 -0
- package/_cjs/types/dataSuffix.js.map +1 -0
- package/_cjs/utils/abi/decodeEventLog.js +29 -12
- package/_cjs/utils/abi/decodeEventLog.js.map +1 -1
- package/_esm/account-abstraction/actions/bundler/prepareUserOperation.js +4 -2
- package/_esm/account-abstraction/actions/bundler/prepareUserOperation.js.map +1 -1
- package/_esm/account-abstraction/actions/bundler/sendUserOperation.js.map +1 -1
- package/_esm/account-abstraction/clients/createBundlerClient.js +8 -2
- package/_esm/account-abstraction/clients/createBundlerClient.js.map +1 -1
- package/_esm/actions/public/estimateContractGas.js +3 -1
- package/_esm/actions/public/estimateContractGas.js.map +1 -1
- package/_esm/actions/public/simulateContract.js +3 -1
- package/_esm/actions/public/simulateContract.js.map +1 -1
- package/_esm/actions/wallet/sendCalls.js +17 -1
- package/_esm/actions/wallet/sendCalls.js.map +1 -1
- package/_esm/actions/wallet/sendTransaction.js +11 -7
- package/_esm/actions/wallet/sendTransaction.js.map +1 -1
- package/_esm/actions/wallet/sendTransactionSync.js +11 -7
- package/_esm/actions/wallet/sendTransactionSync.js.map +1 -1
- package/_esm/actions/wallet/writeContract.js +2 -2
- package/_esm/actions/wallet/writeContract.js.map +1 -1
- package/_esm/chains/definitions/megaeth.js +30 -0
- package/_esm/chains/definitions/megaeth.js.map +1 -0
- package/_esm/chains/definitions/megaethTestnet.js +6 -1
- package/_esm/chains/definitions/megaethTestnet.js.map +1 -1
- package/_esm/chains/definitions/rise.js +25 -0
- package/_esm/chains/definitions/rise.js.map +1 -0
- package/_esm/chains/definitions/stable.js +32 -0
- package/_esm/chains/definitions/stable.js.map +1 -0
- package/_esm/chains/definitions/stableTestnet.js +10 -3
- package/_esm/chains/definitions/stableTestnet.js.map +1 -1
- package/_esm/chains/index.js +3 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/clients/createClient.js +2 -1
- package/_esm/clients/createClient.js.map +1 -1
- package/_esm/clients/createWalletClient.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/index.js.map +1 -1
- package/_esm/op-stack/index.js +4 -0
- package/_esm/op-stack/index.js.map +1 -1
- package/_esm/tempo/Abis.js +1 -1
- package/_esm/tempo/Abis.js.map +1 -1
- package/_esm/tempo/Account.js +6 -6
- package/_esm/tempo/Addresses.js +1 -0
- package/_esm/tempo/Addresses.js.map +1 -1
- package/_esm/tempo/Decorator.js +19 -0
- package/_esm/tempo/Decorator.js.map +1 -1
- package/_esm/tempo/Transport.js +1 -1
- package/_esm/tempo/Transport.js.map +1 -1
- package/_esm/tempo/WebAuthnP256.js +2 -2
- package/_esm/tempo/actions/amm.js +28 -28
- package/_esm/tempo/actions/dex.js +68 -68
- package/_esm/tempo/actions/faucet.js +4 -4
- package/_esm/tempo/actions/fee.js +236 -10
- package/_esm/tempo/actions/fee.js.map +1 -1
- package/_esm/tempo/actions/index.js +1 -0
- package/_esm/tempo/actions/index.js.map +1 -1
- package/_esm/tempo/actions/nonce.js +4 -4
- package/_esm/tempo/actions/policy.js +36 -36
- package/_esm/tempo/actions/reward.js +28 -28
- package/_esm/tempo/actions/token.js +122 -122
- package/_esm/tempo/actions/validator.js +1017 -0
- package/_esm/tempo/actions/validator.js.map +1 -0
- package/_esm/types/dataSuffix.js +2 -0
- package/_esm/types/dataSuffix.js.map +1 -0
- package/_esm/utils/abi/decodeEventLog.js +34 -13
- package/_esm/utils/abi/decodeEventLog.js.map +1 -1
- package/_types/account-abstraction/actions/bundler/prepareUserOperation.d.ts +2 -0
- package/_types/account-abstraction/actions/bundler/prepareUserOperation.d.ts.map +1 -1
- package/_types/account-abstraction/actions/bundler/sendUserOperation.d.ts +2 -0
- package/_types/account-abstraction/actions/bundler/sendUserOperation.d.ts.map +1 -1
- package/_types/account-abstraction/clients/createBundlerClient.d.ts +4 -0
- package/_types/account-abstraction/clients/createBundlerClient.d.ts.map +1 -1
- package/_types/actions/public/estimateContractGas.d.ts.map +1 -1
- package/_types/actions/public/simulateContract.d.ts.map +1 -1
- package/_types/actions/wallet/sendCalls.d.ts.map +1 -1
- package/_types/actions/wallet/sendTransaction.d.ts +7 -2
- package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
- package/_types/actions/wallet/sendTransactionSync.d.ts +5 -0
- package/_types/actions/wallet/sendTransactionSync.d.ts.map +1 -1
- package/_types/actions/wallet/writeContract.d.ts.map +1 -1
- package/_types/chains/definitions/megaeth.d.ts +46 -0
- package/_types/chains/definitions/megaeth.d.ts.map +1 -0
- package/_types/chains/definitions/megaethTestnet.d.ts +6 -1
- package/_types/chains/definitions/megaethTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/rise.d.ts +46 -0
- package/_types/chains/definitions/rise.d.ts.map +1 -0
- package/_types/chains/definitions/stable.d.ts +47 -0
- package/_types/chains/definitions/stable.d.ts.map +1 -0
- package/_types/chains/definitions/stableTestnet.d.ts +10 -13
- package/_types/chains/definitions/stableTestnet.d.ts.map +1 -1
- package/_types/chains/index.d.ts +3 -0
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/clients/createClient.d.ts +5 -0
- package/_types/clients/createClient.d.ts.map +1 -1
- package/_types/clients/createWalletClient.d.ts +1 -1
- package/_types/clients/createWalletClient.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/index.d.ts +2 -1
- package/_types/index.d.ts.map +1 -1
- package/_types/op-stack/index.d.ts +4 -0
- package/_types/op-stack/index.d.ts.map +1 -1
- package/_types/tempo/Abis.d.ts +1 -1
- package/_types/tempo/Abis.d.ts.map +1 -1
- package/_types/tempo/Account.d.ts +6 -6
- package/_types/tempo/Addresses.d.ts +1 -0
- package/_types/tempo/Addresses.d.ts.map +1 -1
- package/_types/tempo/Decorator.d.ts +607 -208
- package/_types/tempo/Decorator.d.ts.map +1 -1
- package/_types/tempo/Transport.d.ts.map +1 -1
- package/_types/tempo/WebAuthnP256.d.ts +2 -2
- package/_types/tempo/actions/amm.d.ts +28 -28
- package/_types/tempo/actions/dex.d.ts +68 -68
- package/_types/tempo/actions/faucet.d.ts +4 -4
- package/_types/tempo/actions/fee.d.ts +380 -10
- package/_types/tempo/actions/fee.d.ts.map +1 -1
- package/_types/tempo/actions/index.d.ts +1 -0
- package/_types/tempo/actions/index.d.ts.map +1 -1
- package/_types/tempo/actions/nonce.d.ts +4 -4
- package/_types/tempo/actions/policy.d.ts +36 -36
- package/_types/tempo/actions/reward.d.ts +28 -28
- package/_types/tempo/actions/token.d.ts +122 -122
- package/_types/tempo/actions/validator.d.ts +1174 -0
- package/_types/tempo/actions/validator.d.ts.map +1 -0
- package/_types/types/dataSuffix.d.ts +16 -0
- package/_types/types/dataSuffix.d.ts.map +1 -0
- package/_types/utils/abi/decodeEventLog.d.ts.map +1 -1
- package/account-abstraction/actions/bundler/prepareUserOperation.ts +7 -1
- package/account-abstraction/actions/bundler/sendUserOperation.ts +2 -0
- package/account-abstraction/clients/createBundlerClient.ts +12 -1
- package/actions/public/estimateContractGas.ts +11 -2
- package/actions/public/simulateContract.ts +11 -2
- package/actions/wallet/sendCalls.ts +18 -1
- package/actions/wallet/sendTransaction.ts +19 -8
- package/actions/wallet/sendTransactionSync.ts +17 -7
- package/actions/wallet/writeContract.ts +1 -2
- package/chains/definitions/megaeth.ts +30 -0
- package/chains/definitions/megaethTestnet.ts +6 -1
- package/chains/definitions/rise.ts +25 -0
- package/chains/definitions/stable.ts +32 -0
- package/chains/definitions/stableTestnet.ts +10 -3
- package/chains/index.ts +3 -0
- package/clients/createClient.ts +7 -0
- package/clients/createWalletClient.ts +1 -0
- package/errors/version.ts +1 -1
- package/index.ts +2 -0
- package/op-stack/index.ts +24 -0
- package/package.json +1 -1
- package/tempo/Abis.ts +1 -1
- package/tempo/Account.ts +6 -6
- package/tempo/Addresses.ts +1 -0
- package/tempo/Decorator.ts +672 -208
- package/tempo/Transport.ts +4 -1
- package/tempo/WebAuthnP256.ts +2 -2
- package/tempo/actions/amm.ts +28 -28
- package/tempo/actions/dex.ts +68 -68
- package/tempo/actions/faucet.ts +4 -4
- package/tempo/actions/fee.ts +346 -10
- package/tempo/actions/index.ts +1 -0
- package/tempo/actions/nonce.ts +4 -4
- package/tempo/actions/policy.ts +36 -36
- package/tempo/actions/reward.ts +28 -28
- package/tempo/actions/token.ts +122 -122
- package/tempo/actions/validator.ts +1417 -0
- package/types/dataSuffix.ts +18 -0
- package/utils/abi/decodeEventLog.ts +38 -14
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fee.js","sourceRoot":"","sources":["../../../tempo/actions/fee.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"fee.js","sourceRoot":"","sources":["../../../tempo/actions/fee.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../tempo/actions/index.ts"],"names":[],"mappings":"AAAA,gDAAgD;AAChD,OAAO,KAAK,GAAG,MAAM,UAAU,CAAA;AAC/B,OAAO,KAAK,GAAG,MAAM,UAAU,CAAA;AAC/B,OAAO,KAAK,MAAM,MAAM,aAAa,CAAA;AACrC,OAAO,KAAK,GAAG,MAAM,UAAU,CAAA;AAC/B,OAAO,KAAK,KAAK,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAA;AACrC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAA;AACrC,OAAO,KAAK,KAAK,MAAM,YAAY,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../tempo/actions/index.ts"],"names":[],"mappings":"AAAA,gDAAgD;AAChD,OAAO,KAAK,GAAG,MAAM,UAAU,CAAA;AAC/B,OAAO,KAAK,GAAG,MAAM,UAAU,CAAA;AAC/B,OAAO,KAAK,MAAM,MAAM,aAAa,CAAA;AACrC,OAAO,KAAK,GAAG,MAAM,UAAU,CAAA;AAC/B,OAAO,KAAK,KAAK,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAA;AACrC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAA;AACrC,OAAO,KAAK,KAAK,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAA"}
|
|
@@ -9,8 +9,8 @@ import { defineCall } from '../internal/utils.js';
|
|
|
9
9
|
* @example
|
|
10
10
|
* ```ts
|
|
11
11
|
* import { createClient, http } from 'viem'
|
|
12
|
-
* import { tempo } from '
|
|
13
|
-
* import { Actions } from 'tempo
|
|
12
|
+
* import { tempo } from 'viem/chains'
|
|
13
|
+
* import { Actions } from 'viem/tempo'
|
|
14
14
|
*
|
|
15
15
|
* const client = createClient({
|
|
16
16
|
* chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' }),
|
|
@@ -46,8 +46,8 @@ export async function getNonce(client, parameters) {
|
|
|
46
46
|
* @example
|
|
47
47
|
* ```ts
|
|
48
48
|
* import { createClient, http } from 'viem'
|
|
49
|
-
* import { tempo } from '
|
|
50
|
-
* import { Actions } from 'tempo
|
|
49
|
+
* import { tempo } from 'viem/chains'
|
|
50
|
+
* import { Actions } from 'viem/tempo'
|
|
51
51
|
*
|
|
52
52
|
* const client = createClient({
|
|
53
53
|
* chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' }),
|
|
@@ -17,8 +17,8 @@ const policyTypeMap = {
|
|
|
17
17
|
* @example
|
|
18
18
|
* ```ts
|
|
19
19
|
* import { createClient, http } from 'viem'
|
|
20
|
-
* import { tempo } from '
|
|
21
|
-
* import { Actions } from 'tempo
|
|
20
|
+
* import { tempo } from 'viem/chains'
|
|
21
|
+
* import { Actions } from 'viem/tempo'
|
|
22
22
|
* import { privateKeyToAccount } from 'viem/accounts'
|
|
23
23
|
*
|
|
24
24
|
* const client = createClient({
|
|
@@ -67,8 +67,8 @@ export async function create(client, parameters) {
|
|
|
67
67
|
* @example
|
|
68
68
|
* ```ts
|
|
69
69
|
* import { createClient, http, walletActions } from 'viem'
|
|
70
|
-
* import { tempo } from '
|
|
71
|
-
* import { Actions } from 'tempo
|
|
70
|
+
* import { tempo } from 'viem/chains'
|
|
71
|
+
* import { Actions } from 'viem/tempo'
|
|
72
72
|
*
|
|
73
73
|
* const client = createClient({
|
|
74
74
|
* chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
|
|
@@ -138,8 +138,8 @@ export async function create(client, parameters) {
|
|
|
138
138
|
* @example
|
|
139
139
|
* ```ts
|
|
140
140
|
* import { createClient, http } from 'viem'
|
|
141
|
-
* import { tempo } from '
|
|
142
|
-
* import { Actions } from 'tempo
|
|
141
|
+
* import { tempo } from 'viem/chains'
|
|
142
|
+
* import { Actions } from 'viem/tempo'
|
|
143
143
|
* import { privateKeyToAccount } from 'viem/accounts'
|
|
144
144
|
*
|
|
145
145
|
* const client = createClient({
|
|
@@ -176,8 +176,8 @@ export async function createSync(client, parameters) {
|
|
|
176
176
|
* @example
|
|
177
177
|
* ```ts
|
|
178
178
|
* import { createClient, http } from 'viem'
|
|
179
|
-
* import { tempo } from '
|
|
180
|
-
* import { Actions } from 'tempo
|
|
179
|
+
* import { tempo } from 'viem/chains'
|
|
180
|
+
* import { Actions } from 'viem/tempo'
|
|
181
181
|
* import { privateKeyToAccount } from 'viem/accounts'
|
|
182
182
|
*
|
|
183
183
|
* const client = createClient({
|
|
@@ -221,8 +221,8 @@ export async function setAdmin(client, parameters) {
|
|
|
221
221
|
* @example
|
|
222
222
|
* ```ts
|
|
223
223
|
* import { createClient, http, walletActions } from 'viem'
|
|
224
|
-
* import { tempo } from '
|
|
225
|
-
* import { Actions } from 'tempo
|
|
224
|
+
* import { tempo } from 'viem/chains'
|
|
225
|
+
* import { Actions } from 'viem/tempo'
|
|
226
226
|
*
|
|
227
227
|
* const client = createClient({
|
|
228
228
|
* chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
|
|
@@ -281,8 +281,8 @@ export async function setAdmin(client, parameters) {
|
|
|
281
281
|
* @example
|
|
282
282
|
* ```ts
|
|
283
283
|
* import { createClient, http } from 'viem'
|
|
284
|
-
* import { tempo } from '
|
|
285
|
-
* import { Actions } from 'tempo
|
|
284
|
+
* import { tempo } from 'viem/chains'
|
|
285
|
+
* import { Actions } from 'viem/tempo'
|
|
286
286
|
* import { privateKeyToAccount } from 'viem/accounts'
|
|
287
287
|
*
|
|
288
288
|
* const client = createClient({
|
|
@@ -319,8 +319,8 @@ export async function setAdminSync(client, parameters) {
|
|
|
319
319
|
* @example
|
|
320
320
|
* ```ts
|
|
321
321
|
* import { createClient, http } from 'viem'
|
|
322
|
-
* import { tempo } from '
|
|
323
|
-
* import { Actions } from 'tempo
|
|
322
|
+
* import { tempo } from 'viem/chains'
|
|
323
|
+
* import { Actions } from 'viem/tempo'
|
|
324
324
|
* import { privateKeyToAccount } from 'viem/accounts'
|
|
325
325
|
*
|
|
326
326
|
* const client = createClient({
|
|
@@ -369,8 +369,8 @@ export async function modifyWhitelist(client, parameters) {
|
|
|
369
369
|
* @example
|
|
370
370
|
* ```ts
|
|
371
371
|
* import { createClient, http, walletActions } from 'viem'
|
|
372
|
-
* import { tempo } from '
|
|
373
|
-
* import { Actions } from 'tempo
|
|
372
|
+
* import { tempo } from 'viem/chains'
|
|
373
|
+
* import { Actions } from 'viem/tempo'
|
|
374
374
|
*
|
|
375
375
|
* const client = createClient({
|
|
376
376
|
* chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
|
|
@@ -431,8 +431,8 @@ export async function modifyWhitelist(client, parameters) {
|
|
|
431
431
|
* @example
|
|
432
432
|
* ```ts
|
|
433
433
|
* import { createClient, http } from 'viem'
|
|
434
|
-
* import { tempo } from '
|
|
435
|
-
* import { Actions } from 'tempo
|
|
434
|
+
* import { tempo } from 'viem/chains'
|
|
435
|
+
* import { Actions } from 'viem/tempo'
|
|
436
436
|
* import { privateKeyToAccount } from 'viem/accounts'
|
|
437
437
|
*
|
|
438
438
|
* const client = createClient({
|
|
@@ -470,8 +470,8 @@ export async function modifyWhitelistSync(client, parameters) {
|
|
|
470
470
|
* @example
|
|
471
471
|
* ```ts
|
|
472
472
|
* import { createClient, http } from 'viem'
|
|
473
|
-
* import { tempo } from '
|
|
474
|
-
* import { Actions } from 'tempo
|
|
473
|
+
* import { tempo } from 'viem/chains'
|
|
474
|
+
* import { Actions } from 'viem/tempo'
|
|
475
475
|
* import { privateKeyToAccount } from 'viem/accounts'
|
|
476
476
|
*
|
|
477
477
|
* const client = createClient({
|
|
@@ -520,8 +520,8 @@ export async function modifyBlacklist(client, parameters) {
|
|
|
520
520
|
* @example
|
|
521
521
|
* ```ts
|
|
522
522
|
* import { createClient, http, walletActions } from 'viem'
|
|
523
|
-
* import { tempo } from '
|
|
524
|
-
* import { Actions } from 'tempo
|
|
523
|
+
* import { tempo } from 'viem/chains'
|
|
524
|
+
* import { Actions } from 'viem/tempo'
|
|
525
525
|
*
|
|
526
526
|
* const client = createClient({
|
|
527
527
|
* chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
|
|
@@ -582,8 +582,8 @@ export async function modifyBlacklist(client, parameters) {
|
|
|
582
582
|
* @example
|
|
583
583
|
* ```ts
|
|
584
584
|
* import { createClient, http } from 'viem'
|
|
585
|
-
* import { tempo } from '
|
|
586
|
-
* import { Actions } from 'tempo
|
|
585
|
+
* import { tempo } from 'viem/chains'
|
|
586
|
+
* import { Actions } from 'viem/tempo'
|
|
587
587
|
* import { privateKeyToAccount } from 'viem/accounts'
|
|
588
588
|
*
|
|
589
589
|
* const client = createClient({
|
|
@@ -621,8 +621,8 @@ export async function modifyBlacklistSync(client, parameters) {
|
|
|
621
621
|
* @example
|
|
622
622
|
* ```ts
|
|
623
623
|
* import { createClient, http } from 'viem'
|
|
624
|
-
* import { tempo } from '
|
|
625
|
-
* import { Actions } from 'tempo
|
|
624
|
+
* import { tempo } from 'viem/chains'
|
|
625
|
+
* import { Actions } from 'viem/tempo'
|
|
626
626
|
*
|
|
627
627
|
* const client = createClient({
|
|
628
628
|
* chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
|
|
@@ -673,8 +673,8 @@ export async function getData(client, parameters) {
|
|
|
673
673
|
* @example
|
|
674
674
|
* ```ts
|
|
675
675
|
* import { createClient, http } from 'viem'
|
|
676
|
-
* import { tempo } from '
|
|
677
|
-
* import { Actions } from 'tempo
|
|
676
|
+
* import { tempo } from 'viem/chains'
|
|
677
|
+
* import { Actions } from 'viem/tempo'
|
|
678
678
|
*
|
|
679
679
|
* const client = createClient({
|
|
680
680
|
* chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
|
|
@@ -722,8 +722,8 @@ export async function isAuthorized(client, parameters) {
|
|
|
722
722
|
* @example
|
|
723
723
|
* ```ts
|
|
724
724
|
* import { createClient, http } from 'viem'
|
|
725
|
-
* import { tempo } from '
|
|
726
|
-
* import { Actions } from 'tempo
|
|
725
|
+
* import { tempo } from 'viem/chains'
|
|
726
|
+
* import { Actions } from 'viem/tempo'
|
|
727
727
|
*
|
|
728
728
|
* const client = createClient({
|
|
729
729
|
* chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
|
|
@@ -764,8 +764,8 @@ export function watchCreate(client, parameters) {
|
|
|
764
764
|
* @example
|
|
765
765
|
* ```ts
|
|
766
766
|
* import { createClient, http } from 'viem'
|
|
767
|
-
* import { tempo } from '
|
|
768
|
-
* import { Actions } from 'tempo
|
|
767
|
+
* import { tempo } from 'viem/chains'
|
|
768
|
+
* import { Actions } from 'viem/tempo'
|
|
769
769
|
*
|
|
770
770
|
* const client = createClient({
|
|
771
771
|
* chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
|
|
@@ -803,8 +803,8 @@ export function watchAdminUpdated(client, parameters) {
|
|
|
803
803
|
* @example
|
|
804
804
|
* ```ts
|
|
805
805
|
* import { createClient, http } from 'viem'
|
|
806
|
-
* import { tempo } from '
|
|
807
|
-
* import { Actions } from 'tempo
|
|
806
|
+
* import { tempo } from 'viem/chains'
|
|
807
|
+
* import { Actions } from 'viem/tempo'
|
|
808
808
|
*
|
|
809
809
|
* const client = createClient({
|
|
810
810
|
* chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
|
|
@@ -842,8 +842,8 @@ export function watchWhitelistUpdated(client, parameters) {
|
|
|
842
842
|
* @example
|
|
843
843
|
* ```ts
|
|
844
844
|
* import { createClient, http } from 'viem'
|
|
845
|
-
* import { tempo } from '
|
|
846
|
-
* import { Actions } from 'tempo
|
|
845
|
+
* import { tempo } from 'viem/chains'
|
|
846
|
+
* import { Actions } from 'viem/tempo'
|
|
847
847
|
*
|
|
848
848
|
* const client = createClient({
|
|
849
849
|
* chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
|
|
@@ -25,8 +25,8 @@ import { defineCall } from '../internal/utils.js';
|
|
|
25
25
|
* @example
|
|
26
26
|
* ```ts
|
|
27
27
|
* import { createClient, http } from 'viem'
|
|
28
|
-
* import { tempo } from '
|
|
29
|
-
* import { Actions } from 'tempo
|
|
28
|
+
* import { tempo } from 'viem/chains'
|
|
29
|
+
* import { Actions } from 'viem/tempo'
|
|
30
30
|
* import { privateKeyToAccount } from 'viem/accounts'
|
|
31
31
|
*
|
|
32
32
|
* const client = createClient({
|
|
@@ -69,8 +69,8 @@ export async function claim(client, parameters) {
|
|
|
69
69
|
* @example
|
|
70
70
|
* ```ts
|
|
71
71
|
* import { createClient, http, walletActions } from 'viem'
|
|
72
|
-
* import { tempo } from '
|
|
73
|
-
* import { Actions } from 'tempo
|
|
72
|
+
* import { tempo } from 'viem/chains'
|
|
73
|
+
* import { Actions } from 'viem/tempo'
|
|
74
74
|
*
|
|
75
75
|
* const client = createClient({
|
|
76
76
|
* chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
|
|
@@ -118,8 +118,8 @@ export async function claim(client, parameters) {
|
|
|
118
118
|
* @example
|
|
119
119
|
* ```ts
|
|
120
120
|
* import { createClient, http } from 'viem'
|
|
121
|
-
* import { tempo } from '
|
|
122
|
-
* import { Actions } from 'tempo
|
|
121
|
+
* import { tempo } from 'viem/chains'
|
|
122
|
+
* import { Actions } from 'viem/tempo'
|
|
123
123
|
* import { privateKeyToAccount } from 'viem/accounts'
|
|
124
124
|
*
|
|
125
125
|
* const client = createClient({
|
|
@@ -161,8 +161,8 @@ export async function claimSync(client, parameters) {
|
|
|
161
161
|
* @example
|
|
162
162
|
* ```ts
|
|
163
163
|
* import { createClient, http } from 'viem'
|
|
164
|
-
* import { tempo } from '
|
|
165
|
-
* import { Actions } from 'tempo
|
|
164
|
+
* import { tempo } from 'viem/chains'
|
|
165
|
+
* import { Actions } from 'viem/tempo'
|
|
166
166
|
* import { privateKeyToAccount } from 'viem/accounts'
|
|
167
167
|
*
|
|
168
168
|
* const client = createClient({
|
|
@@ -198,8 +198,8 @@ export async function distribute(client, parameters) {
|
|
|
198
198
|
* @example
|
|
199
199
|
* ```ts
|
|
200
200
|
* import { createClient, http } from 'viem'
|
|
201
|
-
* import { tempo } from '
|
|
202
|
-
* import { Actions } from 'tempo
|
|
201
|
+
* import { tempo } from 'viem/chains'
|
|
202
|
+
* import { Actions } from 'viem/tempo'
|
|
203
203
|
* import { privateKeyToAccount } from 'viem/accounts'
|
|
204
204
|
*
|
|
205
205
|
* const client = createClient({
|
|
@@ -252,8 +252,8 @@ export async function distributeSync(client, parameters) {
|
|
|
252
252
|
* @example
|
|
253
253
|
* ```ts
|
|
254
254
|
* import { createClient, http, walletActions } from 'viem'
|
|
255
|
-
* import { tempo } from '
|
|
256
|
-
* import { Actions } from 'tempo
|
|
255
|
+
* import { tempo } from 'viem/chains'
|
|
256
|
+
* import { Actions } from 'viem/tempo'
|
|
257
257
|
*
|
|
258
258
|
* const client = createClient({
|
|
259
259
|
* chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
|
|
@@ -309,8 +309,8 @@ export async function distributeSync(client, parameters) {
|
|
|
309
309
|
* @example
|
|
310
310
|
* ```ts
|
|
311
311
|
* import { createClient, http } from 'viem'
|
|
312
|
-
* import { tempo } from '
|
|
313
|
-
* import { Actions } from 'tempo
|
|
312
|
+
* import { tempo } from 'viem/chains'
|
|
313
|
+
* import { Actions } from 'viem/tempo'
|
|
314
314
|
*
|
|
315
315
|
* const client = createClient({
|
|
316
316
|
* chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
|
|
@@ -358,8 +358,8 @@ export async function getGlobalRewardPerToken(client, parameters) {
|
|
|
358
358
|
* @example
|
|
359
359
|
* ```ts
|
|
360
360
|
* import { createClient, http } from 'viem'
|
|
361
|
-
* import { tempo } from '
|
|
362
|
-
* import { Actions } from 'tempo
|
|
361
|
+
* import { tempo } from 'viem/chains'
|
|
362
|
+
* import { Actions } from 'viem/tempo'
|
|
363
363
|
*
|
|
364
364
|
* const client = createClient({
|
|
365
365
|
* chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
|
|
@@ -412,8 +412,8 @@ export async function getPendingRewards(client, parameters) {
|
|
|
412
412
|
* @example
|
|
413
413
|
* ```ts
|
|
414
414
|
* import { createClient, http } from 'viem'
|
|
415
|
-
* import { tempo } from '
|
|
416
|
-
* import { Actions } from 'tempo
|
|
415
|
+
* import { tempo } from 'viem/chains'
|
|
416
|
+
* import { Actions } from 'viem/tempo'
|
|
417
417
|
*
|
|
418
418
|
* const client = createClient({
|
|
419
419
|
* chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
|
|
@@ -469,8 +469,8 @@ export async function getUserRewardInfo(client, parameters) {
|
|
|
469
469
|
* @example
|
|
470
470
|
* ```ts
|
|
471
471
|
* import { createClient, http } from 'viem'
|
|
472
|
-
* import { tempo } from '
|
|
473
|
-
* import { Actions } from 'tempo
|
|
472
|
+
* import { tempo } from 'viem/chains'
|
|
473
|
+
* import { Actions } from 'viem/tempo'
|
|
474
474
|
* import { privateKeyToAccount } from 'viem/accounts'
|
|
475
475
|
*
|
|
476
476
|
* const client = createClient({
|
|
@@ -507,8 +507,8 @@ export async function setRecipient(client, parameters) {
|
|
|
507
507
|
* @example
|
|
508
508
|
* ```ts
|
|
509
509
|
* import { createClient, http } from 'viem'
|
|
510
|
-
* import { tempo } from '
|
|
511
|
-
* import { Actions } from 'tempo
|
|
510
|
+
* import { tempo } from 'viem/chains'
|
|
511
|
+
* import { Actions } from 'viem/tempo'
|
|
512
512
|
* import { privateKeyToAccount } from 'viem/accounts'
|
|
513
513
|
*
|
|
514
514
|
* const client = createClient({
|
|
@@ -561,8 +561,8 @@ export async function setRecipientSync(client, parameters) {
|
|
|
561
561
|
* @example
|
|
562
562
|
* ```ts
|
|
563
563
|
* import { createClient, http, walletActions } from 'viem'
|
|
564
|
-
* import { tempo } from '
|
|
565
|
-
* import { Actions } from 'tempo
|
|
564
|
+
* import { tempo } from 'viem/chains'
|
|
565
|
+
* import { Actions } from 'viem/tempo'
|
|
566
566
|
*
|
|
567
567
|
* const client = createClient({
|
|
568
568
|
* chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
|
|
@@ -615,8 +615,8 @@ export async function setRecipientSync(client, parameters) {
|
|
|
615
615
|
* @example
|
|
616
616
|
* ```ts
|
|
617
617
|
* import { createClient, http } from 'viem'
|
|
618
|
-
* import { tempo } from '
|
|
619
|
-
* import { Actions } from 'tempo
|
|
618
|
+
* import { tempo } from 'viem/chains'
|
|
619
|
+
* import { Actions } from 'viem/tempo'
|
|
620
620
|
*
|
|
621
621
|
* const client = createClient({
|
|
622
622
|
* chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
|
|
@@ -655,8 +655,8 @@ export function watchRewardDistributed(client, parameters) {
|
|
|
655
655
|
* @example
|
|
656
656
|
* ```ts
|
|
657
657
|
* import { createClient, http } from 'viem'
|
|
658
|
-
* import { tempo } from '
|
|
659
|
-
* import { Actions } from 'tempo
|
|
658
|
+
* import { tempo } from 'viem/chains'
|
|
659
|
+
* import { Actions } from 'viem/tempo'
|
|
660
660
|
*
|
|
661
661
|
* const client = createClient({
|
|
662
662
|
* chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
|