@flaunch/sdk 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/README.md +78 -0
  2. package/dist/abi/BidWallV1_1.d.ts +740 -0
  3. package/dist/abi/BidWallV1_1.d.ts.map +1 -0
  4. package/dist/abi/FairLaunchV1_1.d.ts +522 -0
  5. package/dist/abi/FairLaunchV1_1.d.ts.map +1 -0
  6. package/dist/abi/FastFlaunchZap.d.ts +30 -20
  7. package/dist/abi/FastFlaunchZap.d.ts.map +1 -1
  8. package/dist/abi/FlaunchPositionManagerV1_1.d.ts +2053 -0
  9. package/dist/abi/FlaunchPositionManagerV1_1.d.ts.map +1 -0
  10. package/dist/abi/FlaunchV1_1.d.ts +850 -0
  11. package/dist/abi/FlaunchV1_1.d.ts.map +1 -0
  12. package/dist/abi/FlaunchZap.d.ts +330 -0
  13. package/dist/abi/FlaunchZap.d.ts.map +1 -0
  14. package/dist/abi/RevenueManager.d.ts +648 -0
  15. package/dist/abi/RevenueManager.d.ts.map +1 -0
  16. package/dist/abi/TreasuryManagerFactory.d.ts +434 -0
  17. package/dist/abi/TreasuryManagerFactory.d.ts.map +1 -0
  18. package/dist/abi/index.cjs +27 -58
  19. package/dist/abi/index.cjs.map +1 -1
  20. package/dist/abi/index.js +27 -58
  21. package/dist/abi/index.js.map +1 -1
  22. package/dist/addresses/index.cjs +127 -91
  23. package/dist/addresses/index.cjs.map +1 -1
  24. package/dist/addresses/index.js +121 -92
  25. package/dist/addresses/index.js.map +1 -1
  26. package/dist/addresses.d.ts +7 -0
  27. package/dist/addresses.d.ts.map +1 -1
  28. package/dist/clients/BidWallClient.d.ts +20 -0
  29. package/dist/clients/BidWallClient.d.ts.map +1 -1
  30. package/dist/clients/BidWallV1_1Client.d.ts +46 -0
  31. package/dist/clients/BidWallV1_1Client.d.ts.map +1 -0
  32. package/dist/clients/FairLaunchClient.d.ts +20 -0
  33. package/dist/clients/FairLaunchClient.d.ts.map +1 -1
  34. package/dist/clients/FairLaunchV1_1Client.d.ts +50 -0
  35. package/dist/clients/FairLaunchV1_1Client.d.ts.map +1 -0
  36. package/dist/clients/FastFlaunchClient.d.ts +40 -0
  37. package/dist/clients/FastFlaunchClient.d.ts.map +1 -1
  38. package/dist/clients/FlaunchClient.d.ts +20 -0
  39. package/dist/clients/FlaunchClient.d.ts.map +1 -1
  40. package/dist/clients/FlaunchPositionManagerV1_1Client.d.ts +90 -0
  41. package/dist/clients/FlaunchPositionManagerV1_1Client.d.ts.map +1 -0
  42. package/dist/clients/FlaunchV1_1Client.d.ts +31 -0
  43. package/dist/clients/FlaunchV1_1Client.d.ts.map +1 -0
  44. package/dist/clients/FlaunchZapClient.d.ts +70 -0
  45. package/dist/clients/FlaunchZapClient.d.ts.map +1 -0
  46. package/dist/clients/MemecoinClient.d.ts +27 -0
  47. package/dist/clients/MemecoinClient.d.ts.map +1 -1
  48. package/dist/clients/Permit2Client.d.ts +17 -0
  49. package/dist/clients/Permit2Client.d.ts.map +1 -1
  50. package/dist/clients/QuoterClient.d.ts +39 -3
  51. package/dist/clients/QuoterClient.d.ts.map +1 -1
  52. package/dist/clients/RevenueManagerClient.d.ts +42 -0
  53. package/dist/clients/RevenueManagerClient.d.ts.map +1 -0
  54. package/dist/clients/StateViewClient.d.ts +30 -0
  55. package/dist/clients/StateViewClient.d.ts.map +1 -1
  56. package/dist/clients/TreasuryManagerFactoryClient.d.ts +24 -0
  57. package/dist/clients/TreasuryManagerFactoryClient.d.ts.map +1 -0
  58. package/dist/helpers/chainIdToChain.d.ts +5 -0
  59. package/dist/helpers/chainIdToChain.d.ts.map +1 -0
  60. package/dist/helpers/index.cjs +5310 -0
  61. package/dist/helpers/index.cjs.map +1 -1
  62. package/dist/helpers/index.d.ts +1 -0
  63. package/dist/helpers/index.d.ts.map +1 -1
  64. package/dist/helpers/index.js +5313 -4
  65. package/dist/helpers/index.js.map +1 -1
  66. package/dist/hooks/FlaunchPositionManagerHooks.d.ts +42 -0
  67. package/dist/hooks/FlaunchPositionManagerHooks.d.ts.map +1 -1
  68. package/dist/hooks/index.cjs +95 -0
  69. package/dist/hooks/index.cjs.map +1 -1
  70. package/dist/hooks/index.js +94 -1
  71. package/dist/hooks/index.js.map +1 -1
  72. package/dist/index.cjs.js +16748 -11289
  73. package/dist/index.cjs.js.map +1 -1
  74. package/dist/index.esm.js +16742 -11291
  75. package/dist/index.esm.js.map +1 -1
  76. package/dist/index.umd.js +1 -1
  77. package/dist/index.umd.js.map +1 -1
  78. package/dist/sdk/FlaunchSDK.d.ts +288 -15
  79. package/dist/sdk/FlaunchSDK.d.ts.map +1 -1
  80. package/dist/utils/universalRouter.d.ts +2 -0
  81. package/dist/utils/universalRouter.d.ts.map +1 -1
  82. package/package.json +8 -3
