@gfxlabs/oku-chains 1.5.1 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -214,9 +214,40 @@ declare const avalanche: Readonly<{
214
214
  debank: string;
215
215
  tenderly: string;
216
216
  };
217
- markets: {};
218
- bridges: {};
219
- oracles: {};
217
+ markets: {
218
+ openocean: string;
219
+ cowswap: string;
220
+ };
221
+ bridges: {
222
+ chainlink: {
223
+ atlasNetworkName: string;
224
+ routerAddress: string;
225
+ chainSelector: bigint;
226
+ tokenAdminRegistry: string;
227
+ };
228
+ stargate: {
229
+ endpointID: number;
230
+ tokens: never[];
231
+ };
232
+ wanbridge: {
233
+ requiredConfirmations: number;
234
+ };
235
+ wormhole: {
236
+ chain: string;
237
+ timeToFinalize: number;
238
+ };
239
+ };
240
+ oracles: {
241
+ cmc: {
242
+ slug: string;
243
+ native: string;
244
+ };
245
+ coingecko: {
246
+ slug: string;
247
+ native: string;
248
+ };
249
+ dexscreener: string;
250
+ };
220
251
  morpho: {};
221
252
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
222
253
  uniswap: {
@@ -6646,6 +6677,112 @@ declare const redbelly: Readonly<{
6646
6677
  formatters?: undefined | undefined;
6647
6678
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
6648
6679
  }>;
6680
+ declare const ronin: Readonly<{
6681
+ blockTimeSeconds: 3;
6682
+ launchTime: 1761966026;
6683
+ transactionType: "eip1559";
6684
+ sortIndex: 15;
6685
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg";
6686
+ deprecated: false;
6687
+ safeReorgDistance: 90000;
6688
+ blockAid: "";
6689
+ externalId: {
6690
+ tenderly: string;
6691
+ };
6692
+ markets: {};
6693
+ bridges: {};
6694
+ oracles: {};
6695
+ morpho: {};
6696
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
6697
+ uniswap: {
6698
+ deployBlock: number;
6699
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
6700
+ permit2: "0x000000000022d473030f116ddee9f6b43ac78ba3";
6701
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
6702
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
6703
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
6704
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
6705
+ positionsNFTDeployBlock: number;
6706
+ universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
6707
+ wrappedNativeAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
6708
+ wrappedNativeSymbol: string;
6709
+ wrappedNativeName: string;
6710
+ wrappedNativeDecimals: number;
6711
+ nativeCurrencyName: string;
6712
+ };
6713
+ token: {
6714
+ usdcAddress: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
6715
+ wethAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
6716
+ };
6717
+ oku: {
6718
+ limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
6719
+ limitOrderRegistryDeployBlock: number;
6720
+ pricing: {
6721
+ nativeWrappedToken: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
6722
+ nativeWrappedName: string;
6723
+ };
6724
+ };
6725
+ defaultPool: "0x0000000000000000000000000000000000000000";
6726
+ defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
6727
+ defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
6728
+ tokenList: ({
6729
+ symbol: string;
6730
+ address: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
6731
+ } | {
6732
+ symbol: string;
6733
+ address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
6734
+ })[];
6735
+ stables: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc"[];
6736
+ watchlist: never[];
6737
+ internalName: "ronin";
6738
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/ron.svg";
6739
+ contracts: {
6740
+ limitOrder: {
6741
+ address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
6742
+ };
6743
+ nftManager: {
6744
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
6745
+ };
6746
+ weth9: {
6747
+ address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
6748
+ };
6749
+ multicall2: {
6750
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
6751
+ };
6752
+ multicall3: {
6753
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
6754
+ };
6755
+ };
6756
+ blockExplorers: {
6757
+ readonly default: {
6758
+ readonly name: "Ronin Explorer";
6759
+ readonly url: "https://app.roninchain.com";
6760
+ };
6761
+ };
6762
+ blockTime?: number | undefined | undefined | undefined;
6763
+ ensTlds?: readonly string[] | undefined;
6764
+ id: 2020;
6765
+ name: "Ronin";
6766
+ nativeCurrency: {
6767
+ readonly name: "RON";
6768
+ readonly symbol: "RON";
6769
+ readonly decimals: 18;
6770
+ };
6771
+ experimental_preconfirmationTime?: number | undefined | undefined | undefined;
6772
+ rpcUrls: {
6773
+ readonly default: {
6774
+ readonly http: readonly [
6775
+ "https://api.roninchain.com/rpc"
6776
+ ];
6777
+ };
6778
+ };
6779
+ sourceId?: number | undefined | undefined | undefined;
6780
+ testnet?: boolean | undefined | undefined | undefined;
6781
+ custom?: Record<string, unknown> | undefined;
6782
+ fees?: import("viem").ChainFees<undefined> | undefined;
6783
+ formatters?: undefined | undefined;
6784
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
6785
+ }>;
6649
6786
  declare const rootstock: Readonly<{
6650
6787
  sortIndex: 7;
6651
6788
  launchTime: 1702479600;
@@ -18916,9 +19053,40 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18916
19053
  debank: string;
18917
19054
  tenderly: string;
18918
19055
  };
18919
- markets: {};
18920
- bridges: {};
18921
- oracles: {};
19056
+ markets: {
19057
+ openocean: string;
19058
+ cowswap: string;
19059
+ };
19060
+ bridges: {
19061
+ chainlink: {
19062
+ atlasNetworkName: string;
19063
+ routerAddress: string;
19064
+ chainSelector: bigint;
19065
+ tokenAdminRegistry: string;
19066
+ };
19067
+ stargate: {
19068
+ endpointID: number;
19069
+ tokens: never[];
19070
+ };
19071
+ wanbridge: {
19072
+ requiredConfirmations: number;
19073
+ };
19074
+ wormhole: {
19075
+ chain: string;
19076
+ timeToFinalize: number;
19077
+ };
19078
+ };
19079
+ oracles: {
19080
+ cmc: {
19081
+ slug: string;
19082
+ native: string;
19083
+ };
19084
+ coingecko: {
19085
+ slug: string;
19086
+ native: string;
19087
+ };
19088
+ dexscreener: string;
19089
+ };
18922
19090
  morpho: {};
18923
19091
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
18924
19092
  uniswap: {
@@ -19006,6 +19174,109 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19006
19174
  fees?: import("viem").ChainFees<undefined> | undefined;
19007
19175
  formatters?: undefined | undefined;
19008
19176
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
19177
+ }>, Readonly<{
19178
+ blockTimeSeconds: 3;
19179
+ launchTime: 1761966026;
19180
+ transactionType: "eip1559";
19181
+ sortIndex: 15;
19182
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg";
19183
+ deprecated: false;
19184
+ safeReorgDistance: 90000;
19185
+ blockAid: "";
19186
+ externalId: {
19187
+ tenderly: string;
19188
+ };
19189
+ markets: {};
19190
+ bridges: {};
19191
+ oracles: {};
19192
+ morpho: {};
19193
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
19194
+ uniswap: {
19195
+ deployBlock: number;
19196
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
19197
+ permit2: "0x000000000022d473030f116ddee9f6b43ac78ba3";
19198
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
19199
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
19200
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
19201
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
19202
+ positionsNFTDeployBlock: number;
19203
+ universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
19204
+ wrappedNativeAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
19205
+ wrappedNativeSymbol: string;
19206
+ wrappedNativeName: string;
19207
+ wrappedNativeDecimals: number;
19208
+ nativeCurrencyName: string;
19209
+ };
19210
+ token: {
19211
+ usdcAddress: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
19212
+ wethAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
19213
+ };
19214
+ oku: {
19215
+ limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
19216
+ limitOrderRegistryDeployBlock: number;
19217
+ pricing: {
19218
+ nativeWrappedToken: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
19219
+ nativeWrappedName: string;
19220
+ };
19221
+ };
19222
+ defaultPool: "0x0000000000000000000000000000000000000000";
19223
+ defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
19224
+ defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
19225
+ tokenList: ({
19226
+ symbol: string;
19227
+ address: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
19228
+ } | {
19229
+ symbol: string;
19230
+ address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
19231
+ })[];
19232
+ stables: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc"[];
19233
+ watchlist: never[];
19234
+ internalName: "ronin";
19235
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/ron.svg";
19236
+ contracts: {
19237
+ limitOrder: {
19238
+ address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
19239
+ };
19240
+ nftManager: {
19241
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
19242
+ };
19243
+ weth9: {
19244
+ address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
19245
+ };
19246
+ multicall2: {
19247
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
19248
+ };
19249
+ multicall3: {
19250
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
19251
+ };
19252
+ };
19253
+ blockExplorers: {
19254
+ readonly default: {
19255
+ readonly name: "Ronin Explorer";
19256
+ readonly url: "https://app.roninchain.com";
19257
+ };
19258
+ };
19259
+ blockTime?: number | undefined | undefined | undefined;
19260
+ ensTlds?: readonly string[] | undefined;
19261
+ id: 2020;
19262
+ name: "Ronin";
19263
+ nativeCurrency: {
19264
+ readonly name: "RON";
19265
+ readonly symbol: "RON";
19266
+ readonly decimals: 18;
19267
+ };
19268
+ experimental_preconfirmationTime?: number | undefined | undefined | undefined;
19269
+ rpcUrls: {
19270
+ readonly default: {
19271
+ readonly http: readonly ["https://api.roninchain.com/rpc"];
19272
+ };
19273
+ };
19274
+ sourceId?: number | undefined | undefined | undefined;
19275
+ testnet?: boolean | undefined | undefined | undefined;
19276
+ custom?: Record<string, unknown> | undefined;
19277
+ fees?: import("viem").ChainFees<undefined> | undefined;
19278
+ formatters?: undefined | undefined;
19279
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
19009
19280
  }>];
