@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
@@ -1,4 +1,4 @@
1
- import type { Chain } from './chains/index.js';
1
+ import type { Chain } from './chains.js';
2
2
  declare const SUPPORTED_CHAINS: ({
3
3
  blockExplorers: {
4
4
  readonly default: {
@@ -530,10 +530,10 @@ declare const SUPPORTED_CHAINS: ({
530
530
  testnet: true;
531
531
  custom?: Record<string, unknown> | undefined;
532
532
  fees?: import("viem").ChainFees<undefined> | undefined;
533
- serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
533
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
534
534
  readonly blockchainId: "ARC-TESTNET";
535
535
  readonly blockchainVm: "EVM";
536
- readonly formatters?: undefined;
536
+ readonly formatters?: undefined | undefined;
537
537
  } | {
538
538
  blockExplorers: {
539
539
  readonly default: {
@@ -1671,7 +1671,7 @@ declare const SUPPORTED_CHAINS: ({
1671
1671
  formatters: {
1672
1672
  readonly block: {
1673
1673
  exclude: [] | undefined;
1674
- format: (args: import("viem/chains").OpStackRpcBlock) => {
1674
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
1675
1675
  baseFeePerGas: bigint | null;
1676
1676
  blobGasUsed: bigint;
1677
1677
  difficulty: bigint;
@@ -1704,7 +1704,7 @@ declare const SUPPORTED_CHAINS: ({
1704
1704
  };
1705
1705
  readonly transaction: {
1706
1706
  exclude: [] | undefined;
1707
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
1707
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
1708
1708
  blockHash: `0x${string}` | null;
1709
1709
  blockNumber: bigint | null;
1710
1710
  from: import("abitype").Address;
@@ -1732,16 +1732,16 @@ declare const SUPPORTED_CHAINS: ({
1732
1732
  r: import("viem").Hex;
1733
1733
  s: import("viem").Hex;
1734
1734
  v: bigint;
1735
+ value: bigint;
1736
+ gas: bigint;
1735
1737
  to: import("abitype").Address | null;
1736
1738
  from: import("abitype").Address;
1737
- gas: bigint;
1738
1739
  nonce: number;
1739
- value: bigint;
1740
1740
  blockHash: `0x${string}` | null;
1741
1741
  blockNumber: bigint | null;
1742
+ transactionIndex: number | null;
1742
1743
  hash: import("viem").Hash;
1743
1744
  input: import("viem").Hex;
1744
- transactionIndex: number | null;
1745
1745
  typeHex: import("viem").Hex | null;
1746
1746
  accessList?: undefined | undefined;
1747
1747
  authorizationList?: undefined | undefined;
@@ -1873,7 +1873,7 @@ declare const SUPPORTED_CHAINS: ({
1873
1873
  };
1874
1874
  readonly transactionReceipt: {
1875
1875
  exclude: [] | undefined;
1876
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
1876
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
1877
1877
  blobGasPrice?: bigint | undefined;
1878
1878
  blobGasUsed?: bigint | undefined;
1879
1879
  blockHash: import("viem").Hash;
@@ -2262,7 +2262,7 @@ declare const SUPPORTED_CHAINS: ({
2262
2262
  formatters: {
2263
2263
  readonly block: {
2264
2264
  exclude: [] | undefined;
2265
- format: (args: import("viem/chains").OpStackRpcBlock) => {
2265
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
2266
2266
  baseFeePerGas: bigint | null;
2267
2267
  blobGasUsed: bigint;
2268
2268
  difficulty: bigint;
@@ -2295,7 +2295,7 @@ declare const SUPPORTED_CHAINS: ({
2295
2295
  };
2296
2296
  readonly transaction: {
2297
2297
  exclude: [] | undefined;
2298
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
2298
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
2299
2299
  blockHash: `0x${string}` | null;
2300
2300
  blockNumber: bigint | null;
2301
2301
  from: import("abitype").Address;
@@ -2323,16 +2323,16 @@ declare const SUPPORTED_CHAINS: ({
2323
2323
  r: import("viem").Hex;
2324
2324
  s: import("viem").Hex;
2325
2325
  v: bigint;
2326
+ value: bigint;
2327
+ gas: bigint;
2326
2328
  to: import("abitype").Address | null;
2327
2329
  from: import("abitype").Address;
2328
- gas: bigint;
2329
2330
  nonce: number;
2330
- value: bigint;
2331
2331
  blockHash: `0x${string}` | null;
2332
2332
  blockNumber: bigint | null;
2333
+ transactionIndex: number | null;
2333
2334
  hash: import("viem").Hash;
2334
2335
  input: import("viem").Hex;
2335
- transactionIndex: number | null;
2336
2336
  typeHex: import("viem").Hex | null;
2337
2337
  accessList?: undefined | undefined;
2338
2338
  authorizationList?: undefined | undefined;
@@ -2464,7 +2464,7 @@ declare const SUPPORTED_CHAINS: ({
2464
2464
  };
2465
2465
  readonly transactionReceipt: {
2466
2466
  exclude: [] | undefined;
2467
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
2467
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
2468
2468
  blobGasPrice?: bigint | undefined;
2469
2469
  blobGasUsed?: bigint | undefined;
2470
2470
  blockHash: import("viem").Hash;
@@ -3272,7 +3272,7 @@ declare const SUPPORTED_CHAINS: ({
3272
3272
  experimental_preconfirmationTime?: number | undefined | undefined;
3273
3273
  rpcUrls: {
3274
3274
  readonly default: {
3275
- readonly http: readonly ["https://sepolia.drpc.org"];
3275
+ readonly http: readonly ["https://11155111.rpc.thirdweb.com"];
3276
3276
  };
3277
3277
  };
3278
3278
  sourceId?: number | undefined | undefined;
@@ -3291,7 +3291,7 @@ declare const SUPPORTED_CHAINS: ({
3291
3291
  readonly apiUrl: "https://api.polygonscan.com/api";
3292
3292
  };
3293
3293
  };
3294
- blockTime?: number | undefined | undefined;
3294
+ blockTime: 2000;
3295
3295
  contracts: {
3296
3296
  readonly USDC: {
3297
3297
  readonly address: "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359";
@@ -3639,6 +3639,366 @@ declare const SUPPORTED_CHAINS: ({
3639
3639
  readonly blockchainId: "MATIC-AMOY";
3640
3640
  readonly blockchainVm: "EVM";
3641
3641
  readonly formatters?: undefined | undefined;
3642
+ } | {
3643
+ blockExplorers: {
3644
+ readonly default: {
3645
+ readonly name: "MonadVision";
3646
+ readonly url: "https://monadvision.com";
3647
+ };
3648
+ readonly monadscan: {
3649
+ readonly name: "Monadscan";
3650
+ readonly url: "https://monadscan.com";
3651
+ readonly apiUrl: "https://api.monadscan.com/api";
3652
+ };
3653
+ };
3654
+ blockTime: 400;
3655
+ contracts: {
3656
+ readonly USDC: {
3657
+ readonly address: "0x754704Bc059F8C67012fEd69BC8A327a5aafb603";
3658
+ readonly abi: readonly [{
3659
+ readonly type: "event";
3660
+ readonly name: "Approval";
3661
+ readonly inputs: readonly [{
3662
+ readonly indexed: true;
3663
+ readonly name: "owner";
3664
+ readonly type: "address";
3665
+ }, {
3666
+ readonly indexed: true;
3667
+ readonly name: "spender";
3668
+ readonly type: "address";
3669
+ }, {
3670
+ readonly indexed: false;
3671
+ readonly name: "value";
3672
+ readonly type: "uint256";
3673
+ }];
3674
+ }, {
3675
+ readonly type: "event";
3676
+ readonly name: "Transfer";
3677
+ readonly inputs: readonly [{
3678
+ readonly indexed: true;
3679
+ readonly name: "from";
3680
+ readonly type: "address";
3681
+ }, {
3682
+ readonly indexed: true;
3683
+ readonly name: "to";
3684
+ readonly type: "address";
3685
+ }, {
3686
+ readonly indexed: false;
3687
+ readonly name: "value";
3688
+ readonly type: "uint256";
3689
+ }];
3690
+ }, {
3691
+ readonly type: "function";
3692
+ readonly name: "allowance";
3693
+ readonly stateMutability: "view";
3694
+ readonly inputs: readonly [{
3695
+ readonly name: "owner";
3696
+ readonly type: "address";
3697
+ }, {
3698
+ readonly name: "spender";
3699
+ readonly type: "address";
3700
+ }];
3701
+ readonly outputs: readonly [{
3702
+ readonly type: "uint256";
3703
+ }];
3704
+ }, {
3705
+ readonly type: "function";
3706
+ readonly name: "approve";
3707
+ readonly stateMutability: "nonpayable";
3708
+ readonly inputs: readonly [{
3709
+ readonly name: "spender";
3710
+ readonly type: "address";
3711
+ }, {
3712
+ readonly name: "amount";
3713
+ readonly type: "uint256";
3714
+ }];
3715
+ readonly outputs: readonly [{
3716
+ readonly type: "bool";
3717
+ }];
3718
+ }, {
3719
+ readonly type: "function";
3720
+ readonly name: "balanceOf";
3721
+ readonly stateMutability: "view";
3722
+ readonly inputs: readonly [{
3723
+ readonly name: "account";
3724
+ readonly type: "address";
3725
+ }];
3726
+ readonly outputs: readonly [{
3727
+ readonly type: "uint256";
3728
+ }];
3729
+ }, {
3730
+ readonly type: "function";
3731
+ readonly name: "decimals";
3732
+ readonly stateMutability: "view";
3733
+ readonly inputs: readonly [];
3734
+ readonly outputs: readonly [{
3735
+ readonly type: "uint8";
3736
+ }];
3737
+ }, {
3738
+ readonly type: "function";
3739
+ readonly name: "name";
3740
+ readonly stateMutability: "view";
3741
+ readonly inputs: readonly [];
3742
+ readonly outputs: readonly [{
3743
+ readonly type: "string";
3744
+ }];
3745
+ }, {
3746
+ readonly type: "function";
3747
+ readonly name: "symbol";
3748
+ readonly stateMutability: "view";
3749
+ readonly inputs: readonly [];
3750
+ readonly outputs: readonly [{
3751
+ readonly type: "string";
3752
+ }];
3753
+ }, {
3754
+ readonly type: "function";
3755
+ readonly name: "totalSupply";
3756
+ readonly stateMutability: "view";
3757
+ readonly inputs: readonly [];
3758
+ readonly outputs: readonly [{
3759
+ readonly type: "uint256";
3760
+ }];
3761
+ }, {
3762
+ readonly type: "function";
3763
+ readonly name: "transfer";
3764
+ readonly stateMutability: "nonpayable";
3765
+ readonly inputs: readonly [{
3766
+ readonly name: "recipient";
3767
+ readonly type: "address";
3768
+ }, {
3769
+ readonly name: "amount";
3770
+ readonly type: "uint256";
3771
+ }];
3772
+ readonly outputs: readonly [{
3773
+ readonly type: "bool";
3774
+ }];
3775
+ }, {
3776
+ readonly type: "function";
3777
+ readonly name: "transferFrom";
3778
+ readonly stateMutability: "nonpayable";
3779
+ readonly inputs: readonly [{
3780
+ readonly name: "sender";
3781
+ readonly type: "address";
3782
+ }, {
3783
+ readonly name: "recipient";
3784
+ readonly type: "address";
3785
+ }, {
3786
+ readonly name: "amount";
3787
+ readonly type: "uint256";
3788
+ }];
3789
+ readonly outputs: readonly [{
3790
+ readonly type: "bool";
3791
+ }];
3792
+ }];
3793
+ readonly read: {
3794
+ readonly decimals: () => 6;
3795
+ };
3796
+ };
3797
+ readonly multicall3: {
3798
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
3799
+ readonly blockCreated: 9248132;
3800
+ };
3801
+ };
3802
+ ensTlds?: readonly string[] | undefined;
3803
+ id: 143;
3804
+ name: "Monad";
3805
+ nativeCurrency: {
3806
+ readonly name: "Monad";
3807
+ readonly symbol: "MON";
3808
+ readonly decimals: 18;
3809
+ };
3810
+ experimental_preconfirmationTime?: number | undefined | undefined;
3811
+ rpcUrls: {
3812
+ readonly default: {
3813
+ readonly http: readonly ["https://rpc.monad.xyz", "https://rpc1.monad.xyz"];
3814
+ readonly webSocket: readonly ["wss://rpc.monad.xyz", "wss://rpc1.monad.xyz"];
3815
+ };
3816
+ };
3817
+ sourceId?: number | undefined | undefined;
3818
+ testnet: false;
3819
+ custom?: Record<string, unknown> | undefined;
3820
+ fees?: import("viem").ChainFees<undefined> | undefined;
3821
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3822
+ readonly blockchainId: "MONAD";
3823
+ readonly blockchainVm: "EVM";
3824
+ readonly formatters?: undefined | undefined;
3825
+ } | {
3826
+ blockExplorers: {
3827
+ readonly default: {
3828
+ readonly name: "Monad Testnet explorer";
3829
+ readonly url: "https://testnet.monadexplorer.com";
3830
+ };
3831
+ };
3832
+ blockTime: 400;
3833
+ contracts: {
3834
+ readonly USDC: {
3835
+ readonly address: "0x534b2f3A21130d7a60830c2Df862319e593943A3";
3836
+ readonly abi: readonly [{
3837
+ readonly type: "event";
3838
+ readonly name: "Approval";
3839
+ readonly inputs: readonly [{
3840
+ readonly indexed: true;
3841
+ readonly name: "owner";
3842
+ readonly type: "address";
3843
+ }, {
3844
+ readonly indexed: true;
3845
+ readonly name: "spender";
3846
+ readonly type: "address";
3847
+ }, {
3848
+ readonly indexed: false;
3849
+ readonly name: "value";
3850
+ readonly type: "uint256";
3851
+ }];
3852
+ }, {
3853
+ readonly type: "event";
3854
+ readonly name: "Transfer";
3855
+ readonly inputs: readonly [{
3856
+ readonly indexed: true;
3857
+ readonly name: "from";
3858
+ readonly type: "address";
3859
+ }, {
3860
+ readonly indexed: true;
3861
+ readonly name: "to";
3862
+ readonly type: "address";
3863
+ }, {
3864
+ readonly indexed: false;
3865
+ readonly name: "value";
3866
+ readonly type: "uint256";
3867
+ }];
3868
+ }, {
3869
+ readonly type: "function";
3870
+ readonly name: "allowance";
3871
+ readonly stateMutability: "view";
3872
+ readonly inputs: readonly [{
3873
+ readonly name: "owner";
3874
+ readonly type: "address";
3875
+ }, {
3876
+ readonly name: "spender";
3877
+ readonly type: "address";
3878
+ }];
3879
+ readonly outputs: readonly [{
3880
+ readonly type: "uint256";
3881
+ }];
3882
+ }, {
3883
+ readonly type: "function";
3884
+ readonly name: "approve";
3885
+ readonly stateMutability: "nonpayable";
3886
+ readonly inputs: readonly [{
3887
+ readonly name: "spender";
3888
+ readonly type: "address";
3889
+ }, {
3890
+ readonly name: "amount";
3891
+ readonly type: "uint256";
3892
+ }];
3893
+ readonly outputs: readonly [{
3894
+ readonly type: "bool";
3895
+ }];
3896
+ }, {
3897
+ readonly type: "function";
3898
+ readonly name: "balanceOf";
3899
+ readonly stateMutability: "view";
3900
+ readonly inputs: readonly [{
3901
+ readonly name: "account";
3902
+ readonly type: "address";
3903
+ }];
3904
+ readonly outputs: readonly [{
3905
+ readonly type: "uint256";
3906
+ }];
3907
+ }, {
3908
+ readonly type: "function";
3909
+ readonly name: "decimals";
3910
+ readonly stateMutability: "view";
3911
+ readonly inputs: readonly [];
3912
+ readonly outputs: readonly [{
3913
+ readonly type: "uint8";
3914
+ }];
3915
+ }, {
3916
+ readonly type: "function";
3917
+ readonly name: "name";
3918
+ readonly stateMutability: "view";
3919
+ readonly inputs: readonly [];
3920
+ readonly outputs: readonly [{
3921
+ readonly type: "string";
3922
+ }];
3923
+ }, {
3924
+ readonly type: "function";
3925
+ readonly name: "symbol";
3926
+ readonly stateMutability: "view";
3927
+ readonly inputs: readonly [];
3928
+ readonly outputs: readonly [{
3929
+ readonly type: "string";
3930
+ }];
3931
+ }, {
3932
+ readonly type: "function";
3933
+ readonly name: "totalSupply";
3934
+ readonly stateMutability: "view";
3935
+ readonly inputs: readonly [];
3936
+ readonly outputs: readonly [{
3937
+ readonly type: "uint256";
3938
+ }];
3939
+ }, {
3940
+ readonly type: "function";
3941
+ readonly name: "transfer";
3942
+ readonly stateMutability: "nonpayable";
3943
+ readonly inputs: readonly [{
3944
+ readonly name: "recipient";
3945
+ readonly type: "address";
3946
+ }, {
3947
+ readonly name: "amount";
3948
+ readonly type: "uint256";
3949
+ }];
3950
+ readonly outputs: readonly [{
3951
+ readonly type: "bool";
3952
+ }];
3953
+ }, {
3954
+ readonly type: "function";
3955
+ readonly name: "transferFrom";
3956
+ readonly stateMutability: "nonpayable";
3957
+ readonly inputs: readonly [{
3958
+ readonly name: "sender";
3959
+ readonly type: "address";
3960
+ }, {
3961
+ readonly name: "recipient";
3962
+ readonly type: "address";
3963
+ }, {
3964
+ readonly name: "amount";
3965
+ readonly type: "uint256";
3966
+ }];
3967
+ readonly outputs: readonly [{
3968
+ readonly type: "bool";
3969
+ }];
3970
+ }];
3971
+ readonly read: {
3972
+ readonly decimals: () => 6;
3973
+ };
3974
+ };
3975
+ readonly multicall3: {
3976
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
3977
+ readonly blockCreated: 251449;
3978
+ };
3979
+ };
3980
+ ensTlds?: readonly string[] | undefined;
3981
+ id: 10143;
3982
+ name: "Monad Testnet";
3983
+ nativeCurrency: {
3984
+ readonly name: "Testnet MON Token";
3985
+ readonly symbol: "MON";
3986
+ readonly decimals: 18;
3987
+ };
3988
+ experimental_preconfirmationTime?: number | undefined | undefined;
3989
+ rpcUrls: {
3990
+ readonly default: {
3991
+ readonly http: readonly ["https://testnet-rpc.monad.xyz"];
3992
+ };
3993
+ };
3994
+ sourceId?: number | undefined | undefined;
3995
+ testnet: true;
3996
+ custom?: Record<string, unknown> | undefined;
3997
+ fees?: import("viem").ChainFees<undefined> | undefined;
3998
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3999
+ readonly blockchainId: "MONAD-TESTNET";
4000
+ readonly blockchainVm: "EVM";
4001
+ readonly formatters?: undefined | undefined;
3642
4002
  } | {
3643
4003
  blockExplorers: {
3644
4004
  readonly default: {
@@ -3657,7 +4017,7 @@ declare const SUPPORTED_CHAINS: ({
3657
4017
  readonly ensRegistry?: import("viem").ChainContract | undefined;
3658
4018
  readonly ensUniversalResolver?: import("viem").ChainContract | undefined;
3659
4019
  readonly multicall3?: import("viem").ChainContract | undefined;
3660
- readonly universalSignatureVerifier?: import("viem").ChainContract | undefined;
4020
+ readonly erc6492Verifier?: import("viem").ChainContract | undefined;
3661
4021
  };
3662
4022
  ensTlds?: readonly string[] | undefined;
3663
4023
  id: 397;
@@ -3699,7 +4059,7 @@ declare const SUPPORTED_CHAINS: ({
3699
4059
  readonly ensRegistry?: import("viem").ChainContract | undefined;
3700
4060
  readonly ensUniversalResolver?: import("viem").ChainContract | undefined;
3701
4061
  readonly multicall3?: import("viem").ChainContract | undefined;
3702
- readonly universalSignatureVerifier?: import("viem").ChainContract | undefined;
4062
+ readonly erc6492Verifier?: import("viem").ChainContract | undefined;
3703
4063
  };
3704
4064
  ensTlds?: readonly string[] | undefined;
3705
4065
  id: 398;
@@ -3938,7 +4298,7 @@ declare const SUPPORTED_CHAINS: ({
3938
4298
  formatters: {
3939
4299
  readonly block: {
3940
4300
  exclude: [] | undefined;
3941
- format: (args: import("viem/chains").OpStackRpcBlock) => {
4301
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
3942
4302
  baseFeePerGas: bigint | null;
3943
4303
  blobGasUsed: bigint;
3944
4304
  difficulty: bigint;
@@ -3971,7 +4331,7 @@ declare const SUPPORTED_CHAINS: ({
3971
4331
  };
3972
4332
  readonly transaction: {
3973
4333
  exclude: [] | undefined;
3974
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
4334
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
3975
4335
  blockHash: `0x${string}` | null;
3976
4336
  blockNumber: bigint | null;
3977
4337
  from: import("abitype").Address;
@@ -3999,16 +4359,16 @@ declare const SUPPORTED_CHAINS: ({
3999
4359
  r: import("viem").Hex;
4000
4360
  s: import("viem").Hex;
4001
4361
  v: bigint;
4362
+ value: bigint;
4363
+ gas: bigint;
4002
4364
  to: import("abitype").Address | null;
4003
4365
  from: import("abitype").Address;
4004
- gas: bigint;
4005
4366
  nonce: number;
4006
- value: bigint;
4007
4367
  blockHash: `0x${string}` | null;
4008
4368
  blockNumber: bigint | null;
4369
+ transactionIndex: number | null;
4009
4370
  hash: import("viem").Hash;
4010
4371
  input: import("viem").Hex;
4011
- transactionIndex: number | null;
4012
4372
  typeHex: import("viem").Hex | null;
4013
4373
  accessList?: undefined | undefined;
4014
4374
  authorizationList?: undefined | undefined;
@@ -4140,7 +4500,7 @@ declare const SUPPORTED_CHAINS: ({
4140
4500
  };
4141
4501
  readonly transactionReceipt: {
4142
4502
  exclude: [] | undefined;
4143
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
4503
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
4144
4504
  blobGasPrice?: bigint | undefined;
4145
4505
  blobGasUsed?: bigint | undefined;
4146
4506
  blockHash: import("viem").Hash;
@@ -4386,7 +4746,7 @@ declare const SUPPORTED_CHAINS: ({
4386
4746
  formatters: {
4387
4747
  readonly block: {
4388
4748
  exclude: [] | undefined;
4389
- format: (args: import("viem/chains").OpStackRpcBlock) => {
4749
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
4390
4750
  baseFeePerGas: bigint | null;
4391
4751
  blobGasUsed: bigint;
4392
4752
  difficulty: bigint;
@@ -4419,7 +4779,7 @@ declare const SUPPORTED_CHAINS: ({
4419
4779
  };
4420
4780
  readonly transaction: {
4421
4781
  exclude: [] | undefined;
4422
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
4782
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
4423
4783
  blockHash: `0x${string}` | null;
4424
4784
  blockNumber: bigint | null;
4425
4785
  from: import("abitype").Address;
@@ -4447,16 +4807,16 @@ declare const SUPPORTED_CHAINS: ({
4447
4807
  r: import("viem").Hex;
4448
4808
  s: import("viem").Hex;
4449
4809
  v: bigint;
4810
+ value: bigint;
4811
+ gas: bigint;
4450
4812
  to: import("abitype").Address | null;
4451
4813
  from: import("abitype").Address;
4452
- gas: bigint;
4453
4814
  nonce: number;
4454
- value: bigint;
4455
4815
  blockHash: `0x${string}` | null;
4456
4816
  blockNumber: bigint | null;
4817
+ transactionIndex: number | null;
4457
4818
  hash: import("viem").Hash;
4458
4819
  input: import("viem").Hex;
4459
- transactionIndex: number | null;
4460
4820
  typeHex: import("viem").Hex | null;
4461
4821
  accessList?: undefined | undefined;
4462
4822
  authorizationList?: undefined | undefined;
@@ -4588,7 +4948,7 @@ declare const SUPPORTED_CHAINS: ({
4588
4948
  };
4589
4949
  readonly transactionReceipt: {
4590
4950
  exclude: [] | undefined;
4591
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
4951
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
4592
4952
  blobGasPrice?: bigint | undefined;
4593
4953
  blobGasUsed?: bigint | undefined;
4594
4954
  blockHash: import("viem").Hash;
@@ -4716,7 +5076,7 @@ declare const SUPPORTED_CHAINS: ({
4716
5076
  readonly apiUrl: "https://api.uniscan.xyz/api";
4717
5077
  };
4718
5078
  };
4719
- blockTime: 2000;
5079
+ blockTime: 1000;
4720
5080
  contracts: {
4721
5081
  readonly USDC: {
4722
5082
  readonly address: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
@@ -4918,7 +5278,7 @@ declare const SUPPORTED_CHAINS: ({
4918
5278
  formatters: {
4919
5279
  readonly block: {
4920
5280
  exclude: [] | undefined;
4921
- format: (args: import("viem/chains").OpStackRpcBlock) => {
5281
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
4922
5282
  baseFeePerGas: bigint | null;
4923
5283
  blobGasUsed: bigint;
4924
5284
  difficulty: bigint;
@@ -4951,7 +5311,7 @@ declare const SUPPORTED_CHAINS: ({
4951
5311
  };
4952
5312
  readonly transaction: {
4953
5313
  exclude: [] | undefined;
4954
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
5314
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
4955
5315
  blockHash: `0x${string}` | null;
4956
5316
  blockNumber: bigint | null;
4957
5317
  from: import("abitype").Address;
@@ -4979,16 +5339,16 @@ declare const SUPPORTED_CHAINS: ({
4979
5339
  r: import("viem").Hex;
4980
5340
  s: import("viem").Hex;
4981
5341
  v: bigint;
5342
+ value: bigint;
5343
+ gas: bigint;
4982
5344
  to: import("abitype").Address | null;
4983
5345
  from: import("abitype").Address;
4984
- gas: bigint;
4985
5346
  nonce: number;
4986
- value: bigint;
4987
5347
  blockHash: `0x${string}` | null;
4988
5348
  blockNumber: bigint | null;
5349
+ transactionIndex: number | null;
4989
5350
  hash: import("viem").Hash;
4990
5351
  input: import("viem").Hex;
4991
- transactionIndex: number | null;
4992
5352
  typeHex: import("viem").Hex | null;
4993
5353
  accessList?: undefined | undefined;
4994
5354
  authorizationList?: undefined | undefined;
@@ -5120,7 +5480,7 @@ declare const SUPPORTED_CHAINS: ({
5120
5480
  };
5121
5481
  readonly transactionReceipt: {
5122
5482
  exclude: [] | undefined;
5123
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
5483
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
5124
5484
  blobGasPrice?: bigint | undefined;
5125
5485
  blobGasUsed?: bigint | undefined;
5126
5486
  blockHash: import("viem").Hash;
@@ -5159,7 +5519,7 @@ declare const SUPPORTED_CHAINS: ({
5159
5519
  readonly apiUrl: "https://api-sepolia.uniscan.xyz/api";
5160
5520
  };
5161
5521
  };
5162
- blockTime: 2000;
5522
+ blockTime: 1000;
5163
5523
  contracts: {
5164
5524
  readonly USDC: {
5165
5525
  readonly address: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
@@ -5361,7 +5721,7 @@ declare const SUPPORTED_CHAINS: ({
5361
5721
  formatters: {
5362
5722
  readonly block: {
5363
5723
  exclude: [] | undefined;
5364
- format: (args: import("viem/chains").OpStackRpcBlock) => {
5724
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
5365
5725
  baseFeePerGas: bigint | null;
5366
5726
  blobGasUsed: bigint;
5367
5727
  difficulty: bigint;
@@ -5394,7 +5754,7 @@ declare const SUPPORTED_CHAINS: ({
5394
5754
  };
5395
5755
  readonly transaction: {
5396
5756
  exclude: [] | undefined;
5397
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
5757
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
5398
5758
  blockHash: `0x${string}` | null;
5399
5759
  blockNumber: bigint | null;
5400
5760
  from: import("abitype").Address;
@@ -5422,16 +5782,16 @@ declare const SUPPORTED_CHAINS: ({
5422
5782
  r: import("viem").Hex;
5423
5783
  s: import("viem").Hex;
5424
5784
  v: bigint;
5785
+ value: bigint;
5786
+ gas: bigint;
5425
5787
  to: import("abitype").Address | null;
5426
5788
  from: import("abitype").Address;
5427
- gas: bigint;
5428
5789
  nonce: number;
5429
- value: bigint;
5430
5790
  blockHash: `0x${string}` | null;
5431
5791
  blockNumber: bigint | null;
5792
+ transactionIndex: number | null;
5432
5793
  hash: import("viem").Hash;
5433
5794
  input: import("viem").Hex;
5434
- transactionIndex: number | null;
5435
5795
  typeHex: import("viem").Hex | null;
5436
5796
  accessList?: undefined | undefined;
5437
5797
  authorizationList?: undefined | undefined;
@@ -5563,7 +5923,7 @@ declare const SUPPORTED_CHAINS: ({
5563
5923
  };
5564
5924
  readonly transactionReceipt: {
5565
5925
  exclude: [] | undefined;
5566
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
5926
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
5567
5927
  blobGasPrice?: bigint | undefined;
5568
5928
  blobGasUsed?: bigint | undefined;
5569
5929
  blockHash: import("viem").Hash;