@gfxlabs/oku-chains 1.12.11 → 1.12.13
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 +87 -20
- package/dist/index-mjs.js +88 -22
- package/dist/index.js +87 -20
- package/dist/types/definitions/arbitrum.d.ts +1 -2
- package/dist/types/definitions/base.d.ts +1 -2
- package/dist/types/definitions/boba.d.ts +1 -1
- package/dist/types/definitions/bsc.d.ts +1 -1
- package/dist/types/definitions/filecoin.d.ts +1 -1
- package/dist/types/definitions/gensyn.d.ts +1 -1
- package/dist/types/definitions/hemi.d.ts +1 -1
- package/dist/types/definitions/index.d.ts +1 -0
- package/dist/types/definitions/linea.d.ts +1 -1
- package/dist/types/definitions/mantle.d.ts +1 -1
- package/dist/types/definitions/nibiru.d.ts +1 -1
- package/dist/types/definitions/optimism.d.ts +1 -2
- package/dist/types/definitions/polygon.d.ts +1 -1
- package/dist/types/definitions/redbelly.d.ts +1 -1
- package/dist/types/definitions/robinhood.d.ts +112 -0
- package/dist/types/definitions/telos.d.ts +1 -1
- package/dist/types/definitions/unichain.d.ts +1 -1
- package/dist/types/definitions/worldchain.d.ts +1 -2
- package/dist/types/index.d.ts +146 -55
- package/dist/types/spec/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -147,8 +147,7 @@
|
|
|
147
147
|
usdcAddress: "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
|
|
148
148
|
},
|
|
149
149
|
oku: {
|
|
150
|
-
|
|
151
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
150
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
152
151
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
153
152
|
limitOrderRegistryDeployBlock: 98754575,
|
|
154
153
|
pricing: {
|
|
@@ -588,8 +587,7 @@
|
|
|
588
587
|
usdcAddress: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
|
|
589
588
|
},
|
|
590
589
|
oku: {
|
|
591
|
-
|
|
592
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
590
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
593
591
|
limitOrderRegistry: "0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27",
|
|
594
592
|
limitOrderRegistryDeployBlock: 7644835,
|
|
595
593
|
pricing: {
|
|
@@ -972,7 +970,7 @@
|
|
|
972
970
|
usdcAddress: "0x66a2A913e447d6b4BF33EFbec43aAeF87890FBbc",
|
|
973
971
|
},
|
|
974
972
|
oku: {
|
|
975
|
-
|
|
973
|
+
router: "0x87a3721df43fd6788a6b11662D2a804F27911506",
|
|
976
974
|
limitOrderRegistry: "0xfefb60591cffc694c0137983a9091d64af8ecbac",
|
|
977
975
|
limitOrderRegistryDeployBlock: 1052192,
|
|
978
976
|
pricing: {
|
|
@@ -1159,7 +1157,7 @@
|
|
|
1159
1157
|
wethAddress: "0x2170ed0880ac9a755fd29b2688956bd959f933f8",
|
|
1160
1158
|
},
|
|
1161
1159
|
oku: {
|
|
1162
|
-
|
|
1160
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
1163
1161
|
limitOrderRegistry: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627",
|
|
1164
1162
|
limitOrderRegistryDeployBlock: 34187988,
|
|
1165
1163
|
pricing: {
|
|
@@ -1687,7 +1685,7 @@
|
|
|
1687
1685
|
wethAddress: "0xb829b68f57CC546dA7E5806A929e53bE32a4625D",
|
|
1688
1686
|
},
|
|
1689
1687
|
oku: {
|
|
1690
|
-
|
|
1688
|
+
router: "0x961feB343932036fa057D80A057aB746dFEe294e",
|
|
1691
1689
|
pricing: {
|
|
1692
1690
|
pools: [],
|
|
1693
1691
|
nativeWrappedToken: "0x60E1773636CF5E4A227d9AC24F20fEca034ee25A",
|
|
@@ -1808,7 +1806,7 @@
|
|
|
1808
1806
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
1809
1807
|
},
|
|
1810
1808
|
oku: {
|
|
1811
|
-
|
|
1809
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
1812
1810
|
pricing: {
|
|
1813
1811
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
1814
1812
|
nativeWrappedName: "ETH",
|
|
@@ -2197,7 +2195,7 @@
|
|
|
2197
2195
|
wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3",
|
|
2198
2196
|
},
|
|
2199
2197
|
oku: {
|
|
2200
|
-
|
|
2198
|
+
router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045",
|
|
2201
2199
|
limitOrderRegistry: "0xcd7f266E3C0D0771897aAF74BEB38072D66402A0",
|
|
2202
2200
|
limitOrderRegistryDeployBlock: 1293765,
|
|
2203
2201
|
pricing: {
|
|
@@ -2658,7 +2656,7 @@
|
|
|
2658
2656
|
wbtcAddress: "0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4",
|
|
2659
2657
|
},
|
|
2660
2658
|
oku: {
|
|
2661
|
-
|
|
2659
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
2662
2660
|
limitOrderRegistry: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74",
|
|
2663
2661
|
limitOrderRegistryDeployBlock: 3610379,
|
|
2664
2662
|
pricing: {
|
|
@@ -3377,7 +3375,7 @@
|
|
|
3377
3375
|
wethAddress: "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8",
|
|
3378
3376
|
},
|
|
3379
3377
|
oku: {
|
|
3380
|
-
|
|
3378
|
+
router: "0xCF883b5926F1c782308381121BA80234000000cE",
|
|
3381
3379
|
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4",
|
|
3382
3380
|
limitOrderRegistryDeployBlock: 63839894,
|
|
3383
3381
|
pricing: {
|
|
@@ -3921,7 +3919,7 @@
|
|
|
3921
3919
|
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b",
|
|
3922
3920
|
},
|
|
3923
3921
|
oku: {
|
|
3924
|
-
|
|
3922
|
+
router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045",
|
|
3925
3923
|
limitOrderRegistry: "0x6E1293993C71Cb2E6b2Da8559f6d7Dc1fdb3AE02",
|
|
3926
3924
|
limitOrderRegistryDeployBlock: 19842992,
|
|
3927
3925
|
pricing: {
|
|
@@ -4076,8 +4074,7 @@
|
|
|
4076
4074
|
dexscreener: "optimism",
|
|
4077
4075
|
},
|
|
4078
4076
|
oku: {
|
|
4079
|
-
|
|
4080
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
4077
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
4081
4078
|
limitOrderRegistryDeployBlock: 105276132,
|
|
4082
4079
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
4083
4080
|
customOrderTypes: {
|
|
@@ -4676,7 +4673,7 @@
|
|
|
4676
4673
|
wethAddress: "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
|
|
4677
4674
|
},
|
|
4678
4675
|
oku: {
|
|
4679
|
-
|
|
4676
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
4680
4677
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
4681
4678
|
limitOrderRegistryDeployBlock: 43640541,
|
|
4682
4679
|
pricing: {
|
|
@@ -4902,7 +4899,7 @@
|
|
|
4902
4899
|
usdcAddress: "0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06",
|
|
4903
4900
|
},
|
|
4904
4901
|
oku: {
|
|
4905
|
-
|
|
4902
|
+
router: "0x028F7f81D6816735207A19a3b5C1B72f95B655E5",
|
|
4906
4903
|
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
4907
4904
|
limitOrderRegistryDeployBlock: 2286099,
|
|
4908
4905
|
pricing: {
|
|
@@ -4952,6 +4949,75 @@
|
|
|
4952
4949
|
},
|
|
4953
4950
|
});
|
|
4954
4951
|
|
|
4952
|
+
const robinhood = makeConfig({
|
|
4953
|
+
...chains.robinhood,
|
|
4954
|
+
blockTimeSeconds: 2,
|
|
4955
|
+
launchTime: 0,
|
|
4956
|
+
transactionType: "eip1559",
|
|
4957
|
+
sortIndex: 47,
|
|
4958
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/robinhood-logo.svg",
|
|
4959
|
+
deprecated: false,
|
|
4960
|
+
liteChain: true,
|
|
4961
|
+
estimatedSwapGas: 300000,
|
|
4962
|
+
estimatedBridgeGas: 200000,
|
|
4963
|
+
estimatedWrapGas: 60000,
|
|
4964
|
+
safeReorgDistance: 90000,
|
|
4965
|
+
blockAid: "",
|
|
4966
|
+
externalId: {},
|
|
4967
|
+
markets: {},
|
|
4968
|
+
bridges: {},
|
|
4969
|
+
oracles: {},
|
|
4970
|
+
morpho: {},
|
|
4971
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
4972
|
+
uniswap: {
|
|
4973
|
+
poolFactory: "0x1f7d7550B1b028f7571E69A784071F0205FD2EfA",
|
|
4974
|
+
nonfungiblePositionManager: "0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3",
|
|
4975
|
+
positionsNFT: "0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3",
|
|
4976
|
+
wrappedNativeAddress: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
4977
|
+
wrappedNativeSymbol: "WETH",
|
|
4978
|
+
wrappedNativeName: "Wrapped Ether",
|
|
4979
|
+
wrappedNativeDecimals: 18,
|
|
4980
|
+
nativeCurrencyName: "ETH",
|
|
4981
|
+
},
|
|
4982
|
+
token: {
|
|
4983
|
+
wethAddress: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
4984
|
+
},
|
|
4985
|
+
oku: {
|
|
4986
|
+
pricing: {
|
|
4987
|
+
nativeWrappedToken: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
4988
|
+
nativeWrappedName: "ETH",
|
|
4989
|
+
},
|
|
4990
|
+
},
|
|
4991
|
+
defaultPool: "0x69BfaF19C9f377BB306a89aEd9F6B07e2c1a8d9a",
|
|
4992
|
+
defaultToken0: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
4993
|
+
defaultToken1: "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168",
|
|
4994
|
+
tokenList: [
|
|
4995
|
+
{ symbol: "WETH", address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73" },
|
|
4996
|
+
{ symbol: "USDG", address: "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168" },
|
|
4997
|
+
{ symbol: "USDe", address: "0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34" },
|
|
4998
|
+
],
|
|
4999
|
+
stables: [
|
|
5000
|
+
"0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168",
|
|
5001
|
+
"0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34",
|
|
5002
|
+
],
|
|
5003
|
+
watchlist: [],
|
|
5004
|
+
v4Watchlist: [],
|
|
5005
|
+
internalName: "robinhood",
|
|
5006
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png",
|
|
5007
|
+
contracts: {
|
|
5008
|
+
...chains.robinhood.contracts,
|
|
5009
|
+
limitOrder: {
|
|
5010
|
+
address: viem.zeroAddress,
|
|
5011
|
+
},
|
|
5012
|
+
nftManager: {
|
|
5013
|
+
address: "0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3",
|
|
5014
|
+
},
|
|
5015
|
+
weth9: {
|
|
5016
|
+
address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
5017
|
+
},
|
|
5018
|
+
},
|
|
5019
|
+
});
|
|
5020
|
+
|
|
4955
5021
|
const ronin = makeConfig({
|
|
4956
5022
|
...chains.ronin,
|
|
4957
5023
|
blockTimeSeconds: 3,
|
|
@@ -5984,7 +6050,7 @@
|
|
|
5984
6050
|
usdcAddress: "0xF1815bd50389c46847f0Bda824eC8da914045D14",
|
|
5985
6051
|
},
|
|
5986
6052
|
oku: {
|
|
5987
|
-
|
|
6053
|
+
router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045",
|
|
5988
6054
|
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
5989
6055
|
limitOrderRegistryDeployBlock: 386645006,
|
|
5990
6056
|
pricing: {
|
|
@@ -6204,7 +6270,7 @@
|
|
|
6204
6270
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
6205
6271
|
},
|
|
6206
6272
|
oku: {
|
|
6207
|
-
|
|
6273
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
6208
6274
|
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
6209
6275
|
limitOrderRegistryDeployBlock: 19179485,
|
|
6210
6276
|
pricing: {
|
|
@@ -6326,8 +6392,7 @@
|
|
|
6326
6392
|
wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3",
|
|
6327
6393
|
},
|
|
6328
6394
|
oku: {
|
|
6329
|
-
|
|
6330
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
6395
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
6331
6396
|
permit2Proxy10: "0x1B361B7cEce8920Bb5C3606B322EEC08FA85EB12",
|
|
6332
6397
|
permit2Proxy11: "0x43830FE2074eaD6562586b512D87aa6af840a688",
|
|
6333
6398
|
pricing: {
|
|
@@ -7315,6 +7380,7 @@
|
|
|
7315
7380
|
hyperevm,
|
|
7316
7381
|
gensyn,
|
|
7317
7382
|
pharos,
|
|
7383
|
+
robinhood,
|
|
7318
7384
|
];
|
|
7319
7385
|
/**
|
|
7320
7386
|
* Non-EVM chains (e.g. Bitcoin). These share the {@link IChainInfo} shape as
|
|
@@ -7551,6 +7617,7 @@
|
|
|
7551
7617
|
exports.polygon = polygon;
|
|
7552
7618
|
exports.polygonZkEvm = polygonZkEvm;
|
|
7553
7619
|
exports.redbelly = redbelly;
|
|
7620
|
+
exports.robinhood = robinhood;
|
|
7554
7621
|
exports.ronin = ronin;
|
|
7555
7622
|
exports.rootstock = rootstock;
|
|
7556
7623
|
exports.saga = saga;
|
package/dist/index-mjs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { arbitrum as arbitrum$1, avalanche as avalanche$1, base as base$1, blast as blast$1, bob as bob$1, boba as boba$1, bsc as bsc$1, celo as celo$1, corn as corn$1, etherlink as etherlink$1, filecoin as filecoin$1, gensyn as gensyn$1, gnosis as gnosis$1, goat as goat$1, hemi as hemi$1, hyperEvm, lens as lens$1, lightlinkPhoenix, linea as linea$1, lisk as lisk$1, mainnet as mainnet$1, manta as manta$1, mantle as mantle$1, matchain as matchain$1, metalL2, monad as monad$1, moonbeam as moonbeam$1, nibiru as nibiru$1, optimism as optimism$1, plasma as plasma$1, polygon as polygon$1, redbellyMainnet, ronin as ronin$1, rootstock as rootstock$1, saga as saga$1, scroll as scroll$1, sei as sei$1, sonic as sonic$1, taiko as taiko$1, telos as telos$1, tronShasta as tronShasta$1, unichain as unichain$1, worldchain as worldchain$1, xdc as xdc$1, zeroGMainnet, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
|
|
1
|
+
import { arbitrum as arbitrum$1, avalanche as avalanche$1, base as base$1, blast as blast$1, bob as bob$1, boba as boba$1, bsc as bsc$1, celo as celo$1, corn as corn$1, etherlink as etherlink$1, filecoin as filecoin$1, gensyn as gensyn$1, gnosis as gnosis$1, goat as goat$1, hemi as hemi$1, hyperEvm, lens as lens$1, lightlinkPhoenix, linea as linea$1, lisk as lisk$1, mainnet as mainnet$1, manta as manta$1, mantle as mantle$1, matchain as matchain$1, metalL2, monad as monad$1, moonbeam as moonbeam$1, nibiru as nibiru$1, optimism as optimism$1, plasma as plasma$1, polygon as polygon$1, redbellyMainnet, robinhood as robinhood$1, ronin as ronin$1, rootstock as rootstock$1, saga as saga$1, scroll as scroll$1, sei as sei$1, sonic as sonic$1, taiko as taiko$1, telos as telos$1, tronShasta as tronShasta$1, unichain as unichain$1, worldchain as worldchain$1, xdc as xdc$1, zeroGMainnet, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
|
|
2
2
|
import { zeroAddress, defineChain } from 'viem';
|
|
3
3
|
|
|
4
4
|
const makeConfig = (x) => {
|
|
@@ -144,8 +144,7 @@ const arbitrum = makeConfig({
|
|
|
144
144
|
usdcAddress: "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
|
|
145
145
|
},
|
|
146
146
|
oku: {
|
|
147
|
-
|
|
148
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
147
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
149
148
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
150
149
|
limitOrderRegistryDeployBlock: 98754575,
|
|
151
150
|
pricing: {
|
|
@@ -585,8 +584,7 @@ const base = makeConfig({
|
|
|
585
584
|
usdcAddress: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
|
|
586
585
|
},
|
|
587
586
|
oku: {
|
|
588
|
-
|
|
589
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
587
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
590
588
|
limitOrderRegistry: "0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27",
|
|
591
589
|
limitOrderRegistryDeployBlock: 7644835,
|
|
592
590
|
pricing: {
|
|
@@ -969,7 +967,7 @@ const boba = makeConfig({
|
|
|
969
967
|
usdcAddress: "0x66a2A913e447d6b4BF33EFbec43aAeF87890FBbc",
|
|
970
968
|
},
|
|
971
969
|
oku: {
|
|
972
|
-
|
|
970
|
+
router: "0x87a3721df43fd6788a6b11662D2a804F27911506",
|
|
973
971
|
limitOrderRegistry: "0xfefb60591cffc694c0137983a9091d64af8ecbac",
|
|
974
972
|
limitOrderRegistryDeployBlock: 1052192,
|
|
975
973
|
pricing: {
|
|
@@ -1156,7 +1154,7 @@ const bsc = makeConfig({
|
|
|
1156
1154
|
wethAddress: "0x2170ed0880ac9a755fd29b2688956bd959f933f8",
|
|
1157
1155
|
},
|
|
1158
1156
|
oku: {
|
|
1159
|
-
|
|
1157
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
1160
1158
|
limitOrderRegistry: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627",
|
|
1161
1159
|
limitOrderRegistryDeployBlock: 34187988,
|
|
1162
1160
|
pricing: {
|
|
@@ -1684,7 +1682,7 @@ const filecoin = makeConfig({
|
|
|
1684
1682
|
wethAddress: "0xb829b68f57CC546dA7E5806A929e53bE32a4625D",
|
|
1685
1683
|
},
|
|
1686
1684
|
oku: {
|
|
1687
|
-
|
|
1685
|
+
router: "0x961feB343932036fa057D80A057aB746dFEe294e",
|
|
1688
1686
|
pricing: {
|
|
1689
1687
|
pools: [],
|
|
1690
1688
|
nativeWrappedToken: "0x60E1773636CF5E4A227d9AC24F20fEca034ee25A",
|
|
@@ -1805,7 +1803,7 @@ const gensyn = makeConfig({
|
|
|
1805
1803
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
1806
1804
|
},
|
|
1807
1805
|
oku: {
|
|
1808
|
-
|
|
1806
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
1809
1807
|
pricing: {
|
|
1810
1808
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
1811
1809
|
nativeWrappedName: "ETH",
|
|
@@ -2194,7 +2192,7 @@ const hemi = makeConfig({
|
|
|
2194
2192
|
wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3",
|
|
2195
2193
|
},
|
|
2196
2194
|
oku: {
|
|
2197
|
-
|
|
2195
|
+
router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045",
|
|
2198
2196
|
limitOrderRegistry: "0xcd7f266E3C0D0771897aAF74BEB38072D66402A0",
|
|
2199
2197
|
limitOrderRegistryDeployBlock: 1293765,
|
|
2200
2198
|
pricing: {
|
|
@@ -2655,7 +2653,7 @@ const linea = makeConfig({
|
|
|
2655
2653
|
wbtcAddress: "0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4",
|
|
2656
2654
|
},
|
|
2657
2655
|
oku: {
|
|
2658
|
-
|
|
2656
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
2659
2657
|
limitOrderRegistry: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74",
|
|
2660
2658
|
limitOrderRegistryDeployBlock: 3610379,
|
|
2661
2659
|
pricing: {
|
|
@@ -3374,7 +3372,7 @@ const mantle = makeConfig({
|
|
|
3374
3372
|
wethAddress: "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8",
|
|
3375
3373
|
},
|
|
3376
3374
|
oku: {
|
|
3377
|
-
|
|
3375
|
+
router: "0xCF883b5926F1c782308381121BA80234000000cE",
|
|
3378
3376
|
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4",
|
|
3379
3377
|
limitOrderRegistryDeployBlock: 63839894,
|
|
3380
3378
|
pricing: {
|
|
@@ -3918,7 +3916,7 @@ const nibiru = makeConfig({
|
|
|
3918
3916
|
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b",
|
|
3919
3917
|
},
|
|
3920
3918
|
oku: {
|
|
3921
|
-
|
|
3919
|
+
router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045",
|
|
3922
3920
|
limitOrderRegistry: "0x6E1293993C71Cb2E6b2Da8559f6d7Dc1fdb3AE02",
|
|
3923
3921
|
limitOrderRegistryDeployBlock: 19842992,
|
|
3924
3922
|
pricing: {
|
|
@@ -4073,8 +4071,7 @@ const optimism = makeConfig({
|
|
|
4073
4071
|
dexscreener: "optimism",
|
|
4074
4072
|
},
|
|
4075
4073
|
oku: {
|
|
4076
|
-
|
|
4077
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
4074
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
4078
4075
|
limitOrderRegistryDeployBlock: 105276132,
|
|
4079
4076
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
4080
4077
|
customOrderTypes: {
|
|
@@ -4673,7 +4670,7 @@ const polygon = makeConfig({
|
|
|
4673
4670
|
wethAddress: "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
|
|
4674
4671
|
},
|
|
4675
4672
|
oku: {
|
|
4676
|
-
|
|
4673
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
4677
4674
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
4678
4675
|
limitOrderRegistryDeployBlock: 43640541,
|
|
4679
4676
|
pricing: {
|
|
@@ -4899,7 +4896,7 @@ const redbelly = makeConfig({
|
|
|
4899
4896
|
usdcAddress: "0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06",
|
|
4900
4897
|
},
|
|
4901
4898
|
oku: {
|
|
4902
|
-
|
|
4899
|
+
router: "0x028F7f81D6816735207A19a3b5C1B72f95B655E5",
|
|
4903
4900
|
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
4904
4901
|
limitOrderRegistryDeployBlock: 2286099,
|
|
4905
4902
|
pricing: {
|
|
@@ -4949,6 +4946,75 @@ const redbelly = makeConfig({
|
|
|
4949
4946
|
},
|
|
4950
4947
|
});
|
|
4951
4948
|
|
|
4949
|
+
const robinhood = makeConfig({
|
|
4950
|
+
...robinhood$1,
|
|
4951
|
+
blockTimeSeconds: 2,
|
|
4952
|
+
launchTime: 0,
|
|
4953
|
+
transactionType: "eip1559",
|
|
4954
|
+
sortIndex: 47,
|
|
4955
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/robinhood-logo.svg",
|
|
4956
|
+
deprecated: false,
|
|
4957
|
+
liteChain: true,
|
|
4958
|
+
estimatedSwapGas: 300000,
|
|
4959
|
+
estimatedBridgeGas: 200000,
|
|
4960
|
+
estimatedWrapGas: 60000,
|
|
4961
|
+
safeReorgDistance: 90000,
|
|
4962
|
+
blockAid: "",
|
|
4963
|
+
externalId: {},
|
|
4964
|
+
markets: {},
|
|
4965
|
+
bridges: {},
|
|
4966
|
+
oracles: {},
|
|
4967
|
+
morpho: {},
|
|
4968
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
4969
|
+
uniswap: {
|
|
4970
|
+
poolFactory: "0x1f7d7550B1b028f7571E69A784071F0205FD2EfA",
|
|
4971
|
+
nonfungiblePositionManager: "0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3",
|
|
4972
|
+
positionsNFT: "0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3",
|
|
4973
|
+
wrappedNativeAddress: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
4974
|
+
wrappedNativeSymbol: "WETH",
|
|
4975
|
+
wrappedNativeName: "Wrapped Ether",
|
|
4976
|
+
wrappedNativeDecimals: 18,
|
|
4977
|
+
nativeCurrencyName: "ETH",
|
|
4978
|
+
},
|
|
4979
|
+
token: {
|
|
4980
|
+
wethAddress: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
4981
|
+
},
|
|
4982
|
+
oku: {
|
|
4983
|
+
pricing: {
|
|
4984
|
+
nativeWrappedToken: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
4985
|
+
nativeWrappedName: "ETH",
|
|
4986
|
+
},
|
|
4987
|
+
},
|
|
4988
|
+
defaultPool: "0x69BfaF19C9f377BB306a89aEd9F6B07e2c1a8d9a",
|
|
4989
|
+
defaultToken0: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
4990
|
+
defaultToken1: "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168",
|
|
4991
|
+
tokenList: [
|
|
4992
|
+
{ symbol: "WETH", address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73" },
|
|
4993
|
+
{ symbol: "USDG", address: "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168" },
|
|
4994
|
+
{ symbol: "USDe", address: "0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34" },
|
|
4995
|
+
],
|
|
4996
|
+
stables: [
|
|
4997
|
+
"0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168",
|
|
4998
|
+
"0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34",
|
|
4999
|
+
],
|
|
5000
|
+
watchlist: [],
|
|
5001
|
+
v4Watchlist: [],
|
|
5002
|
+
internalName: "robinhood",
|
|
5003
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png",
|
|
5004
|
+
contracts: {
|
|
5005
|
+
...robinhood$1.contracts,
|
|
5006
|
+
limitOrder: {
|
|
5007
|
+
address: zeroAddress,
|
|
5008
|
+
},
|
|
5009
|
+
nftManager: {
|
|
5010
|
+
address: "0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3",
|
|
5011
|
+
},
|
|
5012
|
+
weth9: {
|
|
5013
|
+
address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
5014
|
+
},
|
|
5015
|
+
},
|
|
5016
|
+
});
|
|
5017
|
+
|
|
4952
5018
|
const ronin = makeConfig({
|
|
4953
5019
|
...ronin$1,
|
|
4954
5020
|
blockTimeSeconds: 3,
|
|
@@ -5981,7 +6047,7 @@ const telos = makeConfig({
|
|
|
5981
6047
|
usdcAddress: "0xF1815bd50389c46847f0Bda824eC8da914045D14",
|
|
5982
6048
|
},
|
|
5983
6049
|
oku: {
|
|
5984
|
-
|
|
6050
|
+
router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045",
|
|
5985
6051
|
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
5986
6052
|
limitOrderRegistryDeployBlock: 386645006,
|
|
5987
6053
|
pricing: {
|
|
@@ -6201,7 +6267,7 @@ const unichain = makeConfig({
|
|
|
6201
6267
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
6202
6268
|
},
|
|
6203
6269
|
oku: {
|
|
6204
|
-
|
|
6270
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
6205
6271
|
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
6206
6272
|
limitOrderRegistryDeployBlock: 19179485,
|
|
6207
6273
|
pricing: {
|
|
@@ -6323,8 +6389,7 @@ const worldchain = makeConfig({
|
|
|
6323
6389
|
wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3",
|
|
6324
6390
|
},
|
|
6325
6391
|
oku: {
|
|
6326
|
-
|
|
6327
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
6392
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
6328
6393
|
permit2Proxy10: "0x1B361B7cEce8920Bb5C3606B322EEC08FA85EB12",
|
|
6329
6394
|
permit2Proxy11: "0x43830FE2074eaD6562586b512D87aa6af840a688",
|
|
6330
6395
|
pricing: {
|
|
@@ -7312,6 +7377,7 @@ const MAINNET_CHAINS = [
|
|
|
7312
7377
|
hyperevm,
|
|
7313
7378
|
gensyn,
|
|
7314
7379
|
pharos,
|
|
7380
|
+
robinhood,
|
|
7315
7381
|
];
|
|
7316
7382
|
/**
|
|
7317
7383
|
* Non-EVM chains (e.g. Bitcoin). These share the {@link IChainInfo} shape as
|
|
@@ -7493,4 +7559,4 @@ function isNonEvmChain(c) {
|
|
|
7493
7559
|
return isNonEvmChain$1(namespaceOfChainLike(c));
|
|
7494
7560
|
}
|
|
7495
7561
|
|
|
7496
|
-
export { ALL_NETWORKS, ChainType, MAINNET_CHAINS, NON_EVM_CHAINS, NON_EVM_CHAIN_ID, NetworkNotFoundError, arbitrum, avalanche, base, bitcoin, blast, bob, boba, bsc, buildNetworkIndex, caip2Reference, celo, chainType, corn, etherlink, filecoin, formatCAIP2, fromCAIP2, gensyn, gnosis, goat, hemi, hyperevm, isEvmChain, isNetworkType, isNonEvmChain, lens, lightlink, linea, lisk, mainnet, makeConfig, manta, mantle, matchain, metal, monad, moonbeam, networkByAny, networkByCAIP2, networkById, networkByName, networkByString, nibiru, optimism, parseCAIP2, pharos, plasma, polygon, polygonZkEvm, redbelly, ronin, rootstock, saga, scroll, sei, sonic, taiko, telos, toCAIP2, tronShasta, unichain, worldchain, xdc, zerog, zkSync };
|
|
7562
|
+
export { ALL_NETWORKS, ChainType, MAINNET_CHAINS, NON_EVM_CHAINS, NON_EVM_CHAIN_ID, NetworkNotFoundError, arbitrum, avalanche, base, bitcoin, blast, bob, boba, bsc, buildNetworkIndex, caip2Reference, celo, chainType, corn, etherlink, filecoin, formatCAIP2, fromCAIP2, gensyn, gnosis, goat, hemi, hyperevm, isEvmChain, isNetworkType, isNonEvmChain, lens, lightlink, linea, lisk, mainnet, makeConfig, manta, mantle, matchain, metal, monad, moonbeam, networkByAny, networkByCAIP2, networkById, networkByName, networkByString, nibiru, optimism, parseCAIP2, pharos, plasma, polygon, polygonZkEvm, redbelly, robinhood, ronin, rootstock, saga, scroll, sei, sonic, taiko, telos, toCAIP2, tronShasta, unichain, worldchain, xdc, zerog, zkSync };
|