@wormhole-foundation/sdk-base 0.3.2 → 0.4.0-beta.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.
- package/dist/cjs/constants/chains.d.ts +247 -247
- package/dist/cjs/constants/chains.d.ts.map +1 -1
- package/dist/cjs/constants/chains.js +45 -45
- package/dist/cjs/constants/chains.js.map +1 -1
- package/dist/cjs/constants/circle.d.ts +728 -146
- package/dist/cjs/constants/circle.d.ts.map +1 -1
- package/dist/cjs/constants/circle.js +63 -50
- package/dist/cjs/constants/circle.js.map +1 -1
- package/dist/cjs/constants/contracts/circle.d.ts +40 -30
- package/dist/cjs/constants/contracts/circle.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/circle.js +53 -39
- package/dist/cjs/constants/contracts/circle.js.map +1 -1
- package/dist/cjs/constants/contracts/core.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/core.js.map +1 -1
- package/dist/cjs/constants/contracts/cosmos.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/cosmos.js +2 -0
- package/dist/cjs/constants/contracts/cosmos.js.map +1 -1
- package/dist/cjs/constants/contracts/index.d.ts +1437 -652
- package/dist/cjs/constants/contracts/index.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/index.js +8 -2
- package/dist/cjs/constants/contracts/index.js.map +1 -1
- package/dist/cjs/constants/contracts/nftBridge.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/nftBridge.js.map +1 -1
- package/dist/cjs/constants/contracts/relayer.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/relayer.js +1 -0
- package/dist/cjs/constants/contracts/relayer.js.map +1 -1
- package/dist/cjs/constants/contracts/rollupCheckpoint.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/rollupCheckpoint.js +1 -0
- package/dist/cjs/constants/contracts/rollupCheckpoint.js.map +1 -1
- package/dist/cjs/constants/contracts/tokenBridge.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/tokenBridge.js.map +1 -1
- package/dist/cjs/constants/contracts/tokenBridgeRelayer.d.ts +1 -1
- package/dist/cjs/constants/contracts/tokenBridgeRelayer.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/tokenBridgeRelayer.js +11 -10
- package/dist/cjs/constants/contracts/tokenBridgeRelayer.js.map +1 -1
- package/dist/cjs/constants/decimals.d.ts +1 -1
- package/dist/cjs/constants/decimals.d.ts.map +1 -1
- package/dist/cjs/constants/decimals.js +1 -0
- package/dist/cjs/constants/decimals.js.map +1 -1
- package/dist/cjs/constants/explorer.js.map +1 -1
- package/dist/cjs/constants/finality.d.ts.map +1 -1
- package/dist/cjs/constants/finality.js +4 -1
- package/dist/cjs/constants/finality.js.map +1 -1
- package/dist/cjs/constants/guardians.d.ts +389 -801
- package/dist/cjs/constants/guardians.d.ts.map +1 -1
- package/dist/cjs/constants/guardians.js +33 -30
- package/dist/cjs/constants/guardians.js.map +1 -1
- package/dist/cjs/constants/index.d.ts +0 -1
- package/dist/cjs/constants/index.d.ts.map +1 -1
- package/dist/cjs/constants/index.js.map +1 -1
- package/dist/cjs/constants/nativeChainIds.d.ts.map +1 -1
- package/dist/cjs/constants/nativeChainIds.js +120 -170
- package/dist/cjs/constants/nativeChainIds.js.map +1 -1
- package/dist/cjs/constants/platforms.d.ts.map +1 -1
- package/dist/cjs/constants/platforms.js +1 -0
- package/dist/cjs/constants/platforms.js.map +1 -1
- package/dist/cjs/constants/rpc.d.ts +1 -1
- package/dist/cjs/constants/rpc.js +3 -3
- package/dist/cjs/constants/rpc.js.map +1 -1
- package/dist/cjs/constants/tokens/index.d.ts +8 -2
- package/dist/cjs/constants/tokens/index.d.ts.map +1 -1
- package/dist/cjs/constants/tokens/index.js +36 -36
- package/dist/cjs/constants/tokens/index.js.map +1 -1
- package/dist/cjs/constants/tokens/mainnetDetails.js.map +1 -1
- package/dist/cjs/constants/tokens/testnetDetails.js.map +1 -1
- package/dist/cjs/constants/tokens/types.d.ts +2 -2
- package/dist/cjs/constants/tokens/types.d.ts.map +1 -1
- package/dist/cjs/utils/layout/index.d.ts +1 -0
- package/dist/cjs/utils/layout/index.d.ts.map +1 -1
- package/dist/cjs/utils/layout/index.js +15 -0
- package/dist/cjs/utils/layout/index.js.map +1 -1
- package/dist/cjs/utils/mapping.d.ts +3 -0
- package/dist/cjs/utils/mapping.d.ts.map +1 -1
- package/dist/cjs/utils/mapping.js +6 -4
- package/dist/cjs/utils/mapping.js.map +1 -1
- package/dist/esm/constants/chains.d.ts +247 -247
- package/dist/esm/constants/chains.d.ts.map +1 -1
- package/dist/esm/constants/chains.js +44 -44
- package/dist/esm/constants/chains.js.map +1 -1
- package/dist/esm/constants/circle.d.ts +728 -146
- package/dist/esm/constants/circle.d.ts.map +1 -1
- package/dist/esm/constants/circle.js +62 -49
- package/dist/esm/constants/circle.js.map +1 -1
- package/dist/esm/constants/contracts/circle.d.ts +40 -30
- package/dist/esm/constants/contracts/circle.d.ts.map +1 -1
- package/dist/esm/constants/contracts/circle.js +53 -39
- package/dist/esm/constants/contracts/circle.js.map +1 -1
- package/dist/esm/constants/contracts/core.d.ts.map +1 -1
- package/dist/esm/constants/contracts/core.js.map +1 -1
- package/dist/esm/constants/contracts/cosmos.d.ts.map +1 -1
- package/dist/esm/constants/contracts/cosmos.js +2 -0
- package/dist/esm/constants/contracts/cosmos.js.map +1 -1
- package/dist/esm/constants/contracts/index.d.ts +1437 -652
- package/dist/esm/constants/contracts/index.d.ts.map +1 -1
- package/dist/esm/constants/contracts/index.js +7 -1
- package/dist/esm/constants/contracts/index.js.map +1 -1
- package/dist/esm/constants/contracts/nftBridge.d.ts.map +1 -1
- package/dist/esm/constants/contracts/nftBridge.js.map +1 -1
- package/dist/esm/constants/contracts/relayer.d.ts.map +1 -1
- package/dist/esm/constants/contracts/relayer.js +1 -0
- package/dist/esm/constants/contracts/relayer.js.map +1 -1
- package/dist/esm/constants/contracts/rollupCheckpoint.d.ts.map +1 -1
- package/dist/esm/constants/contracts/rollupCheckpoint.js +1 -0
- package/dist/esm/constants/contracts/rollupCheckpoint.js.map +1 -1
- package/dist/esm/constants/contracts/tokenBridge.d.ts.map +1 -1
- package/dist/esm/constants/contracts/tokenBridge.js.map +1 -1
- package/dist/esm/constants/contracts/tokenBridgeRelayer.d.ts +1 -1
- package/dist/esm/constants/contracts/tokenBridgeRelayer.d.ts.map +1 -1
- package/dist/esm/constants/contracts/tokenBridgeRelayer.js +11 -10
- package/dist/esm/constants/contracts/tokenBridgeRelayer.js.map +1 -1
- package/dist/esm/constants/decimals.d.ts +1 -1
- package/dist/esm/constants/decimals.d.ts.map +1 -1
- package/dist/esm/constants/decimals.js +1 -0
- package/dist/esm/constants/decimals.js.map +1 -1
- package/dist/esm/constants/explorer.js.map +1 -1
- package/dist/esm/constants/finality.d.ts.map +1 -1
- package/dist/esm/constants/finality.js +4 -1
- package/dist/esm/constants/finality.js.map +1 -1
- package/dist/esm/constants/guardians.d.ts +389 -801
- package/dist/esm/constants/guardians.d.ts.map +1 -1
- package/dist/esm/constants/guardians.js +33 -30
- package/dist/esm/constants/guardians.js.map +1 -1
- package/dist/esm/constants/index.d.ts +0 -1
- package/dist/esm/constants/index.d.ts.map +1 -1
- package/dist/esm/constants/index.js.map +1 -1
- package/dist/esm/constants/nativeChainIds.d.ts.map +1 -1
- package/dist/esm/constants/nativeChainIds.js +120 -170
- package/dist/esm/constants/nativeChainIds.js.map +1 -1
- package/dist/esm/constants/platforms.d.ts.map +1 -1
- package/dist/esm/constants/platforms.js +1 -0
- package/dist/esm/constants/platforms.js.map +1 -1
- package/dist/esm/constants/rpc.d.ts +1 -1
- package/dist/esm/constants/rpc.js +3 -3
- package/dist/esm/constants/rpc.js.map +1 -1
- package/dist/esm/constants/tokens/index.d.ts +8 -2
- package/dist/esm/constants/tokens/index.d.ts.map +1 -1
- package/dist/esm/constants/tokens/index.js +33 -33
- package/dist/esm/constants/tokens/index.js.map +1 -1
- package/dist/esm/constants/tokens/mainnetDetails.js.map +1 -1
- package/dist/esm/constants/tokens/testnetDetails.js.map +1 -1
- package/dist/esm/constants/tokens/types.d.ts +2 -2
- package/dist/esm/constants/tokens/types.d.ts.map +1 -1
- package/dist/esm/utils/layout/index.d.ts +1 -0
- package/dist/esm/utils/layout/index.d.ts.map +1 -1
- package/dist/esm/utils/layout/index.js +1 -0
- package/dist/esm/utils/layout/index.js.map +1 -1
- package/dist/esm/utils/mapping.d.ts +3 -0
- package/dist/esm/utils/mapping.d.ts.map +1 -1
- package/dist/esm/utils/mapping.js +3 -2
- package/dist/esm/utils/mapping.js.map +1 -1
- package/dist/tsconfig.cjs.tsbuildinfo +1 -1
- package/dist/tsconfig.esm.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -2417,6 +2417,10 @@ export declare const tokenBridgeRelayer: (<K1 extends "Mainnet" | "Testnet", K2
|
|
|
2417
2417
|
readonly Base: "0xae8dc4a7438801ec4edc0b035eccccf3807f4cc1";
|
|
2418
2418
|
readonly Moonbeam: "0x9563a59c15842a6f322b10f69d1dd88b41f2e97b";
|
|
2419
2419
|
readonly Solana: "3bPRWXqtSfUaCw3S4wdgvypQtsSzcmvDeaqSqPDkncrg";
|
|
2420
|
+
readonly Sepolia: "";
|
|
2421
|
+
readonly ArbitrumSepolia: "";
|
|
2422
|
+
readonly OptimismSepolia: "";
|
|
2423
|
+
readonly BaseSepolia: "";
|
|
2420
2424
|
};
|
|
2421
2425
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] extends {
|
|
2422
2426
|
[key: string]: unknown;
|
|
@@ -2446,6 +2450,10 @@ export declare const tokenBridgeRelayer: (<K1 extends "Mainnet" | "Testnet", K2
|
|
|
2446
2450
|
readonly Base: "0xae8dc4a7438801ec4edc0b035eccccf3807f4cc1";
|
|
2447
2451
|
readonly Moonbeam: "0x9563a59c15842a6f322b10f69d1dd88b41f2e97b";
|
|
2448
2452
|
readonly Solana: "3bPRWXqtSfUaCw3S4wdgvypQtsSzcmvDeaqSqPDkncrg";
|
|
2453
|
+
readonly Sepolia: "";
|
|
2454
|
+
readonly ArbitrumSepolia: "";
|
|
2455
|
+
readonly OptimismSepolia: "";
|
|
2456
|
+
readonly BaseSepolia: "";
|
|
2449
2457
|
};
|
|
2450
2458
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : {
|
|
2451
2459
|
readonly Mainnet: {
|
|
@@ -2471,6 +2479,10 @@ export declare const tokenBridgeRelayer: (<K1 extends "Mainnet" | "Testnet", K2
|
|
|
2471
2479
|
readonly Base: "0xae8dc4a7438801ec4edc0b035eccccf3807f4cc1";
|
|
2472
2480
|
readonly Moonbeam: "0x9563a59c15842a6f322b10f69d1dd88b41f2e97b";
|
|
2473
2481
|
readonly Solana: "3bPRWXqtSfUaCw3S4wdgvypQtsSzcmvDeaqSqPDkncrg";
|
|
2482
|
+
readonly Sepolia: "";
|
|
2483
|
+
readonly ArbitrumSepolia: "";
|
|
2484
|
+
readonly OptimismSepolia: "";
|
|
2485
|
+
readonly BaseSepolia: "";
|
|
2474
2486
|
};
|
|
2475
2487
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : never) extends infer T ? T extends keyof ((K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1) extends "Mainnet" | "Testnet" ? {
|
|
2476
2488
|
readonly Mainnet: {
|
|
@@ -2496,6 +2508,10 @@ export declare const tokenBridgeRelayer: (<K1 extends "Mainnet" | "Testnet", K2
|
|
|
2496
2508
|
readonly Base: "0xae8dc4a7438801ec4edc0b035eccccf3807f4cc1";
|
|
2497
2509
|
readonly Moonbeam: "0x9563a59c15842a6f322b10f69d1dd88b41f2e97b";
|
|
2498
2510
|
readonly Solana: "3bPRWXqtSfUaCw3S4wdgvypQtsSzcmvDeaqSqPDkncrg";
|
|
2511
|
+
readonly Sepolia: "";
|
|
2512
|
+
readonly ArbitrumSepolia: "";
|
|
2513
|
+
readonly OptimismSepolia: "";
|
|
2514
|
+
readonly BaseSepolia: "";
|
|
2499
2515
|
};
|
|
2500
2516
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] extends {
|
|
2501
2517
|
[key: string]: unknown;
|
|
@@ -2525,6 +2541,10 @@ export declare const tokenBridgeRelayer: (<K1 extends "Mainnet" | "Testnet", K2
|
|
|
2525
2541
|
readonly Base: "0xae8dc4a7438801ec4edc0b035eccccf3807f4cc1";
|
|
2526
2542
|
readonly Moonbeam: "0x9563a59c15842a6f322b10f69d1dd88b41f2e97b";
|
|
2527
2543
|
readonly Solana: "3bPRWXqtSfUaCw3S4wdgvypQtsSzcmvDeaqSqPDkncrg";
|
|
2544
|
+
readonly Sepolia: "";
|
|
2545
|
+
readonly ArbitrumSepolia: "";
|
|
2546
|
+
readonly OptimismSepolia: "";
|
|
2547
|
+
readonly BaseSepolia: "";
|
|
2528
2548
|
};
|
|
2529
2549
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : {
|
|
2530
2550
|
readonly Mainnet: {
|
|
@@ -2550,6 +2570,10 @@ export declare const tokenBridgeRelayer: (<K1 extends "Mainnet" | "Testnet", K2
|
|
|
2550
2570
|
readonly Base: "0xae8dc4a7438801ec4edc0b035eccccf3807f4cc1";
|
|
2551
2571
|
readonly Moonbeam: "0x9563a59c15842a6f322b10f69d1dd88b41f2e97b";
|
|
2552
2572
|
readonly Solana: "3bPRWXqtSfUaCw3S4wdgvypQtsSzcmvDeaqSqPDkncrg";
|
|
2573
|
+
readonly Sepolia: "";
|
|
2574
|
+
readonly ArbitrumSepolia: "";
|
|
2575
|
+
readonly OptimismSepolia: "";
|
|
2576
|
+
readonly BaseSepolia: "";
|
|
2553
2577
|
};
|
|
2554
2578
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : never) ? T extends `bigint(${infer V extends bigint})` ? V : T extends `boolean(${infer V_1 extends boolean})` ? V_1 : T : never : never>(args_0: K1, args_1: K2) => (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1) extends "Mainnet" | "Testnet" ? {
|
|
2555
2579
|
readonly Mainnet: {
|
|
@@ -2575,6 +2599,10 @@ export declare const tokenBridgeRelayer: (<K1 extends "Mainnet" | "Testnet", K2
|
|
|
2575
2599
|
readonly Base: "0xae8dc4a7438801ec4edc0b035eccccf3807f4cc1";
|
|
2576
2600
|
readonly Moonbeam: "0x9563a59c15842a6f322b10f69d1dd88b41f2e97b";
|
|
2577
2601
|
readonly Solana: "3bPRWXqtSfUaCw3S4wdgvypQtsSzcmvDeaqSqPDkncrg";
|
|
2602
|
+
readonly Sepolia: "";
|
|
2603
|
+
readonly ArbitrumSepolia: "";
|
|
2604
|
+
readonly OptimismSepolia: "";
|
|
2605
|
+
readonly BaseSepolia: "";
|
|
2578
2606
|
};
|
|
2579
2607
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] extends {
|
|
2580
2608
|
[key: string]: unknown;
|
|
@@ -2604,6 +2632,10 @@ export declare const tokenBridgeRelayer: (<K1 extends "Mainnet" | "Testnet", K2
|
|
|
2604
2632
|
readonly Base: "0xae8dc4a7438801ec4edc0b035eccccf3807f4cc1";
|
|
2605
2633
|
readonly Moonbeam: "0x9563a59c15842a6f322b10f69d1dd88b41f2e97b";
|
|
2606
2634
|
readonly Solana: "3bPRWXqtSfUaCw3S4wdgvypQtsSzcmvDeaqSqPDkncrg";
|
|
2635
|
+
readonly Sepolia: "";
|
|
2636
|
+
readonly ArbitrumSepolia: "";
|
|
2637
|
+
readonly OptimismSepolia: "";
|
|
2638
|
+
readonly BaseSepolia: "";
|
|
2607
2639
|
};
|
|
2608
2640
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] ? {
|
|
2609
2641
|
readonly Mainnet: {
|
|
@@ -2629,6 +2661,10 @@ export declare const tokenBridgeRelayer: (<K1 extends "Mainnet" | "Testnet", K2
|
|
|
2629
2661
|
readonly Base: "0xae8dc4a7438801ec4edc0b035eccccf3807f4cc1";
|
|
2630
2662
|
readonly Moonbeam: "0x9563a59c15842a6f322b10f69d1dd88b41f2e97b";
|
|
2631
2663
|
readonly Solana: "3bPRWXqtSfUaCw3S4wdgvypQtsSzcmvDeaqSqPDkncrg";
|
|
2664
|
+
readonly Sepolia: "";
|
|
2665
|
+
readonly ArbitrumSepolia: "";
|
|
2666
|
+
readonly OptimismSepolia: "";
|
|
2667
|
+
readonly BaseSepolia: "";
|
|
2632
2668
|
};
|
|
2633
2669
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)][keyof {
|
|
2634
2670
|
readonly Mainnet: {
|
|
@@ -2654,6 +2690,10 @@ export declare const tokenBridgeRelayer: (<K1 extends "Mainnet" | "Testnet", K2
|
|
|
2654
2690
|
readonly Base: "0xae8dc4a7438801ec4edc0b035eccccf3807f4cc1";
|
|
2655
2691
|
readonly Moonbeam: "0x9563a59c15842a6f322b10f69d1dd88b41f2e97b";
|
|
2656
2692
|
readonly Solana: "3bPRWXqtSfUaCw3S4wdgvypQtsSzcmvDeaqSqPDkncrg";
|
|
2693
|
+
readonly Sepolia: "";
|
|
2694
|
+
readonly ArbitrumSepolia: "";
|
|
2695
|
+
readonly OptimismSepolia: "";
|
|
2696
|
+
readonly BaseSepolia: "";
|
|
2657
2697
|
};
|
|
2658
2698
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] & (K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2)] extends {
|
|
2659
2699
|
[key: string]: unknown;
|
|
@@ -2683,6 +2723,10 @@ export declare const tokenBridgeRelayer: (<K1 extends "Mainnet" | "Testnet", K2
|
|
|
2683
2723
|
readonly Base: "0xae8dc4a7438801ec4edc0b035eccccf3807f4cc1";
|
|
2684
2724
|
readonly Moonbeam: "0x9563a59c15842a6f322b10f69d1dd88b41f2e97b";
|
|
2685
2725
|
readonly Solana: "3bPRWXqtSfUaCw3S4wdgvypQtsSzcmvDeaqSqPDkncrg";
|
|
2726
|
+
readonly Sepolia: "";
|
|
2727
|
+
readonly ArbitrumSepolia: "";
|
|
2728
|
+
readonly OptimismSepolia: "";
|
|
2729
|
+
readonly BaseSepolia: "";
|
|
2686
2730
|
};
|
|
2687
2731
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)][keyof {
|
|
2688
2732
|
readonly Mainnet: {
|
|
@@ -2708,6 +2752,10 @@ export declare const tokenBridgeRelayer: (<K1 extends "Mainnet" | "Testnet", K2
|
|
|
2708
2752
|
readonly Base: "0xae8dc4a7438801ec4edc0b035eccccf3807f4cc1";
|
|
2709
2753
|
readonly Moonbeam: "0x9563a59c15842a6f322b10f69d1dd88b41f2e97b";
|
|
2710
2754
|
readonly Solana: "3bPRWXqtSfUaCw3S4wdgvypQtsSzcmvDeaqSqPDkncrg";
|
|
2755
|
+
readonly Sepolia: "";
|
|
2756
|
+
readonly ArbitrumSepolia: "";
|
|
2757
|
+
readonly OptimismSepolia: "";
|
|
2758
|
+
readonly BaseSepolia: "";
|
|
2711
2759
|
};
|
|
2712
2760
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] & (K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2)] : {
|
|
2713
2761
|
readonly Mainnet: {
|
|
@@ -2733,6 +2781,10 @@ export declare const tokenBridgeRelayer: (<K1 extends "Mainnet" | "Testnet", K2
|
|
|
2733
2781
|
readonly Base: "0xae8dc4a7438801ec4edc0b035eccccf3807f4cc1";
|
|
2734
2782
|
readonly Moonbeam: "0x9563a59c15842a6f322b10f69d1dd88b41f2e97b";
|
|
2735
2783
|
readonly Solana: "3bPRWXqtSfUaCw3S4wdgvypQtsSzcmvDeaqSqPDkncrg";
|
|
2784
|
+
readonly Sepolia: "";
|
|
2785
|
+
readonly ArbitrumSepolia: "";
|
|
2786
|
+
readonly OptimismSepolia: "";
|
|
2787
|
+
readonly BaseSepolia: "";
|
|
2736
2788
|
};
|
|
2737
2789
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)][keyof {
|
|
2738
2790
|
readonly Mainnet: {
|
|
@@ -2758,6 +2810,10 @@ export declare const tokenBridgeRelayer: (<K1 extends "Mainnet" | "Testnet", K2
|
|
|
2758
2810
|
readonly Base: "0xae8dc4a7438801ec4edc0b035eccccf3807f4cc1";
|
|
2759
2811
|
readonly Moonbeam: "0x9563a59c15842a6f322b10f69d1dd88b41f2e97b";
|
|
2760
2812
|
readonly Solana: "3bPRWXqtSfUaCw3S4wdgvypQtsSzcmvDeaqSqPDkncrg";
|
|
2813
|
+
readonly Sepolia: "";
|
|
2814
|
+
readonly ArbitrumSepolia: "";
|
|
2815
|
+
readonly OptimismSepolia: "";
|
|
2816
|
+
readonly BaseSepolia: "";
|
|
2761
2817
|
};
|
|
2762
2818
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] & (K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2)] : never : {
|
|
2763
2819
|
readonly Mainnet: {
|
|
@@ -2783,6 +2839,10 @@ export declare const tokenBridgeRelayer: (<K1 extends "Mainnet" | "Testnet", K2
|
|
|
2783
2839
|
readonly Base: "0xae8dc4a7438801ec4edc0b035eccccf3807f4cc1";
|
|
2784
2840
|
readonly Moonbeam: "0x9563a59c15842a6f322b10f69d1dd88b41f2e97b";
|
|
2785
2841
|
readonly Solana: "3bPRWXqtSfUaCw3S4wdgvypQtsSzcmvDeaqSqPDkncrg";
|
|
2842
|
+
readonly Sepolia: "";
|
|
2843
|
+
readonly ArbitrumSepolia: "";
|
|
2844
|
+
readonly OptimismSepolia: "";
|
|
2845
|
+
readonly BaseSepolia: "";
|
|
2786
2846
|
};
|
|
2787
2847
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : never) & {
|
|
2788
2848
|
get: (args_0: string, args_1: string) => "0xcafd2f0a35a4459fa40c0517e17e6fa2939441ca" | "0x57f4e0ba41a7045e29d435bc66cc4175f381eb700e6ec16d4fdfe92e5a4dff9f" | "3vxKRPwUTiEkeUVyoZ9MXFe1V71sRLbLqu1gRYaWmehQ" | "0xaE8dc4a7438801Ec4edC0B035EcCCcF3807F4CC1" | "0x9563a59c15842a6f322b10f69d1dd88b41f2e97b" | "0xb30040e5120f8cb853b691cb6d45981ae884b1d68521a9dc7c3ae881c0031923" | "0xae8dc4a7438801ec4edc0b035eccccf3807f4cc1" | "3bPRWXqtSfUaCw3S4wdgvypQtsSzcmvDeaqSqPDkncrg" | undefined;
|
|
@@ -4338,199 +4398,520 @@ export declare const translator: (<K1 extends "Mainnet" | "Testnet", K2 extends
|
|
|
4338
4398
|
get: (args_0: string, args_1: string) => "" | "sei1dkdwdvknx0qav5cp5kw68mkn3r99m3svkyjfvkztwh97dv2lm0ksj6xrak" | undefined;
|
|
4339
4399
|
has: (args_0: string, args_1: string) => boolean;
|
|
4340
4400
|
};
|
|
4341
|
-
export declare const
|
|
4401
|
+
export declare const portico: (<K1 extends "Mainnet", K2 extends keyof ((K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1) extends "Mainnet" ? {
|
|
4342
4402
|
readonly Mainnet: {
|
|
4343
|
-
readonly
|
|
4344
|
-
|
|
4345
|
-
|
|
4346
|
-
|
|
4347
|
-
|
|
4348
|
-
|
|
4349
|
-
|
|
4350
|
-
|
|
4403
|
+
readonly Ethereum: {
|
|
4404
|
+
readonly portico: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
4405
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4406
|
+
};
|
|
4407
|
+
readonly Polygon: {
|
|
4408
|
+
readonly portico: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
4409
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4410
|
+
};
|
|
4411
|
+
readonly Bsc: {
|
|
4412
|
+
readonly portico: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
4413
|
+
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
4414
|
+
};
|
|
4415
|
+
readonly Avalanche: {
|
|
4416
|
+
readonly portico: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
4417
|
+
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
4418
|
+
};
|
|
4419
|
+
readonly Arbitrum: {
|
|
4420
|
+
readonly portico: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
4421
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4422
|
+
};
|
|
4423
|
+
readonly Optimism: {
|
|
4424
|
+
readonly portico: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
4425
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4426
|
+
};
|
|
4427
|
+
readonly Base: {
|
|
4428
|
+
readonly portico: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
4429
|
+
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
4430
|
+
};
|
|
4351
4431
|
};
|
|
4352
|
-
}[
|
|
4432
|
+
}["Mainnet" & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] extends {
|
|
4353
4433
|
[key: string]: unknown;
|
|
4354
4434
|
[key: number]: unknown;
|
|
4355
4435
|
[key: symbol]: unknown;
|
|
4356
4436
|
} ? {
|
|
4357
4437
|
readonly Mainnet: {
|
|
4358
|
-
readonly
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4362
|
-
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
|
|
4438
|
+
readonly Ethereum: {
|
|
4439
|
+
readonly portico: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
4440
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4441
|
+
};
|
|
4442
|
+
readonly Polygon: {
|
|
4443
|
+
readonly portico: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
4444
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4445
|
+
};
|
|
4446
|
+
readonly Bsc: {
|
|
4447
|
+
readonly portico: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
4448
|
+
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
4449
|
+
};
|
|
4450
|
+
readonly Avalanche: {
|
|
4451
|
+
readonly portico: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
4452
|
+
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
4453
|
+
};
|
|
4454
|
+
readonly Arbitrum: {
|
|
4455
|
+
readonly portico: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
4456
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4457
|
+
};
|
|
4458
|
+
readonly Optimism: {
|
|
4459
|
+
readonly portico: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
4460
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4461
|
+
};
|
|
4462
|
+
readonly Base: {
|
|
4463
|
+
readonly portico: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
4464
|
+
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
4465
|
+
};
|
|
4366
4466
|
};
|
|
4367
|
-
}[
|
|
4467
|
+
}["Mainnet" & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : {
|
|
4368
4468
|
readonly Mainnet: {
|
|
4369
|
-
readonly
|
|
4370
|
-
|
|
4371
|
-
|
|
4372
|
-
|
|
4373
|
-
|
|
4374
|
-
|
|
4375
|
-
|
|
4376
|
-
|
|
4469
|
+
readonly Ethereum: {
|
|
4470
|
+
readonly portico: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
4471
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4472
|
+
};
|
|
4473
|
+
readonly Polygon: {
|
|
4474
|
+
readonly portico: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
4475
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4476
|
+
};
|
|
4477
|
+
readonly Bsc: {
|
|
4478
|
+
readonly portico: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
4479
|
+
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
4480
|
+
};
|
|
4481
|
+
readonly Avalanche: {
|
|
4482
|
+
readonly portico: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
4483
|
+
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
4484
|
+
};
|
|
4485
|
+
readonly Arbitrum: {
|
|
4486
|
+
readonly portico: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
4487
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4488
|
+
};
|
|
4489
|
+
readonly Optimism: {
|
|
4490
|
+
readonly portico: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
4491
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4492
|
+
};
|
|
4493
|
+
readonly Base: {
|
|
4494
|
+
readonly portico: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
4495
|
+
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
4496
|
+
};
|
|
4377
4497
|
};
|
|
4378
|
-
}[
|
|
4498
|
+
}["Mainnet" & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : never) extends infer T ? T extends keyof ((K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1) extends "Mainnet" ? {
|
|
4379
4499
|
readonly Mainnet: {
|
|
4380
|
-
readonly
|
|
4381
|
-
|
|
4382
|
-
|
|
4383
|
-
|
|
4384
|
-
|
|
4385
|
-
|
|
4386
|
-
|
|
4387
|
-
|
|
4500
|
+
readonly Ethereum: {
|
|
4501
|
+
readonly portico: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
4502
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4503
|
+
};
|
|
4504
|
+
readonly Polygon: {
|
|
4505
|
+
readonly portico: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
4506
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4507
|
+
};
|
|
4508
|
+
readonly Bsc: {
|
|
4509
|
+
readonly portico: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
4510
|
+
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
4511
|
+
};
|
|
4512
|
+
readonly Avalanche: {
|
|
4513
|
+
readonly portico: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
4514
|
+
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
4515
|
+
};
|
|
4516
|
+
readonly Arbitrum: {
|
|
4517
|
+
readonly portico: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
4518
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4519
|
+
};
|
|
4520
|
+
readonly Optimism: {
|
|
4521
|
+
readonly portico: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
4522
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4523
|
+
};
|
|
4524
|
+
readonly Base: {
|
|
4525
|
+
readonly portico: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
4526
|
+
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
4527
|
+
};
|
|
4388
4528
|
};
|
|
4389
|
-
}[
|
|
4529
|
+
}["Mainnet" & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] extends {
|
|
4390
4530
|
[key: string]: unknown;
|
|
4391
4531
|
[key: number]: unknown;
|
|
4392
4532
|
[key: symbol]: unknown;
|
|
4393
4533
|
} ? {
|
|
4394
4534
|
readonly Mainnet: {
|
|
4395
|
-
readonly
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
|
|
4401
|
-
|
|
4402
|
-
|
|
4535
|
+
readonly Ethereum: {
|
|
4536
|
+
readonly portico: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
4537
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4538
|
+
};
|
|
4539
|
+
readonly Polygon: {
|
|
4540
|
+
readonly portico: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
4541
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4542
|
+
};
|
|
4543
|
+
readonly Bsc: {
|
|
4544
|
+
readonly portico: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
4545
|
+
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
4546
|
+
};
|
|
4547
|
+
readonly Avalanche: {
|
|
4548
|
+
readonly portico: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
4549
|
+
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
4550
|
+
};
|
|
4551
|
+
readonly Arbitrum: {
|
|
4552
|
+
readonly portico: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
4553
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4554
|
+
};
|
|
4555
|
+
readonly Optimism: {
|
|
4556
|
+
readonly portico: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
4557
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4558
|
+
};
|
|
4559
|
+
readonly Base: {
|
|
4560
|
+
readonly portico: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
4561
|
+
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
4562
|
+
};
|
|
4403
4563
|
};
|
|
4404
|
-
}[
|
|
4564
|
+
}["Mainnet" & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : {
|
|
4405
4565
|
readonly Mainnet: {
|
|
4406
|
-
readonly
|
|
4407
|
-
|
|
4408
|
-
|
|
4409
|
-
|
|
4410
|
-
|
|
4411
|
-
|
|
4412
|
-
|
|
4413
|
-
|
|
4566
|
+
readonly Ethereum: {
|
|
4567
|
+
readonly portico: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
4568
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4569
|
+
};
|
|
4570
|
+
readonly Polygon: {
|
|
4571
|
+
readonly portico: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
4572
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4573
|
+
};
|
|
4574
|
+
readonly Bsc: {
|
|
4575
|
+
readonly portico: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
4576
|
+
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
4577
|
+
};
|
|
4578
|
+
readonly Avalanche: {
|
|
4579
|
+
readonly portico: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
4580
|
+
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
4581
|
+
};
|
|
4582
|
+
readonly Arbitrum: {
|
|
4583
|
+
readonly portico: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
4584
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4585
|
+
};
|
|
4586
|
+
readonly Optimism: {
|
|
4587
|
+
readonly portico: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
4588
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4589
|
+
};
|
|
4590
|
+
readonly Base: {
|
|
4591
|
+
readonly portico: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
4592
|
+
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
4593
|
+
};
|
|
4414
4594
|
};
|
|
4415
|
-
}[
|
|
4595
|
+
}["Mainnet" & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : never) ? T extends `bigint(${infer V extends bigint})` ? V : T extends `boolean(${infer V_1 extends boolean})` ? V_1 : T : never : never>(args_0: K1, args_1: K2) => (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1) extends "Mainnet" ? {
|
|
4416
4596
|
readonly Mainnet: {
|
|
4417
|
-
readonly
|
|
4418
|
-
|
|
4419
|
-
|
|
4420
|
-
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
|
|
4424
|
-
|
|
4597
|
+
readonly Ethereum: {
|
|
4598
|
+
readonly portico: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
4599
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4600
|
+
};
|
|
4601
|
+
readonly Polygon: {
|
|
4602
|
+
readonly portico: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
4603
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4604
|
+
};
|
|
4605
|
+
readonly Bsc: {
|
|
4606
|
+
readonly portico: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
4607
|
+
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
4608
|
+
};
|
|
4609
|
+
readonly Avalanche: {
|
|
4610
|
+
readonly portico: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
4611
|
+
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
4612
|
+
};
|
|
4613
|
+
readonly Arbitrum: {
|
|
4614
|
+
readonly portico: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
4615
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4616
|
+
};
|
|
4617
|
+
readonly Optimism: {
|
|
4618
|
+
readonly portico: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
4619
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4620
|
+
};
|
|
4621
|
+
readonly Base: {
|
|
4622
|
+
readonly portico: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
4623
|
+
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
4624
|
+
};
|
|
4425
4625
|
};
|
|
4426
|
-
}[
|
|
4626
|
+
}["Mainnet" & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] extends {
|
|
4427
4627
|
[key: string]: unknown;
|
|
4428
4628
|
[key: number]: unknown;
|
|
4429
4629
|
[key: symbol]: unknown;
|
|
4430
4630
|
} ? (K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2) extends keyof {
|
|
4431
4631
|
readonly Mainnet: {
|
|
4432
|
-
readonly
|
|
4433
|
-
|
|
4434
|
-
|
|
4435
|
-
|
|
4436
|
-
|
|
4437
|
-
|
|
4438
|
-
|
|
4439
|
-
|
|
4632
|
+
readonly Ethereum: {
|
|
4633
|
+
readonly portico: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
4634
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4635
|
+
};
|
|
4636
|
+
readonly Polygon: {
|
|
4637
|
+
readonly portico: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
4638
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4639
|
+
};
|
|
4640
|
+
readonly Bsc: {
|
|
4641
|
+
readonly portico: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
4642
|
+
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
4643
|
+
};
|
|
4644
|
+
readonly Avalanche: {
|
|
4645
|
+
readonly portico: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
4646
|
+
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
4647
|
+
};
|
|
4648
|
+
readonly Arbitrum: {
|
|
4649
|
+
readonly portico: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
4650
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4651
|
+
};
|
|
4652
|
+
readonly Optimism: {
|
|
4653
|
+
readonly portico: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
4654
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4655
|
+
};
|
|
4656
|
+
readonly Base: {
|
|
4657
|
+
readonly portico: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
4658
|
+
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
4659
|
+
};
|
|
4440
4660
|
};
|
|
4441
|
-
}[
|
|
4661
|
+
}["Mainnet" & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] ? {
|
|
4442
4662
|
readonly Mainnet: {
|
|
4443
|
-
readonly
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
|
|
4449
|
-
|
|
4450
|
-
|
|
4663
|
+
readonly Ethereum: {
|
|
4664
|
+
readonly portico: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
4665
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4666
|
+
};
|
|
4667
|
+
readonly Polygon: {
|
|
4668
|
+
readonly portico: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
4669
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4670
|
+
};
|
|
4671
|
+
readonly Bsc: {
|
|
4672
|
+
readonly portico: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
4673
|
+
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
4674
|
+
};
|
|
4675
|
+
readonly Avalanche: {
|
|
4676
|
+
readonly portico: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
4677
|
+
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
4678
|
+
};
|
|
4679
|
+
readonly Arbitrum: {
|
|
4680
|
+
readonly portico: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
4681
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4682
|
+
};
|
|
4683
|
+
readonly Optimism: {
|
|
4684
|
+
readonly portico: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
4685
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4686
|
+
};
|
|
4687
|
+
readonly Base: {
|
|
4688
|
+
readonly portico: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
4689
|
+
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
4690
|
+
};
|
|
4451
4691
|
};
|
|
4452
|
-
}[
|
|
4692
|
+
}["Mainnet" & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)][keyof {
|
|
4453
4693
|
readonly Mainnet: {
|
|
4454
|
-
readonly
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
|
|
4461
|
-
|
|
4694
|
+
readonly Ethereum: {
|
|
4695
|
+
readonly portico: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
4696
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4697
|
+
};
|
|
4698
|
+
readonly Polygon: {
|
|
4699
|
+
readonly portico: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
4700
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4701
|
+
};
|
|
4702
|
+
readonly Bsc: {
|
|
4703
|
+
readonly portico: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
4704
|
+
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
4705
|
+
};
|
|
4706
|
+
readonly Avalanche: {
|
|
4707
|
+
readonly portico: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
4708
|
+
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
4709
|
+
};
|
|
4710
|
+
readonly Arbitrum: {
|
|
4711
|
+
readonly portico: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
4712
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4713
|
+
};
|
|
4714
|
+
readonly Optimism: {
|
|
4715
|
+
readonly portico: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
4716
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4717
|
+
};
|
|
4718
|
+
readonly Base: {
|
|
4719
|
+
readonly portico: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
4720
|
+
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
4721
|
+
};
|
|
4462
4722
|
};
|
|
4463
|
-
}[
|
|
4723
|
+
}["Mainnet" & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] & (K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2)] extends {
|
|
4464
4724
|
[key: string]: unknown;
|
|
4465
4725
|
[key: number]: unknown;
|
|
4466
4726
|
[key: symbol]: unknown;
|
|
4467
4727
|
} ? {
|
|
4468
4728
|
readonly Mainnet: {
|
|
4469
|
-
readonly
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
|
|
4729
|
+
readonly Ethereum: {
|
|
4730
|
+
readonly portico: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
4731
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4732
|
+
};
|
|
4733
|
+
readonly Polygon: {
|
|
4734
|
+
readonly portico: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
4735
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4736
|
+
};
|
|
4737
|
+
readonly Bsc: {
|
|
4738
|
+
readonly portico: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
4739
|
+
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
4740
|
+
};
|
|
4741
|
+
readonly Avalanche: {
|
|
4742
|
+
readonly portico: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
4743
|
+
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
4744
|
+
};
|
|
4745
|
+
readonly Arbitrum: {
|
|
4746
|
+
readonly portico: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
4747
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4748
|
+
};
|
|
4749
|
+
readonly Optimism: {
|
|
4750
|
+
readonly portico: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
4751
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4752
|
+
};
|
|
4753
|
+
readonly Base: {
|
|
4754
|
+
readonly portico: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
4755
|
+
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
4756
|
+
};
|
|
4477
4757
|
};
|
|
4478
|
-
}[
|
|
4758
|
+
}["Mainnet" & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)][keyof {
|
|
4479
4759
|
readonly Mainnet: {
|
|
4480
|
-
readonly
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
|
|
4760
|
+
readonly Ethereum: {
|
|
4761
|
+
readonly portico: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
4762
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4763
|
+
};
|
|
4764
|
+
readonly Polygon: {
|
|
4765
|
+
readonly portico: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
4766
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4767
|
+
};
|
|
4768
|
+
readonly Bsc: {
|
|
4769
|
+
readonly portico: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
4770
|
+
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
4771
|
+
};
|
|
4772
|
+
readonly Avalanche: {
|
|
4773
|
+
readonly portico: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
4774
|
+
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
4775
|
+
};
|
|
4776
|
+
readonly Arbitrum: {
|
|
4777
|
+
readonly portico: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
4778
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4779
|
+
};
|
|
4780
|
+
readonly Optimism: {
|
|
4781
|
+
readonly portico: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
4782
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4783
|
+
};
|
|
4784
|
+
readonly Base: {
|
|
4785
|
+
readonly portico: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
4786
|
+
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
4787
|
+
};
|
|
4488
4788
|
};
|
|
4489
|
-
}[
|
|
4789
|
+
}["Mainnet" & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] & (K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2)] : {
|
|
4490
4790
|
readonly Mainnet: {
|
|
4491
|
-
readonly
|
|
4492
|
-
|
|
4493
|
-
|
|
4494
|
-
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
|
|
4791
|
+
readonly Ethereum: {
|
|
4792
|
+
readonly portico: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
4793
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4794
|
+
};
|
|
4795
|
+
readonly Polygon: {
|
|
4796
|
+
readonly portico: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
4797
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4798
|
+
};
|
|
4799
|
+
readonly Bsc: {
|
|
4800
|
+
readonly portico: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
4801
|
+
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
4802
|
+
};
|
|
4803
|
+
readonly Avalanche: {
|
|
4804
|
+
readonly portico: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
4805
|
+
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
4806
|
+
};
|
|
4807
|
+
readonly Arbitrum: {
|
|
4808
|
+
readonly portico: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
4809
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4810
|
+
};
|
|
4811
|
+
readonly Optimism: {
|
|
4812
|
+
readonly portico: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
4813
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4814
|
+
};
|
|
4815
|
+
readonly Base: {
|
|
4816
|
+
readonly portico: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
4817
|
+
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
4818
|
+
};
|
|
4499
4819
|
};
|
|
4500
|
-
}[
|
|
4820
|
+
}["Mainnet" & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)][keyof {
|
|
4501
4821
|
readonly Mainnet: {
|
|
4502
|
-
readonly
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
|
|
4509
|
-
|
|
4822
|
+
readonly Ethereum: {
|
|
4823
|
+
readonly portico: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
4824
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4825
|
+
};
|
|
4826
|
+
readonly Polygon: {
|
|
4827
|
+
readonly portico: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
4828
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4829
|
+
};
|
|
4830
|
+
readonly Bsc: {
|
|
4831
|
+
readonly portico: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
4832
|
+
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
4833
|
+
};
|
|
4834
|
+
readonly Avalanche: {
|
|
4835
|
+
readonly portico: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
4836
|
+
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
4837
|
+
};
|
|
4838
|
+
readonly Arbitrum: {
|
|
4839
|
+
readonly portico: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
4840
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4841
|
+
};
|
|
4842
|
+
readonly Optimism: {
|
|
4843
|
+
readonly portico: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
4844
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4845
|
+
};
|
|
4846
|
+
readonly Base: {
|
|
4847
|
+
readonly portico: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
4848
|
+
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
4849
|
+
};
|
|
4510
4850
|
};
|
|
4511
|
-
}[
|
|
4851
|
+
}["Mainnet" & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] & (K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2)] : never : {
|
|
4512
4852
|
readonly Mainnet: {
|
|
4513
|
-
readonly
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
|
|
4853
|
+
readonly Ethereum: {
|
|
4854
|
+
readonly portico: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
4855
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4856
|
+
};
|
|
4857
|
+
readonly Polygon: {
|
|
4858
|
+
readonly portico: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
4859
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4860
|
+
};
|
|
4861
|
+
readonly Bsc: {
|
|
4862
|
+
readonly portico: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
4863
|
+
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
4864
|
+
};
|
|
4865
|
+
readonly Avalanche: {
|
|
4866
|
+
readonly portico: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
4867
|
+
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
4868
|
+
};
|
|
4869
|
+
readonly Arbitrum: {
|
|
4870
|
+
readonly portico: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
4871
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4872
|
+
};
|
|
4873
|
+
readonly Optimism: {
|
|
4874
|
+
readonly portico: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
4875
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4876
|
+
};
|
|
4877
|
+
readonly Base: {
|
|
4878
|
+
readonly portico: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
4879
|
+
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
4880
|
+
};
|
|
4521
4881
|
};
|
|
4522
|
-
}[
|
|
4523
|
-
get: (args_0: string, args_1: string) =>
|
|
4882
|
+
}["Mainnet" & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : never) & {
|
|
4883
|
+
get: (args_0: string, args_1: string) => {
|
|
4884
|
+
readonly portico: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
4885
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4886
|
+
} | {
|
|
4887
|
+
readonly portico: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
4888
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4889
|
+
} | {
|
|
4890
|
+
readonly portico: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
4891
|
+
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
4892
|
+
} | {
|
|
4893
|
+
readonly portico: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
4894
|
+
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
4895
|
+
} | {
|
|
4896
|
+
readonly portico: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
4897
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4898
|
+
} | {
|
|
4899
|
+
readonly portico: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
4900
|
+
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
4901
|
+
} | {
|
|
4902
|
+
readonly portico: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
4903
|
+
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
4904
|
+
} | undefined;
|
|
4524
4905
|
has: (args_0: string, args_1: string) => boolean;
|
|
4525
4906
|
};
|
|
4526
4907
|
export { CircleContracts } from "./circle";
|
|
4527
4908
|
export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 extends keyof ((K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1) extends "Mainnet" | "Testnet" ? {
|
|
4528
4909
|
readonly Mainnet: {
|
|
4529
|
-
readonly
|
|
4530
|
-
readonly tokenMessenger: "
|
|
4531
|
-
readonly messageTransmitter: "
|
|
4910
|
+
readonly Ethereum: {
|
|
4911
|
+
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
4912
|
+
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
4532
4913
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4533
|
-
readonly wormhole: "
|
|
4914
|
+
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
4534
4915
|
};
|
|
4535
4916
|
readonly Avalanche: {
|
|
4536
4917
|
readonly tokenMessenger: "0x6b25532e1060ce10cc3b0a99e5683b91bfde6982";
|
|
@@ -4538,31 +4919,37 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
4538
4919
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4539
4920
|
readonly wormhole: "0x09Fb06A271faFf70A651047395AaEb6265265F13";
|
|
4540
4921
|
};
|
|
4541
|
-
readonly Ethereum: {
|
|
4542
|
-
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
4543
|
-
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
4544
|
-
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4545
|
-
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
4546
|
-
};
|
|
4547
4922
|
readonly Optimism: {
|
|
4548
4923
|
readonly tokenMessenger: "0x2B4069517957735bE00ceE0fadAE88a26365528f";
|
|
4549
4924
|
readonly messageTransmitter: "0x4d41f22c5a0e5c74090899e5a8fb597a8842b3e8";
|
|
4550
4925
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4551
4926
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4552
4927
|
};
|
|
4928
|
+
readonly Arbitrum: {
|
|
4929
|
+
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
4930
|
+
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
4931
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4932
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4933
|
+
};
|
|
4553
4934
|
readonly Base: {
|
|
4554
|
-
readonly tokenMessenger: "";
|
|
4555
|
-
readonly messageTransmitter: "";
|
|
4556
|
-
readonly wormholeRelayer: "";
|
|
4935
|
+
readonly tokenMessenger: "0x1682Ae6375C4E4A97e4B583BC394c861A46D8962";
|
|
4936
|
+
readonly messageTransmitter: "0xAD09780d193884d503182aD4588450C416D6F9D4";
|
|
4937
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4557
4938
|
readonly wormhole: "0x03faBB06Fa052557143dC28eFCFc63FC12843f1D";
|
|
4558
4939
|
};
|
|
4940
|
+
readonly Polygon: {
|
|
4941
|
+
readonly tokenMessenger: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE";
|
|
4942
|
+
readonly messageTransmitter: "0xF3be9355363857F3e001be68856A2f96b4C39Ba9";
|
|
4943
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4944
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4945
|
+
};
|
|
4559
4946
|
};
|
|
4560
4947
|
readonly Testnet: {
|
|
4561
|
-
readonly
|
|
4562
|
-
readonly tokenMessenger: "
|
|
4563
|
-
readonly messageTransmitter: "
|
|
4564
|
-
readonly wormholeRelayer: "
|
|
4565
|
-
readonly wormhole: "
|
|
4948
|
+
readonly Sepolia: {
|
|
4949
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
4950
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
4951
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4952
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4566
4953
|
};
|
|
4567
4954
|
readonly Avalanche: {
|
|
4568
4955
|
readonly tokenMessenger: "0xeb08f243e5d3fcff26a9e38ae5520a669f4019d0";
|
|
@@ -4570,22 +4957,16 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
4570
4957
|
readonly wormholeRelayer: "0x774a70bbd03327c21460b60f25b677d9e46ab458";
|
|
4571
4958
|
readonly wormhole: "0x58f4c17449c90665891c42e14d34aae7a26a472e";
|
|
4572
4959
|
};
|
|
4573
|
-
readonly
|
|
4574
|
-
readonly tokenMessenger: "
|
|
4575
|
-
readonly messageTransmitter: "
|
|
4576
|
-
readonly wormholeRelayer: "0x17da1ff5386d044c63f00747b5b8ad1e3806448d";
|
|
4577
|
-
readonly wormhole: "0x0a69146716b3a21622287efa1607424c663069a4";
|
|
4578
|
-
};
|
|
4579
|
-
readonly Optimism: {
|
|
4580
|
-
readonly tokenMessenger: "0x23a04d5935ed8bc8e3eb78db3541f0abfb001c6e";
|
|
4581
|
-
readonly messageTransmitter: "0x9ff9a4da6f2157a9c82ce756f8fd7e0d75be8895";
|
|
4960
|
+
readonly OptimismSepolia: {
|
|
4961
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
4962
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
4582
4963
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4583
|
-
readonly wormhole: "
|
|
4964
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4584
4965
|
};
|
|
4585
|
-
readonly
|
|
4586
|
-
readonly tokenMessenger: "
|
|
4587
|
-
readonly messageTransmitter: "
|
|
4588
|
-
readonly wormholeRelayer: "";
|
|
4966
|
+
readonly ArbitrumSepolia: {
|
|
4967
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
4968
|
+
readonly messageTransmitter: "0xaCF1ceeF35caAc005e15888dDb8A3515C41B4872";
|
|
4969
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4589
4970
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4590
4971
|
};
|
|
4591
4972
|
readonly Solana: {
|
|
@@ -4594,6 +4975,18 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
4594
4975
|
readonly wormholeRelayer: "";
|
|
4595
4976
|
readonly wormhole: "";
|
|
4596
4977
|
};
|
|
4978
|
+
readonly BaseSepolia: {
|
|
4979
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
4980
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
4981
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4982
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4983
|
+
};
|
|
4984
|
+
readonly Polygon: {
|
|
4985
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
4986
|
+
readonly messageTransmitter: "0xe09A679F56207EF33F5b9d8fb4499Ec00792eA73";
|
|
4987
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4988
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4989
|
+
};
|
|
4597
4990
|
};
|
|
4598
4991
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] extends {
|
|
4599
4992
|
[key: string]: unknown;
|
|
@@ -4601,11 +4994,11 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
4601
4994
|
[key: symbol]: unknown;
|
|
4602
4995
|
} ? {
|
|
4603
4996
|
readonly Mainnet: {
|
|
4604
|
-
readonly
|
|
4605
|
-
readonly tokenMessenger: "
|
|
4606
|
-
readonly messageTransmitter: "
|
|
4997
|
+
readonly Ethereum: {
|
|
4998
|
+
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
4999
|
+
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
4607
5000
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4608
|
-
readonly wormhole: "
|
|
5001
|
+
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
4609
5002
|
};
|
|
4610
5003
|
readonly Avalanche: {
|
|
4611
5004
|
readonly tokenMessenger: "0x6b25532e1060ce10cc3b0a99e5683b91bfde6982";
|
|
@@ -4613,54 +5006,54 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
4613
5006
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4614
5007
|
readonly wormhole: "0x09Fb06A271faFf70A651047395AaEb6265265F13";
|
|
4615
5008
|
};
|
|
4616
|
-
readonly Ethereum: {
|
|
4617
|
-
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
4618
|
-
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
4619
|
-
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4620
|
-
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
4621
|
-
};
|
|
4622
5009
|
readonly Optimism: {
|
|
4623
5010
|
readonly tokenMessenger: "0x2B4069517957735bE00ceE0fadAE88a26365528f";
|
|
4624
5011
|
readonly messageTransmitter: "0x4d41f22c5a0e5c74090899e5a8fb597a8842b3e8";
|
|
4625
5012
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4626
5013
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4627
5014
|
};
|
|
5015
|
+
readonly Arbitrum: {
|
|
5016
|
+
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
5017
|
+
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5018
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5019
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5020
|
+
};
|
|
4628
5021
|
readonly Base: {
|
|
4629
|
-
readonly tokenMessenger: "";
|
|
4630
|
-
readonly messageTransmitter: "";
|
|
4631
|
-
readonly wormholeRelayer: "";
|
|
5022
|
+
readonly tokenMessenger: "0x1682Ae6375C4E4A97e4B583BC394c861A46D8962";
|
|
5023
|
+
readonly messageTransmitter: "0xAD09780d193884d503182aD4588450C416D6F9D4";
|
|
5024
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4632
5025
|
readonly wormhole: "0x03faBB06Fa052557143dC28eFCFc63FC12843f1D";
|
|
4633
5026
|
};
|
|
5027
|
+
readonly Polygon: {
|
|
5028
|
+
readonly tokenMessenger: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE";
|
|
5029
|
+
readonly messageTransmitter: "0xF3be9355363857F3e001be68856A2f96b4C39Ba9";
|
|
5030
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5031
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5032
|
+
};
|
|
4634
5033
|
};
|
|
4635
5034
|
readonly Testnet: {
|
|
4636
|
-
readonly
|
|
4637
|
-
readonly tokenMessenger: "
|
|
4638
|
-
readonly messageTransmitter: "
|
|
4639
|
-
readonly wormholeRelayer: "
|
|
4640
|
-
readonly wormhole: "
|
|
5035
|
+
readonly Sepolia: {
|
|
5036
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5037
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5038
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5039
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4641
5040
|
};
|
|
4642
5041
|
readonly Avalanche: {
|
|
4643
5042
|
readonly tokenMessenger: "0xeb08f243e5d3fcff26a9e38ae5520a669f4019d0";
|
|
4644
5043
|
readonly messageTransmitter: "0xa9fb1b3009dcb79e2fe346c16a604b8fa8ae0a79";
|
|
4645
5044
|
readonly wormholeRelayer: "0x774a70bbd03327c21460b60f25b677d9e46ab458";
|
|
4646
|
-
readonly wormhole: "0x58f4c17449c90665891c42e14d34aae7a26a472e";
|
|
4647
|
-
};
|
|
4648
|
-
readonly Ethereum: {
|
|
4649
|
-
readonly tokenMessenger: "0xd0c3da58f55358142b8d3e06c1c30c5c6114efe8";
|
|
4650
|
-
readonly messageTransmitter: "0x26413e8157cd32011e726065a5462e97dd4d03d9";
|
|
4651
|
-
readonly wormholeRelayer: "0x17da1ff5386d044c63f00747b5b8ad1e3806448d";
|
|
4652
|
-
readonly wormhole: "0x0a69146716b3a21622287efa1607424c663069a4";
|
|
5045
|
+
readonly wormhole: "0x58f4c17449c90665891c42e14d34aae7a26a472e";
|
|
4653
5046
|
};
|
|
4654
|
-
readonly
|
|
4655
|
-
readonly tokenMessenger: "
|
|
4656
|
-
readonly messageTransmitter: "
|
|
5047
|
+
readonly OptimismSepolia: {
|
|
5048
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5049
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
4657
5050
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4658
|
-
readonly wormhole: "
|
|
5051
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4659
5052
|
};
|
|
4660
|
-
readonly
|
|
4661
|
-
readonly tokenMessenger: "
|
|
4662
|
-
readonly messageTransmitter: "
|
|
4663
|
-
readonly wormholeRelayer: "";
|
|
5053
|
+
readonly ArbitrumSepolia: {
|
|
5054
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5055
|
+
readonly messageTransmitter: "0xaCF1ceeF35caAc005e15888dDb8A3515C41B4872";
|
|
5056
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4664
5057
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4665
5058
|
};
|
|
4666
5059
|
readonly Solana: {
|
|
@@ -4669,46 +5062,64 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
4669
5062
|
readonly wormholeRelayer: "";
|
|
4670
5063
|
readonly wormhole: "";
|
|
4671
5064
|
};
|
|
4672
|
-
|
|
4673
|
-
|
|
4674
|
-
|
|
4675
|
-
readonly Arbitrum: {
|
|
4676
|
-
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
4677
|
-
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5065
|
+
readonly BaseSepolia: {
|
|
5066
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5067
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
4678
5068
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4679
5069
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4680
5070
|
};
|
|
4681
|
-
readonly
|
|
4682
|
-
readonly tokenMessenger: "
|
|
4683
|
-
readonly messageTransmitter: "
|
|
5071
|
+
readonly Polygon: {
|
|
5072
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5073
|
+
readonly messageTransmitter: "0xe09A679F56207EF33F5b9d8fb4499Ec00792eA73";
|
|
4684
5074
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4685
|
-
readonly wormhole: "
|
|
5075
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4686
5076
|
};
|
|
5077
|
+
};
|
|
5078
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : {
|
|
5079
|
+
readonly Mainnet: {
|
|
4687
5080
|
readonly Ethereum: {
|
|
4688
5081
|
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
4689
5082
|
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
4690
5083
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4691
5084
|
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
4692
5085
|
};
|
|
5086
|
+
readonly Avalanche: {
|
|
5087
|
+
readonly tokenMessenger: "0x6b25532e1060ce10cc3b0a99e5683b91bfde6982";
|
|
5088
|
+
readonly messageTransmitter: "0x8186359af5f57fbb40c6b14a588d2a59c0c29880";
|
|
5089
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5090
|
+
readonly wormhole: "0x09Fb06A271faFf70A651047395AaEb6265265F13";
|
|
5091
|
+
};
|
|
4693
5092
|
readonly Optimism: {
|
|
4694
5093
|
readonly tokenMessenger: "0x2B4069517957735bE00ceE0fadAE88a26365528f";
|
|
4695
5094
|
readonly messageTransmitter: "0x4d41f22c5a0e5c74090899e5a8fb597a8842b3e8";
|
|
4696
5095
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4697
5096
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4698
5097
|
};
|
|
5098
|
+
readonly Arbitrum: {
|
|
5099
|
+
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
5100
|
+
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5101
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5102
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5103
|
+
};
|
|
4699
5104
|
readonly Base: {
|
|
4700
|
-
readonly tokenMessenger: "";
|
|
4701
|
-
readonly messageTransmitter: "";
|
|
4702
|
-
readonly wormholeRelayer: "";
|
|
5105
|
+
readonly tokenMessenger: "0x1682Ae6375C4E4A97e4B583BC394c861A46D8962";
|
|
5106
|
+
readonly messageTransmitter: "0xAD09780d193884d503182aD4588450C416D6F9D4";
|
|
5107
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4703
5108
|
readonly wormhole: "0x03faBB06Fa052557143dC28eFCFc63FC12843f1D";
|
|
4704
5109
|
};
|
|
5110
|
+
readonly Polygon: {
|
|
5111
|
+
readonly tokenMessenger: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE";
|
|
5112
|
+
readonly messageTransmitter: "0xF3be9355363857F3e001be68856A2f96b4C39Ba9";
|
|
5113
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5114
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5115
|
+
};
|
|
4705
5116
|
};
|
|
4706
5117
|
readonly Testnet: {
|
|
4707
|
-
readonly
|
|
4708
|
-
readonly tokenMessenger: "
|
|
4709
|
-
readonly messageTransmitter: "
|
|
4710
|
-
readonly wormholeRelayer: "
|
|
4711
|
-
readonly wormhole: "
|
|
5118
|
+
readonly Sepolia: {
|
|
5119
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5120
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5121
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5122
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4712
5123
|
};
|
|
4713
5124
|
readonly Avalanche: {
|
|
4714
5125
|
readonly tokenMessenger: "0xeb08f243e5d3fcff26a9e38ae5520a669f4019d0";
|
|
@@ -4716,22 +5127,16 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
4716
5127
|
readonly wormholeRelayer: "0x774a70bbd03327c21460b60f25b677d9e46ab458";
|
|
4717
5128
|
readonly wormhole: "0x58f4c17449c90665891c42e14d34aae7a26a472e";
|
|
4718
5129
|
};
|
|
4719
|
-
readonly
|
|
4720
|
-
readonly tokenMessenger: "
|
|
4721
|
-
readonly messageTransmitter: "
|
|
4722
|
-
readonly wormholeRelayer: "0x17da1ff5386d044c63f00747b5b8ad1e3806448d";
|
|
4723
|
-
readonly wormhole: "0x0a69146716b3a21622287efa1607424c663069a4";
|
|
4724
|
-
};
|
|
4725
|
-
readonly Optimism: {
|
|
4726
|
-
readonly tokenMessenger: "0x23a04d5935ed8bc8e3eb78db3541f0abfb001c6e";
|
|
4727
|
-
readonly messageTransmitter: "0x9ff9a4da6f2157a9c82ce756f8fd7e0d75be8895";
|
|
5130
|
+
readonly OptimismSepolia: {
|
|
5131
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5132
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
4728
5133
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4729
|
-
readonly wormhole: "
|
|
5134
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4730
5135
|
};
|
|
4731
|
-
readonly
|
|
4732
|
-
readonly tokenMessenger: "
|
|
4733
|
-
readonly messageTransmitter: "
|
|
4734
|
-
readonly wormholeRelayer: "";
|
|
5136
|
+
readonly ArbitrumSepolia: {
|
|
5137
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5138
|
+
readonly messageTransmitter: "0xaCF1ceeF35caAc005e15888dDb8A3515C41B4872";
|
|
5139
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4735
5140
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4736
5141
|
};
|
|
4737
5142
|
readonly Solana: {
|
|
@@ -4740,46 +5145,64 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
4740
5145
|
readonly wormholeRelayer: "";
|
|
4741
5146
|
readonly wormhole: "";
|
|
4742
5147
|
};
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
|
|
4746
|
-
readonly Arbitrum: {
|
|
4747
|
-
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
4748
|
-
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5148
|
+
readonly BaseSepolia: {
|
|
5149
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5150
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
4749
5151
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4750
5152
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4751
5153
|
};
|
|
4752
|
-
readonly
|
|
4753
|
-
readonly tokenMessenger: "
|
|
4754
|
-
readonly messageTransmitter: "
|
|
5154
|
+
readonly Polygon: {
|
|
5155
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5156
|
+
readonly messageTransmitter: "0xe09A679F56207EF33F5b9d8fb4499Ec00792eA73";
|
|
4755
5157
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4756
|
-
readonly wormhole: "
|
|
5158
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4757
5159
|
};
|
|
5160
|
+
};
|
|
5161
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : never) extends infer T ? T extends keyof ((K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1) extends "Mainnet" | "Testnet" ? {
|
|
5162
|
+
readonly Mainnet: {
|
|
4758
5163
|
readonly Ethereum: {
|
|
4759
5164
|
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
4760
5165
|
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
4761
5166
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4762
5167
|
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
4763
5168
|
};
|
|
5169
|
+
readonly Avalanche: {
|
|
5170
|
+
readonly tokenMessenger: "0x6b25532e1060ce10cc3b0a99e5683b91bfde6982";
|
|
5171
|
+
readonly messageTransmitter: "0x8186359af5f57fbb40c6b14a588d2a59c0c29880";
|
|
5172
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5173
|
+
readonly wormhole: "0x09Fb06A271faFf70A651047395AaEb6265265F13";
|
|
5174
|
+
};
|
|
4764
5175
|
readonly Optimism: {
|
|
4765
5176
|
readonly tokenMessenger: "0x2B4069517957735bE00ceE0fadAE88a26365528f";
|
|
4766
5177
|
readonly messageTransmitter: "0x4d41f22c5a0e5c74090899e5a8fb597a8842b3e8";
|
|
4767
5178
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4768
5179
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4769
5180
|
};
|
|
5181
|
+
readonly Arbitrum: {
|
|
5182
|
+
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
5183
|
+
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5184
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5185
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5186
|
+
};
|
|
4770
5187
|
readonly Base: {
|
|
4771
|
-
readonly tokenMessenger: "";
|
|
4772
|
-
readonly messageTransmitter: "";
|
|
4773
|
-
readonly wormholeRelayer: "";
|
|
5188
|
+
readonly tokenMessenger: "0x1682Ae6375C4E4A97e4B583BC394c861A46D8962";
|
|
5189
|
+
readonly messageTransmitter: "0xAD09780d193884d503182aD4588450C416D6F9D4";
|
|
5190
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4774
5191
|
readonly wormhole: "0x03faBB06Fa052557143dC28eFCFc63FC12843f1D";
|
|
4775
5192
|
};
|
|
5193
|
+
readonly Polygon: {
|
|
5194
|
+
readonly tokenMessenger: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE";
|
|
5195
|
+
readonly messageTransmitter: "0xF3be9355363857F3e001be68856A2f96b4C39Ba9";
|
|
5196
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5197
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5198
|
+
};
|
|
4776
5199
|
};
|
|
4777
5200
|
readonly Testnet: {
|
|
4778
|
-
readonly
|
|
4779
|
-
readonly tokenMessenger: "
|
|
4780
|
-
readonly messageTransmitter: "
|
|
4781
|
-
readonly wormholeRelayer: "
|
|
4782
|
-
readonly wormhole: "
|
|
5201
|
+
readonly Sepolia: {
|
|
5202
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5203
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5204
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5205
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4783
5206
|
};
|
|
4784
5207
|
readonly Avalanche: {
|
|
4785
5208
|
readonly tokenMessenger: "0xeb08f243e5d3fcff26a9e38ae5520a669f4019d0";
|
|
@@ -4787,22 +5210,16 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
4787
5210
|
readonly wormholeRelayer: "0x774a70bbd03327c21460b60f25b677d9e46ab458";
|
|
4788
5211
|
readonly wormhole: "0x58f4c17449c90665891c42e14d34aae7a26a472e";
|
|
4789
5212
|
};
|
|
4790
|
-
readonly
|
|
4791
|
-
readonly tokenMessenger: "
|
|
4792
|
-
readonly messageTransmitter: "
|
|
4793
|
-
readonly wormholeRelayer: "0x17da1ff5386d044c63f00747b5b8ad1e3806448d";
|
|
4794
|
-
readonly wormhole: "0x0a69146716b3a21622287efa1607424c663069a4";
|
|
4795
|
-
};
|
|
4796
|
-
readonly Optimism: {
|
|
4797
|
-
readonly tokenMessenger: "0x23a04d5935ed8bc8e3eb78db3541f0abfb001c6e";
|
|
4798
|
-
readonly messageTransmitter: "0x9ff9a4da6f2157a9c82ce756f8fd7e0d75be8895";
|
|
5213
|
+
readonly OptimismSepolia: {
|
|
5214
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5215
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
4799
5216
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4800
|
-
readonly wormhole: "
|
|
5217
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4801
5218
|
};
|
|
4802
|
-
readonly
|
|
4803
|
-
readonly tokenMessenger: "
|
|
4804
|
-
readonly messageTransmitter: "
|
|
4805
|
-
readonly wormholeRelayer: "";
|
|
5219
|
+
readonly ArbitrumSepolia: {
|
|
5220
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5221
|
+
readonly messageTransmitter: "0xaCF1ceeF35caAc005e15888dDb8A3515C41B4872";
|
|
5222
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4806
5223
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4807
5224
|
};
|
|
4808
5225
|
readonly Solana: {
|
|
@@ -4811,6 +5228,18 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
4811
5228
|
readonly wormholeRelayer: "";
|
|
4812
5229
|
readonly wormhole: "";
|
|
4813
5230
|
};
|
|
5231
|
+
readonly BaseSepolia: {
|
|
5232
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5233
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5234
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5235
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5236
|
+
};
|
|
5237
|
+
readonly Polygon: {
|
|
5238
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5239
|
+
readonly messageTransmitter: "0xe09A679F56207EF33F5b9d8fb4499Ec00792eA73";
|
|
5240
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5241
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5242
|
+
};
|
|
4814
5243
|
};
|
|
4815
5244
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] extends {
|
|
4816
5245
|
[key: string]: unknown;
|
|
@@ -4818,11 +5247,11 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
4818
5247
|
[key: symbol]: unknown;
|
|
4819
5248
|
} ? {
|
|
4820
5249
|
readonly Mainnet: {
|
|
4821
|
-
readonly
|
|
4822
|
-
readonly tokenMessenger: "
|
|
4823
|
-
readonly messageTransmitter: "
|
|
5250
|
+
readonly Ethereum: {
|
|
5251
|
+
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
5252
|
+
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
4824
5253
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4825
|
-
readonly wormhole: "
|
|
5254
|
+
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
4826
5255
|
};
|
|
4827
5256
|
readonly Avalanche: {
|
|
4828
5257
|
readonly tokenMessenger: "0x6b25532e1060ce10cc3b0a99e5683b91bfde6982";
|
|
@@ -4830,31 +5259,37 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
4830
5259
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4831
5260
|
readonly wormhole: "0x09Fb06A271faFf70A651047395AaEb6265265F13";
|
|
4832
5261
|
};
|
|
4833
|
-
readonly Ethereum: {
|
|
4834
|
-
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
4835
|
-
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
4836
|
-
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4837
|
-
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
4838
|
-
};
|
|
4839
5262
|
readonly Optimism: {
|
|
4840
5263
|
readonly tokenMessenger: "0x2B4069517957735bE00ceE0fadAE88a26365528f";
|
|
4841
5264
|
readonly messageTransmitter: "0x4d41f22c5a0e5c74090899e5a8fb597a8842b3e8";
|
|
4842
5265
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4843
5266
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4844
5267
|
};
|
|
5268
|
+
readonly Arbitrum: {
|
|
5269
|
+
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
5270
|
+
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5271
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5272
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5273
|
+
};
|
|
4845
5274
|
readonly Base: {
|
|
4846
|
-
readonly tokenMessenger: "";
|
|
4847
|
-
readonly messageTransmitter: "";
|
|
4848
|
-
readonly wormholeRelayer: "";
|
|
5275
|
+
readonly tokenMessenger: "0x1682Ae6375C4E4A97e4B583BC394c861A46D8962";
|
|
5276
|
+
readonly messageTransmitter: "0xAD09780d193884d503182aD4588450C416D6F9D4";
|
|
5277
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4849
5278
|
readonly wormhole: "0x03faBB06Fa052557143dC28eFCFc63FC12843f1D";
|
|
4850
5279
|
};
|
|
5280
|
+
readonly Polygon: {
|
|
5281
|
+
readonly tokenMessenger: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE";
|
|
5282
|
+
readonly messageTransmitter: "0xF3be9355363857F3e001be68856A2f96b4C39Ba9";
|
|
5283
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5284
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5285
|
+
};
|
|
4851
5286
|
};
|
|
4852
5287
|
readonly Testnet: {
|
|
4853
|
-
readonly
|
|
4854
|
-
readonly tokenMessenger: "
|
|
4855
|
-
readonly messageTransmitter: "
|
|
4856
|
-
readonly wormholeRelayer: "
|
|
4857
|
-
readonly wormhole: "
|
|
5288
|
+
readonly Sepolia: {
|
|
5289
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5290
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5291
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5292
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4858
5293
|
};
|
|
4859
5294
|
readonly Avalanche: {
|
|
4860
5295
|
readonly tokenMessenger: "0xeb08f243e5d3fcff26a9e38ae5520a669f4019d0";
|
|
@@ -4862,22 +5297,16 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
4862
5297
|
readonly wormholeRelayer: "0x774a70bbd03327c21460b60f25b677d9e46ab458";
|
|
4863
5298
|
readonly wormhole: "0x58f4c17449c90665891c42e14d34aae7a26a472e";
|
|
4864
5299
|
};
|
|
4865
|
-
readonly
|
|
4866
|
-
readonly tokenMessenger: "
|
|
4867
|
-
readonly messageTransmitter: "
|
|
4868
|
-
readonly wormholeRelayer: "0x17da1ff5386d044c63f00747b5b8ad1e3806448d";
|
|
4869
|
-
readonly wormhole: "0x0a69146716b3a21622287efa1607424c663069a4";
|
|
4870
|
-
};
|
|
4871
|
-
readonly Optimism: {
|
|
4872
|
-
readonly tokenMessenger: "0x23a04d5935ed8bc8e3eb78db3541f0abfb001c6e";
|
|
4873
|
-
readonly messageTransmitter: "0x9ff9a4da6f2157a9c82ce756f8fd7e0d75be8895";
|
|
5300
|
+
readonly OptimismSepolia: {
|
|
5301
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5302
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
4874
5303
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4875
|
-
readonly wormhole: "
|
|
5304
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4876
5305
|
};
|
|
4877
|
-
readonly
|
|
4878
|
-
readonly tokenMessenger: "
|
|
4879
|
-
readonly messageTransmitter: "
|
|
4880
|
-
readonly wormholeRelayer: "";
|
|
5306
|
+
readonly ArbitrumSepolia: {
|
|
5307
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5308
|
+
readonly messageTransmitter: "0xaCF1ceeF35caAc005e15888dDb8A3515C41B4872";
|
|
5309
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4881
5310
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4882
5311
|
};
|
|
4883
5312
|
readonly Solana: {
|
|
@@ -4886,46 +5315,64 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
4886
5315
|
readonly wormholeRelayer: "";
|
|
4887
5316
|
readonly wormhole: "";
|
|
4888
5317
|
};
|
|
4889
|
-
|
|
4890
|
-
|
|
4891
|
-
|
|
4892
|
-
readonly Arbitrum: {
|
|
4893
|
-
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
4894
|
-
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5318
|
+
readonly BaseSepolia: {
|
|
5319
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5320
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
4895
5321
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4896
5322
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4897
5323
|
};
|
|
4898
|
-
readonly
|
|
4899
|
-
readonly tokenMessenger: "
|
|
4900
|
-
readonly messageTransmitter: "
|
|
5324
|
+
readonly Polygon: {
|
|
5325
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5326
|
+
readonly messageTransmitter: "0xe09A679F56207EF33F5b9d8fb4499Ec00792eA73";
|
|
4901
5327
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4902
|
-
readonly wormhole: "
|
|
5328
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4903
5329
|
};
|
|
5330
|
+
};
|
|
5331
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : {
|
|
5332
|
+
readonly Mainnet: {
|
|
4904
5333
|
readonly Ethereum: {
|
|
4905
5334
|
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
4906
5335
|
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
4907
5336
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4908
5337
|
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
4909
5338
|
};
|
|
5339
|
+
readonly Avalanche: {
|
|
5340
|
+
readonly tokenMessenger: "0x6b25532e1060ce10cc3b0a99e5683b91bfde6982";
|
|
5341
|
+
readonly messageTransmitter: "0x8186359af5f57fbb40c6b14a588d2a59c0c29880";
|
|
5342
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5343
|
+
readonly wormhole: "0x09Fb06A271faFf70A651047395AaEb6265265F13";
|
|
5344
|
+
};
|
|
4910
5345
|
readonly Optimism: {
|
|
4911
5346
|
readonly tokenMessenger: "0x2B4069517957735bE00ceE0fadAE88a26365528f";
|
|
4912
5347
|
readonly messageTransmitter: "0x4d41f22c5a0e5c74090899e5a8fb597a8842b3e8";
|
|
4913
5348
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4914
5349
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4915
5350
|
};
|
|
5351
|
+
readonly Arbitrum: {
|
|
5352
|
+
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
5353
|
+
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5354
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5355
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5356
|
+
};
|
|
4916
5357
|
readonly Base: {
|
|
4917
|
-
readonly tokenMessenger: "";
|
|
4918
|
-
readonly messageTransmitter: "";
|
|
4919
|
-
readonly wormholeRelayer: "";
|
|
5358
|
+
readonly tokenMessenger: "0x1682Ae6375C4E4A97e4B583BC394c861A46D8962";
|
|
5359
|
+
readonly messageTransmitter: "0xAD09780d193884d503182aD4588450C416D6F9D4";
|
|
5360
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4920
5361
|
readonly wormhole: "0x03faBB06Fa052557143dC28eFCFc63FC12843f1D";
|
|
4921
5362
|
};
|
|
5363
|
+
readonly Polygon: {
|
|
5364
|
+
readonly tokenMessenger: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE";
|
|
5365
|
+
readonly messageTransmitter: "0xF3be9355363857F3e001be68856A2f96b4C39Ba9";
|
|
5366
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5367
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5368
|
+
};
|
|
4922
5369
|
};
|
|
4923
5370
|
readonly Testnet: {
|
|
4924
|
-
readonly
|
|
4925
|
-
readonly tokenMessenger: "
|
|
4926
|
-
readonly messageTransmitter: "
|
|
4927
|
-
readonly wormholeRelayer: "
|
|
4928
|
-
readonly wormhole: "
|
|
5371
|
+
readonly Sepolia: {
|
|
5372
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5373
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5374
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5375
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4929
5376
|
};
|
|
4930
5377
|
readonly Avalanche: {
|
|
4931
5378
|
readonly tokenMessenger: "0xeb08f243e5d3fcff26a9e38ae5520a669f4019d0";
|
|
@@ -4933,22 +5380,16 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
4933
5380
|
readonly wormholeRelayer: "0x774a70bbd03327c21460b60f25b677d9e46ab458";
|
|
4934
5381
|
readonly wormhole: "0x58f4c17449c90665891c42e14d34aae7a26a472e";
|
|
4935
5382
|
};
|
|
4936
|
-
readonly
|
|
4937
|
-
readonly tokenMessenger: "
|
|
4938
|
-
readonly messageTransmitter: "
|
|
4939
|
-
readonly wormholeRelayer: "0x17da1ff5386d044c63f00747b5b8ad1e3806448d";
|
|
4940
|
-
readonly wormhole: "0x0a69146716b3a21622287efa1607424c663069a4";
|
|
4941
|
-
};
|
|
4942
|
-
readonly Optimism: {
|
|
4943
|
-
readonly tokenMessenger: "0x23a04d5935ed8bc8e3eb78db3541f0abfb001c6e";
|
|
4944
|
-
readonly messageTransmitter: "0x9ff9a4da6f2157a9c82ce756f8fd7e0d75be8895";
|
|
5383
|
+
readonly OptimismSepolia: {
|
|
5384
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5385
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
4945
5386
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4946
|
-
readonly wormhole: "
|
|
5387
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4947
5388
|
};
|
|
4948
|
-
readonly
|
|
4949
|
-
readonly tokenMessenger: "
|
|
4950
|
-
readonly messageTransmitter: "
|
|
4951
|
-
readonly wormholeRelayer: "";
|
|
5389
|
+
readonly ArbitrumSepolia: {
|
|
5390
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5391
|
+
readonly messageTransmitter: "0xaCF1ceeF35caAc005e15888dDb8A3515C41B4872";
|
|
5392
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4952
5393
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4953
5394
|
};
|
|
4954
5395
|
readonly Solana: {
|
|
@@ -4957,46 +5398,64 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
4957
5398
|
readonly wormholeRelayer: "";
|
|
4958
5399
|
readonly wormhole: "";
|
|
4959
5400
|
};
|
|
4960
|
-
|
|
4961
|
-
|
|
4962
|
-
|
|
4963
|
-
readonly Arbitrum: {
|
|
4964
|
-
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
4965
|
-
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5401
|
+
readonly BaseSepolia: {
|
|
5402
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5403
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
4966
5404
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4967
5405
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4968
5406
|
};
|
|
4969
|
-
readonly
|
|
4970
|
-
readonly tokenMessenger: "
|
|
4971
|
-
readonly messageTransmitter: "
|
|
5407
|
+
readonly Polygon: {
|
|
5408
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5409
|
+
readonly messageTransmitter: "0xe09A679F56207EF33F5b9d8fb4499Ec00792eA73";
|
|
4972
5410
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4973
|
-
readonly wormhole: "
|
|
5411
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4974
5412
|
};
|
|
5413
|
+
};
|
|
5414
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : never) ? T extends `bigint(${infer V extends bigint})` ? V : T extends `boolean(${infer V_1 extends boolean})` ? V_1 : T : never : never>(args_0: K1, args_1: K2) => (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1) extends "Mainnet" | "Testnet" ? {
|
|
5415
|
+
readonly Mainnet: {
|
|
4975
5416
|
readonly Ethereum: {
|
|
4976
5417
|
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
4977
5418
|
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
4978
5419
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4979
5420
|
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
4980
5421
|
};
|
|
5422
|
+
readonly Avalanche: {
|
|
5423
|
+
readonly tokenMessenger: "0x6b25532e1060ce10cc3b0a99e5683b91bfde6982";
|
|
5424
|
+
readonly messageTransmitter: "0x8186359af5f57fbb40c6b14a588d2a59c0c29880";
|
|
5425
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5426
|
+
readonly wormhole: "0x09Fb06A271faFf70A651047395AaEb6265265F13";
|
|
5427
|
+
};
|
|
4981
5428
|
readonly Optimism: {
|
|
4982
5429
|
readonly tokenMessenger: "0x2B4069517957735bE00ceE0fadAE88a26365528f";
|
|
4983
5430
|
readonly messageTransmitter: "0x4d41f22c5a0e5c74090899e5a8fb597a8842b3e8";
|
|
4984
5431
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4985
5432
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
4986
5433
|
};
|
|
5434
|
+
readonly Arbitrum: {
|
|
5435
|
+
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
5436
|
+
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5437
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5438
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5439
|
+
};
|
|
4987
5440
|
readonly Base: {
|
|
4988
|
-
readonly tokenMessenger: "";
|
|
4989
|
-
readonly messageTransmitter: "";
|
|
4990
|
-
readonly wormholeRelayer: "";
|
|
5441
|
+
readonly tokenMessenger: "0x1682Ae6375C4E4A97e4B583BC394c861A46D8962";
|
|
5442
|
+
readonly messageTransmitter: "0xAD09780d193884d503182aD4588450C416D6F9D4";
|
|
5443
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
4991
5444
|
readonly wormhole: "0x03faBB06Fa052557143dC28eFCFc63FC12843f1D";
|
|
4992
5445
|
};
|
|
5446
|
+
readonly Polygon: {
|
|
5447
|
+
readonly tokenMessenger: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE";
|
|
5448
|
+
readonly messageTransmitter: "0xF3be9355363857F3e001be68856A2f96b4C39Ba9";
|
|
5449
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5450
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5451
|
+
};
|
|
4993
5452
|
};
|
|
4994
5453
|
readonly Testnet: {
|
|
4995
|
-
readonly
|
|
4996
|
-
readonly tokenMessenger: "
|
|
4997
|
-
readonly messageTransmitter: "
|
|
4998
|
-
readonly wormholeRelayer: "
|
|
4999
|
-
readonly wormhole: "
|
|
5454
|
+
readonly Sepolia: {
|
|
5455
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5456
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5457
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5458
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5000
5459
|
};
|
|
5001
5460
|
readonly Avalanche: {
|
|
5002
5461
|
readonly tokenMessenger: "0xeb08f243e5d3fcff26a9e38ae5520a669f4019d0";
|
|
@@ -5004,22 +5463,16 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5004
5463
|
readonly wormholeRelayer: "0x774a70bbd03327c21460b60f25b677d9e46ab458";
|
|
5005
5464
|
readonly wormhole: "0x58f4c17449c90665891c42e14d34aae7a26a472e";
|
|
5006
5465
|
};
|
|
5007
|
-
readonly
|
|
5008
|
-
readonly tokenMessenger: "
|
|
5009
|
-
readonly messageTransmitter: "
|
|
5010
|
-
readonly wormholeRelayer: "0x17da1ff5386d044c63f00747b5b8ad1e3806448d";
|
|
5011
|
-
readonly wormhole: "0x0a69146716b3a21622287efa1607424c663069a4";
|
|
5012
|
-
};
|
|
5013
|
-
readonly Optimism: {
|
|
5014
|
-
readonly tokenMessenger: "0x23a04d5935ed8bc8e3eb78db3541f0abfb001c6e";
|
|
5015
|
-
readonly messageTransmitter: "0x9ff9a4da6f2157a9c82ce756f8fd7e0d75be8895";
|
|
5466
|
+
readonly OptimismSepolia: {
|
|
5467
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5468
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5016
5469
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5017
|
-
readonly wormhole: "
|
|
5470
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5018
5471
|
};
|
|
5019
|
-
readonly
|
|
5020
|
-
readonly tokenMessenger: "
|
|
5021
|
-
readonly messageTransmitter: "
|
|
5022
|
-
readonly wormholeRelayer: "";
|
|
5472
|
+
readonly ArbitrumSepolia: {
|
|
5473
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5474
|
+
readonly messageTransmitter: "0xaCF1ceeF35caAc005e15888dDb8A3515C41B4872";
|
|
5475
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5023
5476
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5024
5477
|
};
|
|
5025
5478
|
readonly Solana: {
|
|
@@ -5028,6 +5481,18 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5028
5481
|
readonly wormholeRelayer: "";
|
|
5029
5482
|
readonly wormhole: "";
|
|
5030
5483
|
};
|
|
5484
|
+
readonly BaseSepolia: {
|
|
5485
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5486
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5487
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5488
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5489
|
+
};
|
|
5490
|
+
readonly Polygon: {
|
|
5491
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5492
|
+
readonly messageTransmitter: "0xe09A679F56207EF33F5b9d8fb4499Ec00792eA73";
|
|
5493
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5494
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5495
|
+
};
|
|
5031
5496
|
};
|
|
5032
5497
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] extends {
|
|
5033
5498
|
[key: string]: unknown;
|
|
@@ -5035,11 +5500,11 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5035
5500
|
[key: symbol]: unknown;
|
|
5036
5501
|
} ? (K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2) extends keyof {
|
|
5037
5502
|
readonly Mainnet: {
|
|
5038
|
-
readonly
|
|
5039
|
-
readonly tokenMessenger: "
|
|
5040
|
-
readonly messageTransmitter: "
|
|
5503
|
+
readonly Ethereum: {
|
|
5504
|
+
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
5505
|
+
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
5041
5506
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5042
|
-
readonly wormhole: "
|
|
5507
|
+
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
5043
5508
|
};
|
|
5044
5509
|
readonly Avalanche: {
|
|
5045
5510
|
readonly tokenMessenger: "0x6b25532e1060ce10cc3b0a99e5683b91bfde6982";
|
|
@@ -5047,31 +5512,37 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5047
5512
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5048
5513
|
readonly wormhole: "0x09Fb06A271faFf70A651047395AaEb6265265F13";
|
|
5049
5514
|
};
|
|
5050
|
-
readonly Ethereum: {
|
|
5051
|
-
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
5052
|
-
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
5053
|
-
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5054
|
-
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
5055
|
-
};
|
|
5056
5515
|
readonly Optimism: {
|
|
5057
5516
|
readonly tokenMessenger: "0x2B4069517957735bE00ceE0fadAE88a26365528f";
|
|
5058
5517
|
readonly messageTransmitter: "0x4d41f22c5a0e5c74090899e5a8fb597a8842b3e8";
|
|
5059
5518
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5060
5519
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5061
5520
|
};
|
|
5521
|
+
readonly Arbitrum: {
|
|
5522
|
+
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
5523
|
+
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5524
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5525
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5526
|
+
};
|
|
5062
5527
|
readonly Base: {
|
|
5063
|
-
readonly tokenMessenger: "";
|
|
5064
|
-
readonly messageTransmitter: "";
|
|
5065
|
-
readonly wormholeRelayer: "";
|
|
5528
|
+
readonly tokenMessenger: "0x1682Ae6375C4E4A97e4B583BC394c861A46D8962";
|
|
5529
|
+
readonly messageTransmitter: "0xAD09780d193884d503182aD4588450C416D6F9D4";
|
|
5530
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5066
5531
|
readonly wormhole: "0x03faBB06Fa052557143dC28eFCFc63FC12843f1D";
|
|
5067
5532
|
};
|
|
5533
|
+
readonly Polygon: {
|
|
5534
|
+
readonly tokenMessenger: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE";
|
|
5535
|
+
readonly messageTransmitter: "0xF3be9355363857F3e001be68856A2f96b4C39Ba9";
|
|
5536
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5537
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5538
|
+
};
|
|
5068
5539
|
};
|
|
5069
5540
|
readonly Testnet: {
|
|
5070
|
-
readonly
|
|
5071
|
-
readonly tokenMessenger: "
|
|
5072
|
-
readonly messageTransmitter: "
|
|
5073
|
-
readonly wormholeRelayer: "
|
|
5074
|
-
readonly wormhole: "
|
|
5541
|
+
readonly Sepolia: {
|
|
5542
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5543
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5544
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5545
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5075
5546
|
};
|
|
5076
5547
|
readonly Avalanche: {
|
|
5077
5548
|
readonly tokenMessenger: "0xeb08f243e5d3fcff26a9e38ae5520a669f4019d0";
|
|
@@ -5079,22 +5550,16 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5079
5550
|
readonly wormholeRelayer: "0x774a70bbd03327c21460b60f25b677d9e46ab458";
|
|
5080
5551
|
readonly wormhole: "0x58f4c17449c90665891c42e14d34aae7a26a472e";
|
|
5081
5552
|
};
|
|
5082
|
-
readonly
|
|
5083
|
-
readonly tokenMessenger: "
|
|
5084
|
-
readonly messageTransmitter: "
|
|
5085
|
-
readonly wormholeRelayer: "0x17da1ff5386d044c63f00747b5b8ad1e3806448d";
|
|
5086
|
-
readonly wormhole: "0x0a69146716b3a21622287efa1607424c663069a4";
|
|
5087
|
-
};
|
|
5088
|
-
readonly Optimism: {
|
|
5089
|
-
readonly tokenMessenger: "0x23a04d5935ed8bc8e3eb78db3541f0abfb001c6e";
|
|
5090
|
-
readonly messageTransmitter: "0x9ff9a4da6f2157a9c82ce756f8fd7e0d75be8895";
|
|
5553
|
+
readonly OptimismSepolia: {
|
|
5554
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5555
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5091
5556
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5092
|
-
readonly wormhole: "
|
|
5557
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5093
5558
|
};
|
|
5094
|
-
readonly
|
|
5095
|
-
readonly tokenMessenger: "
|
|
5096
|
-
readonly messageTransmitter: "
|
|
5097
|
-
readonly wormholeRelayer: "";
|
|
5559
|
+
readonly ArbitrumSepolia: {
|
|
5560
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5561
|
+
readonly messageTransmitter: "0xaCF1ceeF35caAc005e15888dDb8A3515C41B4872";
|
|
5562
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5098
5563
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5099
5564
|
};
|
|
5100
5565
|
readonly Solana: {
|
|
@@ -5103,14 +5568,26 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5103
5568
|
readonly wormholeRelayer: "";
|
|
5104
5569
|
readonly wormhole: "";
|
|
5105
5570
|
};
|
|
5571
|
+
readonly BaseSepolia: {
|
|
5572
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5573
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5574
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5575
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5576
|
+
};
|
|
5577
|
+
readonly Polygon: {
|
|
5578
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5579
|
+
readonly messageTransmitter: "0xe09A679F56207EF33F5b9d8fb4499Ec00792eA73";
|
|
5580
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5581
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5582
|
+
};
|
|
5106
5583
|
};
|
|
5107
5584
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] ? {
|
|
5108
5585
|
readonly Mainnet: {
|
|
5109
|
-
readonly
|
|
5110
|
-
readonly tokenMessenger: "
|
|
5111
|
-
readonly messageTransmitter: "
|
|
5586
|
+
readonly Ethereum: {
|
|
5587
|
+
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
5588
|
+
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
5112
5589
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5113
|
-
readonly wormhole: "
|
|
5590
|
+
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
5114
5591
|
};
|
|
5115
5592
|
readonly Avalanche: {
|
|
5116
5593
|
readonly tokenMessenger: "0x6b25532e1060ce10cc3b0a99e5683b91bfde6982";
|
|
@@ -5118,31 +5595,37 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5118
5595
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5119
5596
|
readonly wormhole: "0x09Fb06A271faFf70A651047395AaEb6265265F13";
|
|
5120
5597
|
};
|
|
5121
|
-
readonly Ethereum: {
|
|
5122
|
-
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
5123
|
-
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
5124
|
-
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5125
|
-
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
5126
|
-
};
|
|
5127
5598
|
readonly Optimism: {
|
|
5128
5599
|
readonly tokenMessenger: "0x2B4069517957735bE00ceE0fadAE88a26365528f";
|
|
5129
5600
|
readonly messageTransmitter: "0x4d41f22c5a0e5c74090899e5a8fb597a8842b3e8";
|
|
5130
5601
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5131
5602
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5132
5603
|
};
|
|
5604
|
+
readonly Arbitrum: {
|
|
5605
|
+
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
5606
|
+
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5607
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5608
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5609
|
+
};
|
|
5133
5610
|
readonly Base: {
|
|
5134
|
-
readonly tokenMessenger: "";
|
|
5135
|
-
readonly messageTransmitter: "";
|
|
5136
|
-
readonly wormholeRelayer: "";
|
|
5611
|
+
readonly tokenMessenger: "0x1682Ae6375C4E4A97e4B583BC394c861A46D8962";
|
|
5612
|
+
readonly messageTransmitter: "0xAD09780d193884d503182aD4588450C416D6F9D4";
|
|
5613
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5137
5614
|
readonly wormhole: "0x03faBB06Fa052557143dC28eFCFc63FC12843f1D";
|
|
5138
5615
|
};
|
|
5616
|
+
readonly Polygon: {
|
|
5617
|
+
readonly tokenMessenger: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE";
|
|
5618
|
+
readonly messageTransmitter: "0xF3be9355363857F3e001be68856A2f96b4C39Ba9";
|
|
5619
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5620
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5621
|
+
};
|
|
5139
5622
|
};
|
|
5140
5623
|
readonly Testnet: {
|
|
5141
|
-
readonly
|
|
5142
|
-
readonly tokenMessenger: "
|
|
5143
|
-
readonly messageTransmitter: "
|
|
5144
|
-
readonly wormholeRelayer: "
|
|
5145
|
-
readonly wormhole: "
|
|
5624
|
+
readonly Sepolia: {
|
|
5625
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5626
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5627
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5628
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5146
5629
|
};
|
|
5147
5630
|
readonly Avalanche: {
|
|
5148
5631
|
readonly tokenMessenger: "0xeb08f243e5d3fcff26a9e38ae5520a669f4019d0";
|
|
@@ -5150,22 +5633,16 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5150
5633
|
readonly wormholeRelayer: "0x774a70bbd03327c21460b60f25b677d9e46ab458";
|
|
5151
5634
|
readonly wormhole: "0x58f4c17449c90665891c42e14d34aae7a26a472e";
|
|
5152
5635
|
};
|
|
5153
|
-
readonly
|
|
5154
|
-
readonly tokenMessenger: "
|
|
5155
|
-
readonly messageTransmitter: "
|
|
5156
|
-
readonly wormholeRelayer: "0x17da1ff5386d044c63f00747b5b8ad1e3806448d";
|
|
5157
|
-
readonly wormhole: "0x0a69146716b3a21622287efa1607424c663069a4";
|
|
5158
|
-
};
|
|
5159
|
-
readonly Optimism: {
|
|
5160
|
-
readonly tokenMessenger: "0x23a04d5935ed8bc8e3eb78db3541f0abfb001c6e";
|
|
5161
|
-
readonly messageTransmitter: "0x9ff9a4da6f2157a9c82ce756f8fd7e0d75be8895";
|
|
5636
|
+
readonly OptimismSepolia: {
|
|
5637
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5638
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5162
5639
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5163
|
-
readonly wormhole: "
|
|
5640
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5164
5641
|
};
|
|
5165
|
-
readonly
|
|
5166
|
-
readonly tokenMessenger: "
|
|
5167
|
-
readonly messageTransmitter: "
|
|
5168
|
-
readonly wormholeRelayer: "";
|
|
5642
|
+
readonly ArbitrumSepolia: {
|
|
5643
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5644
|
+
readonly messageTransmitter: "0xaCF1ceeF35caAc005e15888dDb8A3515C41B4872";
|
|
5645
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5169
5646
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5170
5647
|
};
|
|
5171
5648
|
readonly Solana: {
|
|
@@ -5174,46 +5651,64 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5174
5651
|
readonly wormholeRelayer: "";
|
|
5175
5652
|
readonly wormhole: "";
|
|
5176
5653
|
};
|
|
5177
|
-
|
|
5178
|
-
|
|
5179
|
-
|
|
5180
|
-
readonly Arbitrum: {
|
|
5181
|
-
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
5182
|
-
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5654
|
+
readonly BaseSepolia: {
|
|
5655
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5656
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5183
5657
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5184
5658
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5185
5659
|
};
|
|
5186
|
-
readonly
|
|
5187
|
-
readonly tokenMessenger: "
|
|
5188
|
-
readonly messageTransmitter: "
|
|
5660
|
+
readonly Polygon: {
|
|
5661
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5662
|
+
readonly messageTransmitter: "0xe09A679F56207EF33F5b9d8fb4499Ec00792eA73";
|
|
5189
5663
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5190
|
-
readonly wormhole: "
|
|
5664
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5191
5665
|
};
|
|
5666
|
+
};
|
|
5667
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)][keyof {
|
|
5668
|
+
readonly Mainnet: {
|
|
5192
5669
|
readonly Ethereum: {
|
|
5193
5670
|
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
5194
5671
|
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
5195
5672
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5196
5673
|
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
5197
5674
|
};
|
|
5675
|
+
readonly Avalanche: {
|
|
5676
|
+
readonly tokenMessenger: "0x6b25532e1060ce10cc3b0a99e5683b91bfde6982";
|
|
5677
|
+
readonly messageTransmitter: "0x8186359af5f57fbb40c6b14a588d2a59c0c29880";
|
|
5678
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5679
|
+
readonly wormhole: "0x09Fb06A271faFf70A651047395AaEb6265265F13";
|
|
5680
|
+
};
|
|
5198
5681
|
readonly Optimism: {
|
|
5199
5682
|
readonly tokenMessenger: "0x2B4069517957735bE00ceE0fadAE88a26365528f";
|
|
5200
5683
|
readonly messageTransmitter: "0x4d41f22c5a0e5c74090899e5a8fb597a8842b3e8";
|
|
5201
5684
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5202
5685
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5203
5686
|
};
|
|
5687
|
+
readonly Arbitrum: {
|
|
5688
|
+
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
5689
|
+
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5690
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5691
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5692
|
+
};
|
|
5204
5693
|
readonly Base: {
|
|
5205
|
-
readonly tokenMessenger: "";
|
|
5206
|
-
readonly messageTransmitter: "";
|
|
5207
|
-
readonly wormholeRelayer: "";
|
|
5694
|
+
readonly tokenMessenger: "0x1682Ae6375C4E4A97e4B583BC394c861A46D8962";
|
|
5695
|
+
readonly messageTransmitter: "0xAD09780d193884d503182aD4588450C416D6F9D4";
|
|
5696
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5208
5697
|
readonly wormhole: "0x03faBB06Fa052557143dC28eFCFc63FC12843f1D";
|
|
5209
5698
|
};
|
|
5699
|
+
readonly Polygon: {
|
|
5700
|
+
readonly tokenMessenger: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE";
|
|
5701
|
+
readonly messageTransmitter: "0xF3be9355363857F3e001be68856A2f96b4C39Ba9";
|
|
5702
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5703
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5704
|
+
};
|
|
5210
5705
|
};
|
|
5211
5706
|
readonly Testnet: {
|
|
5212
|
-
readonly
|
|
5213
|
-
readonly tokenMessenger: "
|
|
5214
|
-
readonly messageTransmitter: "
|
|
5215
|
-
readonly wormholeRelayer: "
|
|
5216
|
-
readonly wormhole: "
|
|
5707
|
+
readonly Sepolia: {
|
|
5708
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5709
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5710
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5711
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5217
5712
|
};
|
|
5218
5713
|
readonly Avalanche: {
|
|
5219
5714
|
readonly tokenMessenger: "0xeb08f243e5d3fcff26a9e38ae5520a669f4019d0";
|
|
@@ -5221,22 +5716,16 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5221
5716
|
readonly wormholeRelayer: "0x774a70bbd03327c21460b60f25b677d9e46ab458";
|
|
5222
5717
|
readonly wormhole: "0x58f4c17449c90665891c42e14d34aae7a26a472e";
|
|
5223
5718
|
};
|
|
5224
|
-
readonly
|
|
5225
|
-
readonly tokenMessenger: "
|
|
5226
|
-
readonly messageTransmitter: "
|
|
5227
|
-
readonly wormholeRelayer: "0x17da1ff5386d044c63f00747b5b8ad1e3806448d";
|
|
5228
|
-
readonly wormhole: "0x0a69146716b3a21622287efa1607424c663069a4";
|
|
5229
|
-
};
|
|
5230
|
-
readonly Optimism: {
|
|
5231
|
-
readonly tokenMessenger: "0x23a04d5935ed8bc8e3eb78db3541f0abfb001c6e";
|
|
5232
|
-
readonly messageTransmitter: "0x9ff9a4da6f2157a9c82ce756f8fd7e0d75be8895";
|
|
5719
|
+
readonly OptimismSepolia: {
|
|
5720
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5721
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5233
5722
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5234
|
-
readonly wormhole: "
|
|
5723
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5235
5724
|
};
|
|
5236
|
-
readonly
|
|
5237
|
-
readonly tokenMessenger: "
|
|
5238
|
-
readonly messageTransmitter: "
|
|
5239
|
-
readonly wormholeRelayer: "";
|
|
5725
|
+
readonly ArbitrumSepolia: {
|
|
5726
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5727
|
+
readonly messageTransmitter: "0xaCF1ceeF35caAc005e15888dDb8A3515C41B4872";
|
|
5728
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5240
5729
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5241
5730
|
};
|
|
5242
5731
|
readonly Solana: {
|
|
@@ -5245,6 +5734,18 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5245
5734
|
readonly wormholeRelayer: "";
|
|
5246
5735
|
readonly wormhole: "";
|
|
5247
5736
|
};
|
|
5737
|
+
readonly BaseSepolia: {
|
|
5738
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5739
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5740
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5741
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5742
|
+
};
|
|
5743
|
+
readonly Polygon: {
|
|
5744
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5745
|
+
readonly messageTransmitter: "0xe09A679F56207EF33F5b9d8fb4499Ec00792eA73";
|
|
5746
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5747
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5748
|
+
};
|
|
5248
5749
|
};
|
|
5249
5750
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] & (K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2)] extends {
|
|
5250
5751
|
[key: string]: unknown;
|
|
@@ -5252,11 +5753,11 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5252
5753
|
[key: symbol]: unknown;
|
|
5253
5754
|
} ? {
|
|
5254
5755
|
readonly Mainnet: {
|
|
5255
|
-
readonly
|
|
5256
|
-
readonly tokenMessenger: "
|
|
5257
|
-
readonly messageTransmitter: "
|
|
5756
|
+
readonly Ethereum: {
|
|
5757
|
+
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
5758
|
+
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
5258
5759
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5259
|
-
readonly wormhole: "
|
|
5760
|
+
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
5260
5761
|
};
|
|
5261
5762
|
readonly Avalanche: {
|
|
5262
5763
|
readonly tokenMessenger: "0x6b25532e1060ce10cc3b0a99e5683b91bfde6982";
|
|
@@ -5264,31 +5765,37 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5264
5765
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5265
5766
|
readonly wormhole: "0x09Fb06A271faFf70A651047395AaEb6265265F13";
|
|
5266
5767
|
};
|
|
5267
|
-
readonly Ethereum: {
|
|
5268
|
-
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
5269
|
-
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
5270
|
-
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5271
|
-
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
5272
|
-
};
|
|
5273
5768
|
readonly Optimism: {
|
|
5274
5769
|
readonly tokenMessenger: "0x2B4069517957735bE00ceE0fadAE88a26365528f";
|
|
5275
5770
|
readonly messageTransmitter: "0x4d41f22c5a0e5c74090899e5a8fb597a8842b3e8";
|
|
5276
5771
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5277
5772
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5278
5773
|
};
|
|
5774
|
+
readonly Arbitrum: {
|
|
5775
|
+
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
5776
|
+
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5777
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5778
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5779
|
+
};
|
|
5279
5780
|
readonly Base: {
|
|
5280
|
-
readonly tokenMessenger: "";
|
|
5281
|
-
readonly messageTransmitter: "";
|
|
5282
|
-
readonly wormholeRelayer: "";
|
|
5781
|
+
readonly tokenMessenger: "0x1682Ae6375C4E4A97e4B583BC394c861A46D8962";
|
|
5782
|
+
readonly messageTransmitter: "0xAD09780d193884d503182aD4588450C416D6F9D4";
|
|
5783
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5283
5784
|
readonly wormhole: "0x03faBB06Fa052557143dC28eFCFc63FC12843f1D";
|
|
5284
5785
|
};
|
|
5786
|
+
readonly Polygon: {
|
|
5787
|
+
readonly tokenMessenger: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE";
|
|
5788
|
+
readonly messageTransmitter: "0xF3be9355363857F3e001be68856A2f96b4C39Ba9";
|
|
5789
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5790
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5791
|
+
};
|
|
5285
5792
|
};
|
|
5286
5793
|
readonly Testnet: {
|
|
5287
|
-
readonly
|
|
5288
|
-
readonly tokenMessenger: "
|
|
5289
|
-
readonly messageTransmitter: "
|
|
5290
|
-
readonly wormholeRelayer: "
|
|
5291
|
-
readonly wormhole: "
|
|
5794
|
+
readonly Sepolia: {
|
|
5795
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5796
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5797
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5798
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5292
5799
|
};
|
|
5293
5800
|
readonly Avalanche: {
|
|
5294
5801
|
readonly tokenMessenger: "0xeb08f243e5d3fcff26a9e38ae5520a669f4019d0";
|
|
@@ -5296,22 +5803,16 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5296
5803
|
readonly wormholeRelayer: "0x774a70bbd03327c21460b60f25b677d9e46ab458";
|
|
5297
5804
|
readonly wormhole: "0x58f4c17449c90665891c42e14d34aae7a26a472e";
|
|
5298
5805
|
};
|
|
5299
|
-
readonly
|
|
5300
|
-
readonly tokenMessenger: "
|
|
5301
|
-
readonly messageTransmitter: "
|
|
5302
|
-
readonly wormholeRelayer: "0x17da1ff5386d044c63f00747b5b8ad1e3806448d";
|
|
5303
|
-
readonly wormhole: "0x0a69146716b3a21622287efa1607424c663069a4";
|
|
5304
|
-
};
|
|
5305
|
-
readonly Optimism: {
|
|
5306
|
-
readonly tokenMessenger: "0x23a04d5935ed8bc8e3eb78db3541f0abfb001c6e";
|
|
5307
|
-
readonly messageTransmitter: "0x9ff9a4da6f2157a9c82ce756f8fd7e0d75be8895";
|
|
5806
|
+
readonly OptimismSepolia: {
|
|
5807
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5808
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5308
5809
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5309
|
-
readonly wormhole: "
|
|
5810
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5310
5811
|
};
|
|
5311
|
-
readonly
|
|
5312
|
-
readonly tokenMessenger: "
|
|
5313
|
-
readonly messageTransmitter: "
|
|
5314
|
-
readonly wormholeRelayer: "";
|
|
5812
|
+
readonly ArbitrumSepolia: {
|
|
5813
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5814
|
+
readonly messageTransmitter: "0xaCF1ceeF35caAc005e15888dDb8A3515C41B4872";
|
|
5815
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5315
5816
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5316
5817
|
};
|
|
5317
5818
|
readonly Solana: {
|
|
@@ -5320,46 +5821,64 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5320
5821
|
readonly wormholeRelayer: "";
|
|
5321
5822
|
readonly wormhole: "";
|
|
5322
5823
|
};
|
|
5323
|
-
|
|
5324
|
-
|
|
5325
|
-
|
|
5326
|
-
readonly Arbitrum: {
|
|
5327
|
-
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
5328
|
-
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5824
|
+
readonly BaseSepolia: {
|
|
5825
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5826
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5329
5827
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5330
5828
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5331
5829
|
};
|
|
5332
|
-
readonly
|
|
5333
|
-
readonly tokenMessenger: "
|
|
5334
|
-
readonly messageTransmitter: "
|
|
5830
|
+
readonly Polygon: {
|
|
5831
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5832
|
+
readonly messageTransmitter: "0xe09A679F56207EF33F5b9d8fb4499Ec00792eA73";
|
|
5335
5833
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5336
|
-
readonly wormhole: "
|
|
5834
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5337
5835
|
};
|
|
5836
|
+
};
|
|
5837
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)][keyof {
|
|
5838
|
+
readonly Mainnet: {
|
|
5338
5839
|
readonly Ethereum: {
|
|
5339
5840
|
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
5340
5841
|
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
5341
5842
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5342
5843
|
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
5343
5844
|
};
|
|
5845
|
+
readonly Avalanche: {
|
|
5846
|
+
readonly tokenMessenger: "0x6b25532e1060ce10cc3b0a99e5683b91bfde6982";
|
|
5847
|
+
readonly messageTransmitter: "0x8186359af5f57fbb40c6b14a588d2a59c0c29880";
|
|
5848
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5849
|
+
readonly wormhole: "0x09Fb06A271faFf70A651047395AaEb6265265F13";
|
|
5850
|
+
};
|
|
5344
5851
|
readonly Optimism: {
|
|
5345
5852
|
readonly tokenMessenger: "0x2B4069517957735bE00ceE0fadAE88a26365528f";
|
|
5346
5853
|
readonly messageTransmitter: "0x4d41f22c5a0e5c74090899e5a8fb597a8842b3e8";
|
|
5347
5854
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5348
5855
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5349
5856
|
};
|
|
5857
|
+
readonly Arbitrum: {
|
|
5858
|
+
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
5859
|
+
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5860
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5861
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5862
|
+
};
|
|
5350
5863
|
readonly Base: {
|
|
5351
|
-
readonly tokenMessenger: "";
|
|
5352
|
-
readonly messageTransmitter: "";
|
|
5353
|
-
readonly wormholeRelayer: "";
|
|
5864
|
+
readonly tokenMessenger: "0x1682Ae6375C4E4A97e4B583BC394c861A46D8962";
|
|
5865
|
+
readonly messageTransmitter: "0xAD09780d193884d503182aD4588450C416D6F9D4";
|
|
5866
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5354
5867
|
readonly wormhole: "0x03faBB06Fa052557143dC28eFCFc63FC12843f1D";
|
|
5355
5868
|
};
|
|
5869
|
+
readonly Polygon: {
|
|
5870
|
+
readonly tokenMessenger: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE";
|
|
5871
|
+
readonly messageTransmitter: "0xF3be9355363857F3e001be68856A2f96b4C39Ba9";
|
|
5872
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5873
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5874
|
+
};
|
|
5356
5875
|
};
|
|
5357
5876
|
readonly Testnet: {
|
|
5358
|
-
readonly
|
|
5359
|
-
readonly tokenMessenger: "
|
|
5360
|
-
readonly messageTransmitter: "
|
|
5361
|
-
readonly wormholeRelayer: "
|
|
5362
|
-
readonly wormhole: "
|
|
5877
|
+
readonly Sepolia: {
|
|
5878
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5879
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5880
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5881
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5363
5882
|
};
|
|
5364
5883
|
readonly Avalanche: {
|
|
5365
5884
|
readonly tokenMessenger: "0xeb08f243e5d3fcff26a9e38ae5520a669f4019d0";
|
|
@@ -5367,22 +5886,16 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5367
5886
|
readonly wormholeRelayer: "0x774a70bbd03327c21460b60f25b677d9e46ab458";
|
|
5368
5887
|
readonly wormhole: "0x58f4c17449c90665891c42e14d34aae7a26a472e";
|
|
5369
5888
|
};
|
|
5370
|
-
readonly
|
|
5371
|
-
readonly tokenMessenger: "
|
|
5372
|
-
readonly messageTransmitter: "
|
|
5373
|
-
readonly wormholeRelayer: "0x17da1ff5386d044c63f00747b5b8ad1e3806448d";
|
|
5374
|
-
readonly wormhole: "0x0a69146716b3a21622287efa1607424c663069a4";
|
|
5375
|
-
};
|
|
5376
|
-
readonly Optimism: {
|
|
5377
|
-
readonly tokenMessenger: "0x23a04d5935ed8bc8e3eb78db3541f0abfb001c6e";
|
|
5378
|
-
readonly messageTransmitter: "0x9ff9a4da6f2157a9c82ce756f8fd7e0d75be8895";
|
|
5889
|
+
readonly OptimismSepolia: {
|
|
5890
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5891
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5379
5892
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5380
|
-
readonly wormhole: "
|
|
5893
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5381
5894
|
};
|
|
5382
|
-
readonly
|
|
5383
|
-
readonly tokenMessenger: "
|
|
5384
|
-
readonly messageTransmitter: "
|
|
5385
|
-
readonly wormholeRelayer: "";
|
|
5895
|
+
readonly ArbitrumSepolia: {
|
|
5896
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5897
|
+
readonly messageTransmitter: "0xaCF1ceeF35caAc005e15888dDb8A3515C41B4872";
|
|
5898
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5386
5899
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5387
5900
|
};
|
|
5388
5901
|
readonly Solana: {
|
|
@@ -5391,46 +5904,64 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5391
5904
|
readonly wormholeRelayer: "";
|
|
5392
5905
|
readonly wormhole: "";
|
|
5393
5906
|
};
|
|
5394
|
-
|
|
5395
|
-
|
|
5396
|
-
|
|
5397
|
-
readonly Arbitrum: {
|
|
5398
|
-
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
5399
|
-
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5907
|
+
readonly BaseSepolia: {
|
|
5908
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5909
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5400
5910
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5401
5911
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5402
5912
|
};
|
|
5403
|
-
readonly
|
|
5404
|
-
readonly tokenMessenger: "
|
|
5405
|
-
readonly messageTransmitter: "
|
|
5913
|
+
readonly Polygon: {
|
|
5914
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5915
|
+
readonly messageTransmitter: "0xe09A679F56207EF33F5b9d8fb4499Ec00792eA73";
|
|
5406
5916
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5407
|
-
readonly wormhole: "
|
|
5917
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5408
5918
|
};
|
|
5919
|
+
};
|
|
5920
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] & (K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2)] : {
|
|
5921
|
+
readonly Mainnet: {
|
|
5409
5922
|
readonly Ethereum: {
|
|
5410
5923
|
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
5411
5924
|
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
5412
5925
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5413
5926
|
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
5414
5927
|
};
|
|
5928
|
+
readonly Avalanche: {
|
|
5929
|
+
readonly tokenMessenger: "0x6b25532e1060ce10cc3b0a99e5683b91bfde6982";
|
|
5930
|
+
readonly messageTransmitter: "0x8186359af5f57fbb40c6b14a588d2a59c0c29880";
|
|
5931
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5932
|
+
readonly wormhole: "0x09Fb06A271faFf70A651047395AaEb6265265F13";
|
|
5933
|
+
};
|
|
5415
5934
|
readonly Optimism: {
|
|
5416
5935
|
readonly tokenMessenger: "0x2B4069517957735bE00ceE0fadAE88a26365528f";
|
|
5417
5936
|
readonly messageTransmitter: "0x4d41f22c5a0e5c74090899e5a8fb597a8842b3e8";
|
|
5418
5937
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5419
5938
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5420
5939
|
};
|
|
5940
|
+
readonly Arbitrum: {
|
|
5941
|
+
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
5942
|
+
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5943
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5944
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5945
|
+
};
|
|
5421
5946
|
readonly Base: {
|
|
5422
|
-
readonly tokenMessenger: "";
|
|
5423
|
-
readonly messageTransmitter: "";
|
|
5424
|
-
readonly wormholeRelayer: "";
|
|
5947
|
+
readonly tokenMessenger: "0x1682Ae6375C4E4A97e4B583BC394c861A46D8962";
|
|
5948
|
+
readonly messageTransmitter: "0xAD09780d193884d503182aD4588450C416D6F9D4";
|
|
5949
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5425
5950
|
readonly wormhole: "0x03faBB06Fa052557143dC28eFCFc63FC12843f1D";
|
|
5426
5951
|
};
|
|
5952
|
+
readonly Polygon: {
|
|
5953
|
+
readonly tokenMessenger: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE";
|
|
5954
|
+
readonly messageTransmitter: "0xF3be9355363857F3e001be68856A2f96b4C39Ba9";
|
|
5955
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5956
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5957
|
+
};
|
|
5427
5958
|
};
|
|
5428
5959
|
readonly Testnet: {
|
|
5429
|
-
readonly
|
|
5430
|
-
readonly tokenMessenger: "
|
|
5431
|
-
readonly messageTransmitter: "
|
|
5432
|
-
readonly wormholeRelayer: "
|
|
5433
|
-
readonly wormhole: "
|
|
5960
|
+
readonly Sepolia: {
|
|
5961
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5962
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5963
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5964
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5434
5965
|
};
|
|
5435
5966
|
readonly Avalanche: {
|
|
5436
5967
|
readonly tokenMessenger: "0xeb08f243e5d3fcff26a9e38ae5520a669f4019d0";
|
|
@@ -5438,22 +5969,16 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5438
5969
|
readonly wormholeRelayer: "0x774a70bbd03327c21460b60f25b677d9e46ab458";
|
|
5439
5970
|
readonly wormhole: "0x58f4c17449c90665891c42e14d34aae7a26a472e";
|
|
5440
5971
|
};
|
|
5441
|
-
readonly
|
|
5442
|
-
readonly tokenMessenger: "
|
|
5443
|
-
readonly messageTransmitter: "
|
|
5444
|
-
readonly wormholeRelayer: "0x17da1ff5386d044c63f00747b5b8ad1e3806448d";
|
|
5445
|
-
readonly wormhole: "0x0a69146716b3a21622287efa1607424c663069a4";
|
|
5446
|
-
};
|
|
5447
|
-
readonly Optimism: {
|
|
5448
|
-
readonly tokenMessenger: "0x23a04d5935ed8bc8e3eb78db3541f0abfb001c6e";
|
|
5449
|
-
readonly messageTransmitter: "0x9ff9a4da6f2157a9c82ce756f8fd7e0d75be8895";
|
|
5972
|
+
readonly OptimismSepolia: {
|
|
5973
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5974
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5450
5975
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5451
|
-
readonly wormhole: "
|
|
5976
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5452
5977
|
};
|
|
5453
|
-
readonly
|
|
5454
|
-
readonly tokenMessenger: "
|
|
5455
|
-
readonly messageTransmitter: "
|
|
5456
|
-
readonly wormholeRelayer: "";
|
|
5978
|
+
readonly ArbitrumSepolia: {
|
|
5979
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5980
|
+
readonly messageTransmitter: "0xaCF1ceeF35caAc005e15888dDb8A3515C41B4872";
|
|
5981
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5457
5982
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5458
5983
|
};
|
|
5459
5984
|
readonly Solana: {
|
|
@@ -5462,46 +5987,64 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5462
5987
|
readonly wormholeRelayer: "";
|
|
5463
5988
|
readonly wormhole: "";
|
|
5464
5989
|
};
|
|
5465
|
-
|
|
5466
|
-
|
|
5467
|
-
|
|
5468
|
-
readonly Arbitrum: {
|
|
5469
|
-
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
5470
|
-
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5990
|
+
readonly BaseSepolia: {
|
|
5991
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5992
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5471
5993
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5472
5994
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5473
5995
|
};
|
|
5474
|
-
readonly
|
|
5475
|
-
readonly tokenMessenger: "
|
|
5476
|
-
readonly messageTransmitter: "
|
|
5996
|
+
readonly Polygon: {
|
|
5997
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
5998
|
+
readonly messageTransmitter: "0xe09A679F56207EF33F5b9d8fb4499Ec00792eA73";
|
|
5477
5999
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5478
|
-
readonly wormhole: "
|
|
6000
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5479
6001
|
};
|
|
6002
|
+
};
|
|
6003
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)][keyof {
|
|
6004
|
+
readonly Mainnet: {
|
|
5480
6005
|
readonly Ethereum: {
|
|
5481
6006
|
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
5482
6007
|
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
5483
6008
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5484
6009
|
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
5485
6010
|
};
|
|
6011
|
+
readonly Avalanche: {
|
|
6012
|
+
readonly tokenMessenger: "0x6b25532e1060ce10cc3b0a99e5683b91bfde6982";
|
|
6013
|
+
readonly messageTransmitter: "0x8186359af5f57fbb40c6b14a588d2a59c0c29880";
|
|
6014
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
6015
|
+
readonly wormhole: "0x09Fb06A271faFf70A651047395AaEb6265265F13";
|
|
6016
|
+
};
|
|
5486
6017
|
readonly Optimism: {
|
|
5487
6018
|
readonly tokenMessenger: "0x2B4069517957735bE00ceE0fadAE88a26365528f";
|
|
5488
6019
|
readonly messageTransmitter: "0x4d41f22c5a0e5c74090899e5a8fb597a8842b3e8";
|
|
5489
6020
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5490
6021
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5491
6022
|
};
|
|
6023
|
+
readonly Arbitrum: {
|
|
6024
|
+
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
6025
|
+
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
6026
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
6027
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
6028
|
+
};
|
|
5492
6029
|
readonly Base: {
|
|
5493
|
-
readonly tokenMessenger: "";
|
|
5494
|
-
readonly messageTransmitter: "";
|
|
5495
|
-
readonly wormholeRelayer: "";
|
|
6030
|
+
readonly tokenMessenger: "0x1682Ae6375C4E4A97e4B583BC394c861A46D8962";
|
|
6031
|
+
readonly messageTransmitter: "0xAD09780d193884d503182aD4588450C416D6F9D4";
|
|
6032
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5496
6033
|
readonly wormhole: "0x03faBB06Fa052557143dC28eFCFc63FC12843f1D";
|
|
5497
6034
|
};
|
|
6035
|
+
readonly Polygon: {
|
|
6036
|
+
readonly tokenMessenger: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE";
|
|
6037
|
+
readonly messageTransmitter: "0xF3be9355363857F3e001be68856A2f96b4C39Ba9";
|
|
6038
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
6039
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
6040
|
+
};
|
|
5498
6041
|
};
|
|
5499
6042
|
readonly Testnet: {
|
|
5500
|
-
readonly
|
|
5501
|
-
readonly tokenMessenger: "
|
|
5502
|
-
readonly messageTransmitter: "
|
|
5503
|
-
readonly wormholeRelayer: "
|
|
5504
|
-
readonly wormhole: "
|
|
6043
|
+
readonly Sepolia: {
|
|
6044
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
6045
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
6046
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
6047
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5505
6048
|
};
|
|
5506
6049
|
readonly Avalanche: {
|
|
5507
6050
|
readonly tokenMessenger: "0xeb08f243e5d3fcff26a9e38ae5520a669f4019d0";
|
|
@@ -5509,22 +6052,16 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5509
6052
|
readonly wormholeRelayer: "0x774a70bbd03327c21460b60f25b677d9e46ab458";
|
|
5510
6053
|
readonly wormhole: "0x58f4c17449c90665891c42e14d34aae7a26a472e";
|
|
5511
6054
|
};
|
|
5512
|
-
readonly
|
|
5513
|
-
readonly tokenMessenger: "
|
|
5514
|
-
readonly messageTransmitter: "
|
|
5515
|
-
readonly wormholeRelayer: "0x17da1ff5386d044c63f00747b5b8ad1e3806448d";
|
|
5516
|
-
readonly wormhole: "0x0a69146716b3a21622287efa1607424c663069a4";
|
|
5517
|
-
};
|
|
5518
|
-
readonly Optimism: {
|
|
5519
|
-
readonly tokenMessenger: "0x23a04d5935ed8bc8e3eb78db3541f0abfb001c6e";
|
|
5520
|
-
readonly messageTransmitter: "0x9ff9a4da6f2157a9c82ce756f8fd7e0d75be8895";
|
|
6055
|
+
readonly OptimismSepolia: {
|
|
6056
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
6057
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5521
6058
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5522
|
-
readonly wormhole: "
|
|
6059
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5523
6060
|
};
|
|
5524
|
-
readonly
|
|
5525
|
-
readonly tokenMessenger: "
|
|
5526
|
-
readonly messageTransmitter: "
|
|
5527
|
-
readonly wormholeRelayer: "";
|
|
6061
|
+
readonly ArbitrumSepolia: {
|
|
6062
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
6063
|
+
readonly messageTransmitter: "0xaCF1ceeF35caAc005e15888dDb8A3515C41B4872";
|
|
6064
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5528
6065
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5529
6066
|
};
|
|
5530
6067
|
readonly Solana: {
|
|
@@ -5533,14 +6070,26 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5533
6070
|
readonly wormholeRelayer: "";
|
|
5534
6071
|
readonly wormhole: "";
|
|
5535
6072
|
};
|
|
6073
|
+
readonly BaseSepolia: {
|
|
6074
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
6075
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
6076
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
6077
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
6078
|
+
};
|
|
6079
|
+
readonly Polygon: {
|
|
6080
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
6081
|
+
readonly messageTransmitter: "0xe09A679F56207EF33F5b9d8fb4499Ec00792eA73";
|
|
6082
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
6083
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
6084
|
+
};
|
|
5536
6085
|
};
|
|
5537
6086
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] & (K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2)] : never : {
|
|
5538
6087
|
readonly Mainnet: {
|
|
5539
|
-
readonly
|
|
5540
|
-
readonly tokenMessenger: "
|
|
5541
|
-
readonly messageTransmitter: "
|
|
6088
|
+
readonly Ethereum: {
|
|
6089
|
+
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
6090
|
+
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
5542
6091
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5543
|
-
readonly wormhole: "
|
|
6092
|
+
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
5544
6093
|
};
|
|
5545
6094
|
readonly Avalanche: {
|
|
5546
6095
|
readonly tokenMessenger: "0x6b25532e1060ce10cc3b0a99e5683b91bfde6982";
|
|
@@ -5548,31 +6097,37 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5548
6097
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5549
6098
|
readonly wormhole: "0x09Fb06A271faFf70A651047395AaEb6265265F13";
|
|
5550
6099
|
};
|
|
5551
|
-
readonly Ethereum: {
|
|
5552
|
-
readonly tokenMessenger: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
5553
|
-
readonly messageTransmitter: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
5554
|
-
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5555
|
-
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
5556
|
-
};
|
|
5557
6100
|
readonly Optimism: {
|
|
5558
6101
|
readonly tokenMessenger: "0x2B4069517957735bE00ceE0fadAE88a26365528f";
|
|
5559
6102
|
readonly messageTransmitter: "0x4d41f22c5a0e5c74090899e5a8fb597a8842b3e8";
|
|
5560
6103
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5561
6104
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5562
6105
|
};
|
|
6106
|
+
readonly Arbitrum: {
|
|
6107
|
+
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
6108
|
+
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
6109
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
6110
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
6111
|
+
};
|
|
5563
6112
|
readonly Base: {
|
|
5564
|
-
readonly tokenMessenger: "";
|
|
5565
|
-
readonly messageTransmitter: "";
|
|
5566
|
-
readonly wormholeRelayer: "";
|
|
6113
|
+
readonly tokenMessenger: "0x1682Ae6375C4E4A97e4B583BC394c861A46D8962";
|
|
6114
|
+
readonly messageTransmitter: "0xAD09780d193884d503182aD4588450C416D6F9D4";
|
|
6115
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5567
6116
|
readonly wormhole: "0x03faBB06Fa052557143dC28eFCFc63FC12843f1D";
|
|
5568
6117
|
};
|
|
6118
|
+
readonly Polygon: {
|
|
6119
|
+
readonly tokenMessenger: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE";
|
|
6120
|
+
readonly messageTransmitter: "0xF3be9355363857F3e001be68856A2f96b4C39Ba9";
|
|
6121
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
6122
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
6123
|
+
};
|
|
5569
6124
|
};
|
|
5570
6125
|
readonly Testnet: {
|
|
5571
|
-
readonly
|
|
5572
|
-
readonly tokenMessenger: "
|
|
5573
|
-
readonly messageTransmitter: "
|
|
5574
|
-
readonly wormholeRelayer: "
|
|
5575
|
-
readonly wormhole: "
|
|
6126
|
+
readonly Sepolia: {
|
|
6127
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
6128
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
6129
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
6130
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5576
6131
|
};
|
|
5577
6132
|
readonly Avalanche: {
|
|
5578
6133
|
readonly tokenMessenger: "0xeb08f243e5d3fcff26a9e38ae5520a669f4019d0";
|
|
@@ -5580,22 +6135,16 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5580
6135
|
readonly wormholeRelayer: "0x774a70bbd03327c21460b60f25b677d9e46ab458";
|
|
5581
6136
|
readonly wormhole: "0x58f4c17449c90665891c42e14d34aae7a26a472e";
|
|
5582
6137
|
};
|
|
5583
|
-
readonly
|
|
5584
|
-
readonly tokenMessenger: "
|
|
5585
|
-
readonly messageTransmitter: "
|
|
5586
|
-
readonly wormholeRelayer: "0x17da1ff5386d044c63f00747b5b8ad1e3806448d";
|
|
5587
|
-
readonly wormhole: "0x0a69146716b3a21622287efa1607424c663069a4";
|
|
5588
|
-
};
|
|
5589
|
-
readonly Optimism: {
|
|
5590
|
-
readonly tokenMessenger: "0x23a04d5935ed8bc8e3eb78db3541f0abfb001c6e";
|
|
5591
|
-
readonly messageTransmitter: "0x9ff9a4da6f2157a9c82ce756f8fd7e0d75be8895";
|
|
6138
|
+
readonly OptimismSepolia: {
|
|
6139
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
6140
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
5592
6141
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5593
|
-
readonly wormhole: "
|
|
6142
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5594
6143
|
};
|
|
5595
|
-
readonly
|
|
5596
|
-
readonly tokenMessenger: "
|
|
5597
|
-
readonly messageTransmitter: "
|
|
5598
|
-
readonly wormholeRelayer: "";
|
|
6144
|
+
readonly ArbitrumSepolia: {
|
|
6145
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
6146
|
+
readonly messageTransmitter: "0xaCF1ceeF35caAc005e15888dDb8A3515C41B4872";
|
|
6147
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5599
6148
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5600
6149
|
};
|
|
5601
6150
|
readonly Solana: {
|
|
@@ -5604,59 +6153,295 @@ export declare const circleContracts: (<K1 extends "Mainnet" | "Testnet", K2 ext
|
|
|
5604
6153
|
readonly wormholeRelayer: "";
|
|
5605
6154
|
readonly wormhole: "";
|
|
5606
6155
|
};
|
|
6156
|
+
readonly BaseSepolia: {
|
|
6157
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
6158
|
+
readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
6159
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
6160
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
6161
|
+
};
|
|
6162
|
+
readonly Polygon: {
|
|
6163
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
6164
|
+
readonly messageTransmitter: "0xe09A679F56207EF33F5b9d8fb4499Ec00792eA73";
|
|
6165
|
+
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
6166
|
+
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
6167
|
+
};
|
|
5607
6168
|
};
|
|
5608
6169
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : never) & {
|
|
5609
6170
|
get: (args_0: string, args_1: string) => {
|
|
5610
|
-
readonly tokenMessenger: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
5611
|
-
readonly messageTransmitter: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
5612
|
-
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5613
|
-
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5614
|
-
} | {
|
|
5615
6171
|
readonly tokenMessenger: "0x6b25532e1060ce10cc3b0a99e5683b91bfde6982";
|
|
5616
6172
|
readonly messageTransmitter: "0x8186359af5f57fbb40c6b14a588d2a59c0c29880";
|
|
5617
6173
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5618
6174
|
readonly wormhole: "0x09Fb06A271faFf70A651047395AaEb6265265F13";
|
|
5619
6175
|
} | {
|
|
5620
|
-
readonly tokenMessenger: "
|
|
5621
|
-
readonly messageTransmitter: "
|
|
5622
|
-
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5623
|
-
readonly wormhole: "0xAaDA05BD399372f0b0463744C09113c137636f6a";
|
|
5624
|
-
} | {
|
|
5625
|
-
readonly tokenMessenger: "0x2B4069517957735bE00ceE0fadAE88a26365528f";
|
|
5626
|
-
readonly messageTransmitter: "0x4d41f22c5a0e5c74090899e5a8fb597a8842b3e8";
|
|
6176
|
+
readonly tokenMessenger: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE";
|
|
6177
|
+
readonly messageTransmitter: "0xF3be9355363857F3e001be68856A2f96b4C39Ba9";
|
|
5627
6178
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5628
6179
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5629
|
-
} | {
|
|
5630
|
-
readonly tokenMessenger: "";
|
|
5631
|
-
readonly messageTransmitter: "";
|
|
5632
|
-
readonly wormholeRelayer: "";
|
|
5633
|
-
readonly wormhole: "0x03faBB06Fa052557143dC28eFCFc63FC12843f1D";
|
|
5634
|
-
} | {
|
|
5635
|
-
readonly tokenMessenger: "0x12dcfd3fe2e9eac2859fd1ed86d2ab8c5a2f9352";
|
|
5636
|
-
readonly messageTransmitter: "0x109bc137cb64eab7c0b1dddd1edf341467dc2d35";
|
|
5637
|
-
readonly wormholeRelayer: "0xbf683d541e11320418ca78ec13309938e6c5922f";
|
|
5638
|
-
readonly wormhole: "0x2e8f5e00a9c5d450a72700546b89e2b70dfb00f2";
|
|
5639
6180
|
} | {
|
|
5640
6181
|
readonly tokenMessenger: "0xeb08f243e5d3fcff26a9e38ae5520a669f4019d0";
|
|
5641
6182
|
readonly messageTransmitter: "0xa9fb1b3009dcb79e2fe346c16a604b8fa8ae0a79";
|
|
5642
6183
|
readonly wormholeRelayer: "0x774a70bbd03327c21460b60f25b677d9e46ab458";
|
|
5643
6184
|
readonly wormhole: "0x58f4c17449c90665891c42e14d34aae7a26a472e";
|
|
5644
6185
|
} | {
|
|
5645
|
-
readonly tokenMessenger: "
|
|
5646
|
-
readonly messageTransmitter: "
|
|
5647
|
-
readonly wormholeRelayer: "0x17da1ff5386d044c63f00747b5b8ad1e3806448d";
|
|
5648
|
-
readonly wormhole: "0x0a69146716b3a21622287efa1607424c663069a4";
|
|
5649
|
-
} | {
|
|
5650
|
-
readonly tokenMessenger: "0x23a04d5935ed8bc8e3eb78db3541f0abfb001c6e";
|
|
5651
|
-
readonly messageTransmitter: "0x9ff9a4da6f2157a9c82ce756f8fd7e0d75be8895";
|
|
6186
|
+
readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
6187
|
+
readonly messageTransmitter: "0xe09A679F56207EF33F5b9d8fb4499Ec00792eA73";
|
|
5652
6188
|
readonly wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2";
|
|
5653
|
-
readonly wormhole: "0x2703483b1a5a7c577e8680de9df8be03c6f30e3c";
|
|
5654
|
-
} | {
|
|
5655
|
-
readonly tokenMessenger: "0x877b8e8c9e2383077809787ED6F279ce01CB4cc8";
|
|
5656
|
-
readonly messageTransmitter: "0x9ff9a4da6f2157A9c82CE756f8fD7E0d75be8895";
|
|
5657
|
-
readonly wormholeRelayer: "";
|
|
5658
6189
|
readonly wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c";
|
|
5659
6190
|
} | undefined;
|
|
5660
6191
|
has: (args_0: string, args_1: string) => boolean;
|
|
5661
6192
|
};
|
|
6193
|
+
export { PorticoContracts } from "./portico";
|
|
6194
|
+
export declare const rollupContracts: (<K1 extends "Mainnet" | "Testnet", K2 extends keyof ((K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1) extends "Mainnet" | "Testnet" ? {
|
|
6195
|
+
readonly Mainnet: {
|
|
6196
|
+
readonly Polygon: readonly ["Ethereum", "0x86E4Dc95c7FBdBf52e33D563BbDB00823894C287"];
|
|
6197
|
+
readonly Optimism: readonly ["Ethereum", "0xdfe97868233d1aa22e815a266982f2cf17685a27"];
|
|
6198
|
+
readonly Arbitrum: readonly ["Ethereum", "0x1c479675ad559dc151f6ec7ed3fbf8cee79582b6"];
|
|
6199
|
+
};
|
|
6200
|
+
readonly Testnet: {
|
|
6201
|
+
readonly Polygon: readonly ["Ethereum", "0x2890ba17efe978480615e330ecb65333b880928e"];
|
|
6202
|
+
readonly Optimism: readonly ["Ethereum", "0xe6dfba0953616bacab0c9a8ecb3a9bba77fc15c0"];
|
|
6203
|
+
readonly Arbitrum: readonly ["Ethereum", "0x45af9ed1d03703e480ce7d328fb684bb67da5049"];
|
|
6204
|
+
};
|
|
6205
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] extends {
|
|
6206
|
+
[key: string]: unknown;
|
|
6207
|
+
[key: number]: unknown;
|
|
6208
|
+
[key: symbol]: unknown;
|
|
6209
|
+
} ? {
|
|
6210
|
+
readonly Mainnet: {
|
|
6211
|
+
readonly Polygon: readonly ["Ethereum", "0x86E4Dc95c7FBdBf52e33D563BbDB00823894C287"];
|
|
6212
|
+
readonly Optimism: readonly ["Ethereum", "0xdfe97868233d1aa22e815a266982f2cf17685a27"];
|
|
6213
|
+
readonly Arbitrum: readonly ["Ethereum", "0x1c479675ad559dc151f6ec7ed3fbf8cee79582b6"];
|
|
6214
|
+
};
|
|
6215
|
+
readonly Testnet: {
|
|
6216
|
+
readonly Polygon: readonly ["Ethereum", "0x2890ba17efe978480615e330ecb65333b880928e"];
|
|
6217
|
+
readonly Optimism: readonly ["Ethereum", "0xe6dfba0953616bacab0c9a8ecb3a9bba77fc15c0"];
|
|
6218
|
+
readonly Arbitrum: readonly ["Ethereum", "0x45af9ed1d03703e480ce7d328fb684bb67da5049"];
|
|
6219
|
+
};
|
|
6220
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : {
|
|
6221
|
+
readonly Mainnet: {
|
|
6222
|
+
readonly Polygon: readonly ["Ethereum", "0x86E4Dc95c7FBdBf52e33D563BbDB00823894C287"];
|
|
6223
|
+
readonly Optimism: readonly ["Ethereum", "0xdfe97868233d1aa22e815a266982f2cf17685a27"];
|
|
6224
|
+
readonly Arbitrum: readonly ["Ethereum", "0x1c479675ad559dc151f6ec7ed3fbf8cee79582b6"];
|
|
6225
|
+
};
|
|
6226
|
+
readonly Testnet: {
|
|
6227
|
+
readonly Polygon: readonly ["Ethereum", "0x2890ba17efe978480615e330ecb65333b880928e"];
|
|
6228
|
+
readonly Optimism: readonly ["Ethereum", "0xe6dfba0953616bacab0c9a8ecb3a9bba77fc15c0"];
|
|
6229
|
+
readonly Arbitrum: readonly ["Ethereum", "0x45af9ed1d03703e480ce7d328fb684bb67da5049"];
|
|
6230
|
+
};
|
|
6231
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : never) extends infer T ? T extends keyof ((K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1) extends "Mainnet" | "Testnet" ? {
|
|
6232
|
+
readonly Mainnet: {
|
|
6233
|
+
readonly Polygon: readonly ["Ethereum", "0x86E4Dc95c7FBdBf52e33D563BbDB00823894C287"];
|
|
6234
|
+
readonly Optimism: readonly ["Ethereum", "0xdfe97868233d1aa22e815a266982f2cf17685a27"];
|
|
6235
|
+
readonly Arbitrum: readonly ["Ethereum", "0x1c479675ad559dc151f6ec7ed3fbf8cee79582b6"];
|
|
6236
|
+
};
|
|
6237
|
+
readonly Testnet: {
|
|
6238
|
+
readonly Polygon: readonly ["Ethereum", "0x2890ba17efe978480615e330ecb65333b880928e"];
|
|
6239
|
+
readonly Optimism: readonly ["Ethereum", "0xe6dfba0953616bacab0c9a8ecb3a9bba77fc15c0"];
|
|
6240
|
+
readonly Arbitrum: readonly ["Ethereum", "0x45af9ed1d03703e480ce7d328fb684bb67da5049"];
|
|
6241
|
+
};
|
|
6242
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] extends {
|
|
6243
|
+
[key: string]: unknown;
|
|
6244
|
+
[key: number]: unknown;
|
|
6245
|
+
[key: symbol]: unknown;
|
|
6246
|
+
} ? {
|
|
6247
|
+
readonly Mainnet: {
|
|
6248
|
+
readonly Polygon: readonly ["Ethereum", "0x86E4Dc95c7FBdBf52e33D563BbDB00823894C287"];
|
|
6249
|
+
readonly Optimism: readonly ["Ethereum", "0xdfe97868233d1aa22e815a266982f2cf17685a27"];
|
|
6250
|
+
readonly Arbitrum: readonly ["Ethereum", "0x1c479675ad559dc151f6ec7ed3fbf8cee79582b6"];
|
|
6251
|
+
};
|
|
6252
|
+
readonly Testnet: {
|
|
6253
|
+
readonly Polygon: readonly ["Ethereum", "0x2890ba17efe978480615e330ecb65333b880928e"];
|
|
6254
|
+
readonly Optimism: readonly ["Ethereum", "0xe6dfba0953616bacab0c9a8ecb3a9bba77fc15c0"];
|
|
6255
|
+
readonly Arbitrum: readonly ["Ethereum", "0x45af9ed1d03703e480ce7d328fb684bb67da5049"];
|
|
6256
|
+
};
|
|
6257
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : {
|
|
6258
|
+
readonly Mainnet: {
|
|
6259
|
+
readonly Polygon: readonly ["Ethereum", "0x86E4Dc95c7FBdBf52e33D563BbDB00823894C287"];
|
|
6260
|
+
readonly Optimism: readonly ["Ethereum", "0xdfe97868233d1aa22e815a266982f2cf17685a27"];
|
|
6261
|
+
readonly Arbitrum: readonly ["Ethereum", "0x1c479675ad559dc151f6ec7ed3fbf8cee79582b6"];
|
|
6262
|
+
};
|
|
6263
|
+
readonly Testnet: {
|
|
6264
|
+
readonly Polygon: readonly ["Ethereum", "0x2890ba17efe978480615e330ecb65333b880928e"];
|
|
6265
|
+
readonly Optimism: readonly ["Ethereum", "0xe6dfba0953616bacab0c9a8ecb3a9bba77fc15c0"];
|
|
6266
|
+
readonly Arbitrum: readonly ["Ethereum", "0x45af9ed1d03703e480ce7d328fb684bb67da5049"];
|
|
6267
|
+
};
|
|
6268
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : never) ? T extends `bigint(${infer V extends bigint})` ? V : T extends `boolean(${infer V_1 extends boolean})` ? V_1 : T : never : never>(args_0: K1, args_1: K2) => (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1) extends "Mainnet" | "Testnet" ? {
|
|
6269
|
+
readonly Mainnet: {
|
|
6270
|
+
readonly Polygon: readonly ["Ethereum", "0x86E4Dc95c7FBdBf52e33D563BbDB00823894C287"];
|
|
6271
|
+
readonly Optimism: readonly ["Ethereum", "0xdfe97868233d1aa22e815a266982f2cf17685a27"];
|
|
6272
|
+
readonly Arbitrum: readonly ["Ethereum", "0x1c479675ad559dc151f6ec7ed3fbf8cee79582b6"];
|
|
6273
|
+
};
|
|
6274
|
+
readonly Testnet: {
|
|
6275
|
+
readonly Polygon: readonly ["Ethereum", "0x2890ba17efe978480615e330ecb65333b880928e"];
|
|
6276
|
+
readonly Optimism: readonly ["Ethereum", "0xe6dfba0953616bacab0c9a8ecb3a9bba77fc15c0"];
|
|
6277
|
+
readonly Arbitrum: readonly ["Ethereum", "0x45af9ed1d03703e480ce7d328fb684bb67da5049"];
|
|
6278
|
+
};
|
|
6279
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] extends {
|
|
6280
|
+
[key: string]: unknown;
|
|
6281
|
+
[key: number]: unknown;
|
|
6282
|
+
[key: symbol]: unknown;
|
|
6283
|
+
} ? (K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2) extends keyof {
|
|
6284
|
+
readonly Mainnet: {
|
|
6285
|
+
readonly Polygon: readonly ["Ethereum", "0x86E4Dc95c7FBdBf52e33D563BbDB00823894C287"];
|
|
6286
|
+
readonly Optimism: readonly ["Ethereum", "0xdfe97868233d1aa22e815a266982f2cf17685a27"];
|
|
6287
|
+
readonly Arbitrum: readonly ["Ethereum", "0x1c479675ad559dc151f6ec7ed3fbf8cee79582b6"];
|
|
6288
|
+
};
|
|
6289
|
+
readonly Testnet: {
|
|
6290
|
+
readonly Polygon: readonly ["Ethereum", "0x2890ba17efe978480615e330ecb65333b880928e"];
|
|
6291
|
+
readonly Optimism: readonly ["Ethereum", "0xe6dfba0953616bacab0c9a8ecb3a9bba77fc15c0"];
|
|
6292
|
+
readonly Arbitrum: readonly ["Ethereum", "0x45af9ed1d03703e480ce7d328fb684bb67da5049"];
|
|
6293
|
+
};
|
|
6294
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] ? {
|
|
6295
|
+
readonly Mainnet: {
|
|
6296
|
+
readonly Polygon: readonly ["Ethereum", "0x86E4Dc95c7FBdBf52e33D563BbDB00823894C287"];
|
|
6297
|
+
readonly Optimism: readonly ["Ethereum", "0xdfe97868233d1aa22e815a266982f2cf17685a27"];
|
|
6298
|
+
readonly Arbitrum: readonly ["Ethereum", "0x1c479675ad559dc151f6ec7ed3fbf8cee79582b6"];
|
|
6299
|
+
};
|
|
6300
|
+
readonly Testnet: {
|
|
6301
|
+
readonly Polygon: readonly ["Ethereum", "0x2890ba17efe978480615e330ecb65333b880928e"];
|
|
6302
|
+
readonly Optimism: readonly ["Ethereum", "0xe6dfba0953616bacab0c9a8ecb3a9bba77fc15c0"];
|
|
6303
|
+
readonly Arbitrum: readonly ["Ethereum", "0x45af9ed1d03703e480ce7d328fb684bb67da5049"];
|
|
6304
|
+
};
|
|
6305
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)][keyof {
|
|
6306
|
+
readonly Mainnet: {
|
|
6307
|
+
readonly Polygon: readonly ["Ethereum", "0x86E4Dc95c7FBdBf52e33D563BbDB00823894C287"];
|
|
6308
|
+
readonly Optimism: readonly ["Ethereum", "0xdfe97868233d1aa22e815a266982f2cf17685a27"];
|
|
6309
|
+
readonly Arbitrum: readonly ["Ethereum", "0x1c479675ad559dc151f6ec7ed3fbf8cee79582b6"];
|
|
6310
|
+
};
|
|
6311
|
+
readonly Testnet: {
|
|
6312
|
+
readonly Polygon: readonly ["Ethereum", "0x2890ba17efe978480615e330ecb65333b880928e"];
|
|
6313
|
+
readonly Optimism: readonly ["Ethereum", "0xe6dfba0953616bacab0c9a8ecb3a9bba77fc15c0"];
|
|
6314
|
+
readonly Arbitrum: readonly ["Ethereum", "0x45af9ed1d03703e480ce7d328fb684bb67da5049"];
|
|
6315
|
+
};
|
|
6316
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] & (K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2)] extends {
|
|
6317
|
+
[key: string]: unknown;
|
|
6318
|
+
[key: number]: unknown;
|
|
6319
|
+
[key: symbol]: unknown;
|
|
6320
|
+
} ? {
|
|
6321
|
+
readonly Mainnet: {
|
|
6322
|
+
readonly Polygon: readonly ["Ethereum", "0x86E4Dc95c7FBdBf52e33D563BbDB00823894C287"];
|
|
6323
|
+
readonly Optimism: readonly ["Ethereum", "0xdfe97868233d1aa22e815a266982f2cf17685a27"];
|
|
6324
|
+
readonly Arbitrum: readonly ["Ethereum", "0x1c479675ad559dc151f6ec7ed3fbf8cee79582b6"];
|
|
6325
|
+
};
|
|
6326
|
+
readonly Testnet: {
|
|
6327
|
+
readonly Polygon: readonly ["Ethereum", "0x2890ba17efe978480615e330ecb65333b880928e"];
|
|
6328
|
+
readonly Optimism: readonly ["Ethereum", "0xe6dfba0953616bacab0c9a8ecb3a9bba77fc15c0"];
|
|
6329
|
+
readonly Arbitrum: readonly ["Ethereum", "0x45af9ed1d03703e480ce7d328fb684bb67da5049"];
|
|
6330
|
+
};
|
|
6331
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)][keyof {
|
|
6332
|
+
readonly Mainnet: {
|
|
6333
|
+
readonly Polygon: readonly ["Ethereum", "0x86E4Dc95c7FBdBf52e33D563BbDB00823894C287"];
|
|
6334
|
+
readonly Optimism: readonly ["Ethereum", "0xdfe97868233d1aa22e815a266982f2cf17685a27"];
|
|
6335
|
+
readonly Arbitrum: readonly ["Ethereum", "0x1c479675ad559dc151f6ec7ed3fbf8cee79582b6"];
|
|
6336
|
+
};
|
|
6337
|
+
readonly Testnet: {
|
|
6338
|
+
readonly Polygon: readonly ["Ethereum", "0x2890ba17efe978480615e330ecb65333b880928e"];
|
|
6339
|
+
readonly Optimism: readonly ["Ethereum", "0xe6dfba0953616bacab0c9a8ecb3a9bba77fc15c0"];
|
|
6340
|
+
readonly Arbitrum: readonly ["Ethereum", "0x45af9ed1d03703e480ce7d328fb684bb67da5049"];
|
|
6341
|
+
};
|
|
6342
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] & (K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2)] : {
|
|
6343
|
+
readonly Mainnet: {
|
|
6344
|
+
readonly Polygon: readonly ["Ethereum", "0x86E4Dc95c7FBdBf52e33D563BbDB00823894C287"];
|
|
6345
|
+
readonly Optimism: readonly ["Ethereum", "0xdfe97868233d1aa22e815a266982f2cf17685a27"];
|
|
6346
|
+
readonly Arbitrum: readonly ["Ethereum", "0x1c479675ad559dc151f6ec7ed3fbf8cee79582b6"];
|
|
6347
|
+
};
|
|
6348
|
+
readonly Testnet: {
|
|
6349
|
+
readonly Polygon: readonly ["Ethereum", "0x2890ba17efe978480615e330ecb65333b880928e"];
|
|
6350
|
+
readonly Optimism: readonly ["Ethereum", "0xe6dfba0953616bacab0c9a8ecb3a9bba77fc15c0"];
|
|
6351
|
+
readonly Arbitrum: readonly ["Ethereum", "0x45af9ed1d03703e480ce7d328fb684bb67da5049"];
|
|
6352
|
+
};
|
|
6353
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)][keyof {
|
|
6354
|
+
readonly Mainnet: {
|
|
6355
|
+
readonly Polygon: readonly ["Ethereum", "0x86E4Dc95c7FBdBf52e33D563BbDB00823894C287"];
|
|
6356
|
+
readonly Optimism: readonly ["Ethereum", "0xdfe97868233d1aa22e815a266982f2cf17685a27"];
|
|
6357
|
+
readonly Arbitrum: readonly ["Ethereum", "0x1c479675ad559dc151f6ec7ed3fbf8cee79582b6"];
|
|
6358
|
+
};
|
|
6359
|
+
readonly Testnet: {
|
|
6360
|
+
readonly Polygon: readonly ["Ethereum", "0x2890ba17efe978480615e330ecb65333b880928e"];
|
|
6361
|
+
readonly Optimism: readonly ["Ethereum", "0xe6dfba0953616bacab0c9a8ecb3a9bba77fc15c0"];
|
|
6362
|
+
readonly Arbitrum: readonly ["Ethereum", "0x45af9ed1d03703e480ce7d328fb684bb67da5049"];
|
|
6363
|
+
};
|
|
6364
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] & (K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2)] : never : {
|
|
6365
|
+
readonly Mainnet: {
|
|
6366
|
+
readonly Polygon: readonly ["Ethereum", "0x86E4Dc95c7FBdBf52e33D563BbDB00823894C287"];
|
|
6367
|
+
readonly Optimism: readonly ["Ethereum", "0xdfe97868233d1aa22e815a266982f2cf17685a27"];
|
|
6368
|
+
readonly Arbitrum: readonly ["Ethereum", "0x1c479675ad559dc151f6ec7ed3fbf8cee79582b6"];
|
|
6369
|
+
};
|
|
6370
|
+
readonly Testnet: {
|
|
6371
|
+
readonly Polygon: readonly ["Ethereum", "0x2890ba17efe978480615e330ecb65333b880928e"];
|
|
6372
|
+
readonly Optimism: readonly ["Ethereum", "0xe6dfba0953616bacab0c9a8ecb3a9bba77fc15c0"];
|
|
6373
|
+
readonly Arbitrum: readonly ["Ethereum", "0x45af9ed1d03703e480ce7d328fb684bb67da5049"];
|
|
6374
|
+
};
|
|
6375
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : never) & {
|
|
6376
|
+
get: (args_0: string, args_1: string) => readonly ["Ethereum", "0x86E4Dc95c7FBdBf52e33D563BbDB00823894C287"] | readonly ["Ethereum", "0xdfe97868233d1aa22e815a266982f2cf17685a27"] | readonly ["Ethereum", "0x1c479675ad559dc151f6ec7ed3fbf8cee79582b6"] | readonly ["Ethereum", "0x2890ba17efe978480615e330ecb65333b880928e"] | readonly ["Ethereum", "0xe6dfba0953616bacab0c9a8ecb3a9bba77fc15c0"] | readonly ["Ethereum", "0x45af9ed1d03703e480ce7d328fb684bb67da5049"] | undefined;
|
|
6377
|
+
has: (args_0: string, args_1: string) => boolean;
|
|
6378
|
+
};
|
|
6379
|
+
export declare const tokenBridgeChains: (<K1 extends "Mainnet" | "Testnet" | "Devnet">(args_0: K1) => (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1) extends "Mainnet" | "Testnet" | "Devnet" ? {
|
|
6380
|
+
Mainnet: ["Solana", "Ethereum", "Terra", "Bsc", "Polygon", "Avalanche", "Oasis", "Algorand", "Aurora", "Fantom", "Karura", "Acala", "Klaytn", "Celo", "Near", "Injective", "Aptos", "Sui", "Moonbeam", "Terra2", "Arbitrum", "Optimism", "Base", "Xpla", "Sei", "Wormchain"];
|
|
6381
|
+
Testnet: ["Solana", "Ethereum", "Terra", "Bsc", "Polygon", "Avalanche", "Oasis", "Algorand", "Aurora", "Fantom", "Karura", "Acala", "Klaytn", "Celo", "Near", "Injective", "Aptos", "Sui", "Moonbeam", "Neon", "Terra2", "Arbitrum", "ArbitrumSepolia", "Optimism", "OptimismSepolia", "Xpla", "Base", "BaseSepolia", "Sei", "Sepolia", "Wormchain", "Holesky"];
|
|
6382
|
+
Devnet: ["Solana", "Ethereum", "Terra", "Bsc", "Algorand", "Near", "Aptos", "Sui", "Terra2", "Wormchain"];
|
|
6383
|
+
}[("Mainnet" | "Testnet" | "Devnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] extends {
|
|
6384
|
+
[key: string]: unknown;
|
|
6385
|
+
[key: number]: unknown;
|
|
6386
|
+
[key: symbol]: unknown;
|
|
6387
|
+
} ? {
|
|
6388
|
+
Mainnet: ["Solana", "Ethereum", "Terra", "Bsc", "Polygon", "Avalanche", "Oasis", "Algorand", "Aurora", "Fantom", "Karura", "Acala", "Klaytn", "Celo", "Near", "Injective", "Aptos", "Sui", "Moonbeam", "Terra2", "Arbitrum", "Optimism", "Base", "Xpla", "Sei", "Wormchain"];
|
|
6389
|
+
Testnet: ["Solana", "Ethereum", "Terra", "Bsc", "Polygon", "Avalanche", "Oasis", "Algorand", "Aurora", "Fantom", "Karura", "Acala", "Klaytn", "Celo", "Near", "Injective", "Aptos", "Sui", "Moonbeam", "Neon", "Terra2", "Arbitrum", "ArbitrumSepolia", "Optimism", "OptimismSepolia", "Xpla", "Base", "BaseSepolia", "Sei", "Sepolia", "Wormchain", "Holesky"];
|
|
6390
|
+
Devnet: ["Solana", "Ethereum", "Terra", "Bsc", "Algorand", "Near", "Aptos", "Sui", "Terra2", "Wormchain"];
|
|
6391
|
+
}[("Mainnet" | "Testnet" | "Devnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : {
|
|
6392
|
+
Mainnet: ["Solana", "Ethereum", "Terra", "Bsc", "Polygon", "Avalanche", "Oasis", "Algorand", "Aurora", "Fantom", "Karura", "Acala", "Klaytn", "Celo", "Near", "Injective", "Aptos", "Sui", "Moonbeam", "Terra2", "Arbitrum", "Optimism", "Base", "Xpla", "Sei", "Wormchain"];
|
|
6393
|
+
Testnet: ["Solana", "Ethereum", "Terra", "Bsc", "Polygon", "Avalanche", "Oasis", "Algorand", "Aurora", "Fantom", "Karura", "Acala", "Klaytn", "Celo", "Near", "Injective", "Aptos", "Sui", "Moonbeam", "Neon", "Terra2", "Arbitrum", "ArbitrumSepolia", "Optimism", "OptimismSepolia", "Xpla", "Base", "BaseSepolia", "Sei", "Sepolia", "Wormchain", "Holesky"];
|
|
6394
|
+
Devnet: ["Solana", "Ethereum", "Terra", "Bsc", "Algorand", "Near", "Aptos", "Sui", "Terra2", "Wormchain"];
|
|
6395
|
+
}[("Mainnet" | "Testnet" | "Devnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : never) & {
|
|
6396
|
+
get: (args_0: string) => ["Solana", "Ethereum", "Terra", "Bsc", "Polygon", "Avalanche", "Oasis", "Algorand", "Aurora", "Fantom", "Karura", "Acala", "Klaytn", "Celo", "Near", "Injective", "Aptos", "Sui", "Moonbeam", "Terra2", "Arbitrum", "Optimism", "Base", "Xpla", "Sei", "Wormchain"] | ["Solana", "Ethereum", "Terra", "Bsc", "Polygon", "Avalanche", "Oasis", "Algorand", "Aurora", "Fantom", "Karura", "Acala", "Klaytn", "Celo", "Near", "Injective", "Aptos", "Sui", "Moonbeam", "Neon", "Terra2", "Arbitrum", "ArbitrumSepolia", "Optimism", "OptimismSepolia", "Xpla", "Base", "BaseSepolia", "Sei", "Sepolia", "Wormchain", "Holesky"] | ["Solana", "Ethereum", "Terra", "Bsc", "Algorand", "Near", "Aptos", "Sui", "Terra2", "Wormchain"] | undefined;
|
|
6397
|
+
has: (args_0: string) => boolean;
|
|
6398
|
+
};
|
|
6399
|
+
export declare const tokenBridgeRelayerChains: (<K1 extends "Mainnet" | "Testnet">(args_0: K1) => (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1) extends "Mainnet" | "Testnet" ? {
|
|
6400
|
+
Mainnet: ["Ethereum", "Bsc", "Polygon", "Avalanche", "Fantom", "Celo", "Sui", "Solana", "Base", "Moonbeam"];
|
|
6401
|
+
Testnet: ["Ethereum", "Bsc", "Polygon", "Avalanche", "Fantom", "Celo", "Sui", "Base", "Moonbeam", "Solana", "Sepolia", "ArbitrumSepolia", "OptimismSepolia", "BaseSepolia"];
|
|
6402
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] extends {
|
|
6403
|
+
[key: string]: unknown;
|
|
6404
|
+
[key: number]: unknown;
|
|
6405
|
+
[key: symbol]: unknown;
|
|
6406
|
+
} ? {
|
|
6407
|
+
Mainnet: ["Ethereum", "Bsc", "Polygon", "Avalanche", "Fantom", "Celo", "Sui", "Solana", "Base", "Moonbeam"];
|
|
6408
|
+
Testnet: ["Ethereum", "Bsc", "Polygon", "Avalanche", "Fantom", "Celo", "Sui", "Base", "Moonbeam", "Solana", "Sepolia", "ArbitrumSepolia", "OptimismSepolia", "BaseSepolia"];
|
|
6409
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : {
|
|
6410
|
+
Mainnet: ["Ethereum", "Bsc", "Polygon", "Avalanche", "Fantom", "Celo", "Sui", "Solana", "Base", "Moonbeam"];
|
|
6411
|
+
Testnet: ["Ethereum", "Bsc", "Polygon", "Avalanche", "Fantom", "Celo", "Sui", "Base", "Moonbeam", "Solana", "Sepolia", "ArbitrumSepolia", "OptimismSepolia", "BaseSepolia"];
|
|
6412
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : never) & {
|
|
6413
|
+
get: (args_0: string) => ["Ethereum", "Bsc", "Polygon", "Avalanche", "Fantom", "Celo", "Sui", "Solana", "Base", "Moonbeam"] | ["Ethereum", "Bsc", "Polygon", "Avalanche", "Fantom", "Celo", "Sui", "Base", "Moonbeam", "Solana", "Sepolia", "ArbitrumSepolia", "OptimismSepolia", "BaseSepolia"] | undefined;
|
|
6414
|
+
has: (args_0: string) => boolean;
|
|
6415
|
+
};
|
|
6416
|
+
export declare const circleContractChains: (<K1 extends "Mainnet" | "Testnet">(args_0: K1) => (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1) extends "Mainnet" | "Testnet" ? {
|
|
6417
|
+
Mainnet: ["Ethereum", "Avalanche", "Optimism", "Arbitrum", "Base", "Polygon"];
|
|
6418
|
+
Testnet: ["Sepolia", "Avalanche", "OptimismSepolia", "ArbitrumSepolia", "Solana", "BaseSepolia", "Polygon"];
|
|
6419
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] extends {
|
|
6420
|
+
[key: string]: unknown;
|
|
6421
|
+
[key: number]: unknown;
|
|
6422
|
+
[key: symbol]: unknown;
|
|
6423
|
+
} ? {
|
|
6424
|
+
Mainnet: ["Ethereum", "Avalanche", "Optimism", "Arbitrum", "Base", "Polygon"];
|
|
6425
|
+
Testnet: ["Sepolia", "Avalanche", "OptimismSepolia", "ArbitrumSepolia", "Solana", "BaseSepolia", "Polygon"];
|
|
6426
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : {
|
|
6427
|
+
Mainnet: ["Ethereum", "Avalanche", "Optimism", "Arbitrum", "Base", "Polygon"];
|
|
6428
|
+
Testnet: ["Sepolia", "Avalanche", "OptimismSepolia", "ArbitrumSepolia", "Solana", "BaseSepolia", "Polygon"];
|
|
6429
|
+
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : never) & {
|
|
6430
|
+
get: (args_0: string) => ["Ethereum", "Avalanche", "Optimism", "Arbitrum", "Base", "Polygon"] | ["Sepolia", "Avalanche", "OptimismSepolia", "ArbitrumSepolia", "Solana", "BaseSepolia", "Polygon"] | undefined;
|
|
6431
|
+
has: (args_0: string) => boolean;
|
|
6432
|
+
};
|
|
6433
|
+
export declare const porticoContractChains: (<K1 extends "Mainnet">(args_0: K1) => (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1) extends "Mainnet" ? {
|
|
6434
|
+
Mainnet: ["Ethereum", "Polygon", "Bsc", "Avalanche", "Arbitrum", "Optimism", "Base"];
|
|
6435
|
+
}["Mainnet" & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] extends {
|
|
6436
|
+
[key: string]: unknown;
|
|
6437
|
+
[key: number]: unknown;
|
|
6438
|
+
[key: symbol]: unknown;
|
|
6439
|
+
} ? {
|
|
6440
|
+
Mainnet: ["Ethereum", "Polygon", "Bsc", "Avalanche", "Arbitrum", "Optimism", "Base"];
|
|
6441
|
+
}["Mainnet" & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : {
|
|
6442
|
+
Mainnet: ["Ethereum", "Polygon", "Bsc", "Avalanche", "Arbitrum", "Optimism", "Base"];
|
|
6443
|
+
}["Mainnet" & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : never) & {
|
|
6444
|
+
get: (args_0: string) => ["Ethereum", "Polygon", "Bsc", "Avalanche", "Arbitrum", "Optimism", "Base"] | undefined;
|
|
6445
|
+
has: (args_0: string) => boolean;
|
|
6446
|
+
};
|
|
5662
6447
|
//# sourceMappingURL=index.d.ts.map
|