@nexusmutual/sdk 0.1.5 → 0.1.7
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.d.mts +2 -183
- package/dist/index.d.ts +2 -183
- package/dist/index.js +2 -22102
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -22002
- package/dist/index.mjs.map +1 -1
- package/dist/logos/types.ts +2 -0
- package/package.json +1 -6
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export * from '@nexusmutual/deployments';
|
|
2
|
-
import * as React from 'react';
|
|
3
2
|
|
|
4
3
|
var products = [
|
|
5
4
|
{
|
|
@@ -1788,187 +1787,7 @@ var productTypes = [
|
|
|
1788
1787
|
}
|
|
1789
1788
|
];
|
|
1790
1789
|
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
declare function Oneinch(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1794
|
-
|
|
1795
|
-
declare function Aavev2(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1796
|
-
|
|
1797
|
-
declare function Abracadabra(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1798
|
-
|
|
1799
|
-
declare function Alchemix(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1800
|
-
|
|
1801
|
-
declare function Anchor(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1802
|
-
|
|
1803
|
-
declare function Angle(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1804
|
-
|
|
1805
|
-
declare function Argent(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1806
|
-
|
|
1807
|
-
declare function Aura(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1808
|
-
|
|
1809
|
-
declare function Babylon(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1810
|
-
|
|
1811
|
-
declare function Badgerdao(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1812
|
-
|
|
1813
|
-
declare function Balancer(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1814
|
-
|
|
1815
|
-
declare function Bancor(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1816
|
-
|
|
1817
|
-
declare function Beefy(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1818
|
-
|
|
1819
|
-
declare function Binance(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1820
|
-
|
|
1821
|
-
declare function BlockFi(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1822
|
-
|
|
1823
|
-
declare function Gelt(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1824
|
-
|
|
1825
|
-
declare function Centrifuge(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1826
|
-
|
|
1827
|
-
declare function Coinbase(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1828
|
-
|
|
1829
|
-
declare function Compoundv2(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1830
|
-
|
|
1831
|
-
declare function Convex(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1832
|
-
|
|
1833
|
-
declare function CryptoCom(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1834
|
-
|
|
1835
|
-
declare function Curve(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1836
|
-
|
|
1837
|
-
declare function Dydx(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1838
|
-
|
|
1839
|
-
declare function Ease(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1840
|
-
|
|
1841
|
-
declare function Enzyme(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1842
|
-
|
|
1843
|
-
declare function Eth(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1844
|
-
|
|
1845
|
-
declare function Euler(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1846
|
-
|
|
1847
|
-
declare function Fodl(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1848
|
-
|
|
1849
|
-
declare function Ftx(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1850
|
-
|
|
1851
|
-
declare function Gearbox(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1852
|
-
|
|
1853
|
-
declare function Gemini(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1854
|
-
|
|
1855
|
-
declare function Gmx(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1856
|
-
|
|
1857
|
-
declare function Goldfinch(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1858
|
-
|
|
1859
|
-
declare function Hodlnaut(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1860
|
-
|
|
1861
|
-
declare function Kraken(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1862
|
-
|
|
1863
|
-
declare function Ledn(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1864
|
-
|
|
1865
|
-
declare function Liquidcollective(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1866
|
-
|
|
1867
|
-
declare function Liquity(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1868
|
-
|
|
1869
|
-
declare function Makerdao(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1870
|
-
|
|
1871
|
-
declare function Mstable(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1872
|
-
|
|
1873
|
-
declare function Nested(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1874
|
-
|
|
1875
|
-
declare function Nexo(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1876
|
-
|
|
1877
|
-
declare function NotionalFinance(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1878
|
-
|
|
1879
|
-
declare function Olympusdao(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1880
|
-
|
|
1881
|
-
declare function Originusd(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1882
|
-
|
|
1883
|
-
declare function Pangolin(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1884
|
-
|
|
1885
|
-
declare function Perpetual(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1886
|
-
|
|
1887
|
-
declare function Pooltogether(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1888
|
-
|
|
1889
|
-
declare function Premia(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1890
|
-
|
|
1891
|
-
declare function Rari(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1892
|
-
|
|
1893
|
-
declare function Ribbon(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1894
|
-
|
|
1895
|
-
declare function GnosisSafe(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1896
|
-
|
|
1897
|
-
declare function Tokensets(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1898
|
-
|
|
1899
|
-
declare function Sherlock(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1900
|
-
|
|
1901
|
-
declare function Stakedao(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1902
|
-
|
|
1903
|
-
declare function Stakewise(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1904
|
-
|
|
1905
|
-
declare function Sushiswap(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1906
|
-
|
|
1907
|
-
declare function Synthetix(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1908
|
-
|
|
1909
|
-
declare function Thorchain(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1910
|
-
|
|
1911
|
-
declare function TraderJoe(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1912
|
-
|
|
1913
|
-
declare function Uniswapv2(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1914
|
-
|
|
1915
|
-
declare function Vector(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1916
|
-
|
|
1917
|
-
declare function Vesper(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1918
|
-
|
|
1919
|
-
declare function Yearn(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1920
|
-
|
|
1921
|
-
declare function YieldApp(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1922
|
-
|
|
1923
|
-
declare function Alpaca(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1924
|
-
|
|
1925
|
-
declare function Exactly(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1926
|
-
|
|
1927
|
-
declare function RageTrade(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1928
|
-
|
|
1929
|
-
declare function Lyra(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1930
|
-
|
|
1931
|
-
declare function Liquify(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1932
|
-
|
|
1933
|
-
declare function BufferFinance(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1934
|
-
|
|
1935
|
-
declare function UnionFinance(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1936
|
-
|
|
1937
|
-
declare function Aavev3(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1938
|
-
|
|
1939
|
-
declare function Morpho(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1940
|
-
|
|
1941
|
-
declare function Chorusone(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1942
|
-
|
|
1943
|
-
declare function Kiln(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1944
|
-
|
|
1945
|
-
declare function Vertex(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1946
|
-
|
|
1947
|
-
declare function Figment(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1948
|
-
|
|
1949
|
-
declare function Teller(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1950
|
-
|
|
1951
|
-
declare function Ajna(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1952
|
-
|
|
1953
|
-
declare function Mahalend(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1954
|
-
|
|
1955
|
-
declare function Self(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1956
|
-
|
|
1957
|
-
declare function Scallop(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1958
|
-
|
|
1959
|
-
declare function Zktsunami(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1960
|
-
|
|
1961
|
-
declare function Hats(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1962
|
-
|
|
1963
|
-
declare function MakerdaoDsr(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1964
|
-
|
|
1965
|
-
declare function SparkLending(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1966
|
-
|
|
1967
|
-
declare function Dsr(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1968
|
-
|
|
1969
|
-
declare function Lending(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1970
|
-
|
|
1971
|
-
type LogoFileName = '000-zerox.svg' | '001-oneinch.svg' | '002-aavev2.svg' | '003-abracadabra.svg' | '004-alchemix.svg' | '005-anchor.svg' | '006-angle.svg' | '007-argent.svg' | '008-aura.svg' | '009-babylon.svg' | '010-badgerdao.svg' | '011-balancer.svg' | '012-bancor.svg' | '013-bancor.svg' | '014-beefy.svg' | '015-binance.svg' | '016-blockFi.svg' | '017-gelt.svg' | '018-centrifuge.svg' | '019-coinbase.svg' | '020-compoundv2.svg' | '021-convex.svg' | '022-convex.svg' | '023-convex.svg' | '024-crypto-com.svg' | '025-curve.svg' | '026-curve.svg' | '027-curve.svg' | '028-dydx.svg' | '029-ease.svg' | '030-enzyme.svg' | '031-enzyme.svg' | '032-eth.svg' | '033-euler.svg' | '034-fodl.svg' | '035-ftx.svg' | '036-gearbox.svg' | '037-gemini.svg' | '038-gmx.svg' | '039-goldfinch.svg' | '040-hodlnaut.svg' | '041-kraken.svg' | '042-ledn.svg' | '043-liquidcollective.svg' | '044-liquity.svg' | '045-makerdao.svg' | '046-mstable.svg' | '047-nested.svg' | '048-nexo.svg' | '049-notional-finance.svg' | '050-olympusdao.svg' | '051-opyn.png' | '052-originusd.svg' | '053-pangolin.svg' | '054-perpetual.svg' | '055-pooltogether.svg' | '056-premia.svg' | '057-rari.svg' | '058-reflexer.png' | '059-ribbon.svg' | '060-gnosis-safe.svg' | '061-tokensets.svg' | '062-tokensets.svg' | '063-sherlock.svg' | '064-stakedao.svg' | '065-stakewise.svg' | '066-stakewise.svg' | '067-sushiswap.svg' | '068-synthetix.svg' | '069-thorchain.svg' | '070-trader-joe.svg' | '071-uniswapv2.svg' | '072-uniswapv2.svg' | '073-vector.svg' | '074-vesper.svg' | '075-yearn.svg' | '076-yearn.svg' | '077-yeti.png' | '078-yield-app.svg' | '079-alpaca.svg' | '080-wefi.png' | '081-exactly.svg' | '082-etherfi.png' | '083-squeeth-by-opyn.png' | '084-rage-trade.svg' | '085-sentiment.png' | '086-lyra.svg' | '087-perennial.jpeg' | '088-liquify.svg' | '089-lyra.svg' | '090-buffer-finance.svg' | '091-hook.jpeg' | '092-holyheld.jpeg' | '093-union-finance.svg' | '094-openq.png' | '095-level-finance.png' | '096-offramp.png' | '097-aavev3.svg' | '098-morpho.svg' | '099-chorusone.svg' | '100-kiln.svg' | '101-vertex.svg' | '102-the-retail-mutual.png' | '103-figment.svg' | '104-teller.svg' | '105-ajna.svg' | '106-eigenlayer.png' | '107-vox.png' | '108-mahalend.svg' | '109-self.svg' | '110-scallop.svg' | '111-wefi.png' | '112-zktsunami.svg' | '113-hats.svg' | '114-makerdao-dsr.svg' | '115-spark-lending.svg' | 'makerdao-dsr.svg' | 'spark-lending.svg';
|
|
1790
|
+
type LogoFileName = 'zerox.svg' | 'oneinch.svg' | 'aavev2.svg' | 'abracadabra.svg' | 'alchemix.svg' | 'anchor.svg' | 'angle.svg' | 'argent.svg' | 'aura.svg' | 'babylon.svg' | 'badgerdao.svg' | 'balancer.svg' | 'bancor.svg' | 'bancor.svg' | 'beefy.svg' | 'binance.svg' | 'blockFi.svg' | 'gelt.svg' | 'centrifuge.svg' | 'coinbase.svg' | 'compoundv2.svg' | 'convex.svg' | 'convex.svg' | 'convex.svg' | 'crypto-com.svg' | 'curve.svg' | 'curve.svg' | 'curve.svg' | 'dydx.svg' | 'ease.svg' | 'enzyme.svg' | 'enzyme.svg' | 'eth.svg' | 'euler.svg' | 'fodl.svg' | 'ftx.svg' | 'gearbox.svg' | 'gemini.svg' | 'gmx.svg' | 'goldfinch.svg' | 'hodlnaut.svg' | 'kraken.svg' | 'ledn.svg' | 'liquidcollective.svg' | 'liquity.svg' | 'makerdao.svg' | 'mstable.svg' | 'nested.svg' | 'nexo.svg' | 'notional-finance.svg' | 'olympusdao.svg' | 'opyn.png' | 'originusd.svg' | 'pangolin.svg' | 'perpetual.svg' | 'pooltogether.svg' | 'premia.svg' | 'rari.svg' | 'reflexer.png' | 'ribbon.svg' | 'gnosis-safe.svg' | 'tokensets.svg' | 'tokensets.svg' | 'sherlock.svg' | 'stakedao.svg' | 'stakewise.svg' | 'stakewise.svg' | 'sushiswap.svg' | 'synthetix.svg' | 'thorchain.svg' | 'trader-joe.svg' | 'uniswapv2.svg' | 'uniswapv2.svg' | 'vector.svg' | 'vesper.svg' | 'yearn.svg' | 'yearn.svg' | 'yeti.png' | 'yield-app.svg' | 'alpaca.svg' | 'wefi.png' | 'exactly.svg' | 'etherfi.png' | 'squeeth-by-opyn.png' | 'rage-trade.svg' | 'sentiment.png' | 'lyra.svg' | 'perennial.jpeg' | 'liquify.svg' | 'lyra.svg' | 'buffer-finance.svg' | 'hook.jpeg' | 'holyheld.jpeg' | 'union-finance.svg' | 'openq.png' | 'level-finance.png' | 'offramp.png' | 'aavev3.svg' | 'morpho.svg' | 'chorusone.svg' | 'kiln.svg' | 'vertex.svg' | 'the-retail-mutual.png' | 'figment.svg' | 'teller.svg' | 'ajna.svg' | 'eigenlayer.png' | 'vox.png' | 'mahalend.svg' | 'self.svg' | 'scallop.svg' | 'wefi.png' | 'zktsunami.svg' | 'hats.svg' | 'makerdao-dsr.svg' | 'spark-lending.svg' | 'dsr.svg' | 'lending.svg';
|
|
1972
1791
|
declare const allLogoFileNames: LogoFileName[];
|
|
1973
1792
|
|
|
1974
|
-
export {
|
|
1793
|
+
export { LogoFileName, allLogoFileNames, productTypes, products };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export * from '@nexusmutual/deployments';
|
|
2
|
-
import * as React from 'react';
|
|
3
2
|
|
|
4
3
|
var products = [
|
|
5
4
|
{
|
|
@@ -1788,187 +1787,7 @@ var productTypes = [
|
|
|
1788
1787
|
}
|
|
1789
1788
|
];
|
|
1790
1789
|
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
declare function Oneinch(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1794
|
-
|
|
1795
|
-
declare function Aavev2(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1796
|
-
|
|
1797
|
-
declare function Abracadabra(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1798
|
-
|
|
1799
|
-
declare function Alchemix(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1800
|
-
|
|
1801
|
-
declare function Anchor(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1802
|
-
|
|
1803
|
-
declare function Angle(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1804
|
-
|
|
1805
|
-
declare function Argent(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1806
|
-
|
|
1807
|
-
declare function Aura(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1808
|
-
|
|
1809
|
-
declare function Babylon(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1810
|
-
|
|
1811
|
-
declare function Badgerdao(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1812
|
-
|
|
1813
|
-
declare function Balancer(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1814
|
-
|
|
1815
|
-
declare function Bancor(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1816
|
-
|
|
1817
|
-
declare function Beefy(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1818
|
-
|
|
1819
|
-
declare function Binance(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1820
|
-
|
|
1821
|
-
declare function BlockFi(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1822
|
-
|
|
1823
|
-
declare function Gelt(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1824
|
-
|
|
1825
|
-
declare function Centrifuge(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1826
|
-
|
|
1827
|
-
declare function Coinbase(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1828
|
-
|
|
1829
|
-
declare function Compoundv2(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1830
|
-
|
|
1831
|
-
declare function Convex(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1832
|
-
|
|
1833
|
-
declare function CryptoCom(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1834
|
-
|
|
1835
|
-
declare function Curve(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1836
|
-
|
|
1837
|
-
declare function Dydx(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1838
|
-
|
|
1839
|
-
declare function Ease(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1840
|
-
|
|
1841
|
-
declare function Enzyme(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1842
|
-
|
|
1843
|
-
declare function Eth(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1844
|
-
|
|
1845
|
-
declare function Euler(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1846
|
-
|
|
1847
|
-
declare function Fodl(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1848
|
-
|
|
1849
|
-
declare function Ftx(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1850
|
-
|
|
1851
|
-
declare function Gearbox(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1852
|
-
|
|
1853
|
-
declare function Gemini(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1854
|
-
|
|
1855
|
-
declare function Gmx(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1856
|
-
|
|
1857
|
-
declare function Goldfinch(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1858
|
-
|
|
1859
|
-
declare function Hodlnaut(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1860
|
-
|
|
1861
|
-
declare function Kraken(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1862
|
-
|
|
1863
|
-
declare function Ledn(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1864
|
-
|
|
1865
|
-
declare function Liquidcollective(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1866
|
-
|
|
1867
|
-
declare function Liquity(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1868
|
-
|
|
1869
|
-
declare function Makerdao(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1870
|
-
|
|
1871
|
-
declare function Mstable(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1872
|
-
|
|
1873
|
-
declare function Nested(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1874
|
-
|
|
1875
|
-
declare function Nexo(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1876
|
-
|
|
1877
|
-
declare function NotionalFinance(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1878
|
-
|
|
1879
|
-
declare function Olympusdao(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1880
|
-
|
|
1881
|
-
declare function Originusd(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1882
|
-
|
|
1883
|
-
declare function Pangolin(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1884
|
-
|
|
1885
|
-
declare function Perpetual(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1886
|
-
|
|
1887
|
-
declare function Pooltogether(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1888
|
-
|
|
1889
|
-
declare function Premia(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1890
|
-
|
|
1891
|
-
declare function Rari(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1892
|
-
|
|
1893
|
-
declare function Ribbon(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1894
|
-
|
|
1895
|
-
declare function GnosisSafe(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1896
|
-
|
|
1897
|
-
declare function Tokensets(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1898
|
-
|
|
1899
|
-
declare function Sherlock(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1900
|
-
|
|
1901
|
-
declare function Stakedao(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1902
|
-
|
|
1903
|
-
declare function Stakewise(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1904
|
-
|
|
1905
|
-
declare function Sushiswap(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1906
|
-
|
|
1907
|
-
declare function Synthetix(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1908
|
-
|
|
1909
|
-
declare function Thorchain(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1910
|
-
|
|
1911
|
-
declare function TraderJoe(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1912
|
-
|
|
1913
|
-
declare function Uniswapv2(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1914
|
-
|
|
1915
|
-
declare function Vector(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1916
|
-
|
|
1917
|
-
declare function Vesper(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1918
|
-
|
|
1919
|
-
declare function Yearn(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1920
|
-
|
|
1921
|
-
declare function YieldApp(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1922
|
-
|
|
1923
|
-
declare function Alpaca(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1924
|
-
|
|
1925
|
-
declare function Exactly(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1926
|
-
|
|
1927
|
-
declare function RageTrade(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1928
|
-
|
|
1929
|
-
declare function Lyra(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1930
|
-
|
|
1931
|
-
declare function Liquify(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1932
|
-
|
|
1933
|
-
declare function BufferFinance(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1934
|
-
|
|
1935
|
-
declare function UnionFinance(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1936
|
-
|
|
1937
|
-
declare function Aavev3(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1938
|
-
|
|
1939
|
-
declare function Morpho(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1940
|
-
|
|
1941
|
-
declare function Chorusone(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1942
|
-
|
|
1943
|
-
declare function Kiln(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1944
|
-
|
|
1945
|
-
declare function Vertex(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1946
|
-
|
|
1947
|
-
declare function Figment(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1948
|
-
|
|
1949
|
-
declare function Teller(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1950
|
-
|
|
1951
|
-
declare function Ajna(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1952
|
-
|
|
1953
|
-
declare function Mahalend(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1954
|
-
|
|
1955
|
-
declare function Self(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1956
|
-
|
|
1957
|
-
declare function Scallop(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1958
|
-
|
|
1959
|
-
declare function Zktsunami(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1960
|
-
|
|
1961
|
-
declare function Hats(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1962
|
-
|
|
1963
|
-
declare function MakerdaoDsr(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1964
|
-
|
|
1965
|
-
declare function SparkLending(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1966
|
-
|
|
1967
|
-
declare function Dsr(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1968
|
-
|
|
1969
|
-
declare function Lending(props: React.ComponentProps<'svg'>): JSX.Element;
|
|
1970
|
-
|
|
1971
|
-
type LogoFileName = '000-zerox.svg' | '001-oneinch.svg' | '002-aavev2.svg' | '003-abracadabra.svg' | '004-alchemix.svg' | '005-anchor.svg' | '006-angle.svg' | '007-argent.svg' | '008-aura.svg' | '009-babylon.svg' | '010-badgerdao.svg' | '011-balancer.svg' | '012-bancor.svg' | '013-bancor.svg' | '014-beefy.svg' | '015-binance.svg' | '016-blockFi.svg' | '017-gelt.svg' | '018-centrifuge.svg' | '019-coinbase.svg' | '020-compoundv2.svg' | '021-convex.svg' | '022-convex.svg' | '023-convex.svg' | '024-crypto-com.svg' | '025-curve.svg' | '026-curve.svg' | '027-curve.svg' | '028-dydx.svg' | '029-ease.svg' | '030-enzyme.svg' | '031-enzyme.svg' | '032-eth.svg' | '033-euler.svg' | '034-fodl.svg' | '035-ftx.svg' | '036-gearbox.svg' | '037-gemini.svg' | '038-gmx.svg' | '039-goldfinch.svg' | '040-hodlnaut.svg' | '041-kraken.svg' | '042-ledn.svg' | '043-liquidcollective.svg' | '044-liquity.svg' | '045-makerdao.svg' | '046-mstable.svg' | '047-nested.svg' | '048-nexo.svg' | '049-notional-finance.svg' | '050-olympusdao.svg' | '051-opyn.png' | '052-originusd.svg' | '053-pangolin.svg' | '054-perpetual.svg' | '055-pooltogether.svg' | '056-premia.svg' | '057-rari.svg' | '058-reflexer.png' | '059-ribbon.svg' | '060-gnosis-safe.svg' | '061-tokensets.svg' | '062-tokensets.svg' | '063-sherlock.svg' | '064-stakedao.svg' | '065-stakewise.svg' | '066-stakewise.svg' | '067-sushiswap.svg' | '068-synthetix.svg' | '069-thorchain.svg' | '070-trader-joe.svg' | '071-uniswapv2.svg' | '072-uniswapv2.svg' | '073-vector.svg' | '074-vesper.svg' | '075-yearn.svg' | '076-yearn.svg' | '077-yeti.png' | '078-yield-app.svg' | '079-alpaca.svg' | '080-wefi.png' | '081-exactly.svg' | '082-etherfi.png' | '083-squeeth-by-opyn.png' | '084-rage-trade.svg' | '085-sentiment.png' | '086-lyra.svg' | '087-perennial.jpeg' | '088-liquify.svg' | '089-lyra.svg' | '090-buffer-finance.svg' | '091-hook.jpeg' | '092-holyheld.jpeg' | '093-union-finance.svg' | '094-openq.png' | '095-level-finance.png' | '096-offramp.png' | '097-aavev3.svg' | '098-morpho.svg' | '099-chorusone.svg' | '100-kiln.svg' | '101-vertex.svg' | '102-the-retail-mutual.png' | '103-figment.svg' | '104-teller.svg' | '105-ajna.svg' | '106-eigenlayer.png' | '107-vox.png' | '108-mahalend.svg' | '109-self.svg' | '110-scallop.svg' | '111-wefi.png' | '112-zktsunami.svg' | '113-hats.svg' | '114-makerdao-dsr.svg' | '115-spark-lending.svg' | 'makerdao-dsr.svg' | 'spark-lending.svg';
|
|
1790
|
+
type LogoFileName = 'zerox.svg' | 'oneinch.svg' | 'aavev2.svg' | 'abracadabra.svg' | 'alchemix.svg' | 'anchor.svg' | 'angle.svg' | 'argent.svg' | 'aura.svg' | 'babylon.svg' | 'badgerdao.svg' | 'balancer.svg' | 'bancor.svg' | 'bancor.svg' | 'beefy.svg' | 'binance.svg' | 'blockFi.svg' | 'gelt.svg' | 'centrifuge.svg' | 'coinbase.svg' | 'compoundv2.svg' | 'convex.svg' | 'convex.svg' | 'convex.svg' | 'crypto-com.svg' | 'curve.svg' | 'curve.svg' | 'curve.svg' | 'dydx.svg' | 'ease.svg' | 'enzyme.svg' | 'enzyme.svg' | 'eth.svg' | 'euler.svg' | 'fodl.svg' | 'ftx.svg' | 'gearbox.svg' | 'gemini.svg' | 'gmx.svg' | 'goldfinch.svg' | 'hodlnaut.svg' | 'kraken.svg' | 'ledn.svg' | 'liquidcollective.svg' | 'liquity.svg' | 'makerdao.svg' | 'mstable.svg' | 'nested.svg' | 'nexo.svg' | 'notional-finance.svg' | 'olympusdao.svg' | 'opyn.png' | 'originusd.svg' | 'pangolin.svg' | 'perpetual.svg' | 'pooltogether.svg' | 'premia.svg' | 'rari.svg' | 'reflexer.png' | 'ribbon.svg' | 'gnosis-safe.svg' | 'tokensets.svg' | 'tokensets.svg' | 'sherlock.svg' | 'stakedao.svg' | 'stakewise.svg' | 'stakewise.svg' | 'sushiswap.svg' | 'synthetix.svg' | 'thorchain.svg' | 'trader-joe.svg' | 'uniswapv2.svg' | 'uniswapv2.svg' | 'vector.svg' | 'vesper.svg' | 'yearn.svg' | 'yearn.svg' | 'yeti.png' | 'yield-app.svg' | 'alpaca.svg' | 'wefi.png' | 'exactly.svg' | 'etherfi.png' | 'squeeth-by-opyn.png' | 'rage-trade.svg' | 'sentiment.png' | 'lyra.svg' | 'perennial.jpeg' | 'liquify.svg' | 'lyra.svg' | 'buffer-finance.svg' | 'hook.jpeg' | 'holyheld.jpeg' | 'union-finance.svg' | 'openq.png' | 'level-finance.png' | 'offramp.png' | 'aavev3.svg' | 'morpho.svg' | 'chorusone.svg' | 'kiln.svg' | 'vertex.svg' | 'the-retail-mutual.png' | 'figment.svg' | 'teller.svg' | 'ajna.svg' | 'eigenlayer.png' | 'vox.png' | 'mahalend.svg' | 'self.svg' | 'scallop.svg' | 'wefi.png' | 'zktsunami.svg' | 'hats.svg' | 'makerdao-dsr.svg' | 'spark-lending.svg' | 'dsr.svg' | 'lending.svg';
|
|
1972
1791
|
declare const allLogoFileNames: LogoFileName[];
|
|
1973
1792
|
|
|
1974
|
-
export {
|
|
1793
|
+
export { LogoFileName, allLogoFileNames, productTypes, products };
|