@gfxlabs/oku-chains 1.1.55 → 1.1.57

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/browser.js CHANGED
@@ -401,6 +401,13 @@
401
401
  externalId: {
402
402
  debank: "boba",
403
403
  },
404
+ blockExplorers: {
405
+ default: {
406
+ name: "Bobascan",
407
+ url: "https://bobascan.com",
408
+ apiUrl: "https://api.routescan.io/v2/network/mainnet/evm/288/etherscan/api",
409
+ },
410
+ },
404
411
  nativeCurrency: {
405
412
  decimals: 18,
406
413
  name: "Ether",
@@ -611,11 +618,21 @@
611
618
  blockTimeSeconds: 30,
612
619
  safeReorgDistance: 90000,
613
620
  blockExplorers: {
614
- ...chains.filecoin.blockExplorers,
615
621
  default: {
616
622
  name: "Blockscout",
617
623
  url: "https://filecoin.blockscout.com",
624
+ apiUrl: "https://filecoin.blockscout.com/api",
625
+ },
626
+ filfox: {
627
+ name: "Filfox",
628
+ url: "https://filfox.info/en",
629
+ apiUrl: "https://filfox.info/api"
618
630
  },
631
+ filutils: {
632
+ name: "Filutils",
633
+ url: "https://www.filutils.com/en",
634
+ apiUrl: "https://api.filutils.com/api"
635
+ }
619
636
  },
620
637
  logoUrl: "https://assets.oku.trade/filecoin-logo.svg",
621
638
  externalId: {},
@@ -1678,6 +1695,14 @@
1678
1695
  logoUrl: "https://assets.oku.trade/rootstock-logo.svg",
1679
1696
  safeReorgDistance: 90000,
1680
1697
  externalId: {},
1698
+ blockExplorers: {
1699
+ default: {
1700
+ name: "Blockscout",
1701
+ url: "https://rootstock.blockscout.com",
1702
+ apiUrl: "https://rootstock.blockscout.com/api",
1703
+ },
1704
+ rsk: chains.rootstock.blockExplorers.default,
1705
+ },
1681
1706
  uniswap: {
1682
1707
  deployBlock: 5829210,
1683
1708
  poolFactory: "0xaF37EC98A00FD63689CF3060BF3B6784E00caD82",
@@ -1718,11 +1743,6 @@
1718
1743
  "0xcba7abe98fd6a65259837d76a3409841c1dd4288",
1719
1744
  "0xbe092d38045ef7f9cdc5014278a4239e896bf5ca",
1720
1745
  ],
1721
- blockExplorers: {
1722
- default: { name: "Blockscout", url: "https://rootstock.blockscout.com" },
1723
- rsk: chains.rootstock.blockExplorers.default,
1724
- blockscout: { name: "Blockscout", url: "https://rootstock.blockscout.com" },
1725
- },
1726
1746
  internalName: "rootstock",
1727
1747
  nativeLogoUrl: "https://assets.oku.trade/natives/rbtc.png",
1728
1748
  contracts: {
@@ -1822,6 +1842,18 @@
1822
1842
  logoUrl: "https://assets.oku.trade/sei-logo.svg",
1823
1843
  safeReorgDistance: 90000,
1824
1844
  externalId: {},
1845
+ blockExplorers: {
1846
+ default: {
1847
+ name: "Seistream",
1848
+ url: "https://seistream.app",
1849
+ apiUrl: "https://api.seistream.app"
1850
+ },
1851
+ seitrace: {
1852
+ name: "Seitrace",
1853
+ url: "https://seitrace.com",
1854
+ apiUrl: "https://seitrace.com/pacific-1/api",
1855
+ }
1856
+ },
1825
1857
  uniswap: {
1826
1858
  deployBlock: 79245151,
1827
1859
  poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3",
@@ -1882,6 +1914,18 @@
1882
1914
  logoUrl: "https://assets.oku.trade/taiko-logo.svg",
1883
1915
  safeReorgDistance: 90000,
1884
1916
  externalId: {},
1917
+ blockExplorers: {
1918
+ default: {
1919
+ name: "Taikoscan",
1920
+ url: "https://taikoscan.io",
1921
+ apiUrl: "https://api.taikoscan.io/api",
1922
+ },
1923
+ routescan: {
1924
+ name: "Routescan",
1925
+ url: "https://taikoscan.network",
1926
+ apiUrl: "https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan/api",
1927
+ },
1928
+ },
1885
1929
  uniswap: {
1886
1930
  deployBlock: 961,
1887
1931
  poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3",
@@ -1904,9 +1948,9 @@
1904
1948
  nativeWrappedName: "ETH",
1905
1949
  },
1906
1950
  },
1907
- defaultPool: "0xDaC937d4263E6A667A027FE59B2FFe2F91D54f46",
1951
+ defaultPool: "0xe47a76e15a6f3976c8dc070b3a54c7f7083d668b",
1908
1952
  defaultToken0: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b",
1909
- defaultToken1: "0xa9d23408b9ba935c230493c40c73824df71a0975",
1953
+ defaultToken1: "0xa51894664a773981c6c112c43ce576f315d5b1b6",
1910
1954
  tokenList: [
1911
1955
  { symbol: "TAIKO", address: "0xa9d23408b9ba935c230493c40c73824df71a0975" },
1912
1956
  { symbol: "WETH", address: "0xA51894664A773981C6C112C43ce576f315d5b1B6" },
@@ -1923,13 +1967,6 @@
1923
1967
  ],
1924
1968
  internalName: "taiko",
1925
1969
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
1926
- blockExplorers: {
1927
- ...chains.taiko.blockExplorers,
1928
- default: {
1929
- name: "Taikoscan",
1930
- url: "https://taikoscan.io",
1931
- },
1932
- },
1933
1970
  contracts: {
1934
1971
  ...chains.taiko.contracts,
1935
1972
  limitOrder: {
@@ -2028,6 +2065,18 @@
2028
2065
  externalId: {
2029
2066
  zerion: "zksync-era",
2030
2067
  },
2068
+ blockExplorers: {
2069
+ default: {
2070
+ name: "zksync Era Explorer",
2071
+ url: "https://era.zksync.network",
2072
+ apiUrl: "https://api-era.zksync.network/api"
2073
+ },
2074
+ explorer: {
2075
+ name: "zkSync Era Block Explorer",
2076
+ url: "https://explorer.zksync.io",
2077
+ apiUrl: "https://block-explorer-api.mainnet.zksync.io/api",
2078
+ }
2079
+ },
2031
2080
  uniswap: {
2032
2081
  deployBlock: 12637075,
2033
2082
  poolFactory: "0x8FdA5a7a8dCA67BBcDd10F02Fa0649A937215422",
@@ -2075,13 +2124,6 @@
2075
2124
  ],
2076
2125
  internalName: "zksync",
2077
2126
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
2078
- blockExplorers: {
2079
- ...chains.zkSync.blockExplorers,
2080
- default: {
2081
- name: "Zksync Era Explorer",
2082
- url: "https://era.zksync.network",
2083
- },
2084
- },
2085
2127
  contracts: {
2086
2128
  ...chains.zkSync.contracts,
2087
2129
  limitOrder: {
package/dist/index-mjs.js CHANGED
@@ -397,6 +397,13 @@ const boba = makeConfig({
397
397
  externalId: {
398
398
  debank: "boba",
399
399
  },
400
+ blockExplorers: {
401
+ default: {
402
+ name: "Bobascan",
403
+ url: "https://bobascan.com",
404
+ apiUrl: "https://api.routescan.io/v2/network/mainnet/evm/288/etherscan/api",
405
+ },
406
+ },
400
407
  nativeCurrency: {
401
408
  decimals: 18,
402
409
  name: "Ether",
@@ -607,11 +614,21 @@ const filecoin = makeConfig({
607
614
  blockTimeSeconds: 30,
608
615
  safeReorgDistance: 90000,
609
616
  blockExplorers: {
610
- ...filecoin$1.blockExplorers,
611
617
  default: {
612
618
  name: "Blockscout",
613
619
  url: "https://filecoin.blockscout.com",
620
+ apiUrl: "https://filecoin.blockscout.com/api",
621
+ },
622
+ filfox: {
623
+ name: "Filfox",
624
+ url: "https://filfox.info/en",
625
+ apiUrl: "https://filfox.info/api"
614
626
  },
627
+ filutils: {
628
+ name: "Filutils",
629
+ url: "https://www.filutils.com/en",
630
+ apiUrl: "https://api.filutils.com/api"
631
+ }
615
632
  },
616
633
  logoUrl: "https://assets.oku.trade/filecoin-logo.svg",
617
634
  externalId: {},
@@ -1674,6 +1691,14 @@ const rootstock = makeConfig({
1674
1691
  logoUrl: "https://assets.oku.trade/rootstock-logo.svg",
1675
1692
  safeReorgDistance: 90000,
1676
1693
  externalId: {},
1694
+ blockExplorers: {
1695
+ default: {
1696
+ name: "Blockscout",
1697
+ url: "https://rootstock.blockscout.com",
1698
+ apiUrl: "https://rootstock.blockscout.com/api",
1699
+ },
1700
+ rsk: rootstock$1.blockExplorers.default,
1701
+ },
1677
1702
  uniswap: {
1678
1703
  deployBlock: 5829210,
1679
1704
  poolFactory: "0xaF37EC98A00FD63689CF3060BF3B6784E00caD82",
@@ -1714,11 +1739,6 @@ const rootstock = makeConfig({
1714
1739
  "0xcba7abe98fd6a65259837d76a3409841c1dd4288",
1715
1740
  "0xbe092d38045ef7f9cdc5014278a4239e896bf5ca",
1716
1741
  ],
1717
- blockExplorers: {
1718
- default: { name: "Blockscout", url: "https://rootstock.blockscout.com" },
1719
- rsk: rootstock$1.blockExplorers.default,
1720
- blockscout: { name: "Blockscout", url: "https://rootstock.blockscout.com" },
1721
- },
1722
1742
  internalName: "rootstock",
1723
1743
  nativeLogoUrl: "https://assets.oku.trade/natives/rbtc.png",
1724
1744
  contracts: {
@@ -1818,6 +1838,18 @@ const sei = makeConfig({
1818
1838
  logoUrl: "https://assets.oku.trade/sei-logo.svg",
1819
1839
  safeReorgDistance: 90000,
1820
1840
  externalId: {},
1841
+ blockExplorers: {
1842
+ default: {
1843
+ name: "Seistream",
1844
+ url: "https://seistream.app",
1845
+ apiUrl: "https://api.seistream.app"
1846
+ },
1847
+ seitrace: {
1848
+ name: "Seitrace",
1849
+ url: "https://seitrace.com",
1850
+ apiUrl: "https://seitrace.com/pacific-1/api",
1851
+ }
1852
+ },
1821
1853
  uniswap: {
1822
1854
  deployBlock: 79245151,
1823
1855
  poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3",
@@ -1878,6 +1910,18 @@ const taiko = makeConfig({
1878
1910
  logoUrl: "https://assets.oku.trade/taiko-logo.svg",
1879
1911
  safeReorgDistance: 90000,
1880
1912
  externalId: {},
1913
+ blockExplorers: {
1914
+ default: {
1915
+ name: "Taikoscan",
1916
+ url: "https://taikoscan.io",
1917
+ apiUrl: "https://api.taikoscan.io/api",
1918
+ },
1919
+ routescan: {
1920
+ name: "Routescan",
1921
+ url: "https://taikoscan.network",
1922
+ apiUrl: "https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan/api",
1923
+ },
1924
+ },
1881
1925
  uniswap: {
1882
1926
  deployBlock: 961,
1883
1927
  poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3",
@@ -1900,9 +1944,9 @@ const taiko = makeConfig({
1900
1944
  nativeWrappedName: "ETH",
1901
1945
  },
1902
1946
  },
1903
- defaultPool: "0xDaC937d4263E6A667A027FE59B2FFe2F91D54f46",
1947
+ defaultPool: "0xe47a76e15a6f3976c8dc070b3a54c7f7083d668b",
1904
1948
  defaultToken0: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b",
1905
- defaultToken1: "0xa9d23408b9ba935c230493c40c73824df71a0975",
1949
+ defaultToken1: "0xa51894664a773981c6c112c43ce576f315d5b1b6",
1906
1950
  tokenList: [
1907
1951
  { symbol: "TAIKO", address: "0xa9d23408b9ba935c230493c40c73824df71a0975" },
1908
1952
  { symbol: "WETH", address: "0xA51894664A773981C6C112C43ce576f315d5b1B6" },
@@ -1919,13 +1963,6 @@ const taiko = makeConfig({
1919
1963
  ],
1920
1964
  internalName: "taiko",
1921
1965
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
1922
- blockExplorers: {
1923
- ...taiko$1.blockExplorers,
1924
- default: {
1925
- name: "Taikoscan",
1926
- url: "https://taikoscan.io",
1927
- },
1928
- },
1929
1966
  contracts: {
1930
1967
  ...taiko$1.contracts,
1931
1968
  limitOrder: {
@@ -2024,6 +2061,18 @@ const zkSync = makeConfig({
2024
2061
  externalId: {
2025
2062
  zerion: "zksync-era",
2026
2063
  },
2064
+ blockExplorers: {
2065
+ default: {
2066
+ name: "zksync Era Explorer",
2067
+ url: "https://era.zksync.network",
2068
+ apiUrl: "https://api-era.zksync.network/api"
2069
+ },
2070
+ explorer: {
2071
+ name: "zkSync Era Block Explorer",
2072
+ url: "https://explorer.zksync.io",
2073
+ apiUrl: "https://block-explorer-api.mainnet.zksync.io/api",
2074
+ }
2075
+ },
2027
2076
  uniswap: {
2028
2077
  deployBlock: 12637075,
2029
2078
  poolFactory: "0x8FdA5a7a8dCA67BBcDd10F02Fa0649A937215422",
@@ -2071,13 +2120,6 @@ const zkSync = makeConfig({
2071
2120
  ],
2072
2121
  internalName: "zksync",
2073
2122
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
2074
- blockExplorers: {
2075
- ...zkSync$1.blockExplorers,
2076
- default: {
2077
- name: "Zksync Era Explorer",
2078
- url: "https://era.zksync.network",
2079
- },
2080
- },
2081
2123
  contracts: {
2082
2124
  ...zkSync$1.contracts,
2083
2125
  limitOrder: {
package/dist/index.js CHANGED
@@ -399,6 +399,13 @@ const boba = makeConfig({
399
399
  externalId: {
400
400
  debank: "boba",
401
401
  },
402
+ blockExplorers: {
403
+ default: {
404
+ name: "Bobascan",
405
+ url: "https://bobascan.com",
406
+ apiUrl: "https://api.routescan.io/v2/network/mainnet/evm/288/etherscan/api",
407
+ },
408
+ },
402
409
  nativeCurrency: {
403
410
  decimals: 18,
404
411
  name: "Ether",
@@ -609,11 +616,21 @@ const filecoin = makeConfig({
609
616
  blockTimeSeconds: 30,
610
617
  safeReorgDistance: 90000,
611
618
  blockExplorers: {
612
- ...chains.filecoin.blockExplorers,
613
619
  default: {
614
620
  name: "Blockscout",
615
621
  url: "https://filecoin.blockscout.com",
622
+ apiUrl: "https://filecoin.blockscout.com/api",
623
+ },
624
+ filfox: {
625
+ name: "Filfox",
626
+ url: "https://filfox.info/en",
627
+ apiUrl: "https://filfox.info/api"
616
628
  },
629
+ filutils: {
630
+ name: "Filutils",
631
+ url: "https://www.filutils.com/en",
632
+ apiUrl: "https://api.filutils.com/api"
633
+ }
617
634
  },
618
635
  logoUrl: "https://assets.oku.trade/filecoin-logo.svg",
619
636
  externalId: {},
@@ -1676,6 +1693,14 @@ const rootstock = makeConfig({
1676
1693
  logoUrl: "https://assets.oku.trade/rootstock-logo.svg",
1677
1694
  safeReorgDistance: 90000,
1678
1695
  externalId: {},
1696
+ blockExplorers: {
1697
+ default: {
1698
+ name: "Blockscout",
1699
+ url: "https://rootstock.blockscout.com",
1700
+ apiUrl: "https://rootstock.blockscout.com/api",
1701
+ },
1702
+ rsk: chains.rootstock.blockExplorers.default,
1703
+ },
1679
1704
  uniswap: {
1680
1705
  deployBlock: 5829210,
1681
1706
  poolFactory: "0xaF37EC98A00FD63689CF3060BF3B6784E00caD82",
@@ -1716,11 +1741,6 @@ const rootstock = makeConfig({
1716
1741
  "0xcba7abe98fd6a65259837d76a3409841c1dd4288",
1717
1742
  "0xbe092d38045ef7f9cdc5014278a4239e896bf5ca",
1718
1743
  ],
1719
- blockExplorers: {
1720
- default: { name: "Blockscout", url: "https://rootstock.blockscout.com" },
1721
- rsk: chains.rootstock.blockExplorers.default,
1722
- blockscout: { name: "Blockscout", url: "https://rootstock.blockscout.com" },
1723
- },
1724
1744
  internalName: "rootstock",
1725
1745
  nativeLogoUrl: "https://assets.oku.trade/natives/rbtc.png",
1726
1746
  contracts: {
@@ -1820,6 +1840,18 @@ const sei = makeConfig({
1820
1840
  logoUrl: "https://assets.oku.trade/sei-logo.svg",
1821
1841
  safeReorgDistance: 90000,
1822
1842
  externalId: {},
1843
+ blockExplorers: {
1844
+ default: {
1845
+ name: "Seistream",
1846
+ url: "https://seistream.app",
1847
+ apiUrl: "https://api.seistream.app"
1848
+ },
1849
+ seitrace: {
1850
+ name: "Seitrace",
1851
+ url: "https://seitrace.com",
1852
+ apiUrl: "https://seitrace.com/pacific-1/api",
1853
+ }
1854
+ },
1823
1855
  uniswap: {
1824
1856
  deployBlock: 79245151,
1825
1857
  poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3",
@@ -1880,6 +1912,18 @@ const taiko = makeConfig({
1880
1912
  logoUrl: "https://assets.oku.trade/taiko-logo.svg",
1881
1913
  safeReorgDistance: 90000,
1882
1914
  externalId: {},
1915
+ blockExplorers: {
1916
+ default: {
1917
+ name: "Taikoscan",
1918
+ url: "https://taikoscan.io",
1919
+ apiUrl: "https://api.taikoscan.io/api",
1920
+ },
1921
+ routescan: {
1922
+ name: "Routescan",
1923
+ url: "https://taikoscan.network",
1924
+ apiUrl: "https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan/api",
1925
+ },
1926
+ },
1883
1927
  uniswap: {
1884
1928
  deployBlock: 961,
1885
1929
  poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3",
@@ -1902,9 +1946,9 @@ const taiko = makeConfig({
1902
1946
  nativeWrappedName: "ETH",
1903
1947
  },
1904
1948
  },
1905
- defaultPool: "0xDaC937d4263E6A667A027FE59B2FFe2F91D54f46",
1949
+ defaultPool: "0xe47a76e15a6f3976c8dc070b3a54c7f7083d668b",
1906
1950
  defaultToken0: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b",
1907
- defaultToken1: "0xa9d23408b9ba935c230493c40c73824df71a0975",
1951
+ defaultToken1: "0xa51894664a773981c6c112c43ce576f315d5b1b6",
1908
1952
  tokenList: [
1909
1953
  { symbol: "TAIKO", address: "0xa9d23408b9ba935c230493c40c73824df71a0975" },
1910
1954
  { symbol: "WETH", address: "0xA51894664A773981C6C112C43ce576f315d5b1B6" },
@@ -1921,13 +1965,6 @@ const taiko = makeConfig({
1921
1965
  ],
1922
1966
  internalName: "taiko",
1923
1967
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
1924
- blockExplorers: {
1925
- ...chains.taiko.blockExplorers,
1926
- default: {
1927
- name: "Taikoscan",
1928
- url: "https://taikoscan.io",
1929
- },
1930
- },
1931
1968
  contracts: {
1932
1969
  ...chains.taiko.contracts,
1933
1970
  limitOrder: {
@@ -2026,6 +2063,18 @@ const zkSync = makeConfig({
2026
2063
  externalId: {
2027
2064
  zerion: "zksync-era",
2028
2065
  },
2066
+ blockExplorers: {
2067
+ default: {
2068
+ name: "zksync Era Explorer",
2069
+ url: "https://era.zksync.network",
2070
+ apiUrl: "https://api-era.zksync.network/api"
2071
+ },
2072
+ explorer: {
2073
+ name: "zkSync Era Block Explorer",
2074
+ url: "https://explorer.zksync.io",
2075
+ apiUrl: "https://block-explorer-api.mainnet.zksync.io/api",
2076
+ }
2077
+ },
2029
2078
  uniswap: {
2030
2079
  deployBlock: 12637075,
2031
2080
  poolFactory: "0x8FdA5a7a8dCA67BBcDd10F02Fa0649A937215422",
@@ -2073,13 +2122,6 @@ const zkSync = makeConfig({
2073
2122
  ],
2074
2123
  internalName: "zksync",
2075
2124
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
2076
- blockExplorers: {
2077
- ...chains.zkSync.blockExplorers,
2078
- default: {
2079
- name: "Zksync Era Explorer",
2080
- url: "https://era.zksync.network",
2081
- },
2082
- },
2083
2125
  contracts: {
2084
2126
  ...chains.zkSync.contracts,
2085
2127
  limitOrder: {