@@ -1,13 +1,49 @@
1
1
  import { type ReadContract, type Address, type Drift } from "@delvtech/drift";
2
2
  import { QuoterAbi } from "../abi/Quoter";
3
3
  export type QuoterABI = typeof QuoterAbi;
4
+ /**
5
+ * Client for interacting with the Quoter contract to get price quotes for swaps
6
+ * Provides methods to simulate trades and get expected output amounts
7
+ */
4
8
  export declare class ReadQuoter {
5
9
  chainId: number;
6
10
  readonly contract: ReadContract<QuoterABI>;
11
+ /**
12
+ * Creates a new ReadQuoter instance
13
+ * @param chainId - The chain ID where the Quoter contract is deployed
14
+ * @param address - The address of the Quoter contract
15
+ * @param drift - Optional drift instance for contract interactions (creates new instance if not provided)
16
+ * @throws Error if address is not provided
17
+ */
7
18
  constructor(chainId: number, address: Address, drift?: Drift);
8
- getSellQuoteExactInput(coinAddress: Address, amountIn: bigint): Promise<bigint>;
9
- getBuyQuoteExactInput(coinAddress: Address, ethIn: bigint): Promise<bigint>;
10
- getBuyQuoteExactOutput(coinAddress: Address, coinOut: bigint): Promise<bigint>;
19
+ /**
20
+ * Gets a quote for selling an exact amount of tokens for ETH
21
+ * @param coinAddress - The address of the token to sell
22
+ * @param amountIn - The exact amount of tokens to sell
23
+ * @param isV1Coin - Optional flag to specify if token is V1. If not provided, V1.1 is assumed
24
+ * @returns Promise<bigint> - The expected amount of ETH to receive
25
+ */
26
+ getSellQuoteExactInput(coinAddress: Address, amountIn: bigint, isV1Coin?: boolean): Promise<bigint>;
27
+ /**
28
+ * Gets a quote for buying tokens with an exact amount of ETH
29
+ * @param coinAddress - The address of the token to buy
30
+ * @param ethIn - The exact amount of ETH to spend
31
+ * @param isV1Coin - Optional flag to specify if token is V1. If not provided, V1.1 is assumed
32
+ * @returns Promise<bigint> - The expected amount of tokens to receive
33
+ */
34
+ getBuyQuoteExactInput(coinAddress: Address, ethIn: bigint, isV1Coin?: boolean): Promise<bigint>;
35
+ /**
36
+ * Gets a quote for buying an exact amount of tokens with ETH
37
+ * @param coinAddress - The address of the token to buy
38
+ * @param coinOut - The exact amount of tokens to receive
39
+ * @param isV1Coin - Optional flag to specify if token is V1. If not provided, V1.1 is assumed
40
+ * @returns Promise<bigint> - The required amount of ETH to spend
41
+ */
42
+ getBuyQuoteExactOutput(coinAddress: Address, coinOut: bigint, isV1Coin?: boolean): Promise<bigint>;
43
+ /**
44
+ * Gets the current ETH/USDC price from the pool
45
+ * @returns Promise<number> - The price of 1 ETH in USDC, formatted with 2 decimal places
46
+ */
11
47
  getETHUSDCPrice(): Promise<number>;
12
48
  }
