@circle-fin/usdckit 0.23.1 → 0.24.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.
Files changed (116) hide show
  1. package/dist/cjs/actions/index.d.ts +1 -1
  2. package/dist/cjs/chains/ARC_TESTNET.d.ts +2 -2
  3. package/dist/cjs/chains/ARC_TESTNET.js +3 -36
  4. package/dist/cjs/chains/BASE.d.ts +6 -6
  5. package/dist/cjs/chains/BASE_SEPOLIA.d.ts +6 -6
  6. package/dist/cjs/chains/ETH_SEPOLIA.d.ts +1 -1
  7. package/dist/cjs/chains/MATIC.d.ts +1 -1
  8. package/dist/cjs/chains/MONAD.d.ts +184 -0
  9. package/dist/cjs/chains/MONAD.js +24 -0
  10. package/dist/cjs/chains/MONAD_TESTNET.d.ts +178 -0
  11. package/dist/cjs/chains/MONAD_TESTNET.js +24 -0
  12. package/dist/cjs/chains/NEAR.d.ts +1 -1
  13. package/dist/cjs/chains/NEAR_TESTNET.d.ts +1 -1
  14. package/dist/cjs/chains/OP.d.ts +6 -6
  15. package/dist/cjs/chains/OP_SEPOLIA.d.ts +6 -6
  16. package/dist/cjs/chains/UNI.d.ts +7 -7
  17. package/dist/cjs/chains/UNI_SEPOLIA.d.ts +7 -7
  18. package/dist/cjs/chains/index.d.ts +4 -2
  19. package/dist/cjs/chains/index.js +5 -1
  20. package/dist/cjs/chains/index.test.js +2 -0
  21. package/dist/cjs/chains.d.ts +2 -0
  22. package/dist/cjs/chains.js +12 -0
  23. package/dist/cjs/client.d.ts +1 -1
  24. package/dist/cjs/extractChain.d.ts +405 -45
  25. package/dist/cjs/extractChain.test.js +4 -0
  26. package/dist/cjs/index.d.ts +2 -2
  27. package/dist/cjs/index.js +1 -1
  28. package/dist/cjs/metadata.js +1 -1
  29. package/dist/cjs/providers/circle-wallets/actions/createAccount.d.ts +402 -42
  30. package/dist/cjs/providers/circle-wallets/actions/createAccount.js +0 -3
  31. package/dist/cjs/providers/circle-wallets/actions/getAccounts.d.ts +402 -42
  32. package/dist/cjs/providers/circle-wallets/index.d.ts +643 -106
  33. package/dist/cjs/providers/circle-wallets/index.js +3 -0
  34. package/dist/cjs/providers/circle-wallets/transports/index.js +0 -1
  35. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +6 -6
  36. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +6 -6
  37. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +1 -1
  38. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +1 -1
  39. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP.d.ts +6 -6
  40. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +6 -6
  41. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +7 -7
  42. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +7 -7
  43. package/dist/cjs/providers/cross-chain-transfer-protocol/index.d.ts +40 -40
  44. package/dist/cjs/providers/uniswap/chains/BASE.d.ts +6 -6
  45. package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.d.ts +6 -6
  46. package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.d.ts +1 -1
  47. package/dist/cjs/providers/uniswap/chains/MATIC.d.ts +1 -1
  48. package/dist/cjs/providers/uniswap/chains/OP.d.ts +6 -6
  49. package/dist/cjs/providers/uniswap/chains/OP_SEPOLIA.d.ts +6 -6
  50. package/dist/cjs/providers/uniswap/chains/UNI.d.ts +7 -7
  51. package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.d.ts +7 -7
  52. package/dist/cjs/providers/uniswap/index.d.ts +40 -40
  53. package/dist/cjs/utils/createConfig.d.ts +1 -1
  54. package/dist/cjs/utils/createCustomWalletClient.d.ts +1 -1
  55. package/dist/cjs/utils/getChainContractByAddress.d.ts +1 -1
  56. package/dist/cjs/utils/getClient.d.ts +26 -0
  57. package/dist/cjs/utils/getContract.d.ts +8 -8
  58. package/dist/esm/actions/index.d.ts +1 -1
  59. package/dist/esm/chains/ARC_TESTNET.d.ts +2 -2
  60. package/dist/esm/chains/ARC_TESTNET.js +1 -34
  61. package/dist/esm/chains/BASE.d.ts +6 -6
  62. package/dist/esm/chains/BASE_SEPOLIA.d.ts +6 -6
  63. package/dist/esm/chains/ETH_SEPOLIA.d.ts +1 -1
  64. package/dist/esm/chains/MATIC.d.ts +1 -1
  65. package/dist/esm/chains/MONAD.d.ts +184 -0
  66. package/dist/esm/chains/MONAD.js +21 -0
  67. package/dist/esm/chains/MONAD_TESTNET.d.ts +178 -0
  68. package/dist/esm/chains/MONAD_TESTNET.js +21 -0
  69. package/dist/esm/chains/NEAR.d.ts +1 -1
  70. package/dist/esm/chains/NEAR_TESTNET.d.ts +1 -1
  71. package/dist/esm/chains/OP.d.ts +6 -6
  72. package/dist/esm/chains/OP_SEPOLIA.d.ts +6 -6
  73. package/dist/esm/chains/UNI.d.ts +7 -7
  74. package/dist/esm/chains/UNI_SEPOLIA.d.ts +7 -7
  75. package/dist/esm/chains/index.d.ts +4 -2
  76. package/dist/esm/chains/index.js +3 -1
  77. package/dist/esm/chains/index.test.js +2 -0
  78. package/dist/esm/chains.d.ts +2 -0
  79. package/dist/esm/chains.js +11 -0
  80. package/dist/esm/client.d.ts +1 -1
  81. package/dist/esm/extractChain.d.ts +405 -45
  82. package/dist/esm/extractChain.test.js +6 -2
  83. package/dist/esm/index.d.ts +2 -2
  84. package/dist/esm/index.js +1 -1
  85. package/dist/esm/metadata.js +1 -1
  86. package/dist/esm/package.json +1 -0
  87. package/dist/esm/providers/circle-wallets/actions/createAccount.d.ts +402 -42
  88. package/dist/esm/providers/circle-wallets/actions/createAccount.js +0 -3
  89. package/dist/esm/providers/circle-wallets/actions/getAccounts.d.ts +402 -42
  90. package/dist/esm/providers/circle-wallets/index.d.ts +643 -106
  91. package/dist/esm/providers/circle-wallets/index.js +4 -1
  92. package/dist/esm/providers/circle-wallets/transports/index.js +0 -1
  93. package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +6 -6
  94. package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +6 -6
  95. package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +1 -1
  96. package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +1 -1
  97. package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP.d.ts +6 -6
  98. package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +6 -6
  99. package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +7 -7
  100. package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +7 -7
  101. package/dist/esm/providers/cross-chain-transfer-protocol/index.d.ts +40 -40
  102. package/dist/esm/providers/uniswap/chains/BASE.d.ts +6 -6
  103. package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.d.ts +6 -6
  104. package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.d.ts +1 -1
  105. package/dist/esm/providers/uniswap/chains/MATIC.d.ts +1 -1
  106. package/dist/esm/providers/uniswap/chains/OP.d.ts +6 -6
  107. package/dist/esm/providers/uniswap/chains/OP_SEPOLIA.d.ts +6 -6
  108. package/dist/esm/providers/uniswap/chains/UNI.d.ts +7 -7
  109. package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.d.ts +7 -7
  110. package/dist/esm/providers/uniswap/index.d.ts +40 -40
  111. package/dist/esm/utils/createConfig.d.ts +1 -1
  112. package/dist/esm/utils/createCustomWalletClient.d.ts +1 -1
  113. package/dist/esm/utils/getChainContractByAddress.d.ts +1 -1
  114. package/dist/esm/utils/getClient.d.ts +26 -0
  115. package/dist/esm/utils/getContract.d.ts +8 -8
  116. package/package.json +17 -6
