@wormhole-foundation/sdk-base 0.11.0 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/contracts/index.d.ts +541 -142
- package/dist/cjs/constants/contracts/index.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/portico.d.ts +29 -8
- package/dist/cjs/constants/contracts/portico.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/portico.js +27 -7
- package/dist/cjs/constants/contracts/portico.js.map +1 -1
- package/dist/cjs/constants/tokens/mainnet.d.ts +56 -0
- package/dist/cjs/constants/tokens/mainnet.d.ts.map +1 -1
- package/dist/cjs/constants/tokens/mainnet.js +56 -0
- package/dist/cjs/constants/tokens/mainnet.js.map +1 -1
- package/dist/esm/constants/contracts/index.d.ts +541 -142
- package/dist/esm/constants/contracts/index.d.ts.map +1 -1
- package/dist/esm/constants/contracts/portico.d.ts +29 -8
- package/dist/esm/constants/contracts/portico.d.ts.map +1 -1
- package/dist/esm/constants/contracts/portico.js +27 -7
- package/dist/esm/constants/contracts/portico.js.map +1 -1
- package/dist/esm/constants/tokens/mainnet.d.ts +56 -0
- package/dist/esm/constants/tokens/mainnet.d.ts.map +1 -1
- package/dist/esm/constants/tokens/mainnet.js +56 -0
- package/dist/esm/constants/tokens/mainnet.js.map +1 -1
- package/package.json +1 -1
|
@@ -6304,125 +6304,205 @@ export declare const translator: (<const K1 extends "Mainnet" | "Testnet", const
|
|
|
6304
6304
|
export declare const portico: (<const K1 extends "Mainnet", const K2 extends keyof {
|
|
6305
6305
|
readonly Mainnet: {
|
|
6306
6306
|
readonly Ethereum: {
|
|
6307
|
-
readonly
|
|
6307
|
+
readonly porticoUniswap: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
6308
6308
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6309
|
+
readonly porticoPancakeSwap: "0x4db1683d60e0a933A9A477a19FA32F472bB9d06e";
|
|
6310
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6309
6311
|
};
|
|
6310
6312
|
readonly Polygon: {
|
|
6311
|
-
readonly
|
|
6313
|
+
readonly porticoUniswap: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
6312
6314
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6315
|
+
readonly porticoPancakeSwap: undefined;
|
|
6316
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6313
6317
|
};
|
|
6314
6318
|
readonly Bsc: {
|
|
6315
|
-
readonly
|
|
6319
|
+
readonly porticoUniswap: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
6316
6320
|
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
6321
|
+
readonly porticoPancakeSwap: "0xF352DC165783538A26e38A536e76DceF227d90F2";
|
|
6322
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6317
6323
|
};
|
|
6318
6324
|
readonly Avalanche: {
|
|
6319
|
-
readonly
|
|
6325
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6320
6326
|
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
6327
|
+
readonly porticoPancakeSwap: undefined;
|
|
6328
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6321
6329
|
};
|
|
6322
6330
|
readonly Arbitrum: {
|
|
6323
|
-
readonly
|
|
6331
|
+
readonly porticoUniswap: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
6324
6332
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6333
|
+
readonly porticoPancakeSwap: "0xE70946692E2e56ae47BfAe2d93d31bd60952B090";
|
|
6334
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6325
6335
|
};
|
|
6326
6336
|
readonly Optimism: {
|
|
6327
|
-
readonly
|
|
6337
|
+
readonly porticoUniswap: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
6328
6338
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6339
|
+
readonly porticoPancakeSwap: undefined;
|
|
6340
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6329
6341
|
};
|
|
6330
6342
|
readonly Base: {
|
|
6331
|
-
readonly
|
|
6343
|
+
readonly porticoUniswap: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
6332
6344
|
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
6345
|
+
readonly porticoPancakeSwap: "0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf";
|
|
6346
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6347
|
+
};
|
|
6348
|
+
readonly Celo: {
|
|
6349
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6350
|
+
readonly uniswapQuoterV2: "0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8";
|
|
6351
|
+
readonly porticoPancakeSwap: undefined;
|
|
6352
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6333
6353
|
};
|
|
6334
6354
|
};
|
|
6335
6355
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T ? T extends keyof {
|
|
6336
6356
|
readonly Mainnet: {
|
|
6337
6357
|
readonly Ethereum: {
|
|
6338
|
-
readonly
|
|
6358
|
+
readonly porticoUniswap: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
6339
6359
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6360
|
+
readonly porticoPancakeSwap: "0x4db1683d60e0a933A9A477a19FA32F472bB9d06e";
|
|
6361
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6340
6362
|
};
|
|
6341
6363
|
readonly Polygon: {
|
|
6342
|
-
readonly
|
|
6364
|
+
readonly porticoUniswap: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
6343
6365
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6366
|
+
readonly porticoPancakeSwap: undefined;
|
|
6367
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6344
6368
|
};
|
|
6345
6369
|
readonly Bsc: {
|
|
6346
|
-
readonly
|
|
6370
|
+
readonly porticoUniswap: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
6347
6371
|
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
6372
|
+
readonly porticoPancakeSwap: "0xF352DC165783538A26e38A536e76DceF227d90F2";
|
|
6373
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6348
6374
|
};
|
|
6349
6375
|
readonly Avalanche: {
|
|
6350
|
-
readonly
|
|
6376
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6351
6377
|
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
6378
|
+
readonly porticoPancakeSwap: undefined;
|
|
6379
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6352
6380
|
};
|
|
6353
6381
|
readonly Arbitrum: {
|
|
6354
|
-
readonly
|
|
6382
|
+
readonly porticoUniswap: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
6355
6383
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6384
|
+
readonly porticoPancakeSwap: "0xE70946692E2e56ae47BfAe2d93d31bd60952B090";
|
|
6385
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6356
6386
|
};
|
|
6357
6387
|
readonly Optimism: {
|
|
6358
|
-
readonly
|
|
6388
|
+
readonly porticoUniswap: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
6359
6389
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6390
|
+
readonly porticoPancakeSwap: undefined;
|
|
6391
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6360
6392
|
};
|
|
6361
6393
|
readonly Base: {
|
|
6362
|
-
readonly
|
|
6394
|
+
readonly porticoUniswap: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
6363
6395
|
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
6396
|
+
readonly porticoPancakeSwap: "0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf";
|
|
6397
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6398
|
+
};
|
|
6399
|
+
readonly Celo: {
|
|
6400
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6401
|
+
readonly uniswapQuoterV2: "0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8";
|
|
6402
|
+
readonly porticoPancakeSwap: undefined;
|
|
6403
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6364
6404
|
};
|
|
6365
6405
|
};
|
|
6366
6406
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] ? 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) => {
|
|
6367
6407
|
readonly Mainnet: {
|
|
6368
6408
|
readonly Ethereum: {
|
|
6369
|
-
readonly
|
|
6409
|
+
readonly porticoUniswap: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
6370
6410
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6411
|
+
readonly porticoPancakeSwap: "0x4db1683d60e0a933A9A477a19FA32F472bB9d06e";
|
|
6412
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6371
6413
|
};
|
|
6372
6414
|
readonly Polygon: {
|
|
6373
|
-
readonly
|
|
6415
|
+
readonly porticoUniswap: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
6374
6416
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6417
|
+
readonly porticoPancakeSwap: undefined;
|
|
6418
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6375
6419
|
};
|
|
6376
6420
|
readonly Bsc: {
|
|
6377
|
-
readonly
|
|
6421
|
+
readonly porticoUniswap: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
6378
6422
|
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
6423
|
+
readonly porticoPancakeSwap: "0xF352DC165783538A26e38A536e76DceF227d90F2";
|
|
6424
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6379
6425
|
};
|
|
6380
6426
|
readonly Avalanche: {
|
|
6381
|
-
readonly
|
|
6427
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6382
6428
|
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
6429
|
+
readonly porticoPancakeSwap: undefined;
|
|
6430
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6383
6431
|
};
|
|
6384
6432
|
readonly Arbitrum: {
|
|
6385
|
-
readonly
|
|
6433
|
+
readonly porticoUniswap: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
6386
6434
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6435
|
+
readonly porticoPancakeSwap: "0xE70946692E2e56ae47BfAe2d93d31bd60952B090";
|
|
6436
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6387
6437
|
};
|
|
6388
6438
|
readonly Optimism: {
|
|
6389
|
-
readonly
|
|
6439
|
+
readonly porticoUniswap: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
6390
6440
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6441
|
+
readonly porticoPancakeSwap: undefined;
|
|
6442
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6391
6443
|
};
|
|
6392
6444
|
readonly Base: {
|
|
6393
|
-
readonly
|
|
6445
|
+
readonly porticoUniswap: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
6394
6446
|
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
6447
|
+
readonly porticoPancakeSwap: "0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf";
|
|
6448
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6449
|
+
};
|
|
6450
|
+
readonly Celo: {
|
|
6451
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6452
|
+
readonly uniswapQuoterV2: "0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8";
|
|
6453
|
+
readonly porticoPancakeSwap: undefined;
|
|
6454
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6395
6455
|
};
|
|
6396
6456
|
};
|
|
6397
6457
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T_1 ? T_1 extends {
|
|
6398
6458
|
readonly Mainnet: {
|
|
6399
6459
|
readonly Ethereum: {
|
|
6400
|
-
readonly
|
|
6460
|
+
readonly porticoUniswap: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
6401
6461
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6462
|
+
readonly porticoPancakeSwap: "0x4db1683d60e0a933A9A477a19FA32F472bB9d06e";
|
|
6463
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6402
6464
|
};
|
|
6403
6465
|
readonly Polygon: {
|
|
6404
|
-
readonly
|
|
6466
|
+
readonly porticoUniswap: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
6405
6467
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6468
|
+
readonly porticoPancakeSwap: undefined;
|
|
6469
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6406
6470
|
};
|
|
6407
6471
|
readonly Bsc: {
|
|
6408
|
-
readonly
|
|
6472
|
+
readonly porticoUniswap: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
6409
6473
|
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
6474
|
+
readonly porticoPancakeSwap: "0xF352DC165783538A26e38A536e76DceF227d90F2";
|
|
6475
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6410
6476
|
};
|
|
6411
6477
|
readonly Avalanche: {
|
|
6412
|
-
readonly
|
|
6478
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6413
6479
|
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
6480
|
+
readonly porticoPancakeSwap: undefined;
|
|
6481
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6414
6482
|
};
|
|
6415
6483
|
readonly Arbitrum: {
|
|
6416
|
-
readonly
|
|
6484
|
+
readonly porticoUniswap: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
6417
6485
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6486
|
+
readonly porticoPancakeSwap: "0xE70946692E2e56ae47BfAe2d93d31bd60952B090";
|
|
6487
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6418
6488
|
};
|
|
6419
6489
|
readonly Optimism: {
|
|
6420
|
-
readonly
|
|
6490
|
+
readonly porticoUniswap: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
6421
6491
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6492
|
+
readonly porticoPancakeSwap: undefined;
|
|
6493
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6422
6494
|
};
|
|
6423
6495
|
readonly Base: {
|
|
6424
|
-
readonly
|
|
6496
|
+
readonly porticoUniswap: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
6425
6497
|
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
6498
|
+
readonly porticoPancakeSwap: "0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf";
|
|
6499
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6500
|
+
};
|
|
6501
|
+
readonly Celo: {
|
|
6502
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6503
|
+
readonly uniswapQuoterV2: "0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8";
|
|
6504
|
+
readonly porticoPancakeSwap: undefined;
|
|
6505
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6426
6506
|
};
|
|
6427
6507
|
};
|
|
6428
6508
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] ? T_1 extends {
|
|
@@ -6432,57 +6512,96 @@ export declare const portico: (<const K1 extends "Mainnet", const K2 extends key
|
|
|
6432
6512
|
} ? T_1[K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2] : never : never : never) & {
|
|
6433
6513
|
readonly has: (args_0: string, args_1: string) => boolean;
|
|
6434
6514
|
readonly get: (args_0: string, args_1: string) => {
|
|
6435
|
-
readonly
|
|
6515
|
+
readonly porticoUniswap: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
6436
6516
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6517
|
+
readonly porticoPancakeSwap: "0x4db1683d60e0a933A9A477a19FA32F472bB9d06e";
|
|
6518
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6437
6519
|
} | {
|
|
6438
|
-
readonly
|
|
6520
|
+
readonly porticoUniswap: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
6439
6521
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6522
|
+
readonly porticoPancakeSwap: undefined;
|
|
6523
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6440
6524
|
} | {
|
|
6441
|
-
readonly
|
|
6525
|
+
readonly porticoUniswap: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
6442
6526
|
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
6527
|
+
readonly porticoPancakeSwap: "0xF352DC165783538A26e38A536e76DceF227d90F2";
|
|
6528
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6443
6529
|
} | {
|
|
6444
|
-
readonly
|
|
6530
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6445
6531
|
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
6532
|
+
readonly porticoPancakeSwap: undefined;
|
|
6533
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6446
6534
|
} | {
|
|
6447
|
-
readonly
|
|
6535
|
+
readonly porticoUniswap: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
6448
6536
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6537
|
+
readonly porticoPancakeSwap: "0xE70946692E2e56ae47BfAe2d93d31bd60952B090";
|
|
6538
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6449
6539
|
} | {
|
|
6450
|
-
readonly
|
|
6540
|
+
readonly porticoUniswap: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
6451
6541
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6542
|
+
readonly porticoPancakeSwap: undefined;
|
|
6543
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6452
6544
|
} | {
|
|
6453
|
-
readonly
|
|
6545
|
+
readonly porticoUniswap: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
6454
6546
|
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
6547
|
+
readonly porticoPancakeSwap: "0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf";
|
|
6548
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6549
|
+
} | {
|
|
6550
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6551
|
+
readonly uniswapQuoterV2: "0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8";
|
|
6552
|
+
readonly porticoPancakeSwap: undefined;
|
|
6553
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6455
6554
|
} | undefined;
|
|
6456
6555
|
} & {
|
|
6457
6556
|
readonly subMap: <const K extends "Mainnet">(key: K) => (K extends bigint ? `bigint(${K})` : K extends boolean ? `boolean(${K})` : K) extends infer T_2 ? T_2 extends (K extends bigint ? `bigint(${K})` : K extends boolean ? `boolean(${K})` : K) ? T_2 extends "Mainnet" ? {
|
|
6458
6557
|
readonly Mainnet: {
|
|
6459
6558
|
readonly Ethereum: {
|
|
6460
|
-
readonly
|
|
6559
|
+
readonly porticoUniswap: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
6461
6560
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6561
|
+
readonly porticoPancakeSwap: "0x4db1683d60e0a933A9A477a19FA32F472bB9d06e";
|
|
6562
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6462
6563
|
};
|
|
6463
6564
|
readonly Polygon: {
|
|
6464
|
-
readonly
|
|
6565
|
+
readonly porticoUniswap: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
6465
6566
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6567
|
+
readonly porticoPancakeSwap: undefined;
|
|
6568
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6466
6569
|
};
|
|
6467
6570
|
readonly Bsc: {
|
|
6468
|
-
readonly
|
|
6571
|
+
readonly porticoUniswap: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
6469
6572
|
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
6573
|
+
readonly porticoPancakeSwap: "0xF352DC165783538A26e38A536e76DceF227d90F2";
|
|
6574
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6470
6575
|
};
|
|
6471
6576
|
readonly Avalanche: {
|
|
6472
|
-
readonly
|
|
6577
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6473
6578
|
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
6579
|
+
readonly porticoPancakeSwap: undefined;
|
|
6580
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6474
6581
|
};
|
|
6475
6582
|
readonly Arbitrum: {
|
|
6476
|
-
readonly
|
|
6583
|
+
readonly porticoUniswap: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
6477
6584
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6585
|
+
readonly porticoPancakeSwap: "0xE70946692E2e56ae47BfAe2d93d31bd60952B090";
|
|
6586
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6478
6587
|
};
|
|
6479
6588
|
readonly Optimism: {
|
|
6480
|
-
readonly
|
|
6589
|
+
readonly porticoUniswap: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
6481
6590
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6591
|
+
readonly porticoPancakeSwap: undefined;
|
|
6592
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6482
6593
|
};
|
|
6483
6594
|
readonly Base: {
|
|
6484
|
-
readonly
|
|
6595
|
+
readonly porticoUniswap: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
6485
6596
|
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
6597
|
+
readonly porticoPancakeSwap: "0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf";
|
|
6598
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6599
|
+
};
|
|
6600
|
+
readonly Celo: {
|
|
6601
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6602
|
+
readonly uniswapQuoterV2: "0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8";
|
|
6603
|
+
readonly porticoPancakeSwap: undefined;
|
|
6604
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6486
6605
|
};
|
|
6487
6606
|
};
|
|
6488
6607
|
}[T_2] extends {
|
|
@@ -6492,125 +6611,205 @@ export declare const portico: (<const K1 extends "Mainnet", const K2 extends key
|
|
|
6492
6611
|
} ? (<const K1_1 extends keyof {
|
|
6493
6612
|
readonly Mainnet: {
|
|
6494
6613
|
readonly Ethereum: {
|
|
6495
|
-
readonly
|
|
6614
|
+
readonly porticoUniswap: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
6496
6615
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6616
|
+
readonly porticoPancakeSwap: "0x4db1683d60e0a933A9A477a19FA32F472bB9d06e";
|
|
6617
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6497
6618
|
};
|
|
6498
6619
|
readonly Polygon: {
|
|
6499
|
-
readonly
|
|
6620
|
+
readonly porticoUniswap: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
6500
6621
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6622
|
+
readonly porticoPancakeSwap: undefined;
|
|
6623
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6501
6624
|
};
|
|
6502
6625
|
readonly Bsc: {
|
|
6503
|
-
readonly
|
|
6626
|
+
readonly porticoUniswap: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
6504
6627
|
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
6628
|
+
readonly porticoPancakeSwap: "0xF352DC165783538A26e38A536e76DceF227d90F2";
|
|
6629
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6505
6630
|
};
|
|
6506
6631
|
readonly Avalanche: {
|
|
6507
|
-
readonly
|
|
6632
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6508
6633
|
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
6634
|
+
readonly porticoPancakeSwap: undefined;
|
|
6635
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6509
6636
|
};
|
|
6510
6637
|
readonly Arbitrum: {
|
|
6511
|
-
readonly
|
|
6638
|
+
readonly porticoUniswap: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
6512
6639
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6640
|
+
readonly porticoPancakeSwap: "0xE70946692E2e56ae47BfAe2d93d31bd60952B090";
|
|
6641
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6513
6642
|
};
|
|
6514
6643
|
readonly Optimism: {
|
|
6515
|
-
readonly
|
|
6644
|
+
readonly porticoUniswap: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
6516
6645
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6646
|
+
readonly porticoPancakeSwap: undefined;
|
|
6647
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6517
6648
|
};
|
|
6518
6649
|
readonly Base: {
|
|
6519
|
-
readonly
|
|
6650
|
+
readonly porticoUniswap: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
6520
6651
|
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
6652
|
+
readonly porticoPancakeSwap: "0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf";
|
|
6653
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6654
|
+
};
|
|
6655
|
+
readonly Celo: {
|
|
6656
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6657
|
+
readonly uniswapQuoterV2: "0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8";
|
|
6658
|
+
readonly porticoPancakeSwap: undefined;
|
|
6659
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6521
6660
|
};
|
|
6522
6661
|
};
|
|
6523
6662
|
}[T_2] extends infer T_3 ? T_3 extends keyof {
|
|
6524
6663
|
readonly Mainnet: {
|
|
6525
6664
|
readonly Ethereum: {
|
|
6526
|
-
readonly
|
|
6665
|
+
readonly porticoUniswap: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
6527
6666
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6667
|
+
readonly porticoPancakeSwap: "0x4db1683d60e0a933A9A477a19FA32F472bB9d06e";
|
|
6668
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6528
6669
|
};
|
|
6529
6670
|
readonly Polygon: {
|
|
6530
|
-
readonly
|
|
6671
|
+
readonly porticoUniswap: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
6531
6672
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6673
|
+
readonly porticoPancakeSwap: undefined;
|
|
6674
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6532
6675
|
};
|
|
6533
6676
|
readonly Bsc: {
|
|
6534
|
-
readonly
|
|
6677
|
+
readonly porticoUniswap: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
6535
6678
|
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
6679
|
+
readonly porticoPancakeSwap: "0xF352DC165783538A26e38A536e76DceF227d90F2";
|
|
6680
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6536
6681
|
};
|
|
6537
6682
|
readonly Avalanche: {
|
|
6538
|
-
readonly
|
|
6683
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6539
6684
|
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
6685
|
+
readonly porticoPancakeSwap: undefined;
|
|
6686
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6540
6687
|
};
|
|
6541
6688
|
readonly Arbitrum: {
|
|
6542
|
-
readonly
|
|
6689
|
+
readonly porticoUniswap: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
6543
6690
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6691
|
+
readonly porticoPancakeSwap: "0xE70946692E2e56ae47BfAe2d93d31bd60952B090";
|
|
6692
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6544
6693
|
};
|
|
6545
6694
|
readonly Optimism: {
|
|
6546
|
-
readonly
|
|
6695
|
+
readonly porticoUniswap: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
6547
6696
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6697
|
+
readonly porticoPancakeSwap: undefined;
|
|
6698
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6548
6699
|
};
|
|
6549
6700
|
readonly Base: {
|
|
6550
|
-
readonly
|
|
6701
|
+
readonly porticoUniswap: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
6551
6702
|
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
6703
|
+
readonly porticoPancakeSwap: "0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf";
|
|
6704
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6705
|
+
};
|
|
6706
|
+
readonly Celo: {
|
|
6707
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6708
|
+
readonly uniswapQuoterV2: "0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8";
|
|
6709
|
+
readonly porticoPancakeSwap: undefined;
|
|
6710
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6552
6711
|
};
|
|
6553
6712
|
};
|
|
6554
6713
|
}[T_2] ? T_3 extends `bigint(${infer V extends bigint})` ? V : T_3 extends `boolean(${infer V_1 extends boolean})` ? V_1 : T_3 : never : never>(args_0: K1_1) => {
|
|
6555
6714
|
readonly Mainnet: {
|
|
6556
6715
|
readonly Ethereum: {
|
|
6557
|
-
readonly
|
|
6716
|
+
readonly porticoUniswap: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
6558
6717
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6718
|
+
readonly porticoPancakeSwap: "0x4db1683d60e0a933A9A477a19FA32F472bB9d06e";
|
|
6719
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6559
6720
|
};
|
|
6560
6721
|
readonly Polygon: {
|
|
6561
|
-
readonly
|
|
6722
|
+
readonly porticoUniswap: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
6562
6723
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6724
|
+
readonly porticoPancakeSwap: undefined;
|
|
6725
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6563
6726
|
};
|
|
6564
6727
|
readonly Bsc: {
|
|
6565
|
-
readonly
|
|
6728
|
+
readonly porticoUniswap: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
6566
6729
|
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
6730
|
+
readonly porticoPancakeSwap: "0xF352DC165783538A26e38A536e76DceF227d90F2";
|
|
6731
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6567
6732
|
};
|
|
6568
6733
|
readonly Avalanche: {
|
|
6569
|
-
readonly
|
|
6734
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6570
6735
|
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
6736
|
+
readonly porticoPancakeSwap: undefined;
|
|
6737
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6571
6738
|
};
|
|
6572
6739
|
readonly Arbitrum: {
|
|
6573
|
-
readonly
|
|
6740
|
+
readonly porticoUniswap: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
6574
6741
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6742
|
+
readonly porticoPancakeSwap: "0xE70946692E2e56ae47BfAe2d93d31bd60952B090";
|
|
6743
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6575
6744
|
};
|
|
6576
6745
|
readonly Optimism: {
|
|
6577
|
-
readonly
|
|
6746
|
+
readonly porticoUniswap: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
6578
6747
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6748
|
+
readonly porticoPancakeSwap: undefined;
|
|
6749
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6579
6750
|
};
|
|
6580
6751
|
readonly Base: {
|
|
6581
|
-
readonly
|
|
6752
|
+
readonly porticoUniswap: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
6582
6753
|
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
6754
|
+
readonly porticoPancakeSwap: "0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf";
|
|
6755
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6756
|
+
};
|
|
6757
|
+
readonly Celo: {
|
|
6758
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6759
|
+
readonly uniswapQuoterV2: "0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8";
|
|
6760
|
+
readonly porticoPancakeSwap: undefined;
|
|
6761
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6583
6762
|
};
|
|
6584
6763
|
};
|
|
6585
6764
|
}[T_2] extends infer T_4 ? T_4 extends {
|
|
6586
6765
|
readonly Mainnet: {
|
|
6587
6766
|
readonly Ethereum: {
|
|
6588
|
-
readonly
|
|
6767
|
+
readonly porticoUniswap: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
6589
6768
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6769
|
+
readonly porticoPancakeSwap: "0x4db1683d60e0a933A9A477a19FA32F472bB9d06e";
|
|
6770
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6590
6771
|
};
|
|
6591
6772
|
readonly Polygon: {
|
|
6592
|
-
readonly
|
|
6773
|
+
readonly porticoUniswap: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
6593
6774
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6775
|
+
readonly porticoPancakeSwap: undefined;
|
|
6776
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6594
6777
|
};
|
|
6595
6778
|
readonly Bsc: {
|
|
6596
|
-
readonly
|
|
6779
|
+
readonly porticoUniswap: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
6597
6780
|
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
6781
|
+
readonly porticoPancakeSwap: "0xF352DC165783538A26e38A536e76DceF227d90F2";
|
|
6782
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6598
6783
|
};
|
|
6599
6784
|
readonly Avalanche: {
|
|
6600
|
-
readonly
|
|
6785
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6601
6786
|
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
6787
|
+
readonly porticoPancakeSwap: undefined;
|
|
6788
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6602
6789
|
};
|
|
6603
6790
|
readonly Arbitrum: {
|
|
6604
|
-
readonly
|
|
6791
|
+
readonly porticoUniswap: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
6605
6792
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6793
|
+
readonly porticoPancakeSwap: "0xE70946692E2e56ae47BfAe2d93d31bd60952B090";
|
|
6794
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6606
6795
|
};
|
|
6607
6796
|
readonly Optimism: {
|
|
6608
|
-
readonly
|
|
6797
|
+
readonly porticoUniswap: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
6609
6798
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6799
|
+
readonly porticoPancakeSwap: undefined;
|
|
6800
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6610
6801
|
};
|
|
6611
6802
|
readonly Base: {
|
|
6612
|
-
readonly
|
|
6803
|
+
readonly porticoUniswap: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
6613
6804
|
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
6805
|
+
readonly porticoPancakeSwap: "0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf";
|
|
6806
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6807
|
+
};
|
|
6808
|
+
readonly Celo: {
|
|
6809
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6810
|
+
readonly uniswapQuoterV2: "0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8";
|
|
6811
|
+
readonly porticoPancakeSwap: undefined;
|
|
6812
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6614
6813
|
};
|
|
6615
6814
|
};
|
|
6616
6815
|
}[T_2] ? T_4 extends {
|
|
@@ -6621,312 +6820,512 @@ export declare const portico: (<const K1 extends "Mainnet", const K2 extends key
|
|
|
6621
6820
|
readonly has: (args_0: import("../../utils/metaprogramming.js").Widen<({
|
|
6622
6821
|
readonly Mainnet: {
|
|
6623
6822
|
readonly Ethereum: {
|
|
6624
|
-
readonly
|
|
6823
|
+
readonly porticoUniswap: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
6625
6824
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6825
|
+
readonly porticoPancakeSwap: "0x4db1683d60e0a933A9A477a19FA32F472bB9d06e";
|
|
6826
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6626
6827
|
};
|
|
6627
6828
|
readonly Polygon: {
|
|
6628
|
-
readonly
|
|
6829
|
+
readonly porticoUniswap: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
6629
6830
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6831
|
+
readonly porticoPancakeSwap: undefined;
|
|
6832
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6630
6833
|
};
|
|
6631
6834
|
readonly Bsc: {
|
|
6632
|
-
readonly
|
|
6835
|
+
readonly porticoUniswap: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
6633
6836
|
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
6837
|
+
readonly porticoPancakeSwap: "0xF352DC165783538A26e38A536e76DceF227d90F2";
|
|
6838
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6634
6839
|
};
|
|
6635
6840
|
readonly Avalanche: {
|
|
6636
|
-
readonly
|
|
6841
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6637
6842
|
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
6843
|
+
readonly porticoPancakeSwap: undefined;
|
|
6844
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6638
6845
|
};
|
|
6639
6846
|
readonly Arbitrum: {
|
|
6640
|
-
readonly
|
|
6847
|
+
readonly porticoUniswap: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
6641
6848
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6849
|
+
readonly porticoPancakeSwap: "0xE70946692E2e56ae47BfAe2d93d31bd60952B090";
|
|
6850
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6642
6851
|
};
|
|
6643
6852
|
readonly Optimism: {
|
|
6644
|
-
readonly
|
|
6853
|
+
readonly porticoUniswap: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
6645
6854
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6855
|
+
readonly porticoPancakeSwap: undefined;
|
|
6856
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6646
6857
|
};
|
|
6647
6858
|
readonly Base: {
|
|
6648
|
-
readonly
|
|
6859
|
+
readonly porticoUniswap: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
6649
6860
|
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
6861
|
+
readonly porticoPancakeSwap: "0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf";
|
|
6862
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6863
|
+
};
|
|
6864
|
+
readonly Celo: {
|
|
6865
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6866
|
+
readonly uniswapQuoterV2: "0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8";
|
|
6867
|
+
readonly porticoPancakeSwap: undefined;
|
|
6868
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6650
6869
|
};
|
|
6651
6870
|
};
|
|
6652
6871
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
6653
6872
|
readonly Mainnet: {
|
|
6654
6873
|
readonly Ethereum: {
|
|
6655
|
-
readonly
|
|
6874
|
+
readonly porticoUniswap: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
6656
6875
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6876
|
+
readonly porticoPancakeSwap: "0x4db1683d60e0a933A9A477a19FA32F472bB9d06e";
|
|
6877
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6657
6878
|
};
|
|
6658
6879
|
readonly Polygon: {
|
|
6659
|
-
readonly
|
|
6880
|
+
readonly porticoUniswap: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
6660
6881
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6882
|
+
readonly porticoPancakeSwap: undefined;
|
|
6883
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6661
6884
|
};
|
|
6662
6885
|
readonly Bsc: {
|
|
6663
|
-
readonly
|
|
6886
|
+
readonly porticoUniswap: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
6664
6887
|
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
6888
|
+
readonly porticoPancakeSwap: "0xF352DC165783538A26e38A536e76DceF227d90F2";
|
|
6889
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6665
6890
|
};
|
|
6666
6891
|
readonly Avalanche: {
|
|
6667
|
-
readonly
|
|
6892
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6668
6893
|
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
6894
|
+
readonly porticoPancakeSwap: undefined;
|
|
6895
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6669
6896
|
};
|
|
6670
6897
|
readonly Arbitrum: {
|
|
6671
|
-
readonly
|
|
6898
|
+
readonly porticoUniswap: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
6672
6899
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6900
|
+
readonly porticoPancakeSwap: "0xE70946692E2e56ae47BfAe2d93d31bd60952B090";
|
|
6901
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6673
6902
|
};
|
|
6674
6903
|
readonly Optimism: {
|
|
6675
|
-
readonly
|
|
6904
|
+
readonly porticoUniswap: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
6676
6905
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6906
|
+
readonly porticoPancakeSwap: undefined;
|
|
6907
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6677
6908
|
};
|
|
6678
6909
|
readonly Base: {
|
|
6679
|
-
readonly
|
|
6910
|
+
readonly porticoUniswap: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
6680
6911
|
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
6912
|
+
readonly porticoPancakeSwap: "0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf";
|
|
6913
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6914
|
+
};
|
|
6915
|
+
readonly Celo: {
|
|
6916
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6917
|
+
readonly uniswapQuoterV2: "0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8";
|
|
6918
|
+
readonly porticoPancakeSwap: undefined;
|
|
6919
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6681
6920
|
};
|
|
6682
6921
|
};
|
|
6683
6922
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
6684
6923
|
readonly Mainnet: {
|
|
6685
6924
|
readonly Ethereum: {
|
|
6686
|
-
readonly
|
|
6925
|
+
readonly porticoUniswap: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
6687
6926
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6927
|
+
readonly porticoPancakeSwap: "0x4db1683d60e0a933A9A477a19FA32F472bB9d06e";
|
|
6928
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6688
6929
|
};
|
|
6689
6930
|
readonly Polygon: {
|
|
6690
|
-
readonly
|
|
6931
|
+
readonly porticoUniswap: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
6691
6932
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6933
|
+
readonly porticoPancakeSwap: undefined;
|
|
6934
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6692
6935
|
};
|
|
6693
6936
|
readonly Bsc: {
|
|
6694
|
-
readonly
|
|
6937
|
+
readonly porticoUniswap: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
6695
6938
|
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
6939
|
+
readonly porticoPancakeSwap: "0xF352DC165783538A26e38A536e76DceF227d90F2";
|
|
6940
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6696
6941
|
};
|
|
6697
6942
|
readonly Avalanche: {
|
|
6698
|
-
readonly
|
|
6943
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6699
6944
|
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
6945
|
+
readonly porticoPancakeSwap: undefined;
|
|
6946
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6700
6947
|
};
|
|
6701
6948
|
readonly Arbitrum: {
|
|
6702
|
-
readonly
|
|
6949
|
+
readonly porticoUniswap: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
6703
6950
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6951
|
+
readonly porticoPancakeSwap: "0xE70946692E2e56ae47BfAe2d93d31bd60952B090";
|
|
6952
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6704
6953
|
};
|
|
6705
6954
|
readonly Optimism: {
|
|
6706
|
-
readonly
|
|
6955
|
+
readonly porticoUniswap: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
6707
6956
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6957
|
+
readonly porticoPancakeSwap: undefined;
|
|
6958
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6708
6959
|
};
|
|
6709
6960
|
readonly Base: {
|
|
6710
|
-
readonly
|
|
6961
|
+
readonly porticoUniswap: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
6711
6962
|
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
6963
|
+
readonly porticoPancakeSwap: "0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf";
|
|
6964
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6965
|
+
};
|
|
6966
|
+
readonly Celo: {
|
|
6967
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6968
|
+
readonly uniswapQuoterV2: "0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8";
|
|
6969
|
+
readonly porticoPancakeSwap: undefined;
|
|
6970
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6712
6971
|
};
|
|
6713
6972
|
};
|
|
6714
6973
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
6715
6974
|
readonly Mainnet: {
|
|
6716
6975
|
readonly Ethereum: {
|
|
6717
|
-
readonly
|
|
6976
|
+
readonly porticoUniswap: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
6718
6977
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6978
|
+
readonly porticoPancakeSwap: "0x4db1683d60e0a933A9A477a19FA32F472bB9d06e";
|
|
6979
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6719
6980
|
};
|
|
6720
6981
|
readonly Polygon: {
|
|
6721
|
-
readonly
|
|
6982
|
+
readonly porticoUniswap: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
6722
6983
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
6984
|
+
readonly porticoPancakeSwap: undefined;
|
|
6985
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6723
6986
|
};
|
|
6724
6987
|
readonly Bsc: {
|
|
6725
|
-
readonly
|
|
6988
|
+
readonly porticoUniswap: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
6726
6989
|
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
6990
|
+
readonly porticoPancakeSwap: "0xF352DC165783538A26e38A536e76DceF227d90F2";
|
|
6991
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6727
6992
|
};
|
|
6728
6993
|
readonly Avalanche: {
|
|
6729
|
-
readonly
|
|
6994
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6730
6995
|
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
6996
|
+
readonly porticoPancakeSwap: undefined;
|
|
6997
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6731
6998
|
};
|
|
6732
6999
|
readonly Arbitrum: {
|
|
6733
|
-
readonly
|
|
7000
|
+
readonly porticoUniswap: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
6734
7001
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7002
|
+
readonly porticoPancakeSwap: "0xE70946692E2e56ae47BfAe2d93d31bd60952B090";
|
|
7003
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6735
7004
|
};
|
|
6736
7005
|
readonly Optimism: {
|
|
6737
|
-
readonly
|
|
7006
|
+
readonly porticoUniswap: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
6738
7007
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7008
|
+
readonly porticoPancakeSwap: undefined;
|
|
7009
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6739
7010
|
};
|
|
6740
7011
|
readonly Base: {
|
|
6741
|
-
readonly
|
|
7012
|
+
readonly porticoUniswap: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
6742
7013
|
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
7014
|
+
readonly porticoPancakeSwap: "0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf";
|
|
7015
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
7016
|
+
};
|
|
7017
|
+
readonly Celo: {
|
|
7018
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
7019
|
+
readonly uniswapQuoterV2: "0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8";
|
|
7020
|
+
readonly porticoPancakeSwap: undefined;
|
|
7021
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6743
7022
|
};
|
|
6744
7023
|
};
|
|
6745
7024
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) ? T_6 extends `bigint(${infer V extends bigint})` ? V : T_6 extends `boolean(${infer V_1 extends boolean})` ? V_1 : T_6 : never : never>) => boolean;
|
|
6746
7025
|
readonly get: (args_0: import("../../utils/metaprogramming.js").Widen<({
|
|
6747
7026
|
readonly Mainnet: {
|
|
6748
7027
|
readonly Ethereum: {
|
|
6749
|
-
readonly
|
|
7028
|
+
readonly porticoUniswap: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
6750
7029
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7030
|
+
readonly porticoPancakeSwap: "0x4db1683d60e0a933A9A477a19FA32F472bB9d06e";
|
|
7031
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6751
7032
|
};
|
|
6752
7033
|
readonly Polygon: {
|
|
6753
|
-
readonly
|
|
7034
|
+
readonly porticoUniswap: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
6754
7035
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7036
|
+
readonly porticoPancakeSwap: undefined;
|
|
7037
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6755
7038
|
};
|
|
6756
7039
|
readonly Bsc: {
|
|
6757
|
-
readonly
|
|
7040
|
+
readonly porticoUniswap: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
6758
7041
|
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
7042
|
+
readonly porticoPancakeSwap: "0xF352DC165783538A26e38A536e76DceF227d90F2";
|
|
7043
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6759
7044
|
};
|
|
6760
7045
|
readonly Avalanche: {
|
|
6761
|
-
readonly
|
|
7046
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6762
7047
|
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
7048
|
+
readonly porticoPancakeSwap: undefined;
|
|
7049
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6763
7050
|
};
|
|
6764
7051
|
readonly Arbitrum: {
|
|
6765
|
-
readonly
|
|
7052
|
+
readonly porticoUniswap: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
6766
7053
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7054
|
+
readonly porticoPancakeSwap: "0xE70946692E2e56ae47BfAe2d93d31bd60952B090";
|
|
7055
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6767
7056
|
};
|
|
6768
7057
|
readonly Optimism: {
|
|
6769
|
-
readonly
|
|
7058
|
+
readonly porticoUniswap: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
6770
7059
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7060
|
+
readonly porticoPancakeSwap: undefined;
|
|
7061
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6771
7062
|
};
|
|
6772
7063
|
readonly Base: {
|
|
6773
|
-
readonly
|
|
7064
|
+
readonly porticoUniswap: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
6774
7065
|
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
7066
|
+
readonly porticoPancakeSwap: "0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf";
|
|
7067
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
7068
|
+
};
|
|
7069
|
+
readonly Celo: {
|
|
7070
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
7071
|
+
readonly uniswapQuoterV2: "0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8";
|
|
7072
|
+
readonly porticoPancakeSwap: undefined;
|
|
7073
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6775
7074
|
};
|
|
6776
7075
|
};
|
|
6777
7076
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
6778
7077
|
readonly Mainnet: {
|
|
6779
7078
|
readonly Ethereum: {
|
|
6780
|
-
readonly
|
|
7079
|
+
readonly porticoUniswap: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
6781
7080
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7081
|
+
readonly porticoPancakeSwap: "0x4db1683d60e0a933A9A477a19FA32F472bB9d06e";
|
|
7082
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6782
7083
|
};
|
|
6783
7084
|
readonly Polygon: {
|
|
6784
|
-
readonly
|
|
7085
|
+
readonly porticoUniswap: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
6785
7086
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7087
|
+
readonly porticoPancakeSwap: undefined;
|
|
7088
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6786
7089
|
};
|
|
6787
7090
|
readonly Bsc: {
|
|
6788
|
-
readonly
|
|
7091
|
+
readonly porticoUniswap: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
6789
7092
|
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
7093
|
+
readonly porticoPancakeSwap: "0xF352DC165783538A26e38A536e76DceF227d90F2";
|
|
7094
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6790
7095
|
};
|
|
6791
7096
|
readonly Avalanche: {
|
|
6792
|
-
readonly
|
|
7097
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6793
7098
|
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
7099
|
+
readonly porticoPancakeSwap: undefined;
|
|
7100
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6794
7101
|
};
|
|
6795
7102
|
readonly Arbitrum: {
|
|
6796
|
-
readonly
|
|
7103
|
+
readonly porticoUniswap: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
6797
7104
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7105
|
+
readonly porticoPancakeSwap: "0xE70946692E2e56ae47BfAe2d93d31bd60952B090";
|
|
7106
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6798
7107
|
};
|
|
6799
7108
|
readonly Optimism: {
|
|
6800
|
-
readonly
|
|
7109
|
+
readonly porticoUniswap: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
6801
7110
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7111
|
+
readonly porticoPancakeSwap: undefined;
|
|
7112
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6802
7113
|
};
|
|
6803
7114
|
readonly Base: {
|
|
6804
|
-
readonly
|
|
7115
|
+
readonly porticoUniswap: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
6805
7116
|
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
7117
|
+
readonly porticoPancakeSwap: "0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf";
|
|
7118
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
7119
|
+
};
|
|
7120
|
+
readonly Celo: {
|
|
7121
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
7122
|
+
readonly uniswapQuoterV2: "0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8";
|
|
7123
|
+
readonly porticoPancakeSwap: undefined;
|
|
7124
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6806
7125
|
};
|
|
6807
7126
|
};
|
|
6808
7127
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
6809
7128
|
readonly Mainnet: {
|
|
6810
7129
|
readonly Ethereum: {
|
|
6811
|
-
readonly
|
|
7130
|
+
readonly porticoUniswap: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
6812
7131
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7132
|
+
readonly porticoPancakeSwap: "0x4db1683d60e0a933A9A477a19FA32F472bB9d06e";
|
|
7133
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6813
7134
|
};
|
|
6814
7135
|
readonly Polygon: {
|
|
6815
|
-
readonly
|
|
7136
|
+
readonly porticoUniswap: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
6816
7137
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7138
|
+
readonly porticoPancakeSwap: undefined;
|
|
7139
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6817
7140
|
};
|
|
6818
7141
|
readonly Bsc: {
|
|
6819
|
-
readonly
|
|
7142
|
+
readonly porticoUniswap: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
6820
7143
|
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
7144
|
+
readonly porticoPancakeSwap: "0xF352DC165783538A26e38A536e76DceF227d90F2";
|
|
7145
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6821
7146
|
};
|
|
6822
7147
|
readonly Avalanche: {
|
|
6823
|
-
readonly
|
|
7148
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6824
7149
|
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
7150
|
+
readonly porticoPancakeSwap: undefined;
|
|
7151
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6825
7152
|
};
|
|
6826
7153
|
readonly Arbitrum: {
|
|
6827
|
-
readonly
|
|
7154
|
+
readonly porticoUniswap: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
6828
7155
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7156
|
+
readonly porticoPancakeSwap: "0xE70946692E2e56ae47BfAe2d93d31bd60952B090";
|
|
7157
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6829
7158
|
};
|
|
6830
7159
|
readonly Optimism: {
|
|
6831
|
-
readonly
|
|
7160
|
+
readonly porticoUniswap: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
6832
7161
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7162
|
+
readonly porticoPancakeSwap: undefined;
|
|
7163
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6833
7164
|
};
|
|
6834
7165
|
readonly Base: {
|
|
6835
|
-
readonly
|
|
7166
|
+
readonly porticoUniswap: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
6836
7167
|
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
7168
|
+
readonly porticoPancakeSwap: "0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf";
|
|
7169
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
7170
|
+
};
|
|
7171
|
+
readonly Celo: {
|
|
7172
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
7173
|
+
readonly uniswapQuoterV2: "0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8";
|
|
7174
|
+
readonly porticoPancakeSwap: undefined;
|
|
7175
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6837
7176
|
};
|
|
6838
7177
|
};
|
|
6839
7178
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
6840
7179
|
readonly Mainnet: {
|
|
6841
7180
|
readonly Ethereum: {
|
|
6842
|
-
readonly
|
|
7181
|
+
readonly porticoUniswap: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
6843
7182
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7183
|
+
readonly porticoPancakeSwap: "0x4db1683d60e0a933A9A477a19FA32F472bB9d06e";
|
|
7184
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6844
7185
|
};
|
|
6845
7186
|
readonly Polygon: {
|
|
6846
|
-
readonly
|
|
7187
|
+
readonly porticoUniswap: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
6847
7188
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7189
|
+
readonly porticoPancakeSwap: undefined;
|
|
7190
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6848
7191
|
};
|
|
6849
7192
|
readonly Bsc: {
|
|
6850
|
-
readonly
|
|
7193
|
+
readonly porticoUniswap: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
6851
7194
|
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
7195
|
+
readonly porticoPancakeSwap: "0xF352DC165783538A26e38A536e76DceF227d90F2";
|
|
7196
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6852
7197
|
};
|
|
6853
7198
|
readonly Avalanche: {
|
|
6854
|
-
readonly
|
|
7199
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6855
7200
|
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
7201
|
+
readonly porticoPancakeSwap: undefined;
|
|
7202
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6856
7203
|
};
|
|
6857
7204
|
readonly Arbitrum: {
|
|
6858
|
-
readonly
|
|
7205
|
+
readonly porticoUniswap: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
6859
7206
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7207
|
+
readonly porticoPancakeSwap: "0xE70946692E2e56ae47BfAe2d93d31bd60952B090";
|
|
7208
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6860
7209
|
};
|
|
6861
7210
|
readonly Optimism: {
|
|
6862
|
-
readonly
|
|
7211
|
+
readonly porticoUniswap: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
6863
7212
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7213
|
+
readonly porticoPancakeSwap: undefined;
|
|
7214
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6864
7215
|
};
|
|
6865
7216
|
readonly Base: {
|
|
6866
|
-
readonly
|
|
7217
|
+
readonly porticoUniswap: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
6867
7218
|
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
7219
|
+
readonly porticoPancakeSwap: "0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf";
|
|
7220
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
7221
|
+
};
|
|
7222
|
+
readonly Celo: {
|
|
7223
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
7224
|
+
readonly uniswapQuoterV2: "0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8";
|
|
7225
|
+
readonly porticoPancakeSwap: undefined;
|
|
7226
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6868
7227
|
};
|
|
6869
7228
|
};
|
|
6870
7229
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) ? T_6 extends `bigint(${infer V extends bigint})` ? V : T_6 extends `boolean(${infer V_1 extends boolean})` ? V_1 : T_6 : never : never>) => ({
|
|
6871
7230
|
readonly Mainnet: {
|
|
6872
7231
|
readonly Ethereum: {
|
|
6873
|
-
readonly
|
|
7232
|
+
readonly porticoUniswap: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
6874
7233
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7234
|
+
readonly porticoPancakeSwap: "0x4db1683d60e0a933A9A477a19FA32F472bB9d06e";
|
|
7235
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6875
7236
|
};
|
|
6876
7237
|
readonly Polygon: {
|
|
6877
|
-
readonly
|
|
7238
|
+
readonly porticoUniswap: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
6878
7239
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7240
|
+
readonly porticoPancakeSwap: undefined;
|
|
7241
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6879
7242
|
};
|
|
6880
7243
|
readonly Bsc: {
|
|
6881
|
-
readonly
|
|
7244
|
+
readonly porticoUniswap: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
6882
7245
|
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
7246
|
+
readonly porticoPancakeSwap: "0xF352DC165783538A26e38A536e76DceF227d90F2";
|
|
7247
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6883
7248
|
};
|
|
6884
7249
|
readonly Avalanche: {
|
|
6885
|
-
readonly
|
|
7250
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6886
7251
|
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
7252
|
+
readonly porticoPancakeSwap: undefined;
|
|
7253
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6887
7254
|
};
|
|
6888
7255
|
readonly Arbitrum: {
|
|
6889
|
-
readonly
|
|
7256
|
+
readonly porticoUniswap: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
6890
7257
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7258
|
+
readonly porticoPancakeSwap: "0xE70946692E2e56ae47BfAe2d93d31bd60952B090";
|
|
7259
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6891
7260
|
};
|
|
6892
7261
|
readonly Optimism: {
|
|
6893
|
-
readonly
|
|
7262
|
+
readonly porticoUniswap: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
6894
7263
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7264
|
+
readonly porticoPancakeSwap: undefined;
|
|
7265
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6895
7266
|
};
|
|
6896
7267
|
readonly Base: {
|
|
6897
|
-
readonly
|
|
7268
|
+
readonly porticoUniswap: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
6898
7269
|
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
7270
|
+
readonly porticoPancakeSwap: "0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf";
|
|
7271
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
7272
|
+
};
|
|
7273
|
+
readonly Celo: {
|
|
7274
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
7275
|
+
readonly uniswapQuoterV2: "0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8";
|
|
7276
|
+
readonly porticoPancakeSwap: undefined;
|
|
7277
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6899
7278
|
};
|
|
6900
7279
|
};
|
|
6901
7280
|
}[T_2] extends infer T_7 ? T_7 extends {
|
|
6902
7281
|
readonly Mainnet: {
|
|
6903
7282
|
readonly Ethereum: {
|
|
6904
|
-
readonly
|
|
7283
|
+
readonly porticoUniswap: "0x48b6101128C0ed1E208b7C910e60542A2ee6f476";
|
|
6905
7284
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7285
|
+
readonly porticoPancakeSwap: "0x4db1683d60e0a933A9A477a19FA32F472bB9d06e";
|
|
7286
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6906
7287
|
};
|
|
6907
7288
|
readonly Polygon: {
|
|
6908
|
-
readonly
|
|
7289
|
+
readonly porticoUniswap: "0x227bABe533fa9a1085f5261210E0B7137E44437B";
|
|
6909
7290
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7291
|
+
readonly porticoPancakeSwap: undefined;
|
|
7292
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6910
7293
|
};
|
|
6911
7294
|
readonly Bsc: {
|
|
6912
|
-
readonly
|
|
7295
|
+
readonly porticoUniswap: "0x05498574BD0Fa99eeCB01e1241661E7eE58F8a85";
|
|
6913
7296
|
readonly uniswapQuoterV2: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077";
|
|
7297
|
+
readonly porticoPancakeSwap: "0xF352DC165783538A26e38A536e76DceF227d90F2";
|
|
7298
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6914
7299
|
};
|
|
6915
7300
|
readonly Avalanche: {
|
|
6916
|
-
readonly
|
|
7301
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
6917
7302
|
readonly uniswapQuoterV2: "0xbe0F5544EC67e9B3b2D979aaA43f18Fd87E6257F";
|
|
7303
|
+
readonly porticoPancakeSwap: undefined;
|
|
7304
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6918
7305
|
};
|
|
6919
7306
|
readonly Arbitrum: {
|
|
6920
|
-
readonly
|
|
7307
|
+
readonly porticoUniswap: "0x48fa7528bFD6164DdF09dF0Ed22451cF59c84130";
|
|
6921
7308
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7309
|
+
readonly porticoPancakeSwap: "0xE70946692E2e56ae47BfAe2d93d31bd60952B090";
|
|
7310
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
6922
7311
|
};
|
|
6923
7312
|
readonly Optimism: {
|
|
6924
|
-
readonly
|
|
7313
|
+
readonly porticoUniswap: "0x9ae506cDDd27DEe1275fd1fe6627E5dc65257061";
|
|
6925
7314
|
readonly uniswapQuoterV2: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e";
|
|
7315
|
+
readonly porticoPancakeSwap: undefined;
|
|
7316
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6926
7317
|
};
|
|
6927
7318
|
readonly Base: {
|
|
6928
|
-
readonly
|
|
7319
|
+
readonly porticoUniswap: "0x610d4DFAC3EC32e0be98D18DDb280DACD76A1889";
|
|
6929
7320
|
readonly uniswapQuoterV2: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
7321
|
+
readonly porticoPancakeSwap: "0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf";
|
|
7322
|
+
readonly pancakeSwapQuoterV2: "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997";
|
|
7323
|
+
};
|
|
7324
|
+
readonly Celo: {
|
|
7325
|
+
readonly porticoUniswap: "0xE565E118e75304dD3cF83dff409c90034b7EA18a";
|
|
7326
|
+
readonly uniswapQuoterV2: "0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8";
|
|
7327
|
+
readonly porticoPancakeSwap: undefined;
|
|
7328
|
+
readonly pancakeSwapQuoterV2: undefined;
|
|
6930
7329
|
};
|
|
6931
7330
|
};
|
|
6932
7331
|
}[T_2] ? T_7 extends Object ? T_7[keyof T_7] : never : never : never) | undefined;
|
|
@@ -8969,9 +9368,9 @@ export declare const circleContractChains: (<const K1 extends "Mainnet" | "Testn
|
|
|
8969
9368
|
readonly get: (args_0: string) => ["Sepolia", "Avalanche", "OptimismSepolia", "ArbitrumSepolia", "Solana", "BaseSepolia", "Polygon"] | ["Ethereum", "Avalanche", "Optimism", "Arbitrum", "Base", "Solana", "Polygon"] | undefined;
|
|
8970
9369
|
};
|
|
8971
9370
|
export declare const porticoContractChains: (<const K1 extends "Mainnet">(args_0: K1) => {
|
|
8972
|
-
Mainnet: ["Ethereum", "Polygon", "Bsc", "Avalanche", "Arbitrum", "Optimism", "Base"];
|
|
9371
|
+
Mainnet: ["Ethereum", "Polygon", "Bsc", "Avalanche", "Arbitrum", "Optimism", "Base", "Celo"];
|
|
8973
9372
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1]) & {
|
|
8974
9373
|
readonly has: (args_0: string) => boolean;
|
|
8975
|
-
readonly get: (args_0: string) => ["Ethereum", "Polygon", "Bsc", "Avalanche", "Arbitrum", "Optimism", "Base"] | undefined;
|
|
9374
|
+
readonly get: (args_0: string) => ["Ethereum", "Polygon", "Bsc", "Avalanche", "Arbitrum", "Optimism", "Base", "Celo"] | undefined;
|
|
8976
9375
|
};
|
|
8977
9376
|
//# sourceMappingURL=index.d.ts.map
|