13
49
  //# sourceMappingURL=QuoterClient.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"QuoterClient.d.ts","sourceRoot":"","sources":["../../src/clients/QuoterClient.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,OAAO,EACZ,KAAK,KAAK,EAMX,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAU1C,MAAM,MAAM,SAAS,GAAG,OAAO,SAAS,CAAC;AAEzC,qBAAa,UAAU;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAgB,QAAQ,EAAE,YAAY,CAAC,SAAS,CAAC,CAAC;gBAEtC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,GAAE,KAAqB;IAYrE,sBAAsB,CAAC,WAAW,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM;IA2B7D,qBAAqB,CAAC,WAAW,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM;IA2BzD,sBAAsB,CAAC,WAAW,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM;IA2B5D,eAAe;CAqBtB"}
1
+ {"version":3,"file":"QuoterClient.d.ts","sourceRoot":"","sources":["../../src/clients/QuoterClient.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,OAAO,EACZ,KAAK,KAAK,EAMX,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAU1C,MAAM,MAAM,SAAS,GAAG,OAAO,SAAS,CAAC;AAEzC;;;GAGG;AACH,qBAAa,UAAU;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAgB,QAAQ,EAAE,YAAY,CAAC,SAAS,CAAC,CAAC;IAElD;;;;;;OAMG;gBACS,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,GAAE,KAAqB;IAY3E;;;;;;OAMG;IACG,sBAAsB,CAC1B,WAAW,EAAE,OAAO,EACpB,QAAQ,EAAE,MAAM,EAChB,QAAQ,CAAC,EAAE,OAAO;IA8BpB;;;;;;OAMG;IACG,qBAAqB,CACzB,WAAW,EAAE,OAAO,EACpB,KAAK,EAAE,MAAM,EACb,QAAQ,CAAC,EAAE,OAAO;IA8BpB;;;;;;OAMG;IACG,sBAAsB,CAC1B,WAAW,EAAE,OAAO,EACpB,OAAO,EAAE,MAAM,EACf,QAAQ,CAAC,EAAE,OAAO;IA8BpB;;;OAGG;IACG,eAAe;CAqBtB"}
@@ -0,0 +1,42 @@
1
+ import { type ReadContract, type Address, type Drift, type ReadWriteContract, type ReadWriteAdapter } from "@delvtech/drift";
2
+ import { RevenueManagerAbi } from "../abi/RevenueManager";
3
+ export type RevenueManagerABI = typeof RevenueManagerAbi;
4
+ export declare class ReadRevenueManager {
5
+ readonly contract: ReadContract<RevenueManagerABI>;
6
+ constructor(address: Address, drift?: Drift);
7
+ /**
8
+ * Gets the claimable balance of ETH for the recipient
9
+ * @param recipient - The address of the recipient to check
10
+ * @returns Promise<bigint> - The claimable balance of ETH
11
+ */
12
+ balances(address: Address): Promise<bigint>;
13
+ /**
14
+ * Gets the protocol recipient address
15
+ * @returns Promise<Address> - The protocol recipient address
16
+ */
17
+ protocolRecipient(): Promise<`0x${string}`>;
18
+ }
19
+ export declare class ReadWriteRevenueManager extends ReadRevenueManager {
20
+ contract: ReadWriteContract<RevenueManagerABI>;
21
+ constructor(address: Address, drift?: Drift<ReadWriteAdapter>);
22
+ /**
23
+ * Allows the protocol recipient to claim the protocol's share of the revenue
24
+ * @returns Promise<TransactionResponse> - The transaction response
25
+ */
26
+ protocolClaim(): Promise<`0x${string}`>;
27
+ /**
28
+ * Allows the creator to claim their total share of the revenue from a revenue manager
29
+ * @returns Promise<TransactionResponse> - The transaction response
30
+ */
31
+ creatorClaim(): Promise<`0x${string}`>;
32
+ /**
33
+ * Allows the creator to claim their share of the revenue from specific flaunch tokens
34
+ * @param flaunchTokens - The flaunch token ids to claim the revenue for
35
+ * @returns Promise<TransactionResponse> - The transaction response
36
+ */
37
+ creatorClaimForTokens(flaunchTokens: {
38
+ flaunch: Address;
39
+ tokenId: bigint;
40
+ }[]): Promise<`0x${string}`>;
41
+ }
42
+ //# sourceMappingURL=RevenueManagerClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RevenueManagerClient.d.ts","sourceRoot":"","sources":["../../src/clients/RevenueManagerClient.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,OAAO,EACZ,KAAK,KAAK,EAEV,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EAGtB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC;AAEzD,qBAAa,kBAAkB;IAC7B,SAAgB,QAAQ,EAAE,YAAY,CAAC,iBAAiB,CAAC,CAAC;gBAE9C,OAAO,EAAE,OAAO,EAAE,KAAK,GAAE,KAAqB;IAO1D;;;;OAIG;IACH,QAAQ,CAAC,OAAO,EAAE,OAAO;IAMzB;;;OAGG;IACH,iBAAiB;CAGlB;AAED,qBAAa,uBAAwB,SAAQ,kBAAkB;IACrD,QAAQ,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;gBAGrD,OAAO,EAAE,OAAO,EAChB,KAAK,GAAE,KAAK,CAAC,gBAAgB,CAAiB;IAKhD;;;OAGG;IACH,aAAa;IAIb;;;OAGG;IACH,YAAY;IAIZ;;;;OAIG;IACH,qBAAqB,CACnB,aAAa,EAAE;QAAE,OAAO,EAAE,OAAO,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,EAAE;CAMzD"}
@@ -2,9 +2,24 @@ import { type ReadContract, type Address, type Drift, type HexString } from "@de
2
2
  import { StateViewAbi } from "../abi/StateView";
3
3
  import { PositionInfoParams } from "./PoolManagerClient";
4
4
  export type StateViewABI = typeof StateViewAbi;
5
+ /**
6
+ * Client for reading state information from Uniswap V4 pools
7
+ * Provides methods to query pool states, positions, and tick liquidity
8
+ */
5
9
  export declare class ReadStateView {
6
10
  readonly contract: ReadContract<StateViewABI>;
11
+ /**
12
+ * Creates a new ReadStateView instance
13
+ * @param address - The address of the StateView contract
14
+ * @param drift - Optional drift instance for contract interactions (creates new instance if not provided)
15
+ * @throws Error if address is not provided
16
+ */
7
17
  constructor(address: Address, drift?: Drift);
18
+ /**
19
+ * Gets the Slot0 data for a pool
20
+ * @param poolId - The ID of the pool to query
21
+ * @returns Promise<{tick: number, sqrtPriceX96: bigint, protocolFees: bigint}> - Current pool state
22
+ */
8
23
  poolSlot0({ poolId }: {
9
24
  poolId: HexString;
10
25
  }): Promise<{
@@ -13,6 +28,15 @@ export declare class ReadStateView {
13
28
  protocolFee: number;
14
29
  lpFee: number;
15
30
  }>;
31
+ /**
32
+ * Gets information about a liquidity position
33
+ * @param poolId - The ID of the pool
34
+ * @param owner - The address of the position owner
35
+ * @param tickLower - The lower tick of the position
36
+ * @param tickUpper - The upper tick of the position
37
+ * @param salt - The salt used to identify the position
38
+ * @returns Promise<{liquidity: bigint, feeGrowthInside0LastX128: bigint, feeGrowthInside1LastX128: bigint, tokensOwed0: bigint, tokensOwed1: bigint}> - Position details
39
+ */
16
40
  positionInfo({ poolId, owner, tickLower, tickUpper, salt, }: PositionInfoParams): Promise<{
17
41
  liquidity: bigint;
18
42
  feeGrowthInside0LastX128: bigint;
@@ -22,6 +46,12 @@ export declare class ReadStateView {
22
46
  feeGrowthInside0LastX128: bigint;
23
47
  feeGrowthInside1LastX128: bigint;
24
48
  }>;
49
+ /**
50
+ * Gets the liquidity at a specific tick
51
+ * @param poolId - The ID of the pool
52
+ * @param tick - The tick to query
53
+ * @returns Promise<{liquidityGross: bigint, liquidityNet: bigint, feeGrowthOutside0X128: bigint, feeGrowthOutside1X128: bigint}> - Tick liquidity information
54
+ */
25
55
  getTickLiquidity({ poolId, tick }: {
26
56
  poolId: HexString;
27
57
  tick: number;
@@ -1 +1 @@
1
- {"version":3,"file":"StateViewClient.d.ts","sourceRoot":"","sources":["../../src/clients/StateViewClient.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,OAAO,EACZ,KAAK,KAAK,EAIV,KAAK,SAAS,EAEf,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAIzD,MAAM,MAAM,YAAY,GAAG,OAAO,YAAY,CAAC;AAE/C,qBAAa,aAAa;IACxB,SAAgB,QAAQ,EAAE,YAAY,CAAC,YAAY,CAAC,CAAC;gBAEzC,OAAO,EAAE,OAAO,EAAE,KAAK,GAAE,KAAqB;IAW1D,SAAS,CAAC,EAAE,MAAM,EAAE,EAAE;QAAE,MAAM,EAAE,SAAS,CAAA;KAAE;;;;;;IAM3C,YAAY,CAAC,EACX,MAAM,EACN,KAAK,EACL,SAAS,EACT,SAAS,EACT,IAAI,GACL,EAAE,kBAAkB;;;;;;;;;IAYrB,gBAAgB,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE;QAAE,MAAM,EAAE,SAAS,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE;;;;CAMvE"}
1
+ {"version":3,"file":"StateViewClient.d.ts","sourceRoot":"","sources":["../../src/clients/StateViewClient.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,OAAO,EACZ,KAAK,KAAK,EAIV,KAAK,SAAS,EAEf,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAIzD,MAAM,MAAM,YAAY,GAAG,OAAO,YAAY,CAAC;AAE/C;;;GAGG;AACH,qBAAa,aAAa;IACxB,SAAgB,QAAQ,EAAE,YAAY,CAAC,YAAY,CAAC,CAAC;IAErD;;;;;OAKG;gBACS,OAAO,EAAE,OAAO,EAAE,KAAK,GAAE,KAAqB;IAW1D;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,EAAE,EAAE;QAAE,MAAM,EAAE,SAAS,CAAA;KAAE;;;;;;IAM3C;;;;;;;;OAQG;IACH,YAAY,CAAC,EACX,MAAM,EACN,KAAK,EACL,SAAS,EACT,SAAS,EACT,IAAI,GACL,EAAE,kBAAkB;;;;;;;;;IAYrB;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE;QAAE,MAAM,EAAE,SAAS,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE;;;;CAMvE"}
@@ -0,0 +1,24 @@
1
+ import { type ReadContract, type Address, type Drift, type ReadWriteContract } from "@delvtech/drift";
2
+ import { TreasuryManagerFactoryAbi } from "../abi/TreasuryManagerFactory";
3
+ export type TreasuryManagerFactoryABI = typeof TreasuryManagerFactoryAbi;
4
+ export declare class ReadTreasuryManagerFactory {
5
+ readonly contract: ReadContract<TreasuryManagerFactoryABI>;
6
+ constructor(address: Address, drift?: Drift);
7
+ }
8
+ export declare class ReadWriteTreasuryManagerFactory extends ReadTreasuryManagerFactory {
9
+ chainId: number;
10
+ contract: ReadWriteContract<TreasuryManagerFactoryABI>;
11
+ constructor(chainId: number, address: Address, drift?: Drift);
12
+ /**
13
+ * Deploys a new revenue manager
14
+ * @param params - Parameters for deploying the revenue manager
15
+ * @param params.protocolRecipient - The address of the protocol recipient
16
+ * @param params.protocolFeePercent - The percentage of the protocol fee
17
+ * @returns Transaction response
18
+ */
19
+ deployRevenueManager(params: {
20
+ protocolRecipient: Address;
21
+ protocolFeePercent: number;
22
+ }): Promise<`0x${string}`>;
23
+ }
24
+ //# sourceMappingURL=TreasuryManagerFactoryClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TreasuryManagerFactoryClient.d.ts","sourceRoot":"","sources":["../../src/clients/TreasuryManagerFactoryClient.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,OAAO,EACZ,KAAK,KAAK,EAEV,KAAK,iBAAiB,EAIvB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAI1E,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC;AAEzE,qBAAa,0BAA0B;IACrC,SAAgB,QAAQ,EAAE,YAAY,CAAC,yBAAyB,CAAC,CAAC;gBAEtD,OAAO,EAAE,OAAO,EAAE,KAAK,GAAE,KAAqB;CAS3D;AAED,qBAAa,+BAAgC,SAAQ,0BAA0B;IAC7E,OAAO,EAAE,MAAM,CAAC;IACR,QAAQ,EAAE,iBAAiB,CAAC,yBAAyB,CAAC,CAAC;gBAEnD,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,GAAE,KAAqB;IAK3E;;;;;;OAMG;IACH,oBAAoB,CAAC,MAAM,EAAE;QAC3B,iBAAiB,EAAE,OAAO,CAAC;QAC3B,kBAAkB,EAAE,MAAM,CAAC;KAC5B;CAuBF"}
@@ -0,0 +1,5 @@
1
+ import { Chain } from "viem";
2
+ export declare const chainIdToChain: {
3
+ [key: number]: Chain;
4
+ };
5
+ //# sourceMappingURL=chainIdToChain.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chainIdToChain.d.ts","sourceRoot":"","sources":["../../src/helpers/chainIdToChain.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,MAAM,CAAC;AAG7B,eAAO,MAAM,cAAc,EAAE;IAC3B,CAAC,GAAG,EAAE,MAAM,GAAG,KAAK,CAAC;CAItB,CAAC"}