@@ -532,10 +532,10 @@ export declare const SUPPORTED_CHAINS: readonly [{
532
532
  testnet: true;
533
533
  custom?: Record<string, unknown> | undefined;
534
534
  fees?: import("viem").ChainFees<undefined> | undefined;
535
- serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
535
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
536
536
  readonly blockchainId: "ARC-TESTNET";
537
537
  readonly blockchainVm: "EVM";
538
- readonly formatters?: undefined;
538
+ readonly formatters?: undefined | undefined;
539
539
  }, {
540
540
  blockExplorers: {
541
541
  readonly default: {
@@ -1673,7 +1673,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
1673
1673
  formatters: {
1674
1674
  readonly block: {
1675
1675
  exclude: [] | undefined;
1676
- format: (args: import("viem/chains").OpStackRpcBlock) => {
1676
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
1677
1677
  baseFeePerGas: bigint | null;
1678
1678
  blobGasUsed: bigint;
1679
1679
  difficulty: bigint;
@@ -1706,7 +1706,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
1706
1706
  };
1707
1707
  readonly transaction: {
1708
1708
  exclude: [] | undefined;
1709
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
1709
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
1710
1710
  blockHash: `0x${string}` | null;
1711
1711
  blockNumber: bigint | null;
1712
1712
  from: import("abitype").Address;
@@ -1734,16 +1734,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
1734
1734
  r: import("viem").Hex;
1735
1735
  s: import("viem").Hex;
1736
1736
  v: bigint;
1737
+ value: bigint;
1738
+ gas: bigint;
1737
1739
  to: import("abitype").Address | null;
1738
1740
  from: import("abitype").Address;
1739
- gas: bigint;
1740
1741
  nonce: number;
1741
- value: bigint;
1742
1742
  blockHash: `0x${string}` | null;
1743
1743
  blockNumber: bigint | null;
1744
+ transactionIndex: number | null;
1744
1745
  hash: import("viem").Hash;
1745
1746
  input: import("viem").Hex;
1746
- transactionIndex: number | null;
1747
1747
  typeHex: import("viem").Hex | null;
1748
1748
  accessList?: undefined | undefined;
1749
1749
  authorizationList?: undefined | undefined;
@@ -1875,7 +1875,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
1875
1875
  };
1876
1876
  readonly transactionReceipt: {
1877
1877
  exclude: [] | undefined;
1878
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
1878
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
1879
1879
  blobGasPrice?: bigint | undefined;
1880
1880
  blobGasUsed?: bigint | undefined;
1881
1881
  blockHash: import("viem").Hash;
@@ -2264,7 +2264,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
2264
2264
  formatters: {
2265
2265
  readonly block: {
2266
2266
  exclude: [] | undefined;
2267
- format: (args: import("viem/chains").OpStackRpcBlock) => {
2267
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
2268
2268
  baseFeePerGas: bigint | null;
2269
2269
  blobGasUsed: bigint;
2270
2270
  difficulty: bigint;
@@ -2297,7 +2297,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
2297
2297
  };
2298
2298
  readonly transaction: {
2299
2299
  exclude: [] | undefined;
2300
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
2300
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
2301
2301
  blockHash: `0x${string}` | null;
2302
2302
  blockNumber: bigint | null;
2303
2303
  from: import("abitype").Address;
@@ -2325,16 +2325,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
2325
2325
  r: import("viem").Hex;
2326
2326
  s: import("viem").Hex;
2327
2327
  v: bigint;
2328
+ value: bigint;
2329
+ gas: bigint;
2328
2330
  to: import("abitype").Address | null;
2329
2331
  from: import("abitype").Address;
2330
- gas: bigint;
2331
2332
  nonce: number;
2332
- value: bigint;
2333
2333
  blockHash: `0x${string}` | null;
2334
2334
  blockNumber: bigint | null;
2335
+ transactionIndex: number | null;
2335
2336
  hash: import("viem").Hash;
2336
2337
  input: import("viem").Hex;
2337
- transactionIndex: number | null;
2338
2338
  typeHex: import("viem").Hex | null;
2339
2339
  accessList?: undefined | undefined;
2340
2340
  authorizationList?: undefined | undefined;
@@ -2466,7 +2466,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
2466
2466
  };
2467
2467
  readonly transactionReceipt: {
2468
2468
  exclude: [] | undefined;
2469
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
2469
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
2470
2470
  blobGasPrice?: bigint | undefined;
2471
2471
  blobGasUsed?: bigint | undefined;
2472
2472
  blockHash: import("viem").Hash;
@@ -3274,7 +3274,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
3274
3274
  experimental_preconfirmationTime?: number | undefined | undefined;
3275
3275
  rpcUrls: {
3276
3276
  readonly default: {
3277
- readonly http: readonly ["https://sepolia.drpc.org"];
3277
+ readonly http: readonly ["https://11155111.rpc.thirdweb.com"];
3278
3278
  };
3279
3279
  };
3280
3280
  sourceId?: number | undefined | undefined;
@@ -3293,7 +3293,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
3293
3293
  readonly apiUrl: "https://api.polygonscan.com/api";
3294
3294
  };
3295
3295
  };
3296
- blockTime?: number | undefined | undefined;
3296
+ blockTime: 2000;
3297
3297
  contracts: {
3298
3298
  readonly USDC: {
3299
3299
  readonly address: "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359";
@@ -3630,7 +3630,367 @@ export declare const SUPPORTED_CHAINS: readonly [{
3630
3630
  experimental_preconfirmationTime?: number | undefined | undefined;
3631
3631
  rpcUrls: {
3632
3632
  readonly default: {
3633
- readonly http: readonly ["https://rpc-amoy.polygon.technology"];
3633
+ readonly http: readonly ["https://rpc-amoy.polygon.technology"];
3634
+ };
3635
+ };
3636
+ sourceId?: number | undefined | undefined;
3637
+ testnet: true;
3638
+ custom?: Record<string, unknown> | undefined;
3639
+ fees?: import("viem").ChainFees<undefined> | undefined;
3640
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3641
+ readonly blockchainId: "MATIC-AMOY";
3642
+ readonly blockchainVm: "EVM";
3643
+ readonly formatters?: undefined | undefined;
3644
+ }, {
3645
+ blockExplorers: {
3646
+ readonly default: {
3647
+ readonly name: "MonadVision";
3648
+ readonly url: "https://monadvision.com";
3649
+ };
3650
+ readonly monadscan: {
3651
+ readonly name: "Monadscan";
3652
+ readonly url: "https://monadscan.com";
3653
+ readonly apiUrl: "https://api.monadscan.com/api";
3654
+ };
3655
+ };
3656
+ blockTime: 400;
3657
+ contracts: {
3658
+ readonly USDC: {
3659
+ readonly address: "0x754704Bc059F8C67012fEd69BC8A327a5aafb603";
3660
+ readonly abi: readonly [{
3661
+ readonly type: "event";
3662
+ readonly name: "Approval";
3663
+ readonly inputs: readonly [{
3664
+ readonly indexed: true;
3665
+ readonly name: "owner";
3666
+ readonly type: "address";
3667
+ }, {
3668
+ readonly indexed: true;
3669
+ readonly name: "spender";
3670
+ readonly type: "address";
3671
+ }, {
3672
+ readonly indexed: false;
3673
+ readonly name: "value";
3674
+ readonly type: "uint256";
3675
+ }];
3676
+ }, {
3677
+ readonly type: "event";
3678
+ readonly name: "Transfer";
3679
+ readonly inputs: readonly [{
3680
+ readonly indexed: true;
3681
+ readonly name: "from";
3682
+ readonly type: "address";
3683
+ }, {
3684
+ readonly indexed: true;
3685
+ readonly name: "to";
3686
+ readonly type: "address";
3687
+ }, {
3688
+ readonly indexed: false;
3689
+ readonly name: "value";
3690
+ readonly type: "uint256";
3691
+ }];
3692
+ }, {
3693
+ readonly type: "function";
3694
+ readonly name: "allowance";
3695
+ readonly stateMutability: "view";
3696
+ readonly inputs: readonly [{
3697
+ readonly name: "owner";
3698
+ readonly type: "address";
3699
+ }, {
3700
+ readonly name: "spender";
3701
+ readonly type: "address";
3702
+ }];
3703
+ readonly outputs: readonly [{
3704
+ readonly type: "uint256";
3705
+ }];
3706
+ }, {
3707
+ readonly type: "function";
3708
+ readonly name: "approve";
3709
+ readonly stateMutability: "nonpayable";
3710
+ readonly inputs: readonly [{
3711
+ readonly name: "spender";
3712
+ readonly type: "address";
3713
+ }, {
3714
+ readonly name: "amount";
3715
+ readonly type: "uint256";
3716
+ }];
3717
+ readonly outputs: readonly [{
3718
+ readonly type: "bool";
3719
+ }];
3720
+ }, {
3721
+ readonly type: "function";
3722
+ readonly name: "balanceOf";
3723
+ readonly stateMutability: "view";
3724
+ readonly inputs: readonly [{
3725
+ readonly name: "account";
3726
+ readonly type: "address";
3727
+ }];
3728
+ readonly outputs: readonly [{
3729
+ readonly type: "uint256";
3730
+ }];
3731
+ }, {
3732
+ readonly type: "function";
3733
+ readonly name: "decimals";
3734
+ readonly stateMutability: "view";
3735
+ readonly inputs: readonly [];
3736
+ readonly outputs: readonly [{
3737
+ readonly type: "uint8";
3738
+ }];
3739
+ }, {
3740
+ readonly type: "function";
3741
+ readonly name: "name";
3742
+ readonly stateMutability: "view";
3743
+ readonly inputs: readonly [];
3744
+ readonly outputs: readonly [{
3745
+ readonly type: "string";
3746
+ }];
3747
+ }, {
3748
+ readonly type: "function";
3749
+ readonly name: "symbol";
3750
+ readonly stateMutability: "view";
3751
+ readonly inputs: readonly [];
3752
+ readonly outputs: readonly [{
3753
+ readonly type: "string";
3754
+ }];
3755
+ }, {
3756
+ readonly type: "function";
3757
+ readonly name: "totalSupply";
3758
+ readonly stateMutability: "view";
3759
+ readonly inputs: readonly [];
3760
+ readonly outputs: readonly [{
3761
+ readonly type: "uint256";
3762
+ }];
3763
+ }, {
3764
+ readonly type: "function";
3765
+ readonly name: "transfer";
3766
+ readonly stateMutability: "nonpayable";
3767
+ readonly inputs: readonly [{
3768
+ readonly name: "recipient";
3769
+ readonly type: "address";
3770
+ }, {
3771
+ readonly name: "amount";
3772
+ readonly type: "uint256";
3773
+ }];
3774
+ readonly outputs: readonly [{
3775
+ readonly type: "bool";
3776
+ }];
3777
+ }, {
3778
+ readonly type: "function";
3779
+ readonly name: "transferFrom";
3780
+ readonly stateMutability: "nonpayable";
3781
+ readonly inputs: readonly [{
3782
+ readonly name: "sender";
3783
+ readonly type: "address";
3784
+ }, {
3785
+ readonly name: "recipient";
3786
+ readonly type: "address";
3787
+ }, {
3788
+ readonly name: "amount";
3789
+ readonly type: "uint256";
3790
+ }];
3791
+ readonly outputs: readonly [{
3792
+ readonly type: "bool";
3793
+ }];
3794
+ }];
3795
+ readonly read: {
3796
+ readonly decimals: () => 6;
3797
+ };
3798
+ };
3799
+ readonly multicall3: {
3800
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
3801
+ readonly blockCreated: 9248132;
3802
+ };
3803
+ };
3804
+ ensTlds?: readonly string[] | undefined;
3805
+ id: 143;
3806
+ name: "Monad";
3807
+ nativeCurrency: {
3808
+ readonly name: "Monad";
3809
+ readonly symbol: "MON";
3810
+ readonly decimals: 18;
3811
+ };
3812
+ experimental_preconfirmationTime?: number | undefined | undefined;
3813
+ rpcUrls: {
3814
+ readonly default: {
3815
+ readonly http: readonly ["https://rpc.monad.xyz", "https://rpc1.monad.xyz"];
3816
+ readonly webSocket: readonly ["wss://rpc.monad.xyz", "wss://rpc1.monad.xyz"];
3817
+ };
3818
+ };
3819
+ sourceId?: number | undefined | undefined;
3820
+ testnet: false;
3821
+ custom?: Record<string, unknown> | undefined;
3822
+ fees?: import("viem").ChainFees<undefined> | undefined;
3823
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3824
+ readonly blockchainId: "MONAD";
3825
+ readonly blockchainVm: "EVM";
3826
+ readonly formatters?: undefined | undefined;
3827
+ }, {
3828
+ blockExplorers: {
3829
+ readonly default: {
3830
+ readonly name: "Monad Testnet explorer";
3831
+ readonly url: "https://testnet.monadexplorer.com";
3832
+ };
3833
+ };
3834
+ blockTime: 400;
3835
+ contracts: {
3836
+ readonly USDC: {
3837
+ readonly address: "0x534b2f3A21130d7a60830c2Df862319e593943A3";
3838
+ readonly abi: readonly [{
3839
+ readonly type: "event";
3840
+ readonly name: "Approval";
3841
+ readonly inputs: readonly [{
3842
+ readonly indexed: true;
3843
+ readonly name: "owner";
3844
+ readonly type: "address";
3845
+ }, {
3846
+ readonly indexed: true;
3847
+ readonly name: "spender";
3848
+ readonly type: "address";
3849
+ }, {
3850
+ readonly indexed: false;
3851
+ readonly name: "value";
3852
+ readonly type: "uint256";
3853
+ }];
3854
+ }, {
3855
+ readonly type: "event";
3856
+ readonly name: "Transfer";
3857
+ readonly inputs: readonly [{
3858
+ readonly indexed: true;
3859
+ readonly name: "from";
3860
+ readonly type: "address";
3861
+ }, {
3862
+ readonly indexed: true;
3863
+ readonly name: "to";
3864
+ readonly type: "address";
3865
+ }, {
3866
+ readonly indexed: false;
3867
+ readonly name: "value";
3868
+ readonly type: "uint256";
3869
+ }];
3870
+ }, {
3871
+ readonly type: "function";
3872
+ readonly name: "allowance";
3873
+ readonly stateMutability: "view";
3874
+ readonly inputs: readonly [{
3875
+ readonly name: "owner";
3876
+ readonly type: "address";
3877
+ }, {
3878
+ readonly name: "spender";
3879
+ readonly type: "address";
3880
+ }];
3881
+ readonly outputs: readonly [{
3882
+ readonly type: "uint256";
3883
+ }];
3884
+ }, {
3885
+ readonly type: "function";
3886
+ readonly name: "approve";
3887
+ readonly stateMutability: "nonpayable";
3888
+ readonly inputs: readonly [{
3889
+ readonly name: "spender";
3890
+ readonly type: "address";
3891
+ }, {
3892
+ readonly name: "amount";
3893
+ readonly type: "uint256";
3894
+ }];
3895
+ readonly outputs: readonly [{
3896
+ readonly type: "bool";
3897
+ }];
3898
+ }, {
3899
+ readonly type: "function";
3900
+ readonly name: "balanceOf";
3901
+ readonly stateMutability: "view";
3902
+ readonly inputs: readonly [{
3903
+ readonly name: "account";
3904
+ readonly type: "address";
3905
+ }];
3906
+ readonly outputs: readonly [{
3907
+ readonly type: "uint256";
3908
+ }];
3909
+ }, {
3910
+ readonly type: "function";
3911
+ readonly name: "decimals";
3912
+ readonly stateMutability: "view";
3913
+ readonly inputs: readonly [];
3914
+ readonly outputs: readonly [{
3915
+ readonly type: "uint8";
3916
+ }];
3917
+ }, {
3918
+ readonly type: "function";
3919
+ readonly name: "name";
3920
+ readonly stateMutability: "view";
3921
+ readonly inputs: readonly [];
3922
+ readonly outputs: readonly [{
3923
+ readonly type: "string";
3924
+ }];
3925
+ }, {
3926
+ readonly type: "function";
3927
+ readonly name: "symbol";
3928
+ readonly stateMutability: "view";
3929
+ readonly inputs: readonly [];
3930
+ readonly outputs: readonly [{
3931
+ readonly type: "string";
3932
+ }];
3933
+ }, {
3934
+ readonly type: "function";
3935
+ readonly name: "totalSupply";
3936
+ readonly stateMutability: "view";
3937
+ readonly inputs: readonly [];
3938
+ readonly outputs: readonly [{
3939
+ readonly type: "uint256";
3940
+ }];
3941
+ }, {
3942
+ readonly type: "function";
3943
+ readonly name: "transfer";
3944
+ readonly stateMutability: "nonpayable";
3945
+ readonly inputs: readonly [{
3946
+ readonly name: "recipient";
3947
+ readonly type: "address";
3948
+ }, {
3949
+ readonly name: "amount";
3950
+ readonly type: "uint256";
3951
+ }];
3952
+ readonly outputs: readonly [{
3953
+ readonly type: "bool";
3954
+ }];
3955
+ }, {
3956
+ readonly type: "function";
3957
+ readonly name: "transferFrom";
3958
+ readonly stateMutability: "nonpayable";
3959
+ readonly inputs: readonly [{
3960
+ readonly name: "sender";
3961
+ readonly type: "address";
3962
+ }, {
3963
+ readonly name: "recipient";
3964
+ readonly type: "address";
3965
+ }, {
3966
+ readonly name: "amount";
3967
+ readonly type: "uint256";
3968
+ }];
3969
+ readonly outputs: readonly [{
3970
+ readonly type: "bool";
3971
+ }];
3972
+ }];
3973
+ readonly read: {
3974
+ readonly decimals: () => 6;
3975
+ };
3976
+ };
3977
+ readonly multicall3: {
3978
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
3979
+ readonly blockCreated: 251449;
3980
+ };
3981
+ };
3982
+ ensTlds?: readonly string[] | undefined;
3983
+ id: 10143;
3984
+ name: "Monad Testnet";
3985
+ nativeCurrency: {
3986
+ readonly name: "Testnet MON Token";
3987
+ readonly symbol: "MON";
3988
+ readonly decimals: 18;
3989
+ };
3990
+ experimental_preconfirmationTime?: number | undefined | undefined;
3991
+ rpcUrls: {
3992
+ readonly default: {
3993
+ readonly http: readonly ["https://testnet-rpc.monad.xyz"];
3634
3994
  };
3635
3995
  };
3636
3996
  sourceId?: number | undefined | undefined;
@@ -3638,7 +3998,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
3638
3998
  custom?: Record<string, unknown> | undefined;
3639
3999
  fees?: import("viem").ChainFees<undefined> | undefined;
3640
4000
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3641
- readonly blockchainId: "MATIC-AMOY";
4001
+ readonly blockchainId: "MONAD-TESTNET";
3642
4002
  readonly blockchainVm: "EVM";
3643
4003
  readonly formatters?: undefined | undefined;
3644
4004
  }, {
@@ -3856,7 +4216,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
3856
4216
  formatters: {
3857
4217
  readonly block: {
3858
4218
  exclude: [] | undefined;
3859
- format: (args: import("viem/chains").OpStackRpcBlock) => {
4219
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
3860
4220
  baseFeePerGas: bigint | null;
3861
4221
  blobGasUsed: bigint;
3862
4222
  difficulty: bigint;
@@ -3889,7 +4249,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
3889
4249
  };
3890
4250
  readonly transaction: {
3891
4251
  exclude: [] | undefined;
3892
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
4252
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
3893
4253
  blockHash: `0x${string}` | null;
3894
4254
  blockNumber: bigint | null;
3895
4255
  from: import("abitype").Address;
@@ -3917,16 +4277,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
3917
4277
  r: import("viem").Hex;
3918
4278
  s: import("viem").Hex;
3919
4279
  v: bigint;
4280
+ value: bigint;
4281
+ gas: bigint;
3920
4282
  to: import("abitype").Address | null;
3921
4283
  from: import("abitype").Address;
3922
- gas: bigint;
3923
4284
  nonce: number;
3924
- value: bigint;
3925
4285
  blockHash: `0x${string}` | null;
3926
4286
  blockNumber: bigint | null;
4287
+ transactionIndex: number | null;
3927
4288
  hash: import("viem").Hash;
3928
4289
  input: import("viem").Hex;
3929
- transactionIndex: number | null;
3930
4290
  typeHex: import("viem").Hex | null;
3931
4291
  accessList?: undefined | undefined;
3932
4292
  authorizationList?: undefined | undefined;
@@ -4058,7 +4418,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
4058
4418
  };
4059
4419
  readonly transactionReceipt: {
4060
4420
  exclude: [] | undefined;
4061
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
4421
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
4062
4422
  blobGasPrice?: bigint | undefined;
4063
4423
  blobGasUsed?: bigint | undefined;
4064
4424
  blockHash: import("viem").Hash;
@@ -4304,7 +4664,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
4304
4664
  formatters: {
4305
4665
  readonly block: {
4306
4666
  exclude: [] | undefined;
4307
- format: (args: import("viem/chains").OpStackRpcBlock) => {
4667
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
4308
4668
  baseFeePerGas: bigint | null;
4309
4669
  blobGasUsed: bigint;
4310
4670
  difficulty: bigint;
@@ -4337,7 +4697,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
4337
4697
  };
4338
4698
  readonly transaction: {
4339
4699
  exclude: [] | undefined;
4340
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
4700
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
4341
4701
  blockHash: `0x${string}` | null;
4342
4702
  blockNumber: bigint | null;
4343
4703
  from: import("abitype").Address;
@@ -4365,16 +4725,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
4365
4725
  r: import("viem").Hex;
4366
4726
  s: import("viem").Hex;
4367
4727
  v: bigint;
4728
+ value: bigint;
4729
+ gas: bigint;
4368
4730
  to: import("abitype").Address | null;
4369
4731
  from: import("abitype").Address;
4370
- gas: bigint;
4371
4732
  nonce: number;
4372
- value: bigint;
4373
4733
  blockHash: `0x${string}` | null;
4374
4734
  blockNumber: bigint | null;
4735
+ transactionIndex: number | null;
4375
4736
  hash: import("viem").Hash;
4376
4737
  input: import("viem").Hex;
4377
- transactionIndex: number | null;
4378
4738
  typeHex: import("viem").Hex | null;
4379
4739
  accessList?: undefined | undefined;
4380
4740
  authorizationList?: undefined | undefined;
@@ -4506,7 +4866,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
4506
4866
  };
4507
4867
  readonly transactionReceipt: {
4508
4868
  exclude: [] | undefined;
4509
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
4869
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
4510
4870
  blobGasPrice?: bigint | undefined;
4511
4871
  blobGasUsed?: bigint | undefined;
4512
4872
  blockHash: import("viem").Hash;
@@ -4545,7 +4905,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
4545
4905
  readonly apiUrl: "https://api.uniscan.xyz/api";
4546
4906
  };
4547
4907
  };
4548
- blockTime: 2000;
4908
+ blockTime: 1000;
4549
4909
  contracts: {
4550
4910
  readonly USDC: {
4551
4911
  readonly address: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
@@ -4747,7 +5107,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
4747
5107
  formatters: {
4748
5108
  readonly block: {
4749
5109
  exclude: [] | undefined;
4750
- format: (args: import("viem/chains").OpStackRpcBlock) => {
5110
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
4751
5111
  baseFeePerGas: bigint | null;
4752
5112
  blobGasUsed: bigint;
4753
5113
  difficulty: bigint;
@@ -4780,7 +5140,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
4780
5140
  };
4781
5141
  readonly transaction: {
4782
5142
  exclude: [] | undefined;
4783
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
5143
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
4784
5144
  blockHash: `0x${string}` | null;
4785
5145
  blockNumber: bigint | null;
4786
5146
  from: import("abitype").Address;
@@ -4808,16 +5168,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
4808
5168
  r: import("viem").Hex;
4809
5169
  s: import("viem").Hex;
4810
5170
  v: bigint;
5171
+ value: bigint;
5172
+ gas: bigint;
4811
5173
  to: import("abitype").Address | null;
4812
5174
  from: import("abitype").Address;
4813
- gas: bigint;
4814
5175
  nonce: number;
4815
- value: bigint;
4816
5176
  blockHash: `0x${string}` | null;
4817
5177
  blockNumber: bigint | null;
5178
+ transactionIndex: number | null;
4818
5179
  hash: import("viem").Hash;
4819
5180
  input: import("viem").Hex;
4820
- transactionIndex: number | null;
4821
5181
  typeHex: import("viem").Hex | null;
4822
5182
  accessList?: undefined | undefined;
4823
5183
  authorizationList?: undefined | undefined;
@@ -4949,7 +5309,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
4949
5309
  };
4950
5310
  readonly transactionReceipt: {
4951
5311
  exclude: [] | undefined;
4952
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
5312
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
4953
5313
  blobGasPrice?: bigint | undefined;
4954
5314
  blobGasUsed?: bigint | undefined;
4955
5315
  blockHash: import("viem").Hash;
@@ -4988,7 +5348,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
4988
5348
  readonly apiUrl: "https://api-sepolia.uniscan.xyz/api";
4989
5349
  };
4990
5350
  };
4991
- blockTime: 2000;
5351
+ blockTime: 1000;
4992
5352
  contracts: {
4993
5353
  readonly USDC: {
4994
5354
  readonly address: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
@@ -5190,7 +5550,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
5190
5550
  formatters: {
5191
5551
  readonly block: {
5192
5552
  exclude: [] | undefined;
5193
- format: (args: import("viem/chains").OpStackRpcBlock) => {
5553
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
5194
5554
  baseFeePerGas: bigint | null;
5195
5555
  blobGasUsed: bigint;
5196
5556
  difficulty: bigint;
@@ -5223,7 +5583,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
5223
5583
  };
5224
5584
  readonly transaction: {
5225
5585
  exclude: [] | undefined;
5226
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
5586
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
5227
5587
  blockHash: `0x${string}` | null;
5228
5588
  blockNumber: bigint | null;
5229
5589
  from: import("abitype").Address;
@@ -5251,16 +5611,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
5251
5611
  r: import("viem").Hex;
5252
5612
  s: import("viem").Hex;
5253
5613
  v: bigint;
5614
+ value: bigint;
5615
+ gas: bigint;
5254
5616
  to: import("abitype").Address | null;
5255
5617
  from: import("abitype").Address;
5256
- gas: bigint;
5257
5618
  nonce: number;
5258
- value: bigint;
5259
5619
  blockHash: `0x${string}` | null;
5260
5620
  blockNumber: bigint | null;
5621
+ transactionIndex: number | null;
5261
5622
  hash: import("viem").Hash;
5262
5623
  input: import("viem").Hex;
5263
- transactionIndex: number | null;
5264
5624
  typeHex: import("viem").Hex | null;
5265
5625
  accessList?: undefined | undefined;
5266
5626
  authorizationList?: undefined | undefined;
@@ -5392,7 +5752,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
5392
5752
  };
5393
5753
  readonly transactionReceipt: {
5394
5754
  exclude: [] | undefined;
5395
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
5755
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
5396
5756
  blobGasPrice?: bigint | undefined;
5397
5757
  blobGasUsed?: bigint | undefined;
5398
5758
  blockHash: import("viem").Hash;
@@ -5777,10 +6137,10 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
5777
6137
  testnet: true;
5778
6138
  custom?: Record<string, unknown> | undefined;
5779
6139
  fees?: import("viem").ChainFees<undefined> | undefined;
5780
- serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
6140
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
5781
6141
  readonly blockchainId: "ARC-TESTNET";
5782
6142
  readonly blockchainVm: "EVM";
5783
- readonly formatters?: undefined;
6143
+ readonly formatters?: undefined | undefined;
5784
6144
  }, {
5785
6145
  blockExplorers: {
5786
6146
  readonly default: {
@@ -6458,7 +6818,7 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
6458
6818
  formatters: {
6459
6819
  readonly block: {
6460
6820
  exclude: [] | undefined;
6461
- format: (args: import("viem/chains").OpStackRpcBlock) => {
6821
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
6462
6822
  baseFeePerGas: bigint | null;
6463
6823
  blobGasUsed: bigint;
6464
6824
  difficulty: bigint;
@@ -6491,7 +6851,7 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
6491
6851
  };
6492
6852
  readonly transaction: {
6493
6853
  exclude: [] | undefined;
6494
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
6854
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
6495
6855
  blockHash: `0x${string}` | null;
6496
6856
  blockNumber: bigint | null;
6497
6857
  from: import("abitype").Address;
@@ -6519,16 +6879,16 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
6519
6879
  r: import("viem").Hex;
6520
6880
  s: import("viem").Hex;
6521
6881
  v: bigint;
6882
+ value: bigint;
6883
+ gas: bigint;
6522
6884
  to: import("abitype").Address | null;
6523
6885
  from: import("abitype").Address;
6524
- gas: bigint;
6525
6886
  nonce: number;
6526
- value: bigint;
6527
6887
  blockHash: `0x${string}` | null;
6528
6888
  blockNumber: bigint | null;
6889
+ transactionIndex: number | null;
6529
6890
  hash: import("viem").Hash;
6530
6891
  input: import("viem").Hex;
6531
- transactionIndex: number | null;
6532
6892
  typeHex: import("viem").Hex | null;
6533
6893
  accessList?: undefined | undefined;
6534
6894
  authorizationList?: undefined | undefined;
@@ -6660,7 +7020,7 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
6660
7020
  };
6661
7021
  readonly transactionReceipt: {
6662
7022
  exclude: [] | undefined;
6663
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
7023
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
6664
7024
  blobGasPrice?: bigint | undefined;
6665
7025
  blobGasUsed?: bigint | undefined;
6666
7026
  blockHash: import("viem").Hash;
@@ -7004,7 +7364,7 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
7004
7364
  experimental_preconfirmationTime?: number | undefined | undefined;
7005
7365
  rpcUrls: {
7006
7366
  readonly default: {
7007
- readonly http: readonly ["https://sepolia.drpc.org"];
7367
+ readonly http: readonly ["https://11155111.rpc.thirdweb.com"];
7008
7368
  };
7009
7369
  };
7010
7370
  sourceId?: number | undefined | undefined;
@@ -7193,6 +7553,183 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
7193
7553
  readonly blockchainId: "MATIC-AMOY";
7194
7554
  readonly blockchainVm: "EVM";
7195
7555
  readonly formatters?: undefined | undefined;
7556
+ }, {
7557
+ blockExplorers: {
7558
+ readonly default: {
7559
+ readonly name: "Monad Testnet explorer";
7560
+ readonly url: "https://testnet.monadexplorer.com";
7561
+ };
7562
+ };
7563
+ blockTime: 400;
7564
+ contracts: {
7565
+ readonly USDC: {
7566
+ readonly address: "0x534b2f3A21130d7a60830c2Df862319e593943A3";
7567
+ readonly abi: readonly [{
7568
+ readonly type: "event";
7569
+ readonly name: "Approval";
7570
+ readonly inputs: readonly [{
7571
+ readonly indexed: true;
7572
+ readonly name: "owner";
7573
+ readonly type: "address";
7574
+ }, {
7575
+ readonly indexed: true;
7576
+ readonly name: "spender";
7577
+ readonly type: "address";
7578
+ }, {
7579
+ readonly indexed: false;
7580
+ readonly name: "value";
7581
+ readonly type: "uint256";
7582
+ }];
7583
+ }, {
7584
+ readonly type: "event";
7585
+ readonly name: "Transfer";
7586
+ readonly inputs: readonly [{
7587
+ readonly indexed: true;
7588
+ readonly name: "from";
7589
+ readonly type: "address";
7590
+ }, {
7591
+ readonly indexed: true;
7592
+ readonly name: "to";
7593
+ readonly type: "address";
7594
+ }, {
7595
+ readonly indexed: false;
7596
+ readonly name: "value";
7597
+ readonly type: "uint256";
7598
+ }];
7599
+ }, {
7600
+ readonly type: "function";
7601
+ readonly name: "allowance";
7602
+ readonly stateMutability: "view";
7603
+ readonly inputs: readonly [{
7604
+ readonly name: "owner";
7605
+ readonly type: "address";
7606
+ }, {
7607
+ readonly name: "spender";
7608
+ readonly type: "address";
7609
+ }];
7610
+ readonly outputs: readonly [{
7611
+ readonly type: "uint256";
7612
+ }];
7613
+ }, {
7614
+ readonly type: "function";
7615
+ readonly name: "approve";
7616
+ readonly stateMutability: "nonpayable";
7617
+ readonly inputs: readonly [{
7618
+ readonly name: "spender";
7619
+ readonly type: "address";
7620
+ }, {
7621
+ readonly name: "amount";
7622
+ readonly type: "uint256";
7623
+ }];
7624
+ readonly outputs: readonly [{
7625
+ readonly type: "bool";
7626
+ }];
7627
+ }, {
7628
+ readonly type: "function";
7629
+ readonly name: "balanceOf";
7630
+ readonly stateMutability: "view";
7631
+ readonly inputs: readonly [{
7632
+ readonly name: "account";
7633
+ readonly type: "address";
7634
+ }];
7635
+ readonly outputs: readonly [{
7636
+ readonly type: "uint256";
7637
+ }];
7638
+ }, {
7639
+ readonly type: "function";
7640
+ readonly name: "decimals";
7641
+ readonly stateMutability: "view";
7642
+ readonly inputs: readonly [];
7643
+ readonly outputs: readonly [{
7644
+ readonly type: "uint8";
7645
+ }];
7646
+ }, {
7647
+ readonly type: "function";
7648
+ readonly name: "name";
7649
+ readonly stateMutability: "view";
7650
+ readonly inputs: readonly [];
7651
+ readonly outputs: readonly [{
7652
+ readonly type: "string";
7653
+ }];
7654
+ }, {
7655
+ readonly type: "function";
7656
+ readonly name: "symbol";
7657
+ readonly stateMutability: "view";
7658
+ readonly inputs: readonly [];
7659
+ readonly outputs: readonly [{
7660
+ readonly type: "string";
7661
+ }];
7662
+ }, {
7663
+ readonly type: "function";
7664
+ readonly name: "totalSupply";
7665
+ readonly stateMutability: "view";
7666
+ readonly inputs: readonly [];
7667
+ readonly outputs: readonly [{
7668
+ readonly type: "uint256";
7669
+ }];
7670
+ }, {
7671
+ readonly type: "function";
7672
+ readonly name: "transfer";
7673
+ readonly stateMutability: "nonpayable";
7674
+ readonly inputs: readonly [{
7675
+ readonly name: "recipient";
7676
+ readonly type: "address";
7677
+ }, {
7678
+ readonly name: "amount";
7679
+ readonly type: "uint256";
7680
+ }];
7681
+ readonly outputs: readonly [{
7682
+ readonly type: "bool";
7683
+ }];
7684
+ }, {
7685
+ readonly type: "function";
7686
+ readonly name: "transferFrom";
7687
+ readonly stateMutability: "nonpayable";
7688
+ readonly inputs: readonly [{
7689
+ readonly name: "sender";
7690
+ readonly type: "address";
7691
+ }, {
7692
+ readonly name: "recipient";
7693
+ readonly type: "address";
7694
+ }, {
7695
+ readonly name: "amount";
7696
+ readonly type: "uint256";
7697
+ }];
7698
+ readonly outputs: readonly [{
7699
+ readonly type: "bool";
7700
+ }];
7701
+ }];
7702
+ readonly read: {
7703
+ readonly decimals: () => 6;
7704
+ };
7705
+ };
7706
+ readonly multicall3: {
7707
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
7708
+ readonly blockCreated: 251449;
7709
+ };
7710
+ };
7711
+ ensTlds?: readonly string[] | undefined;
7712
+ id: 10143;
7713
+ name: "Monad Testnet";
7714
+ nativeCurrency: {
7715
+ readonly name: "Testnet MON Token";
7716
+ readonly symbol: "MON";
7717
+ readonly decimals: 18;
7718
+ };
7719
+ experimental_preconfirmationTime?: number | undefined | undefined;
7720
+ rpcUrls: {
7721
+ readonly default: {
7722
+ readonly http: readonly ["https://testnet-rpc.monad.xyz"];
7723
+ };
7724
+ };
7725
+ sourceId?: number | undefined | undefined;
7726
+ testnet: true;
7727
+ custom?: Record<string, unknown> | undefined;
7728
+ fees?: import("viem").ChainFees<undefined> | undefined;
7729
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
7730
+ readonly blockchainId: "MONAD-TESTNET";
7731
+ readonly blockchainVm: "EVM";
7732
+ readonly formatters?: undefined | undefined;
7196
7733
  }, {
7197
7734
  blockExplorers: {
7198
7735
  readonly default: {
@@ -7408,7 +7945,7 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
7408
7945
  formatters: {
7409
7946
  readonly block: {
7410
7947
  exclude: [] | undefined;
7411
- format: (args: import("viem/chains").OpStackRpcBlock) => {
7948
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
7412
7949
  baseFeePerGas: bigint | null;
7413
7950
  blobGasUsed: bigint;
7414
7951
  difficulty: bigint;
@@ -7441,7 +7978,7 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
7441
7978
  };
7442
7979
  readonly transaction: {
7443
7980
  exclude: [] | undefined;
7444
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
7981
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
7445
7982
  blockHash: `0x${string}` | null;
7446
7983
  blockNumber: bigint | null;
7447
7984
  from: import("abitype").Address;
@@ -7469,16 +8006,16 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
7469
8006
  r: import("viem").Hex;
7470
8007
  s: import("viem").Hex;
7471
8008
  v: bigint;
8009
+ value: bigint;
8010
+ gas: bigint;
7472
8011
  to: import("abitype").Address | null;
7473
8012
  from: import("abitype").Address;
7474
- gas: bigint;
7475
8013
  nonce: number;
7476
- value: bigint;
7477
8014
  blockHash: `0x${string}` | null;
7478
8015
  blockNumber: bigint | null;
8016
+ transactionIndex: number | null;
7479
8017
  hash: import("viem").Hash;
7480
8018
  input: import("viem").Hex;
7481
- transactionIndex: number | null;
7482
8019
  typeHex: import("viem").Hex | null;
7483
8020
  accessList?: undefined | undefined;
7484
8021
  authorizationList?: undefined | undefined;
@@ -7610,7 +8147,7 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
7610
8147
  };
7611
8148
  readonly transactionReceipt: {
7612
8149
  exclude: [] | undefined;
7613
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
8150
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
7614
8151
  blobGasPrice?: bigint | undefined;
7615
8152
  blobGasUsed?: bigint | undefined;
7616
8153
  blockHash: import("viem").Hash;
@@ -7649,7 +8186,7 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
7649
8186
  readonly apiUrl: "https://api-sepolia.uniscan.xyz/api";
7650
8187
  };
7651
8188
  };
7652
- blockTime: 2000;
8189
+ blockTime: 1000;
7653
8190
  contracts: {
7654
8191
  readonly USDC: {
7655
8192
  readonly address: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
@@ -7851,7 +8388,7 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
7851
8388
  formatters: {
7852
8389
  readonly block: {
7853
8390
  exclude: [] | undefined;
7854
- format: (args: import("viem/chains").OpStackRpcBlock) => {
8391
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
7855
8392
  baseFeePerGas: bigint | null;
7856
8393
  blobGasUsed: bigint;
7857
8394
  difficulty: bigint;
@@ -7884,7 +8421,7 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
7884
8421
  };
7885
8422
  readonly transaction: {
7886
8423
  exclude: [] | undefined;
7887
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
8424
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
7888
8425
  blockHash: `0x${string}` | null;
7889
8426
  blockNumber: bigint | null;
7890
8427
  from: import("abitype").Address;
@@ -7912,16 +8449,16 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
7912
8449
  r: import("viem").Hex;
7913
8450
  s: import("viem").Hex;
7914
8451
  v: bigint;
8452
+ value: bigint;
8453
+ gas: bigint;
7915
8454
  to: import("abitype").Address | null;
7916
8455
  from: import("abitype").Address;
7917
- gas: bigint;
7918
8456
  nonce: number;
7919
- value: bigint;
7920
8457
  blockHash: `0x${string}` | null;
7921
8458
  blockNumber: bigint | null;
8459
+ transactionIndex: number | null;
7922
8460
  hash: import("viem").Hash;
7923
8461
  input: import("viem").Hex;
7924
- transactionIndex: number | null;
7925
8462
  typeHex: import("viem").Hex | null;
7926
8463
  accessList?: undefined | undefined;
7927
8464
  authorizationList?: undefined | undefined;
@@ -8053,7 +8590,7 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
8053
8590
  };
8054
8591
  readonly transactionReceipt: {
8055
8592
  exclude: [] | undefined;
8056
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
8593
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
8057
8594
  blobGasPrice?: bigint | undefined;
8058
8595
  blobGasUsed?: bigint | undefined;
8059
8596
  blockHash: import("viem").Hash;
@@ -8861,7 +9398,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
8861
9398
  experimental_preconfirmationTime?: number | undefined | undefined;
8862
9399
  rpcUrls: {
8863
9400
  readonly default: {
8864
- readonly http: readonly ["https://sepolia.drpc.org"];
9401
+ readonly http: readonly ["https://11155111.rpc.thirdweb.com"];
8865
9402
  };
8866
9403
  };
8867
9404
  sourceId?: number | undefined | undefined;
@@ -8880,7 +9417,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
8880
9417
  readonly apiUrl: "https://api.polygonscan.com/api";
8881
9418
  };
8882
9419
  };
8883
- blockTime?: number | undefined | undefined;
9420
+ blockTime: 2000;
8884
9421
  contracts: {
8885
9422
  readonly USDC: {
8886
9423
  readonly address: "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359";
@@ -9592,7 +10129,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
9592
10129
  readonly apiUrl: "https://api.uniscan.xyz/api";
9593
10130
  };
9594
10131
  };
9595
- blockTime: 2000;
10132
+ blockTime: 1000;
9596
10133
  contracts: {
9597
10134
  readonly USDC: {
9598
10135
  readonly address: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
@@ -9794,7 +10331,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
9794
10331
  formatters: {
9795
10332
  readonly block: {
9796
10333
  exclude: [] | undefined;
9797
- format: (args: import("viem/chains").OpStackRpcBlock) => {
10334
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
9798
10335
  baseFeePerGas: bigint | null;
9799
10336
  blobGasUsed: bigint;
9800
10337
  difficulty: bigint;
@@ -9827,7 +10364,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
9827
10364
  };
9828
10365
  readonly transaction: {
9829
10366
  exclude: [] | undefined;
9830
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
10367
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
9831
10368
  blockHash: `0x${string}` | null;
9832
10369
  blockNumber: bigint | null;
9833
10370
  from: import("abitype").Address;
@@ -9855,16 +10392,16 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
9855
10392
  r: import("viem").Hex;
9856
10393
  s: import("viem").Hex;
9857
10394
  v: bigint;
10395
+ value: bigint;
10396
+ gas: bigint;
9858
10397
  to: import("abitype").Address | null;
9859
10398
  from: import("abitype").Address;
9860
- gas: bigint;
9861
10399
  nonce: number;
9862
- value: bigint;
9863
10400
  blockHash: `0x${string}` | null;
9864
10401
  blockNumber: bigint | null;
10402
+ transactionIndex: number | null;
9865
10403
  hash: import("viem").Hash;
9866
10404
  input: import("viem").Hex;
9867
- transactionIndex: number | null;
9868
10405
  typeHex: import("viem").Hex | null;
9869
10406
  accessList?: undefined | undefined;
9870
10407
  authorizationList?: undefined | undefined;
@@ -9996,7 +10533,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
9996
10533
  };
9997
10534
  readonly transactionReceipt: {
9998
10535
  exclude: [] | undefined;
9999
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
10536
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
10000
10537
  blobGasPrice?: bigint | undefined;
10001
10538
  blobGasUsed?: bigint | undefined;
10002
10539
  blockHash: import("viem").Hash;
@@ -10035,7 +10572,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
10035
10572
  readonly apiUrl: "https://api-sepolia.uniscan.xyz/api";
10036
10573
  };
10037
10574
  };
10038
- blockTime: 2000;
10575
+ blockTime: 1000;
10039
10576
  contracts: {
10040
10577
  readonly USDC: {
10041
10578
  readonly address: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
@@ -10237,7 +10774,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
10237
10774
  formatters: {
10238
10775
  readonly block: {
10239
10776
  exclude: [] | undefined;
10240
- format: (args: import("viem/chains").OpStackRpcBlock) => {
10777
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
10241
10778
  baseFeePerGas: bigint | null;
10242
10779
  blobGasUsed: bigint;
10243
10780
  difficulty: bigint;
@@ -10270,7 +10807,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
10270
10807
  };
10271
10808
  readonly transaction: {
10272
10809
  exclude: [] | undefined;
10273
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
10810
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
10274
10811
  blockHash: `0x${string}` | null;
10275
10812
  blockNumber: bigint | null;
10276
10813
  from: import("abitype").Address;
@@ -10298,16 +10835,16 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
10298
10835
  r: import("viem").Hex;
10299
10836
  s: import("viem").Hex;
10300
10837
  v: bigint;
10838
+ value: bigint;
10839
+ gas: bigint;
10301
10840
  to: import("abitype").Address | null;
10302
10841
  from: import("abitype").Address;
10303
- gas: bigint;
10304
10842
  nonce: number;
10305
- value: bigint;
10306
10843
  blockHash: `0x${string}` | null;
10307
10844
  blockNumber: bigint | null;
10845
+ transactionIndex: number | null;
10308
10846
  hash: import("viem").Hash;
10309
10847
  input: import("viem").Hex;
10310
- transactionIndex: number | null;
10311
10848
  typeHex: import("viem").Hex | null;
10312
10849
  accessList?: undefined | undefined;
10313
10850
  authorizationList?: undefined | undefined;
@@ -10439,7 +10976,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
10439
10976
  };
10440
10977
  readonly transactionReceipt: {
10441
10978
  exclude: [] | undefined;
10442
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
10979
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
10443
10980
  blobGasPrice?: bigint | undefined;
10444
10981
  blobGasUsed?: bigint | undefined;
10445
10982
  blockHash: import("viem").Hash;
@@ -10828,7 +11365,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
10828
11365
  formatters: {
10829
11366
  readonly block: {
10830
11367
  exclude: [] | undefined;
10831
- format: (args: import("viem/chains").OpStackRpcBlock) => {
11368
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
10832
11369
  baseFeePerGas: bigint | null;
10833
11370
  blobGasUsed: bigint;
10834
11371
  difficulty: bigint;
@@ -10861,7 +11398,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
10861
11398
  };
10862
11399
  readonly transaction: {
10863
11400
  exclude: [] | undefined;
10864
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
11401
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
10865
11402
  blockHash: `0x${string}` | null;
10866
11403
  blockNumber: bigint | null;
10867
11404
  from: import("abitype").Address;
@@ -10889,16 +11426,16 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
10889
11426
  r: import("viem").Hex;
10890
11427
  s: import("viem").Hex;
10891
11428
  v: bigint;
11429
+ value: bigint;
11430
+ gas: bigint;
10892
11431
  to: import("abitype").Address | null;
10893
11432
  from: import("abitype").Address;
10894
- gas: bigint;
10895
11433
  nonce: number;
10896
- value: bigint;
10897
11434
  blockHash: `0x${string}` | null;
10898
11435
  blockNumber: bigint | null;
11436
+ transactionIndex: number | null;
10899
11437
  hash: import("viem").Hash;
10900
11438
  input: import("viem").Hex;
10901
- transactionIndex: number | null;
10902
11439
  typeHex: import("viem").Hex | null;
10903
11440
  accessList?: undefined | undefined;
10904
11441
  authorizationList?: undefined | undefined;
@@ -11030,7 +11567,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
11030
11567
  };
11031
11568
  readonly transactionReceipt: {
11032
11569
  exclude: [] | undefined;
11033
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
11570
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
11034
11571
  blobGasPrice?: bigint | undefined;
11035
11572
  blobGasUsed?: bigint | undefined;
11036
11573
  blockHash: import("viem").Hash;
@@ -11419,7 +11956,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
11419
11956
  formatters: {
11420
11957
  readonly block: {
11421
11958
  exclude: [] | undefined;
11422
- format: (args: import("viem/chains").OpStackRpcBlock) => {
11959
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
11423
11960
  baseFeePerGas: bigint | null;
11424
11961
  blobGasUsed: bigint;
11425
11962
  difficulty: bigint;
@@ -11452,7 +11989,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
11452
11989
  };
11453
11990
  readonly transaction: {
11454
11991
  exclude: [] | undefined;
11455
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
11992
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
11456
11993
  blockHash: `0x${string}` | null;
11457
11994
  blockNumber: bigint | null;
11458
11995
  from: import("abitype").Address;
@@ -11480,16 +12017,16 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
11480
12017
  r: import("viem").Hex;
11481
12018
  s: import("viem").Hex;
11482
12019
  v: bigint;
12020
+ value: bigint;
12021
+ gas: bigint;
11483
12022
  to: import("abitype").Address | null;
11484
12023
  from: import("abitype").Address;
11485
- gas: bigint;
11486
12024
  nonce: number;
11487
- value: bigint;
11488
12025
  blockHash: `0x${string}` | null;
11489
12026
  blockNumber: bigint | null;
12027
+ transactionIndex: number | null;
11490
12028
  hash: import("viem").Hash;
11491
12029
  input: import("viem").Hex;
11492
- transactionIndex: number | null;
11493
12030
  typeHex: import("viem").Hex | null;
11494
12031
  accessList?: undefined | undefined;
11495
12032
  authorizationList?: undefined | undefined;
@@ -11621,7 +12158,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
11621
12158
  };
11622
12159
  readonly transactionReceipt: {
11623
12160
  exclude: [] | undefined;
11624
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
12161
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
11625
12162
  blobGasPrice?: bigint | undefined;
11626
12163
  blobGasUsed?: bigint | undefined;
11627
12164
  blockHash: import("viem").Hash;
@@ -11868,7 +12405,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
11868
12405
  formatters: {
11869
12406
  readonly block: {
11870
12407
  exclude: [] | undefined;
11871
- format: (args: import("viem/chains").OpStackRpcBlock) => {
12408
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
11872
12409
  baseFeePerGas: bigint | null;
11873
12410
  blobGasUsed: bigint;
11874
12411
  difficulty: bigint;
@@ -11901,7 +12438,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
11901
12438
  };
11902
12439
  readonly transaction: {
11903
12440
  exclude: [] | undefined;
11904
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
12441
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
11905
12442
  blockHash: `0x${string}` | null;
11906
12443
  blockNumber: bigint | null;
11907
12444
  from: import("abitype").Address;
@@ -11929,16 +12466,16 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
11929
12466
  r: import("viem").Hex;
11930
12467
  s: import("viem").Hex;
11931
12468
  v: bigint;
12469
+ value: bigint;
12470
+ gas: bigint;
11932
12471
  to: import("abitype").Address | null;
11933
12472
  from: import("abitype").Address;
11934
- gas: bigint;
11935
12473
  nonce: number;
11936
- value: bigint;
11937
12474
  blockHash: `0x${string}` | null;
11938
12475
  blockNumber: bigint | null;
12476
+ transactionIndex: number | null;
11939
12477
  hash: import("viem").Hash;
11940
12478
  input: import("viem").Hex;
11941
- transactionIndex: number | null;
11942
12479
  typeHex: import("viem").Hex | null;
11943
12480
  accessList?: undefined | undefined;
11944
12481
  authorizationList?: undefined | undefined;
@@ -12070,7 +12607,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
12070
12607
  };
12071
12608
  readonly transactionReceipt: {
12072
12609
  exclude: [] | undefined;
12073
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
12610
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
12074
12611
  blobGasPrice?: bigint | undefined;
12075
12612
  blobGasUsed?: bigint | undefined;
12076
12613
  blockHash: import("viem").Hash;
@@ -12316,7 +12853,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
12316
12853
  formatters: {
12317
12854
  readonly block: {
12318
12855
  exclude: [] | undefined;
12319
- format: (args: import("viem/chains").OpStackRpcBlock) => {
12856
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
12320
12857
  baseFeePerGas: bigint | null;
12321
12858
  blobGasUsed: bigint;
12322
12859
  difficulty: bigint;
@@ -12349,7 +12886,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
12349
12886
  };
12350
12887
  readonly transaction: {
12351
12888
  exclude: [] | undefined;
12352
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
12889
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
12353
12890
  blockHash: `0x${string}` | null;
12354
12891
  blockNumber: bigint | null;
12355
12892
  from: import("abitype").Address;
@@ -12377,16 +12914,16 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
12377
12914
  r: import("viem").Hex;
12378
12915
  s: import("viem").Hex;
12379
12916
  v: bigint;
12917
+ value: bigint;
12918
+ gas: bigint;
12380
12919
  to: import("abitype").Address | null;
12381
12920
  from: import("abitype").Address;
12382
- gas: bigint;
12383
12921
  nonce: number;
12384
- value: bigint;
12385
12922
  blockHash: `0x${string}` | null;
12386
12923
  blockNumber: bigint | null;
12924
+ transactionIndex: number | null;
12387
12925
  hash: import("viem").Hash;
12388
12926
  input: import("viem").Hex;
12389
- transactionIndex: number | null;
12390
12927
  typeHex: import("viem").Hex | null;
12391
12928
  accessList?: undefined | undefined;
12392
12929
  authorizationList?: undefined | undefined;
@@ -12518,7 +13055,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
12518
13055
  };
12519
13056
  readonly transactionReceipt: {
12520
13057
  exclude: [] | undefined;
12521
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
13058
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
12522
13059
  blobGasPrice?: bigint | undefined;
12523
13060
  blobGasUsed?: bigint | undefined;
12524
13061
  blockHash: import("viem").Hash;