19010
- export { arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, moonbeam, nibiru, optimism, plasma, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
19281
+ export { arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, moonbeam, nibiru, optimism, plasma, polygon, redbelly, ronin, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
19011
19282
  export { ChainContract } from "viem";
@@ -214,9 +214,40 @@ declare const avalanche: Readonly<{
214
214
  debank: string;
215
215
  tenderly: string;
216
216
  };
217
- markets: {};
218
- bridges: {};
219
- oracles: {};
217
+ markets: {
218
+ openocean: string;
219
+ cowswap: string;
220
+ };
221
+ bridges: {
222
+ chainlink: {
223
+ atlasNetworkName: string;
224
+ routerAddress: string;
225
+ chainSelector: bigint;
226
+ tokenAdminRegistry: string;
227
+ };
228
+ stargate: {
229
+ endpointID: number;
230
+ tokens: never[];
231
+ };
232
+ wanbridge: {
233
+ requiredConfirmations: number;
234
+ };
235
+ wormhole: {
236
+ chain: string;
237
+ timeToFinalize: number;
238
+ };
239
+ };
240
+ oracles: {
241
+ cmc: {
242
+ slug: string;
243
+ native: string;
244
+ };
245
+ coingecko: {
246
+ slug: string;
247
+ native: string;
248
+ };
249
+ dexscreener: string;
250
+ };
220
251
  morpho: {};
221
252
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
222
253
  uniswap: {
@@ -6646,6 +6677,112 @@ declare const redbelly: Readonly<{
6646
6677
  formatters?: undefined | undefined;
6647
6678
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
6648
6679
  }>;
6680
+ declare const ronin: Readonly<{
6681
+ blockTimeSeconds: 3;
6682
+ launchTime: 1761966026;
6683
+ transactionType: "eip1559";
6684
+ sortIndex: 15;
6685
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg";
6686
+ deprecated: false;
6687
+ safeReorgDistance: 90000;
6688
+ blockAid: "";
6689
+ externalId: {
6690
+ tenderly: string;
6691
+ };
6692
+ markets: {};
6693
+ bridges: {};
6694
+ oracles: {};
6695
+ morpho: {};
6696
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
6697
+ uniswap: {
6698
+ deployBlock: number;
6699
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
6700
+ permit2: "0x000000000022d473030f116ddee9f6b43ac78ba3";
6701
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
6702
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
6703
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
6704
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
6705
+ positionsNFTDeployBlock: number;
6706
+ universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
6707
+ wrappedNativeAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
6708
+ wrappedNativeSymbol: string;
6709
+ wrappedNativeName: string;
6710
+ wrappedNativeDecimals: number;
6711
+ nativeCurrencyName: string;
6712
+ };
6713
+ token: {
6714
+ usdcAddress: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
6715
+ wethAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
6716
+ };
6717
+ oku: {
6718
+ limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
6719
+ limitOrderRegistryDeployBlock: number;
6720
+ pricing: {
6721
+ nativeWrappedToken: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
6722
+ nativeWrappedName: string;
6723
+ };
6724
+ };
6725
+ defaultPool: "0x0000000000000000000000000000000000000000";
6726
+ defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
6727
+ defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
6728
+ tokenList: ({
6729
+ symbol: string;
6730
+ address: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
6731
+ } | {
6732
+ symbol: string;
6733
+ address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
6734
+ })[];
6735
+ stables: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc"[];
6736
+ watchlist: never[];
6737
+ internalName: "ronin";
6738
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/ron.svg";
6739
+ contracts: {
6740
+ limitOrder: {
6741
+ address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
6742
+ };
6743
+ nftManager: {
6744
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
6745
+ };
6746
+ weth9: {
6747
+ address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
6748
+ };
6749
+ multicall2: {
6750
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
6751
+ };
6752
+ multicall3: {
6753
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
6754
+ };
6755
+ };
6756
+ blockExplorers: {
6757
+ readonly default: {
6758
+ readonly name: "Ronin Explorer";
6759
+ readonly url: "https://app.roninchain.com";
6760
+ };
6761
+ };
6762
+ blockTime?: number | undefined | undefined | undefined;
6763
+ ensTlds?: readonly string[] | undefined;
6764
+ id: 2020;
6765
+ name: "Ronin";
6766
+ nativeCurrency: {
6767
+ readonly name: "RON";
6768
+ readonly symbol: "RON";
6769
+ readonly decimals: 18;
6770
+ };
6771
+ experimental_preconfirmationTime?: number | undefined | undefined | undefined;
6772
+ rpcUrls: {
6773
+ readonly default: {
6774
+ readonly http: readonly [
6775
+ "https://api.roninchain.com/rpc"
6776
+ ];
6777
+ };
6778
+ };
6779
+ sourceId?: number | undefined | undefined | undefined;
6780
+ testnet?: boolean | undefined | undefined | undefined;
6781
+ custom?: Record<string, unknown> | undefined;
6782
+ fees?: import("viem").ChainFees<undefined> | undefined;
6783
+ formatters?: undefined | undefined;
6784
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
6785
+ }>;
6649
6786
  declare const rootstock: Readonly<{
6650
6787
  sortIndex: 7;
6651
6788
  launchTime: 1702479600;
@@ -18916,9 +19053,40 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18916
19053
  debank: string;
18917
19054
  tenderly: string;
18918
19055
  };
18919
- markets: {};
18920
- bridges: {};
18921
- oracles: {};
19056
+ markets: {
19057
+ openocean: string;
19058
+ cowswap: string;
19059
+ };
19060
+ bridges: {
19061
+ chainlink: {
19062
+ atlasNetworkName: string;
19063
+ routerAddress: string;
19064
+ chainSelector: bigint;
19065
+ tokenAdminRegistry: string;
19066
+ };
19067
+ stargate: {
19068
+ endpointID: number;
19069
+ tokens: never[];
19070
+ };
19071
+ wanbridge: {
19072
+ requiredConfirmations: number;
19073
+ };
19074
+ wormhole: {
19075
+ chain: string;
19076
+ timeToFinalize: number;
19077
+ };
19078
+ };
19079
+ oracles: {
19080
+ cmc: {
19081
+ slug: string;
19082
+ native: string;
19083
+ };
19084
+ coingecko: {
19085
+ slug: string;
19086
+ native: string;
19087
+ };
19088
+ dexscreener: string;
19089
+ };
18922
19090
  morpho: {};
18923
19091
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
18924
19092
  uniswap: {
@@ -19006,6 +19174,109 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19006
19174
  fees?: import("viem").ChainFees<undefined> | undefined;
19007
19175
  formatters?: undefined | undefined;
19008
19176
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
19177
+ }>, Readonly<{
19178
+ blockTimeSeconds: 3;
19179
+ launchTime: 1761966026;
19180
+ transactionType: "eip1559";
19181
+ sortIndex: 15;
19182
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg";
19183
+ deprecated: false;
19184
+ safeReorgDistance: 90000;
19185
+ blockAid: "";
19186
+ externalId: {
19187
+ tenderly: string;
19188
+ };
19189
+ markets: {};
19190
+ bridges: {};
19191
+ oracles: {};
19192
+ morpho: {};
19193
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
19194
+ uniswap: {
19195
+ deployBlock: number;
19196
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
19197
+ permit2: "0x000000000022d473030f116ddee9f6b43ac78ba3";
19198
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
19199
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
19200
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
19201
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
19202
+ positionsNFTDeployBlock: number;
19203
+ universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
19204
+ wrappedNativeAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
19205
+ wrappedNativeSymbol: string;
19206
+ wrappedNativeName: string;
19207
+ wrappedNativeDecimals: number;
19208
+ nativeCurrencyName: string;
19209
+ };
19210
+ token: {
19211
+ usdcAddress: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
19212
+ wethAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
19213
+ };
19214
+ oku: {
19215
+ limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
19216
+ limitOrderRegistryDeployBlock: number;
19217
+ pricing: {
19218
+ nativeWrappedToken: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
19219
+ nativeWrappedName: string;
19220
+ };
19221
+ };
19222
+ defaultPool: "0x0000000000000000000000000000000000000000";
19223
+ defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
19224
+ defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
19225
+ tokenList: ({
19226
+ symbol: string;
19227
+ address: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
19228
+ } | {
19229
+ symbol: string;
19230
+ address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
19231
+ })[];
19232
+ stables: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc"[];
19233
+ watchlist: never[];
19234
+ internalName: "ronin";
19235
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/ron.svg";
19236
+ contracts: {
19237
+ limitOrder: {
19238
+ address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
19239
+ };
19240
+ nftManager: {
19241
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
19242
+ };
19243
+ weth9: {
19244
+ address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
19245
+ };
19246
+ multicall2: {
19247
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
19248
+ };
19249
+ multicall3: {
19250
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
19251
+ };
19252
+ };
19253
+ blockExplorers: {
19254
+ readonly default: {
19255
+ readonly name: "Ronin Explorer";
19256
+ readonly url: "https://app.roninchain.com";
19257
+ };
19258
+ };
19259
+ blockTime?: number | undefined | undefined | undefined;
19260
+ ensTlds?: readonly string[] | undefined;
19261
+ id: 2020;
19262
+ name: "Ronin";
19263
+ nativeCurrency: {
19264
+ readonly name: "RON";
19265
+ readonly symbol: "RON";
19266
+ readonly decimals: 18;
19267
+ };
19268
+ experimental_preconfirmationTime?: number | undefined | undefined | undefined;
19269
+ rpcUrls: {
19270
+ readonly default: {
19271
+ readonly http: readonly ["https://api.roninchain.com/rpc"];
19272
+ };
19273
+ };
19274
+ sourceId?: number | undefined | undefined | undefined;
19275
+ testnet?: boolean | undefined | undefined | undefined;
19276
+ custom?: Record<string, unknown> | undefined;
19277
+ fees?: import("viem").ChainFees<undefined> | undefined;
19278
+ formatters?: undefined | undefined;
19279
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
19009
19280
  }>];
19010
- export { arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, moonbeam, nibiru, optimism, plasma, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
19281
+ export { arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, moonbeam, nibiru, optimism, plasma, polygon, redbelly, ronin, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
19011
19282
  export { ChainContract } from "viem";