@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/index.js
CHANGED
|
@@ -146,8 +146,7 @@ const arbitrum = makeConfig({
|
|
|
146
146
|
usdcAddress: "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
|
|
147
147
|
},
|
|
148
148
|
oku: {
|
|
149
|
-
|
|
150
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
149
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
151
150
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
152
151
|
limitOrderRegistryDeployBlock: 98754575,
|
|
153
152
|
pricing: {
|
|
@@ -587,8 +586,7 @@ const base = makeConfig({
|
|
|
587
586
|
usdcAddress: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
|
|
588
587
|
},
|
|
589
588
|
oku: {
|
|
590
|
-
|
|
591
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
589
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
592
590
|
limitOrderRegistry: "0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27",
|
|
593
591
|
limitOrderRegistryDeployBlock: 7644835,
|
|
594
592
|
pricing: {
|
|
@@ -971,7 +969,7 @@ const boba = makeConfig({
|
|
|
971
969
|
usdcAddress: "0x66a2A913e447d6b4BF33EFbec43aAeF87890FBbc",
|
|
972
970
|
},
|
|
973
971
|
oku: {
|
|
974
|
-
|
|
972
|
+
router: "0x87a3721df43fd6788a6b11662D2a804F27911506",
|
|
975
973
|
limitOrderRegistry: "0xfefb60591cffc694c0137983a9091d64af8ecbac",
|
|
976
974
|
limitOrderRegistryDeployBlock: 1052192,
|
|
977
975
|
pricing: {
|
|
@@ -1158,7 +1156,7 @@ const bsc = makeConfig({
|
|
|
1158
1156
|
wethAddress: "0x2170ed0880ac9a755fd29b2688956bd959f933f8",
|
|
1159
1157
|
},
|
|
1160
1158
|
oku: {
|
|
1161
|
-
|
|
1159
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
1162
1160
|
limitOrderRegistry: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627",
|
|
1163
1161
|
limitOrderRegistryDeployBlock: 34187988,
|
|
1164
1162
|
pricing: {
|
|
@@ -1686,7 +1684,7 @@ const filecoin = makeConfig({
|
|
|
1686
1684
|
wethAddress: "0xb829b68f57CC546dA7E5806A929e53bE32a4625D",
|
|
1687
1685
|
},
|
|
1688
1686
|
oku: {
|
|
1689
|
-
|
|
1687
|
+
router: "0x961feB343932036fa057D80A057aB746dFEe294e",
|
|
1690
1688
|
pricing: {
|
|
1691
1689
|
pools: [],
|
|
1692
1690
|
nativeWrappedToken: "0x60E1773636CF5E4A227d9AC24F20fEca034ee25A",
|
|
@@ -1807,7 +1805,7 @@ const gensyn = makeConfig({
|
|
|
1807
1805
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
1808
1806
|
},
|
|
1809
1807
|
oku: {
|
|
1810
|
-
|
|
1808
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
1811
1809
|
pricing: {
|
|
1812
1810
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
1813
1811
|
nativeWrappedName: "ETH",
|
|
@@ -2196,7 +2194,7 @@ const hemi = makeConfig({
|
|
|
2196
2194
|
wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3",
|
|
2197
2195
|
},
|
|
2198
2196
|
oku: {
|
|
2199
|
-
|
|
2197
|
+
router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045",
|
|
2200
2198
|
limitOrderRegistry: "0xcd7f266E3C0D0771897aAF74BEB38072D66402A0",
|
|
2201
2199
|
limitOrderRegistryDeployBlock: 1293765,
|
|
2202
2200
|
pricing: {
|
|
@@ -2657,7 +2655,7 @@ const linea = makeConfig({
|
|
|
2657
2655
|
wbtcAddress: "0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4",
|
|
2658
2656
|
},
|
|
2659
2657
|
oku: {
|
|
2660
|
-
|
|
2658
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
2661
2659
|
limitOrderRegistry: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74",
|
|
2662
2660
|
limitOrderRegistryDeployBlock: 3610379,
|
|
2663
2661
|
pricing: {
|
|
@@ -3376,7 +3374,7 @@ const mantle = makeConfig({
|
|
|
3376
3374
|
wethAddress: "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8",
|
|
3377
3375
|
},
|
|
3378
3376
|
oku: {
|
|
3379
|
-
|
|
3377
|
+
router: "0xCF883b5926F1c782308381121BA80234000000cE",
|
|
3380
3378
|
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4",
|
|
3381
3379
|
limitOrderRegistryDeployBlock: 63839894,
|
|
3382
3380
|
pricing: {
|
|
@@ -3920,7 +3918,7 @@ const nibiru = makeConfig({
|
|
|
3920
3918
|
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b",
|
|
3921
3919
|
},
|
|
3922
3920
|
oku: {
|
|
3923
|
-
|
|
3921
|
+
router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045",
|
|
3924
3922
|
limitOrderRegistry: "0x6E1293993C71Cb2E6b2Da8559f6d7Dc1fdb3AE02",
|
|
3925
3923
|
limitOrderRegistryDeployBlock: 19842992,
|
|
3926
3924
|
pricing: {
|
|
@@ -4075,8 +4073,7 @@ const optimism = makeConfig({
|
|
|
4075
4073
|
dexscreener: "optimism",
|
|
4076
4074
|
},
|
|
4077
4075
|
oku: {
|
|
4078
|
-
|
|
4079
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
4076
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
4080
4077
|
limitOrderRegistryDeployBlock: 105276132,
|
|
4081
4078
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
4082
4079
|
customOrderTypes: {
|
|
@@ -4675,7 +4672,7 @@ const polygon = makeConfig({
|
|
|
4675
4672
|
wethAddress: "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
|
|
4676
4673
|
},
|
|
4677
4674
|
oku: {
|
|
4678
|
-
|
|
4675
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
4679
4676
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
4680
4677
|
limitOrderRegistryDeployBlock: 43640541,
|
|
4681
4678
|
pricing: {
|
|
@@ -4901,7 +4898,7 @@ const redbelly = makeConfig({
|
|
|
4901
4898
|
usdcAddress: "0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06",
|
|
4902
4899
|
},
|
|
4903
4900
|
oku: {
|
|
4904
|
-
|
|
4901
|
+
router: "0x028F7f81D6816735207A19a3b5C1B72f95B655E5",
|
|
4905
4902
|
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407",
|
|
4906
4903
|
limitOrderRegistryDeployBlock: 2286099,
|
|
4907
4904
|
pricing: {
|
|
@@ -4951,6 +4948,75 @@ const redbelly = makeConfig({
|
|
|
4951
4948
|
},
|
|
4952
4949
|
});
|
|
4953
4950
|
|
|
4951
|
+
const robinhood = makeConfig({
|
|
4952
|
+
...chains.robinhood,
|
|
4953
|
+
blockTimeSeconds: 2,
|
|
4954
|
+
launchTime: 0,
|
|
4955
|
+
transactionType: "eip1559",
|
|
4956
|
+
sortIndex: 47,
|
|
4957
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/robinhood-logo.svg",
|
|
4958
|
+
deprecated: false,
|
|
4959
|
+
liteChain: true,
|
|
4960
|
+
estimatedSwapGas: 300000,
|
|
4961
|
+
estimatedBridgeGas: 200000,
|
|
4962
|
+
estimatedWrapGas: 60000,
|
|
4963
|
+
safeReorgDistance: 90000,
|
|
4964
|
+
blockAid: "",
|
|
4965
|
+
externalId: {},
|
|
4966
|
+
markets: {},
|
|
4967
|
+
bridges: {},
|
|
4968
|
+
oracles: {},
|
|
4969
|
+
morpho: {},
|
|
4970
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
4971
|
+
uniswap: {
|
|
4972
|
+
poolFactory: "0x1f7d7550B1b028f7571E69A784071F0205FD2EfA",
|
|
4973
|
+
nonfungiblePositionManager: "0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3",
|
|
4974
|
+
positionsNFT: "0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3",
|
|
4975
|
+
wrappedNativeAddress: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
4976
|
+
wrappedNativeSymbol: "WETH",
|
|
4977
|
+
wrappedNativeName: "Wrapped Ether",
|
|
4978
|
+
wrappedNativeDecimals: 18,
|
|
4979
|
+
nativeCurrencyName: "ETH",
|
|
4980
|
+
},
|
|
4981
|
+
token: {
|
|
4982
|
+
wethAddress: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
4983
|
+
},
|
|
4984
|
+
oku: {
|
|
4985
|
+
pricing: {
|
|
4986
|
+
nativeWrappedToken: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
4987
|
+
nativeWrappedName: "ETH",
|
|
4988
|
+
},
|
|
4989
|
+
},
|
|
4990
|
+
defaultPool: "0x69BfaF19C9f377BB306a89aEd9F6B07e2c1a8d9a",
|
|
4991
|
+
defaultToken0: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
4992
|
+
defaultToken1: "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168",
|
|
4993
|
+
tokenList: [
|
|
4994
|
+
{ symbol: "WETH", address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73" },
|
|
4995
|
+
{ symbol: "USDG", address: "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168" },
|
|
4996
|
+
{ symbol: "USDe", address: "0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34" },
|
|
4997
|
+
],
|
|
4998
|
+
stables: [
|
|
4999
|
+
"0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168",
|
|
5000
|
+
"0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34",
|
|
5001
|
+
],
|
|
5002
|
+
watchlist: [],
|
|
5003
|
+
v4Watchlist: [],
|
|
5004
|
+
internalName: "robinhood",
|
|
5005
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png",
|
|
5006
|
+
contracts: {
|
|
5007
|
+
...chains.robinhood.contracts,
|
|
5008
|
+
limitOrder: {
|
|
5009
|
+
address: viem.zeroAddress,
|
|
5010
|
+
},
|
|
5011
|
+
nftManager: {
|
|
5012
|
+
address: "0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3",
|
|
5013
|
+
},
|
|
5014
|
+
weth9: {
|
|
5015
|
+
address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73",
|
|
5016
|
+
},
|
|
5017
|
+
},
|
|
5018
|
+
});
|
|
5019
|
+
|
|
4954
5020
|
const ronin = makeConfig({
|
|
4955
5021
|
...chains.ronin,
|
|
4956
5022
|
blockTimeSeconds: 3,
|
|
@@ -5983,7 +6049,7 @@ const telos = makeConfig({
|
|
|
5983
6049
|
usdcAddress: "0xF1815bd50389c46847f0Bda824eC8da914045D14",
|
|
5984
6050
|
},
|
|
5985
6051
|
oku: {
|
|
5986
|
-
|
|
6052
|
+
router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045",
|
|
5987
6053
|
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
|
|
5988
6054
|
limitOrderRegistryDeployBlock: 386645006,
|
|
5989
6055
|
pricing: {
|
|
@@ -6203,7 +6269,7 @@ const unichain = makeConfig({
|
|
|
6203
6269
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
6204
6270
|
},
|
|
6205
6271
|
oku: {
|
|
6206
|
-
|
|
6272
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
6207
6273
|
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
6208
6274
|
limitOrderRegistryDeployBlock: 19179485,
|
|
6209
6275
|
pricing: {
|
|
@@ -6325,8 +6391,7 @@ const worldchain = makeConfig({
|
|
|
6325
6391
|
wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3",
|
|
6326
6392
|
},
|
|
6327
6393
|
oku: {
|
|
6328
|
-
|
|
6329
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
6394
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad",
|
|
6330
6395
|
permit2Proxy10: "0x1B361B7cEce8920Bb5C3606B322EEC08FA85EB12",
|
|
6331
6396
|
permit2Proxy11: "0x43830FE2074eaD6562586b512D87aa6af840a688",
|
|
6332
6397
|
pricing: {
|
|
@@ -7314,6 +7379,7 @@ const MAINNET_CHAINS = [
|
|
|
7314
7379
|
hyperevm,
|
|
7315
7380
|
gensyn,
|
|
7316
7381
|
pharos,
|
|
7382
|
+
robinhood,
|
|
7317
7383
|
];
|
|
7318
7384
|
/**
|
|
7319
7385
|
* Non-EVM chains (e.g. Bitcoin). These share the {@link IChainInfo} shape as
|
|
@@ -7550,6 +7616,7 @@ exports.plasma = plasma;
|
|
|
7550
7616
|
exports.polygon = polygon;
|
|
7551
7617
|
exports.polygonZkEvm = polygonZkEvm;
|
|
7552
7618
|
exports.redbelly = redbelly;
|
|
7619
|
+
exports.robinhood = robinhood;
|
|
7553
7620
|
exports.ronin = ronin;
|
|
7554
7621
|
exports.rootstock = rootstock;
|
|
7555
7622
|
exports.saga = saga;
|
|
@@ -115,8 +115,7 @@ export declare const arbitrum: Readonly<{
|
|
|
115
115
|
usdcAddress: "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8";
|
|
116
116
|
};
|
|
117
117
|
oku: {
|
|
118
|
-
|
|
119
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
118
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
120
119
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
|
|
121
120
|
limitOrderRegistryDeployBlock: number;
|
|
122
121
|
pricing: {
|
|
@@ -111,8 +111,7 @@ export declare const base: Readonly<{
|
|
|
111
111
|
usdcAddress: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913";
|
|
112
112
|
};
|
|
113
113
|
oku: {
|
|
114
|
-
|
|
115
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
114
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
116
115
|
limitOrderRegistry: "0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27";
|
|
117
116
|
limitOrderRegistryDeployBlock: number;
|
|
118
117
|
pricing: {
|
|
@@ -70,7 +70,7 @@ export declare const boba: Readonly<{
|
|
|
70
70
|
usdcAddress: "0x66a2A913e447d6b4BF33EFbec43aAeF87890FBbc";
|
|
71
71
|
};
|
|
72
72
|
oku: {
|
|
73
|
-
|
|
73
|
+
router: "0x87a3721df43fd6788a6b11662D2a804F27911506";
|
|
74
74
|
limitOrderRegistry: "0xfefb60591cffc694c0137983a9091d64af8ecbac";
|
|
75
75
|
limitOrderRegistryDeployBlock: number;
|
|
76
76
|
pricing: {
|
|
@@ -114,7 +114,7 @@ export declare const bsc: Readonly<{
|
|
|
114
114
|
wethAddress: "0x2170ed0880ac9a755fd29b2688956bd959f933f8";
|
|
115
115
|
};
|
|
116
116
|
oku: {
|
|
117
|
-
|
|
117
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
118
118
|
limitOrderRegistry: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627";
|
|
119
119
|
limitOrderRegistryDeployBlock: number;
|
|
120
120
|
pricing: {
|
|
@@ -64,7 +64,7 @@ export declare const filecoin: Readonly<{
|
|
|
64
64
|
wethAddress: "0xb829b68f57CC546dA7E5806A929e53bE32a4625D";
|
|
65
65
|
};
|
|
66
66
|
oku: {
|
|
67
|
-
|
|
67
|
+
router: "0x961feB343932036fa057D80A057aB746dFEe294e";
|
|
68
68
|
pricing: {
|
|
69
69
|
pools: never[];
|
|
70
70
|
nativeWrappedToken: "0x60E1773636CF5E4A227d9AC24F20fEca034ee25A";
|
|
@@ -44,7 +44,7 @@ export declare const gensyn: Readonly<{
|
|
|
44
44
|
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
45
45
|
};
|
|
46
46
|
oku: {
|
|
47
|
-
|
|
47
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
48
48
|
pricing: {
|
|
49
49
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
50
50
|
nativeWrappedName: string;
|
|
@@ -58,7 +58,7 @@ export declare const hemi: Readonly<{
|
|
|
58
58
|
wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3";
|
|
59
59
|
};
|
|
60
60
|
oku: {
|
|
61
|
-
|
|
61
|
+
router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045";
|
|
62
62
|
limitOrderRegistry: "0xcd7f266E3C0D0771897aAF74BEB38072D66402A0";
|
|
63
63
|
limitOrderRegistryDeployBlock: number;
|
|
64
64
|
pricing: {
|
|
@@ -91,7 +91,7 @@ export declare const linea: Readonly<{
|
|
|
91
91
|
wbtcAddress: "0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4";
|
|
92
92
|
};
|
|
93
93
|
oku: {
|
|
94
|
-
|
|
94
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
95
95
|
limitOrderRegistry: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74";
|
|
96
96
|
limitOrderRegistryDeployBlock: number;
|
|
97
97
|
pricing: {
|
|
@@ -77,7 +77,7 @@ export declare const mantle: Readonly<{
|
|
|
77
77
|
wethAddress: "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8";
|
|
78
78
|
};
|
|
79
79
|
oku: {
|
|
80
|
-
|
|
80
|
+
router: "0xCF883b5926F1c782308381121BA80234000000cE";
|
|
81
81
|
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
82
82
|
limitOrderRegistryDeployBlock: number;
|
|
83
83
|
pricing: {
|
|
@@ -48,7 +48,7 @@ export declare const nibiru: Readonly<{
|
|
|
48
48
|
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
49
49
|
};
|
|
50
50
|
oku: {
|
|
51
|
-
|
|
51
|
+
router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045";
|
|
52
52
|
limitOrderRegistry: "0x6E1293993C71Cb2E6b2Da8559f6d7Dc1fdb3AE02";
|
|
53
53
|
limitOrderRegistryDeployBlock: number;
|
|
54
54
|
pricing: {
|
|
@@ -85,8 +85,7 @@ export declare const optimism: Readonly<{
|
|
|
85
85
|
dexscreener: string;
|
|
86
86
|
};
|
|
87
87
|
oku: {
|
|
88
|
-
|
|
89
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
88
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
90
89
|
limitOrderRegistryDeployBlock: number;
|
|
91
90
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
|
|
92
91
|
customOrderTypes: {
|
|
@@ -109,7 +109,7 @@ export declare const polygon: Readonly<{
|
|
|
109
109
|
wethAddress: "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619";
|
|
110
110
|
};
|
|
111
111
|
oku: {
|
|
112
|
-
|
|
112
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
113
113
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
|
|
114
114
|
limitOrderRegistryDeployBlock: number;
|
|
115
115
|
pricing: {
|
|
@@ -40,7 +40,7 @@ export declare const redbelly: Readonly<{
|
|
|
40
40
|
usdcAddress: "0x8201c02d4AB2214471E8C3AD6475C8b0CD9F2D06";
|
|
41
41
|
};
|
|
42
42
|
oku: {
|
|
43
|
-
|
|
43
|
+
router: "0x028F7f81D6816735207A19a3b5C1B72f95B655E5";
|
|
44
44
|
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
45
45
|
limitOrderRegistryDeployBlock: number;
|
|
46
46
|
pricing: {
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
export declare const robinhood: Readonly<{
|
|
2
|
+
blockTimeSeconds: 2;
|
|
3
|
+
launchTime: 0;
|
|
4
|
+
transactionType: "eip1559";
|
|
5
|
+
sortIndex: 47;
|
|
6
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/robinhood-logo.svg";
|
|
7
|
+
deprecated: false;
|
|
8
|
+
liteChain: true;
|
|
9
|
+
estimatedSwapGas: 300000;
|
|
10
|
+
estimatedBridgeGas: 200000;
|
|
11
|
+
estimatedWrapGas: 60000;
|
|
12
|
+
safeReorgDistance: 90000;
|
|
13
|
+
blockAid: "";
|
|
14
|
+
externalId: {};
|
|
15
|
+
markets: {};
|
|
16
|
+
bridges: {};
|
|
17
|
+
oracles: {};
|
|
18
|
+
morpho: {};
|
|
19
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
20
|
+
uniswap: {
|
|
21
|
+
poolFactory: "0x1f7d7550B1b028f7571E69A784071F0205FD2EfA";
|
|
22
|
+
nonfungiblePositionManager: "0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3";
|
|
23
|
+
positionsNFT: "0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3";
|
|
24
|
+
wrappedNativeAddress: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
25
|
+
wrappedNativeSymbol: string;
|
|
26
|
+
wrappedNativeName: string;
|
|
27
|
+
wrappedNativeDecimals: number;
|
|
28
|
+
nativeCurrencyName: string;
|
|
29
|
+
};
|
|
30
|
+
token: {
|
|
31
|
+
wethAddress: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
32
|
+
};
|
|
33
|
+
oku: {
|
|
34
|
+
pricing: {
|
|
35
|
+
nativeWrappedToken: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
36
|
+
nativeWrappedName: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
defaultPool: "0x69BfaF19C9f377BB306a89aEd9F6B07e2c1a8d9a";
|
|
40
|
+
defaultToken0: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
41
|
+
defaultToken1: "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168";
|
|
42
|
+
tokenList: ({
|
|
43
|
+
symbol: string;
|
|
44
|
+
address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
45
|
+
} | {
|
|
46
|
+
symbol: string;
|
|
47
|
+
address: "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168";
|
|
48
|
+
} | {
|
|
49
|
+
symbol: string;
|
|
50
|
+
address: "0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34";
|
|
51
|
+
})[];
|
|
52
|
+
stables: ("0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168" | "0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34")[];
|
|
53
|
+
watchlist: never[];
|
|
54
|
+
v4Watchlist: never[];
|
|
55
|
+
internalName: "robinhood";
|
|
56
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png";
|
|
57
|
+
contracts: {
|
|
58
|
+
limitOrder: {
|
|
59
|
+
address: "0x0000000000000000000000000000000000000000";
|
|
60
|
+
};
|
|
61
|
+
nftManager: {
|
|
62
|
+
address: "0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3";
|
|
63
|
+
};
|
|
64
|
+
weth9: {
|
|
65
|
+
address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
66
|
+
};
|
|
67
|
+
multicall3: {
|
|
68
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
blockExplorers: {
|
|
72
|
+
readonly default: {
|
|
73
|
+
readonly name: "Blockscout";
|
|
74
|
+
readonly url: "https://robinhoodchain.blockscout.com";
|
|
75
|
+
readonly apiUrl: "https://robinhoodchain.blockscout.com/api";
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
79
|
+
ensTlds?: readonly string[] | undefined;
|
|
80
|
+
id: 4663;
|
|
81
|
+
name: "Robinhood Chain";
|
|
82
|
+
nativeCurrency: {
|
|
83
|
+
readonly name: "Ether";
|
|
84
|
+
readonly symbol: "ETH";
|
|
85
|
+
readonly decimals: 18;
|
|
86
|
+
};
|
|
87
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
88
|
+
rpcUrls: {
|
|
89
|
+
readonly default: {
|
|
90
|
+
readonly http: readonly ["https://rpc.mainnet.chain.robinhood.com"];
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
94
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
95
|
+
custom?: Record<string, unknown> | undefined;
|
|
96
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
97
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
98
|
+
formatters?: undefined | undefined;
|
|
99
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
100
|
+
client: import("viem").Client;
|
|
101
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
102
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
103
|
+
client: import("viem").Client;
|
|
104
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
105
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
106
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
107
|
+
}] | undefined | undefined;
|
|
108
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
109
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined | undefined;
|
|
110
|
+
} & {
|
|
111
|
+
caip2Namespace: string;
|
|
112
|
+
}>;
|
|
@@ -53,7 +53,7 @@ export declare const telos: Readonly<{
|
|
|
53
53
|
usdcAddress: "0xF1815bd50389c46847f0Bda824eC8da914045D14";
|
|
54
54
|
};
|
|
55
55
|
oku: {
|
|
56
|
-
|
|
56
|
+
router: "0x1a84c0daAf3948392ccA68f475141cF8dC5B8045";
|
|
57
57
|
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
58
58
|
limitOrderRegistryDeployBlock: number;
|
|
59
59
|
pricing: {
|
|
@@ -80,7 +80,7 @@ export declare const unichain: Readonly<{
|
|
|
80
80
|
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
81
81
|
};
|
|
82
82
|
oku: {
|
|
83
|
-
|
|
83
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
84
84
|
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
85
85
|
limitOrderRegistryDeployBlock: number;
|
|
86
86
|
pricing: {
|
|
@@ -61,8 +61,7 @@ export declare const worldchain: Readonly<{
|
|
|
61
61
|
wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
|
|
62
62
|
};
|
|
63
63
|
oku: {
|
|
64
|
-
|
|
65
|
-
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
64
|
+
router: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
66
65
|
permit2Proxy10: "0x1B361B7cEce8920Bb5C3606B322EEC08FA85EB12";
|
|
67
66
|
permit2Proxy11: "0x43830FE2074eaD6562586b512D87aa6af840a688";
|
|
68
67
|
pricing: {
|