@steerprotocol/sdk 3.0.27 → 3.1.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/index.browser.mjs +72 -4
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.cjs +72 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +103 -95
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +72 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -164,7 +164,8 @@ declare enum Chain {
|
|
|
164
164
|
Saga = "Saga",
|
|
165
165
|
Nibiru = "Nibiru",
|
|
166
166
|
Hyperevm = "Hyperevm",
|
|
167
|
-
Bittensor = "Bittensor"
|
|
167
|
+
Bittensor = "Bittensor",
|
|
168
|
+
Robinhood = "Robinhood"
|
|
168
169
|
}
|
|
169
170
|
declare const ChainId: { [key in Chain]: number };
|
|
170
171
|
declare enum Protocol {
|
|
@@ -7478,130 +7479,130 @@ declare const abis: {
|
|
|
7478
7479
|
};
|
|
7479
7480
|
//#endregion
|
|
7480
7481
|
//#region src/const/deployments/apechain.d.ts
|
|
7481
|
-
interface Contract$
|
|
7482
|
+
interface Contract$48 {
|
|
7482
7483
|
address: string;
|
|
7483
7484
|
startBlock?: number;
|
|
7484
7485
|
}
|
|
7485
|
-
declare const apechainAddresses: Record<string, Contract$
|
|
7486
|
+
declare const apechainAddresses: Record<string, Contract$48>;
|
|
7486
7487
|
//#endregion
|
|
7487
7488
|
//#region src/const/deployments/arbitrum.d.ts
|
|
7488
|
-
interface Contract$
|
|
7489
|
+
interface Contract$47 {
|
|
7489
7490
|
address: string;
|
|
7490
7491
|
startBlock?: number;
|
|
7491
7492
|
}
|
|
7492
|
-
declare const arbitrumAddresses: Record<string, Contract$
|
|
7493
|
+
declare const arbitrumAddresses: Record<string, Contract$47>;
|
|
7493
7494
|
//#endregion
|
|
7494
7495
|
//#region src/const/deployments/arbitrumgoerli.d.ts
|
|
7495
|
-
interface Contract$
|
|
7496
|
+
interface Contract$46 {
|
|
7496
7497
|
address: string;
|
|
7497
7498
|
startBlock?: number;
|
|
7498
7499
|
}
|
|
7499
|
-
declare const arbitrumgoerliAddresses: Record<string, Contract$
|
|
7500
|
+
declare const arbitrumgoerliAddresses: Record<string, Contract$46>;
|
|
7500
7501
|
//#endregion
|
|
7501
7502
|
//#region src/const/deployments/astar.d.ts
|
|
7502
|
-
interface Contract$
|
|
7503
|
+
interface Contract$45 {
|
|
7503
7504
|
address: string;
|
|
7504
7505
|
startBlock?: number;
|
|
7505
7506
|
}
|
|
7506
|
-
declare const astarAddresses: Record<string, Contract$
|
|
7507
|
+
declare const astarAddresses: Record<string, Contract$45>;
|
|
7507
7508
|
//#endregion
|
|
7508
7509
|
//#region src/const/deployments/astarzkevm.d.ts
|
|
7509
|
-
interface Contract$
|
|
7510
|
+
interface Contract$44 {
|
|
7510
7511
|
address: string;
|
|
7511
7512
|
startBlock?: number;
|
|
7512
7513
|
}
|
|
7513
|
-
declare const astarzkevmAddresses: Record<string, Contract$
|
|
7514
|
+
declare const astarzkevmAddresses: Record<string, Contract$44>;
|
|
7514
7515
|
//#endregion
|
|
7515
7516
|
//#region src/const/deployments/avalanche.d.ts
|
|
7516
|
-
interface Contract$
|
|
7517
|
+
interface Contract$43 {
|
|
7517
7518
|
address: string;
|
|
7518
7519
|
startBlock?: number;
|
|
7519
7520
|
}
|
|
7520
|
-
declare const avalancheAddresses: Record<string, Contract$
|
|
7521
|
+
declare const avalancheAddresses: Record<string, Contract$43>;
|
|
7521
7522
|
//#endregion
|
|
7522
7523
|
//#region src/const/deployments/bartiotest.d.ts
|
|
7523
|
-
interface Contract$
|
|
7524
|
+
interface Contract$42 {
|
|
7524
7525
|
address: string;
|
|
7525
7526
|
startBlock?: number;
|
|
7526
7527
|
}
|
|
7527
|
-
declare const bartiotestAddresses: Record<string, Contract$
|
|
7528
|
+
declare const bartiotestAddresses: Record<string, Contract$42>;
|
|
7528
7529
|
//#endregion
|
|
7529
7530
|
//#region src/const/deployments/base.d.ts
|
|
7530
|
-
interface Contract$
|
|
7531
|
+
interface Contract$41 {
|
|
7531
7532
|
address: string;
|
|
7532
7533
|
startBlock?: number;
|
|
7533
7534
|
}
|
|
7534
|
-
declare const baseAddresses: Record<string, Contract$
|
|
7535
|
+
declare const baseAddresses: Record<string, Contract$41>;
|
|
7535
7536
|
//#endregion
|
|
7536
7537
|
//#region src/const/deployments/blast.d.ts
|
|
7537
|
-
interface Contract$
|
|
7538
|
+
interface Contract$40 {
|
|
7538
7539
|
address: string;
|
|
7539
7540
|
startBlock?: number;
|
|
7540
7541
|
}
|
|
7541
|
-
declare const blastAddresses: Record<string, Contract$
|
|
7542
|
+
declare const blastAddresses: Record<string, Contract$40>;
|
|
7542
7543
|
//#endregion
|
|
7543
7544
|
//#region src/const/deployments/bsc.d.ts
|
|
7544
|
-
interface Contract$
|
|
7545
|
+
interface Contract$39 {
|
|
7545
7546
|
address: string;
|
|
7546
7547
|
startBlock?: number;
|
|
7547
7548
|
}
|
|
7548
|
-
declare const bscAddresses: Record<string, Contract$
|
|
7549
|
+
declare const bscAddresses: Record<string, Contract$39>;
|
|
7549
7550
|
//#endregion
|
|
7550
7551
|
//#region src/const/deployments/celo.d.ts
|
|
7551
|
-
interface Contract$
|
|
7552
|
+
interface Contract$38 {
|
|
7552
7553
|
address: string;
|
|
7553
7554
|
startBlock?: number;
|
|
7554
7555
|
}
|
|
7555
|
-
declare const celoAddresses: Record<string, Contract$
|
|
7556
|
+
declare const celoAddresses: Record<string, Contract$38>;
|
|
7556
7557
|
//#endregion
|
|
7557
7558
|
//#region src/const/deployments/evmos.d.ts
|
|
7558
|
-
interface Contract$
|
|
7559
|
+
interface Contract$37 {
|
|
7559
7560
|
address: string;
|
|
7560
7561
|
startBlock?: number;
|
|
7561
7562
|
}
|
|
7562
|
-
declare const evmosAddresses: Record<string, Contract$
|
|
7563
|
+
declare const evmosAddresses: Record<string, Contract$37>;
|
|
7563
7564
|
//#endregion
|
|
7564
7565
|
//#region src/const/deployments/fantom.d.ts
|
|
7565
|
-
interface Contract$
|
|
7566
|
+
interface Contract$36 {
|
|
7566
7567
|
address: string;
|
|
7567
7568
|
startBlock?: number;
|
|
7568
7569
|
}
|
|
7569
|
-
declare const fantomAddresses: Record<string, Contract$
|
|
7570
|
+
declare const fantomAddresses: Record<string, Contract$36>;
|
|
7570
7571
|
//#endregion
|
|
7571
7572
|
//#region src/const/deployments/filecoin.d.ts
|
|
7572
|
-
interface Contract$
|
|
7573
|
+
interface Contract$35 {
|
|
7573
7574
|
address: string;
|
|
7574
7575
|
startBlock?: number;
|
|
7575
7576
|
}
|
|
7576
|
-
declare const filecoinAddresses: Record<string, Contract$
|
|
7577
|
+
declare const filecoinAddresses: Record<string, Contract$35>;
|
|
7577
7578
|
//#endregion
|
|
7578
7579
|
//#region src/const/deployments/flare.d.ts
|
|
7579
|
-
interface Contract$
|
|
7580
|
+
interface Contract$34 {
|
|
7580
7581
|
address: string;
|
|
7581
7582
|
startBlock?: number;
|
|
7582
7583
|
}
|
|
7583
|
-
declare const flareAddresses: Record<string, Contract$
|
|
7584
|
+
declare const flareAddresses: Record<string, Contract$34>;
|
|
7584
7585
|
//#endregion
|
|
7585
7586
|
//#region src/const/deployments/goerli.d.ts
|
|
7586
|
-
interface Contract$
|
|
7587
|
+
interface Contract$33 {
|
|
7587
7588
|
address: string;
|
|
7588
7589
|
startBlock?: number;
|
|
7589
7590
|
}
|
|
7590
|
-
declare const goerliAddresses: Record<string, Contract$
|
|
7591
|
+
declare const goerliAddresses: Record<string, Contract$33>;
|
|
7591
7592
|
//#endregion
|
|
7592
7593
|
//#region src/const/deployments/kava.d.ts
|
|
7593
|
-
interface Contract$
|
|
7594
|
+
interface Contract$32 {
|
|
7594
7595
|
address: string;
|
|
7595
7596
|
startBlock?: number;
|
|
7596
7597
|
}
|
|
7597
|
-
declare const kavaAddresses: Record<string, Contract$
|
|
7598
|
+
declare const kavaAddresses: Record<string, Contract$32>;
|
|
7598
7599
|
//#endregion
|
|
7599
7600
|
//#region src/const/deployments/linea.d.ts
|
|
7600
|
-
interface Contract$
|
|
7601
|
+
interface Contract$31 {
|
|
7601
7602
|
address: string;
|
|
7602
7603
|
startBlock?: number;
|
|
7603
7604
|
}
|
|
7604
|
-
declare const lineaAddresses: Record<string, Contract$
|
|
7605
|
+
declare const lineaAddresses: Record<string, Contract$31>;
|
|
7605
7606
|
//#endregion
|
|
7606
7607
|
//#region src/const/deployments/localhost.d.ts
|
|
7607
7608
|
declare const localhostAddresses: {
|
|
@@ -7613,207 +7614,214 @@ declare const localhostAddresses: {
|
|
|
7613
7614
|
};
|
|
7614
7615
|
//#endregion
|
|
7615
7616
|
//#region src/const/deployments/eth.d.ts
|
|
7616
|
-
interface Contract$
|
|
7617
|
+
interface Contract$30 {
|
|
7617
7618
|
address: string;
|
|
7618
7619
|
startBlock?: number;
|
|
7619
7620
|
}
|
|
7620
|
-
declare const ethAddresses: Record<string, Contract$
|
|
7621
|
+
declare const ethAddresses: Record<string, Contract$30>;
|
|
7621
7622
|
//#endregion
|
|
7622
7623
|
//#region src/const/deployments/manta.d.ts
|
|
7623
|
-
interface Contract$
|
|
7624
|
+
interface Contract$29 {
|
|
7624
7625
|
address: string;
|
|
7625
7626
|
startBlock?: number;
|
|
7626
7627
|
}
|
|
7627
|
-
declare const mantaAddresses: Record<string, Contract$
|
|
7628
|
+
declare const mantaAddresses: Record<string, Contract$29>;
|
|
7628
7629
|
//#endregion
|
|
7629
7630
|
//#region src/const/deployments/mantle.d.ts
|
|
7630
|
-
interface Contract$
|
|
7631
|
+
interface Contract$28 {
|
|
7631
7632
|
address: string;
|
|
7632
7633
|
startBlock?: number;
|
|
7633
7634
|
}
|
|
7634
|
-
declare const mantleAddresses: Record<string, Contract$
|
|
7635
|
+
declare const mantleAddresses: Record<string, Contract$28>;
|
|
7635
7636
|
//#endregion
|
|
7636
7637
|
//#region src/const/deployments/metis.d.ts
|
|
7637
|
-
interface Contract$
|
|
7638
|
+
interface Contract$27 {
|
|
7638
7639
|
address: string;
|
|
7639
7640
|
startBlock?: number;
|
|
7640
7641
|
}
|
|
7641
|
-
declare const metisAddresses: Record<string, Contract$
|
|
7642
|
+
declare const metisAddresses: Record<string, Contract$27>;
|
|
7642
7643
|
//#endregion
|
|
7643
7644
|
//#region src/const/deployments/mode.d.ts
|
|
7644
|
-
interface Contract$
|
|
7645
|
+
interface Contract$26 {
|
|
7645
7646
|
address: string;
|
|
7646
7647
|
startBlock?: number;
|
|
7647
7648
|
}
|
|
7648
|
-
declare const modeAddresses: Record<string, Contract$
|
|
7649
|
+
declare const modeAddresses: Record<string, Contract$26>;
|
|
7649
7650
|
//#endregion
|
|
7650
7651
|
//#region src/const/deployments/moonbeam.d.ts
|
|
7651
|
-
interface Contract$
|
|
7652
|
+
interface Contract$25 {
|
|
7652
7653
|
address: string;
|
|
7653
7654
|
startBlock?: number;
|
|
7654
7655
|
}
|
|
7655
|
-
declare const moonbeamAddresses: Record<string, Contract$
|
|
7656
|
+
declare const moonbeamAddresses: Record<string, Contract$25>;
|
|
7656
7657
|
//#endregion
|
|
7657
7658
|
//#region src/const/deployments/mumbai.d.ts
|
|
7658
|
-
interface Contract$
|
|
7659
|
+
interface Contract$24 {
|
|
7659
7660
|
address: string;
|
|
7660
7661
|
startBlock?: number;
|
|
7661
7662
|
}
|
|
7662
|
-
declare const mumbaiAddresses: Record<string, Contract$
|
|
7663
|
+
declare const mumbaiAddresses: Record<string, Contract$24>;
|
|
7663
7664
|
//#endregion
|
|
7664
7665
|
//#region src/const/deployments/okxtestnet.d.ts
|
|
7665
|
-
interface Contract$
|
|
7666
|
+
interface Contract$23 {
|
|
7666
7667
|
address: string;
|
|
7667
7668
|
startBlock?: number;
|
|
7668
7669
|
}
|
|
7669
|
-
declare const okxtestnetAddresses: Record<string, Contract$
|
|
7670
|
+
declare const okxtestnetAddresses: Record<string, Contract$23>;
|
|
7670
7671
|
//#endregion
|
|
7671
7672
|
//#region src/const/deployments/optimism.d.ts
|
|
7672
|
-
interface Contract$
|
|
7673
|
+
interface Contract$22 {
|
|
7673
7674
|
address: string;
|
|
7674
7675
|
startBlock?: number;
|
|
7675
7676
|
}
|
|
7676
|
-
declare const optimismAddresses: Record<string, Contract$
|
|
7677
|
+
declare const optimismAddresses: Record<string, Contract$22>;
|
|
7677
7678
|
//#endregion
|
|
7678
7679
|
//#region src/const/deployments/optimismgoerli.d.ts
|
|
7679
|
-
interface Contract$
|
|
7680
|
+
interface Contract$21 {
|
|
7680
7681
|
address: string;
|
|
7681
7682
|
startBlock?: number;
|
|
7682
7683
|
}
|
|
7683
|
-
declare const optimismgoerliAddresses: Record<string, Contract$
|
|
7684
|
+
declare const optimismgoerliAddresses: Record<string, Contract$21>;
|
|
7684
7685
|
//#endregion
|
|
7685
7686
|
//#region src/const/deployments/polygon.d.ts
|
|
7686
|
-
interface Contract$
|
|
7687
|
+
interface Contract$20 {
|
|
7687
7688
|
address: string;
|
|
7688
7689
|
startBlock?: number;
|
|
7689
7690
|
}
|
|
7690
|
-
declare const polygonAddresses: Record<string, Contract$
|
|
7691
|
+
declare const polygonAddresses: Record<string, Contract$20>;
|
|
7691
7692
|
//#endregion
|
|
7692
7693
|
//#region src/const/deployments/polyzkevm.d.ts
|
|
7693
|
-
interface Contract$
|
|
7694
|
+
interface Contract$19 {
|
|
7694
7695
|
address: string;
|
|
7695
7696
|
startBlock?: number;
|
|
7696
7697
|
}
|
|
7697
|
-
declare const polyzkevmAddresses: Record<string, Contract$
|
|
7698
|
+
declare const polyzkevmAddresses: Record<string, Contract$19>;
|
|
7698
7699
|
//#endregion
|
|
7699
7700
|
//#region src/const/deployments/rootstock.d.ts
|
|
7700
|
-
interface Contract$
|
|
7701
|
+
interface Contract$18 {
|
|
7701
7702
|
address: string;
|
|
7702
7703
|
startBlock?: number;
|
|
7703
7704
|
}
|
|
7704
|
-
declare const rootstockAddresses: Record<string, Contract$
|
|
7705
|
+
declare const rootstockAddresses: Record<string, Contract$18>;
|
|
7705
7706
|
//#endregion
|
|
7706
7707
|
//#region src/const/deployments/scroll.d.ts
|
|
7707
|
-
interface Contract$
|
|
7708
|
+
interface Contract$17 {
|
|
7708
7709
|
address: string;
|
|
7709
7710
|
startBlock?: number;
|
|
7710
7711
|
}
|
|
7711
|
-
declare const scrollAddresses: Record<string, Contract$
|
|
7712
|
+
declare const scrollAddresses: Record<string, Contract$17>;
|
|
7712
7713
|
//#endregion
|
|
7713
7714
|
//#region src/const/deployments/sei.d.ts
|
|
7714
|
-
interface Contract$
|
|
7715
|
+
interface Contract$16 {
|
|
7715
7716
|
address: string;
|
|
7716
7717
|
startBlock?: number;
|
|
7717
7718
|
}
|
|
7718
|
-
declare const seiAddresses: Record<string, Contract$
|
|
7719
|
+
declare const seiAddresses: Record<string, Contract$16>;
|
|
7719
7720
|
//#endregion
|
|
7720
7721
|
//#region src/const/deployments/sonic.d.ts
|
|
7721
|
-
interface Contract$
|
|
7722
|
+
interface Contract$15 {
|
|
7722
7723
|
address: string;
|
|
7723
7724
|
startBlock?: number;
|
|
7724
7725
|
}
|
|
7725
|
-
declare const sonicAddresses: Record<string, Contract$
|
|
7726
|
+
declare const sonicAddresses: Record<string, Contract$15>;
|
|
7726
7727
|
//#endregion
|
|
7727
7728
|
//#region src/const/deployments/taiko.d.ts
|
|
7728
|
-
interface Contract$
|
|
7729
|
+
interface Contract$14 {
|
|
7729
7730
|
address: string;
|
|
7730
7731
|
startBlock?: number;
|
|
7731
7732
|
}
|
|
7732
|
-
declare const taikoAddresses: Record<string, Contract$
|
|
7733
|
+
declare const taikoAddresses: Record<string, Contract$14>;
|
|
7733
7734
|
//#endregion
|
|
7734
7735
|
//#region src/const/deployments/telos.d.ts
|
|
7735
|
-
interface Contract$
|
|
7736
|
+
interface Contract$13 {
|
|
7736
7737
|
address: string;
|
|
7737
7738
|
startBlock?: number;
|
|
7738
7739
|
}
|
|
7739
|
-
declare const telosAddresses: Record<string, Contract$
|
|
7740
|
+
declare const telosAddresses: Record<string, Contract$13>;
|
|
7740
7741
|
//#endregion
|
|
7741
7742
|
//#region src/const/deployments/thundercore.d.ts
|
|
7742
|
-
interface Contract$
|
|
7743
|
+
interface Contract$12 {
|
|
7743
7744
|
address: string;
|
|
7744
7745
|
startBlock?: number;
|
|
7745
7746
|
}
|
|
7746
|
-
declare const thundercoreAddresses: Record<string, Contract$
|
|
7747
|
+
declare const thundercoreAddresses: Record<string, Contract$12>;
|
|
7747
7748
|
//#endregion
|
|
7748
7749
|
//#region src/const/deployments/xlayer.d.ts
|
|
7749
|
-
interface Contract$
|
|
7750
|
+
interface Contract$11 {
|
|
7750
7751
|
address: string;
|
|
7751
7752
|
startBlock?: number;
|
|
7752
7753
|
}
|
|
7753
|
-
declare const xlayerAddresses: Record<string, Contract$
|
|
7754
|
+
declare const xlayerAddresses: Record<string, Contract$11>;
|
|
7754
7755
|
//#endregion
|
|
7755
7756
|
//#region src/const/deployments/zircuit.d.ts
|
|
7756
|
-
interface Contract$
|
|
7757
|
+
interface Contract$10 {
|
|
7757
7758
|
address: string;
|
|
7758
7759
|
startBlock?: number;
|
|
7759
7760
|
}
|
|
7760
|
-
declare const zircuitAddresses: Record<string, Contract$
|
|
7761
|
+
declare const zircuitAddresses: Record<string, Contract$10>;
|
|
7761
7762
|
//#endregion
|
|
7762
7763
|
//#region src/const/deployments/hemi.d.ts
|
|
7763
|
-
interface Contract$
|
|
7764
|
+
interface Contract$9 {
|
|
7764
7765
|
address: string;
|
|
7765
7766
|
startBlock?: number;
|
|
7766
7767
|
}
|
|
7767
|
-
declare const hemiAddresses: Record<string, Contract$
|
|
7768
|
+
declare const hemiAddresses: Record<string, Contract$9>;
|
|
7768
7769
|
//#endregion
|
|
7769
7770
|
//#region src/const/deployments/soneium.d.ts
|
|
7770
|
-
interface Contract$
|
|
7771
|
+
interface Contract$8 {
|
|
7771
7772
|
address: string;
|
|
7772
7773
|
startBlock?: number;
|
|
7773
7774
|
}
|
|
7774
|
-
declare const soneiumAddresses: Record<string, Contract$
|
|
7775
|
+
declare const soneiumAddresses: Record<string, Contract$8>;
|
|
7775
7776
|
//#endregion
|
|
7776
7777
|
//#region src/const/deployments/uni.d.ts
|
|
7777
|
-
interface Contract$
|
|
7778
|
+
interface Contract$7 {
|
|
7778
7779
|
address: string;
|
|
7779
7780
|
startBlock?: number;
|
|
7780
7781
|
}
|
|
7781
|
-
declare const uniAddresses: Record<string, Contract$
|
|
7782
|
+
declare const uniAddresses: Record<string, Contract$7>;
|
|
7782
7783
|
//#endregion
|
|
7783
7784
|
//#region src/const/deployments/zeta.d.ts
|
|
7784
|
-
interface Contract$
|
|
7785
|
+
interface Contract$6 {
|
|
7785
7786
|
address: string;
|
|
7786
7787
|
startBlock?: number;
|
|
7787
7788
|
}
|
|
7788
|
-
declare const zetaAddresses: Record<string, Contract$
|
|
7789
|
+
declare const zetaAddresses: Record<string, Contract$6>;
|
|
7789
7790
|
//#endregion
|
|
7790
7791
|
//#region src/const/deployments/bera.d.ts
|
|
7791
|
-
interface Contract$
|
|
7792
|
+
interface Contract$5 {
|
|
7792
7793
|
address: string;
|
|
7793
7794
|
startBlock?: number;
|
|
7794
7795
|
}
|
|
7795
|
-
declare const beraAddresses: Record<string, Contract$
|
|
7796
|
+
declare const beraAddresses: Record<string, Contract$5>;
|
|
7796
7797
|
//#endregion
|
|
7797
7798
|
//#region src/const/deployments/katana.d.ts
|
|
7798
|
-
interface Contract$
|
|
7799
|
+
interface Contract$4 {
|
|
7799
7800
|
address: string;
|
|
7800
7801
|
startBlock?: number;
|
|
7801
7802
|
}
|
|
7802
|
-
declare const katanaAddresses: Record<string, Contract$
|
|
7803
|
+
declare const katanaAddresses: Record<string, Contract$4>;
|
|
7803
7804
|
//#endregion
|
|
7804
7805
|
//#region src/const/deployments/saga.d.ts
|
|
7805
|
-
interface Contract$
|
|
7806
|
+
interface Contract$3 {
|
|
7806
7807
|
address: string;
|
|
7807
7808
|
startBlock?: number;
|
|
7808
7809
|
}
|
|
7809
|
-
declare const sagaAddresses: Record<string, Contract$
|
|
7810
|
+
declare const sagaAddresses: Record<string, Contract$3>;
|
|
7810
7811
|
//#endregion
|
|
7811
7812
|
//#region src/const/deployments/bittensor.d.ts
|
|
7813
|
+
interface Contract$2 {
|
|
7814
|
+
address: string;
|
|
7815
|
+
startBlock?: number;
|
|
7816
|
+
}
|
|
7817
|
+
declare const bittensorAddresses: Record<string, Contract$2>;
|
|
7818
|
+
//#endregion
|
|
7819
|
+
//#region src/const/deployments/robinhood.d.ts
|
|
7812
7820
|
interface Contract$1 {
|
|
7813
7821
|
address: string;
|
|
7814
7822
|
startBlock?: number;
|
|
7815
7823
|
}
|
|
7816
|
-
declare const
|
|
7824
|
+
declare const robinhoodAddresses: Record<string, Contract$1>;
|
|
7817
7825
|
//#endregion
|
|
7818
7826
|
//#region src/const/capabilities.d.ts
|
|
7819
7827
|
type SupportedChainsFeature = 'subgraph' | 'deployments' | 'protocols' | 'singleAssetDeposit';
|
|
@@ -10670,5 +10678,5 @@ declare class FeeManagerClient extends SubgraphClient {
|
|
|
10670
10678
|
}[]>>;
|
|
10671
10679
|
}
|
|
10672
10680
|
//#endregion
|
|
10673
|
-
export { AERODROME_PROTOCOLS, ALGEBRA_INTEGRAL_PROTOCOLS, ALGEBRA_INTEGRAL_V_2_0_PROTOCOLS, ALGEBRA_PROTOCOLS, AMMConfigType, AMMType, API_URLS, AlgebgraHookBeacons, AlgebraIntegral21QuoteParams, AlgebraQuoteParams, AlgebraVaultDetails, ApiPageInfo, ApiVaultFilter, AprFilter, AprResponse, BaseQuoteParams, BaseVaultDetails, BlackholeAprDetailedParams, BlackholeAprDetailedResponse, BlackholeSnapshotAnalysis, CalculateLimitPriceParams, CalculateSwapAmountParams, Chain, ChainId, ClaimProofEdge, ClaimProofNode, ClaimProofsPageInfo, ClaimProofsResponse, ClaimRewardEdge, ClaimRewardNode, ClaimRewardParams, ClaimRewardsConnection, ClaimRewardsParams, Contract, ContractAddresses, ContractName, DIRECTIONAL_ALGEBRA_PROTOCOLS, DefaultFeeManagerConfigParams, DeprecationData, EstimateLpTokensParams, FEE_MANAGER_ABI, Fee, FeeManagerClient, FeeManagerConfigParams, FeeWithdrawalParams, FormattedRoute, GetRewardParams, GetSupportedChainsOptions, GlobalStateABI, type GraphQLPoolData, type GraphQLTokenData, LimitPoolState, LpPriceResponse, LpTokenEstimationResponse, MultiPositionManagers, MultiVaultFeeWithdrawalParams, MultipleFeeWithdrawalParams, NetworkConfig, NetworkData, Networks, POOLSHARK_PROTOCOLS, PageInfo, PendingRewardsParams, PendingRewardsResponse, PoolClient, PoolData, PoolEdge, PoolFilter, PoolNode, PoolSharkGlobalState, PoolSlot0, PoolsConnection, PoolsharkStructs, Protocol, ProtocolContractAddresses, ProtocolDetails, ProtocolInfo, QuickSwapQuoterV2, QuoteParams, QuoterFunctionArgs, QuoterV2ABI, QuoterV2AlgebgraIntegral, QuoterV2AlgebgraIntegral21, QuoterV2Factory, QuoterV2Shadow, QuoterV2Thick, Reward, RewardBalance, RewardSummary, RouteShortcut, SHADOW_PROTOCOLS, ShadowQuoteParams, SimulateSwapParams, SingleAssetDepositClient, SingleAssetDepositParams, SingleAssetDepositPreview, Slot0, SmartRewarderContract, SmartRewards, StabilityVaultInfo, StakeParams, Staking, StakingClient, StakingPool, StakingPoolFilter, StakingProtocol, SteerClient, SteerConfig, SteerResponse, SteerSupportedChains, StrykePositionManagers, SubgraphClient, SubgraphResponse, SubgraphVaultClient, SubgraphVaultDetails, SubgraphVaultDetailsWithLpData, SubgraphVaultPosition, SupportedChain, SupportedChainFeatures, SupportedChainsFeature, SupportedChainsInclude, SupportedProtocol, SwapAmountResponse, SwapSimulationResponse, ThickQuoteParams, Token0, Token1, TokenData, TokenEdge, TokenFilter, TokenNode, TokenValueParams, TokenValueResponse, TokensConnection, UniswapHookBeacons, UniswapQuoteParams, UniswapV3PoolABI, UniswapV3QuoterABI, VAULT_FEES_ABI, VaultAllowanceParams, VaultApproveParams, VaultApr, VaultBalanceParams, VaultClient, VaultDetails, VaultDetailsResponse, VaultEdge, VaultFetchOptions, VaultFilter, VaultNode, VaultTokens, VaultsConnection, WithdrawParams, abis, apechainAddresses, arbitrumAddresses, arbitrumgoerliAddresses, arthswapConfig, astarAddresses, astarzkevmAddresses, avalancheAddresses, bartiotestAddresses, baseAddresses, baseSwapConfig, basexConfig, beraAddresses, bittensorAddresses, bittensorUniV3Config, blastAddresses, bscAddresses, calculateLimitPrice, calculateSwapAmount, camelotConfig, celoAddresses, chainIdToName, chainNameToId, crustConfig, deprecatedBundlesURL, determineSwapDirection, equilibreConfig, erc1155Abi, erc20Abi, erc721Abi, estimateLpTokens, ethAddresses, evmosAddresses, fantomAddresses, fenixConfig, filecoinAddresses, flareAddresses, forgeConfig, fusionxConfig, getAmmConfig, getAmmConfigByChainId, getApiUrl, getBeaconNameByProtocol, getContractAddressByChainIdAndContractName, getExpectedParamType, getFactoryAddress, getInitCodeHash, getNFTManagerAddress, getNetworkByChainId, getPoolHelperByChainId, getPoolSlot0, getProtcolTypeByAmmType, getProtocolBySubgraph, getProtocolConfigByBeacon, getProtocolContractAddresses, getProtocolInfoByChainId, getProtocolInfoByName, getProtocolSubgraphURL, getProtocolTypeByBeacon, getProtocolsForChainId, getQuoterV2Address, getStabilityVaultsPeripheryAddress, getStabilityVaultsSubgraphUrl, getSubgraphUrlByChainId, getSupportedChainByChainId, getSupportedChainIds, getSupportedChains, getSwapRouterAddress, getTheGraphResolverUrl, getTickLensAddress, getVaultReserves, glyphConfig, goerliAddresses, hemiAddresses, henjinConfig, herculesConfig, horizaConfig, isAerodromeVault, isAlgebraDirectionProtocol, isAlgebraIntegral21QuoteParams, isAlgebraIntegralProtocol, isAlgebraIntegralV2Protocol, isAlgebraProtocol, isAlgebraProtocolBySubgraph, isAlgebraQuoteParams, isPoolSharkProtocol, isShadowProtocol, isShadowQuoteParams, isSingleAssetDepositSupported, isThickQuoteParams, isThickV2Protocol, isUniswapQuoteParams, isValidStakingProtocol, katanaAddresses, katanaConfig, kavaAddresses, kimConfig, kinetixConfig, lineaAddresses, linehubConfig, localhostAddresses, lynexConfig, maiaConfig, mantaAddresses, mantleAddresses, metaVaultConfig, metisAddresses, modeAddresses, moonbeamAddresses, mumbaiAddresses, nestVaultConfig, networks, normalizeProtocol, novaswapConfig, okxtestnetAddresses, optimismAddresses, optimismgoerliAddresses, pancakeSwapConfig, polygonAddresses, polyzkevmAddresses, poolsharkConfig, quickSwapAlgebraConfig, quickSwapConfig, quickSwapIntegralConfig, quickSwapUniv3Config, retroConfig, rootstockAddresses, sagaAddresses, scrollAddresses, seiAddresses, shadowConfig, simulateSwap, singleTokenDepositAbi, soneiumAddresses, sonicAddresses, spark32Config, sparkConfig, stabilityVaultsConfig, steerSubgraphConfig, supswapConfig, sushiConfig, swapmodeConfig, swapsicleConfig, taikoAddresses, telosAddresses, thenaConfig, thickConfig, thrusterConfig, thundercoreAddresses, uniAddresses, uniswapConfig, validateQuoteParams, validateSwapParams, xlayerAddresses, zetaAddresses, zircuitAddresses };
|
|
10681
|
+
export { AERODROME_PROTOCOLS, ALGEBRA_INTEGRAL_PROTOCOLS, ALGEBRA_INTEGRAL_V_2_0_PROTOCOLS, ALGEBRA_PROTOCOLS, AMMConfigType, AMMType, API_URLS, AlgebgraHookBeacons, AlgebraIntegral21QuoteParams, AlgebraQuoteParams, AlgebraVaultDetails, ApiPageInfo, ApiVaultFilter, AprFilter, AprResponse, BaseQuoteParams, BaseVaultDetails, BlackholeAprDetailedParams, BlackholeAprDetailedResponse, BlackholeSnapshotAnalysis, CalculateLimitPriceParams, CalculateSwapAmountParams, Chain, ChainId, ClaimProofEdge, ClaimProofNode, ClaimProofsPageInfo, ClaimProofsResponse, ClaimRewardEdge, ClaimRewardNode, ClaimRewardParams, ClaimRewardsConnection, ClaimRewardsParams, Contract, ContractAddresses, ContractName, DIRECTIONAL_ALGEBRA_PROTOCOLS, DefaultFeeManagerConfigParams, DeprecationData, EstimateLpTokensParams, FEE_MANAGER_ABI, Fee, FeeManagerClient, FeeManagerConfigParams, FeeWithdrawalParams, FormattedRoute, GetRewardParams, GetSupportedChainsOptions, GlobalStateABI, type GraphQLPoolData, type GraphQLTokenData, LimitPoolState, LpPriceResponse, LpTokenEstimationResponse, MultiPositionManagers, MultiVaultFeeWithdrawalParams, MultipleFeeWithdrawalParams, NetworkConfig, NetworkData, Networks, POOLSHARK_PROTOCOLS, PageInfo, PendingRewardsParams, PendingRewardsResponse, PoolClient, PoolData, PoolEdge, PoolFilter, PoolNode, PoolSharkGlobalState, PoolSlot0, PoolsConnection, PoolsharkStructs, Protocol, ProtocolContractAddresses, ProtocolDetails, ProtocolInfo, QuickSwapQuoterV2, QuoteParams, QuoterFunctionArgs, QuoterV2ABI, QuoterV2AlgebgraIntegral, QuoterV2AlgebgraIntegral21, QuoterV2Factory, QuoterV2Shadow, QuoterV2Thick, Reward, RewardBalance, RewardSummary, RouteShortcut, SHADOW_PROTOCOLS, ShadowQuoteParams, SimulateSwapParams, SingleAssetDepositClient, SingleAssetDepositParams, SingleAssetDepositPreview, Slot0, SmartRewarderContract, SmartRewards, StabilityVaultInfo, StakeParams, Staking, StakingClient, StakingPool, StakingPoolFilter, StakingProtocol, SteerClient, SteerConfig, SteerResponse, SteerSupportedChains, StrykePositionManagers, SubgraphClient, SubgraphResponse, SubgraphVaultClient, SubgraphVaultDetails, SubgraphVaultDetailsWithLpData, SubgraphVaultPosition, SupportedChain, SupportedChainFeatures, SupportedChainsFeature, SupportedChainsInclude, SupportedProtocol, SwapAmountResponse, SwapSimulationResponse, ThickQuoteParams, Token0, Token1, TokenData, TokenEdge, TokenFilter, TokenNode, TokenValueParams, TokenValueResponse, TokensConnection, UniswapHookBeacons, UniswapQuoteParams, UniswapV3PoolABI, UniswapV3QuoterABI, VAULT_FEES_ABI, VaultAllowanceParams, VaultApproveParams, VaultApr, VaultBalanceParams, VaultClient, VaultDetails, VaultDetailsResponse, VaultEdge, VaultFetchOptions, VaultFilter, VaultNode, VaultTokens, VaultsConnection, WithdrawParams, abis, apechainAddresses, arbitrumAddresses, arbitrumgoerliAddresses, arthswapConfig, astarAddresses, astarzkevmAddresses, avalancheAddresses, bartiotestAddresses, baseAddresses, baseSwapConfig, basexConfig, beraAddresses, bittensorAddresses, bittensorUniV3Config, blastAddresses, bscAddresses, calculateLimitPrice, calculateSwapAmount, camelotConfig, celoAddresses, chainIdToName, chainNameToId, crustConfig, deprecatedBundlesURL, determineSwapDirection, equilibreConfig, erc1155Abi, erc20Abi, erc721Abi, estimateLpTokens, ethAddresses, evmosAddresses, fantomAddresses, fenixConfig, filecoinAddresses, flareAddresses, forgeConfig, fusionxConfig, getAmmConfig, getAmmConfigByChainId, getApiUrl, getBeaconNameByProtocol, getContractAddressByChainIdAndContractName, getExpectedParamType, getFactoryAddress, getInitCodeHash, getNFTManagerAddress, getNetworkByChainId, getPoolHelperByChainId, getPoolSlot0, getProtcolTypeByAmmType, getProtocolBySubgraph, getProtocolConfigByBeacon, getProtocolContractAddresses, getProtocolInfoByChainId, getProtocolInfoByName, getProtocolSubgraphURL, getProtocolTypeByBeacon, getProtocolsForChainId, getQuoterV2Address, getStabilityVaultsPeripheryAddress, getStabilityVaultsSubgraphUrl, getSubgraphUrlByChainId, getSupportedChainByChainId, getSupportedChainIds, getSupportedChains, getSwapRouterAddress, getTheGraphResolverUrl, getTickLensAddress, getVaultReserves, glyphConfig, goerliAddresses, hemiAddresses, henjinConfig, herculesConfig, horizaConfig, isAerodromeVault, isAlgebraDirectionProtocol, isAlgebraIntegral21QuoteParams, isAlgebraIntegralProtocol, isAlgebraIntegralV2Protocol, isAlgebraProtocol, isAlgebraProtocolBySubgraph, isAlgebraQuoteParams, isPoolSharkProtocol, isShadowProtocol, isShadowQuoteParams, isSingleAssetDepositSupported, isThickQuoteParams, isThickV2Protocol, isUniswapQuoteParams, isValidStakingProtocol, katanaAddresses, katanaConfig, kavaAddresses, kimConfig, kinetixConfig, lineaAddresses, linehubConfig, localhostAddresses, lynexConfig, maiaConfig, mantaAddresses, mantleAddresses, metaVaultConfig, metisAddresses, modeAddresses, moonbeamAddresses, mumbaiAddresses, nestVaultConfig, networks, normalizeProtocol, novaswapConfig, okxtestnetAddresses, optimismAddresses, optimismgoerliAddresses, pancakeSwapConfig, polygonAddresses, polyzkevmAddresses, poolsharkConfig, quickSwapAlgebraConfig, quickSwapConfig, quickSwapIntegralConfig, quickSwapUniv3Config, retroConfig, robinhoodAddresses, rootstockAddresses, sagaAddresses, scrollAddresses, seiAddresses, shadowConfig, simulateSwap, singleTokenDepositAbi, soneiumAddresses, sonicAddresses, spark32Config, sparkConfig, stabilityVaultsConfig, steerSubgraphConfig, supswapConfig, sushiConfig, swapmodeConfig, swapsicleConfig, taikoAddresses, telosAddresses, thenaConfig, thickConfig, thrusterConfig, thundercoreAddresses, uniAddresses, uniswapConfig, validateQuoteParams, validateSwapParams, xlayerAddresses, zetaAddresses, zircuitAddresses };
|
|
10674
10682
|
//# sourceMappingURL=index.d.mts.map
|