@gfxlabs/oku-chains 1.1.215 → 1.1.217
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 +58 -0
- package/dist/index-mjs.js +59 -2
- package/dist/index.js +58 -0
- package/dist/types/browser.d.ts +164 -3
- package/dist/types/index-mjs.d.ts +164 -3
- package/dist/types/index.d.ts +164 -3
- package/package.json +2 -2
package/dist/browser.js
CHANGED
|
@@ -1166,6 +1166,7 @@
|
|
|
1166
1166
|
"0x0F12dac5217868b3d6772632543ef16df8df17E5",
|
|
1167
1167
|
"0xbD108c1Dd7802DFF6c24138A72949184FFbe006F",
|
|
1168
1168
|
"0xb6a7be3ca6698859b374640b3db439fda7b7a5e3",
|
|
1169
|
+
"0x255f0b304f701a0530f5dc1739a3d1469e21dd5f",
|
|
1169
1170
|
],
|
|
1170
1171
|
internalName: "corn",
|
|
1171
1172
|
nativeLogoUrl: "https://assets.oku.trade/natives/corn.png",
|
|
@@ -4214,6 +4215,61 @@
|
|
|
4214
4215
|
},
|
|
4215
4216
|
});
|
|
4216
4217
|
|
|
4218
|
+
const tronShasta = makeConfig({
|
|
4219
|
+
...chains.tronShasta,
|
|
4220
|
+
name: "Tron Shasta",
|
|
4221
|
+
blockTimeSeconds: 5,
|
|
4222
|
+
launchTime: 1746055290,
|
|
4223
|
+
sortIndex: 15,
|
|
4224
|
+
logoUrl: "https://assets.oku.trade/chains/tron.png",
|
|
4225
|
+
safeReorgDistance: 90000,
|
|
4226
|
+
externalId: {},
|
|
4227
|
+
markets: {},
|
|
4228
|
+
bridges: {},
|
|
4229
|
+
oracles: {},
|
|
4230
|
+
morpho: {},
|
|
4231
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
4232
|
+
uniswap: {
|
|
4233
|
+
deployBlock: 52878027,
|
|
4234
|
+
poolFactory: "0x413cf78a14f90203919b8b4d690e6540745ed8074a",
|
|
4235
|
+
permit2: viem.zeroAddress,
|
|
4236
|
+
multicall2: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e",
|
|
4237
|
+
tickLens: "0x41c857346cd83be79b78f1b10d5fcf158edc844796",
|
|
4238
|
+
nonfungiblePositionManager: "0x41358b41818d60cbf40c11fb728c8bc865726f423d",
|
|
4239
|
+
positionsNFT: "0x41358b41818d60cbf40c11fb728c8bc865726f423d",
|
|
4240
|
+
positionsNFTDeployBlock: 52878030,
|
|
4241
|
+
universalRouter: viem.zeroAddress,
|
|
4242
|
+
wrappedNativeAddress: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2",
|
|
4243
|
+
wrappedNativeSymbol: "WBTCN",
|
|
4244
|
+
wrappedNativeName: "Wrapped Bittronshasta",
|
|
4245
|
+
wrappedNativeDecimals: 18,
|
|
4246
|
+
nativeCurrencyName: "BTCN",
|
|
4247
|
+
},
|
|
4248
|
+
token: {},
|
|
4249
|
+
oku: {
|
|
4250
|
+
pricing: {
|
|
4251
|
+
nativeWrappedToken: viem.zeroAddress,
|
|
4252
|
+
},
|
|
4253
|
+
},
|
|
4254
|
+
defaultPool: viem.zeroAddress,
|
|
4255
|
+
defaultToken0: viem.zeroAddress,
|
|
4256
|
+
defaultToken1: viem.zeroAddress,
|
|
4257
|
+
tokenList: [],
|
|
4258
|
+
stables: [],
|
|
4259
|
+
watchlist: [],
|
|
4260
|
+
internalName: "tronshasta",
|
|
4261
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/tron.png",
|
|
4262
|
+
contracts: {
|
|
4263
|
+
...chains.tronShasta.contracts,
|
|
4264
|
+
nftManager: {
|
|
4265
|
+
address: "0x41358b41818d60cbf40c11fb728c8bc865726f423d",
|
|
4266
|
+
},
|
|
4267
|
+
multicall2: {
|
|
4268
|
+
address: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e",
|
|
4269
|
+
},
|
|
4270
|
+
},
|
|
4271
|
+
});
|
|
4272
|
+
|
|
4217
4273
|
const worldchain = makeConfig({
|
|
4218
4274
|
...chains.worldchain,
|
|
4219
4275
|
blockTimeSeconds: 2,
|
|
@@ -4636,6 +4692,7 @@
|
|
|
4636
4692
|
lightlink,
|
|
4637
4693
|
worldchain,
|
|
4638
4694
|
xdc,
|
|
4695
|
+
tronShasta,
|
|
4639
4696
|
];
|
|
4640
4697
|
|
|
4641
4698
|
exports.MAINNET_CHAINS = MAINNET_CHAINS;
|
|
@@ -4670,6 +4727,7 @@
|
|
|
4670
4727
|
exports.sonic = sonic;
|
|
4671
4728
|
exports.taiko = taiko;
|
|
4672
4729
|
exports.telos = telos;
|
|
4730
|
+
exports.tronShasta = tronShasta;
|
|
4673
4731
|
exports.worldchain = worldchain;
|
|
4674
4732
|
exports.xdc = xdc;
|
|
4675
4733
|
exports.zkSync = zkSync;
|
package/dist/index-mjs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { arbitrum as arbitrum$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, filecoin as filecoin$1, gnosis as gnosis$1, goat as goat$1, hemi as hemi$1, lightlinkPhoenix, linea as linea$1, lisk as lisk$1, mainnet as mainnet$1, manta as manta$1, mantle as mantle$1, metalL2, moonbeam as moonbeam$1, optimism as optimism$1, polygon as polygon$1, redbellyMainnet, 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, worldchain as worldchain$1, xdc as xdc$1, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
|
|
1
|
+
import { arbitrum as arbitrum$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, filecoin as filecoin$1, gnosis as gnosis$1, goat as goat$1, hemi as hemi$1, lightlinkPhoenix, linea as linea$1, lisk as lisk$1, mainnet as mainnet$1, manta as manta$1, mantle as mantle$1, metalL2, moonbeam as moonbeam$1, optimism as optimism$1, polygon as polygon$1, redbellyMainnet, 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, worldchain as worldchain$1, xdc as xdc$1, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
|
|
2
2
|
import { zeroAddress } from 'viem';
|
|
3
3
|
|
|
4
4
|
const makeConfig = (x) => {
|
|
@@ -1163,6 +1163,7 @@ const corn = makeConfig({
|
|
|
1163
1163
|
"0x0F12dac5217868b3d6772632543ef16df8df17E5",
|
|
1164
1164
|
"0xbD108c1Dd7802DFF6c24138A72949184FFbe006F",
|
|
1165
1165
|
"0xb6a7be3ca6698859b374640b3db439fda7b7a5e3",
|
|
1166
|
+
"0x255f0b304f701a0530f5dc1739a3d1469e21dd5f",
|
|
1166
1167
|
],
|
|
1167
1168
|
internalName: "corn",
|
|
1168
1169
|
nativeLogoUrl: "https://assets.oku.trade/natives/corn.png",
|
|
@@ -4211,6 +4212,61 @@ const telos = makeConfig({
|
|
|
4211
4212
|
},
|
|
4212
4213
|
});
|
|
4213
4214
|
|
|
4215
|
+
const tronShasta = makeConfig({
|
|
4216
|
+
...tronShasta$1,
|
|
4217
|
+
name: "Tron Shasta",
|
|
4218
|
+
blockTimeSeconds: 5,
|
|
4219
|
+
launchTime: 1746055290,
|
|
4220
|
+
sortIndex: 15,
|
|
4221
|
+
logoUrl: "https://assets.oku.trade/chains/tron.png",
|
|
4222
|
+
safeReorgDistance: 90000,
|
|
4223
|
+
externalId: {},
|
|
4224
|
+
markets: {},
|
|
4225
|
+
bridges: {},
|
|
4226
|
+
oracles: {},
|
|
4227
|
+
morpho: {},
|
|
4228
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
4229
|
+
uniswap: {
|
|
4230
|
+
deployBlock: 52878027,
|
|
4231
|
+
poolFactory: "0x413cf78a14f90203919b8b4d690e6540745ed8074a",
|
|
4232
|
+
permit2: zeroAddress,
|
|
4233
|
+
multicall2: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e",
|
|
4234
|
+
tickLens: "0x41c857346cd83be79b78f1b10d5fcf158edc844796",
|
|
4235
|
+
nonfungiblePositionManager: "0x41358b41818d60cbf40c11fb728c8bc865726f423d",
|
|
4236
|
+
positionsNFT: "0x41358b41818d60cbf40c11fb728c8bc865726f423d",
|
|
4237
|
+
positionsNFTDeployBlock: 52878030,
|
|
4238
|
+
universalRouter: zeroAddress,
|
|
4239
|
+
wrappedNativeAddress: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2",
|
|
4240
|
+
wrappedNativeSymbol: "WBTCN",
|
|
4241
|
+
wrappedNativeName: "Wrapped Bittronshasta",
|
|
4242
|
+
wrappedNativeDecimals: 18,
|
|
4243
|
+
nativeCurrencyName: "BTCN",
|
|
4244
|
+
},
|
|
4245
|
+
token: {},
|
|
4246
|
+
oku: {
|
|
4247
|
+
pricing: {
|
|
4248
|
+
nativeWrappedToken: zeroAddress,
|
|
4249
|
+
},
|
|
4250
|
+
},
|
|
4251
|
+
defaultPool: zeroAddress,
|
|
4252
|
+
defaultToken0: zeroAddress,
|
|
4253
|
+
defaultToken1: zeroAddress,
|
|
4254
|
+
tokenList: [],
|
|
4255
|
+
stables: [],
|
|
4256
|
+
watchlist: [],
|
|
4257
|
+
internalName: "tronshasta",
|
|
4258
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/tron.png",
|
|
4259
|
+
contracts: {
|
|
4260
|
+
...tronShasta$1.contracts,
|
|
4261
|
+
nftManager: {
|
|
4262
|
+
address: "0x41358b41818d60cbf40c11fb728c8bc865726f423d",
|
|
4263
|
+
},
|
|
4264
|
+
multicall2: {
|
|
4265
|
+
address: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e",
|
|
4266
|
+
},
|
|
4267
|
+
},
|
|
4268
|
+
});
|
|
4269
|
+
|
|
4214
4270
|
const worldchain = makeConfig({
|
|
4215
4271
|
...worldchain$1,
|
|
4216
4272
|
blockTimeSeconds: 2,
|
|
@@ -4633,6 +4689,7 @@ const MAINNET_CHAINS = [
|
|
|
4633
4689
|
lightlink,
|
|
4634
4690
|
worldchain,
|
|
4635
4691
|
xdc,
|
|
4692
|
+
tronShasta,
|
|
4636
4693
|
];
|
|
4637
4694
|
|
|
4638
|
-
export { MAINNET_CHAINS, arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, polygonZkEvm, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, worldchain, xdc, zkSync };
|
|
4695
|
+
export { MAINNET_CHAINS, arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, polygonZkEvm, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, worldchain, xdc, zkSync };
|
package/dist/index.js
CHANGED
|
@@ -1165,6 +1165,7 @@ const corn = makeConfig({
|
|
|
1165
1165
|
"0x0F12dac5217868b3d6772632543ef16df8df17E5",
|
|
1166
1166
|
"0xbD108c1Dd7802DFF6c24138A72949184FFbe006F",
|
|
1167
1167
|
"0xb6a7be3ca6698859b374640b3db439fda7b7a5e3",
|
|
1168
|
+
"0x255f0b304f701a0530f5dc1739a3d1469e21dd5f",
|
|
1168
1169
|
],
|
|
1169
1170
|
internalName: "corn",
|
|
1170
1171
|
nativeLogoUrl: "https://assets.oku.trade/natives/corn.png",
|
|
@@ -4213,6 +4214,61 @@ const telos = makeConfig({
|
|
|
4213
4214
|
},
|
|
4214
4215
|
});
|
|
4215
4216
|
|
|
4217
|
+
const tronShasta = makeConfig({
|
|
4218
|
+
...chains.tronShasta,
|
|
4219
|
+
name: "Tron Shasta",
|
|
4220
|
+
blockTimeSeconds: 5,
|
|
4221
|
+
launchTime: 1746055290,
|
|
4222
|
+
sortIndex: 15,
|
|
4223
|
+
logoUrl: "https://assets.oku.trade/chains/tron.png",
|
|
4224
|
+
safeReorgDistance: 90000,
|
|
4225
|
+
externalId: {},
|
|
4226
|
+
markets: {},
|
|
4227
|
+
bridges: {},
|
|
4228
|
+
oracles: {},
|
|
4229
|
+
morpho: {},
|
|
4230
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
4231
|
+
uniswap: {
|
|
4232
|
+
deployBlock: 52878027,
|
|
4233
|
+
poolFactory: "0x413cf78a14f90203919b8b4d690e6540745ed8074a",
|
|
4234
|
+
permit2: viem.zeroAddress,
|
|
4235
|
+
multicall2: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e",
|
|
4236
|
+
tickLens: "0x41c857346cd83be79b78f1b10d5fcf158edc844796",
|
|
4237
|
+
nonfungiblePositionManager: "0x41358b41818d60cbf40c11fb728c8bc865726f423d",
|
|
4238
|
+
positionsNFT: "0x41358b41818d60cbf40c11fb728c8bc865726f423d",
|
|
4239
|
+
positionsNFTDeployBlock: 52878030,
|
|
4240
|
+
universalRouter: viem.zeroAddress,
|
|
4241
|
+
wrappedNativeAddress: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2",
|
|
4242
|
+
wrappedNativeSymbol: "WBTCN",
|
|
4243
|
+
wrappedNativeName: "Wrapped Bittronshasta",
|
|
4244
|
+
wrappedNativeDecimals: 18,
|
|
4245
|
+
nativeCurrencyName: "BTCN",
|
|
4246
|
+
},
|
|
4247
|
+
token: {},
|
|
4248
|
+
oku: {
|
|
4249
|
+
pricing: {
|
|
4250
|
+
nativeWrappedToken: viem.zeroAddress,
|
|
4251
|
+
},
|
|
4252
|
+
},
|
|
4253
|
+
defaultPool: viem.zeroAddress,
|
|
4254
|
+
defaultToken0: viem.zeroAddress,
|
|
4255
|
+
defaultToken1: viem.zeroAddress,
|
|
4256
|
+
tokenList: [],
|
|
4257
|
+
stables: [],
|
|
4258
|
+
watchlist: [],
|
|
4259
|
+
internalName: "tronshasta",
|
|
4260
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/tron.png",
|
|
4261
|
+
contracts: {
|
|
4262
|
+
...chains.tronShasta.contracts,
|
|
4263
|
+
nftManager: {
|
|
4264
|
+
address: "0x41358b41818d60cbf40c11fb728c8bc865726f423d",
|
|
4265
|
+
},
|
|
4266
|
+
multicall2: {
|
|
4267
|
+
address: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e",
|
|
4268
|
+
},
|
|
4269
|
+
},
|
|
4270
|
+
});
|
|
4271
|
+
|
|
4216
4272
|
const worldchain = makeConfig({
|
|
4217
4273
|
...chains.worldchain,
|
|
4218
4274
|
blockTimeSeconds: 2,
|
|
@@ -4635,6 +4691,7 @@ const MAINNET_CHAINS = [
|
|
|
4635
4691
|
lightlink,
|
|
4636
4692
|
worldchain,
|
|
4637
4693
|
xdc,
|
|
4694
|
+
tronShasta,
|
|
4638
4695
|
];
|
|
4639
4696
|
|
|
4640
4697
|
exports.MAINNET_CHAINS = MAINNET_CHAINS;
|
|
@@ -4669,6 +4726,7 @@ exports.sei = sei;
|
|
|
4669
4726
|
exports.sonic = sonic;
|
|
4670
4727
|
exports.taiko = taiko;
|
|
4671
4728
|
exports.telos = telos;
|
|
4729
|
+
exports.tronShasta = tronShasta;
|
|
4672
4730
|
exports.worldchain = worldchain;
|
|
4673
4731
|
exports.xdc = xdc;
|
|
4674
4732
|
exports.zkSync = zkSync;
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -2685,7 +2685,7 @@ declare const corn: Readonly<{
|
|
|
2685
2685
|
address: "0xDF0B24095e15044538866576754F3C964e902Ee6";
|
|
2686
2686
|
})[];
|
|
2687
2687
|
stables: ("0xDF0B24095e15044538866576754F3C964e902Ee6" | "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb")[];
|
|
2688
|
-
watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x660c6c6c2ad9be9fca2d40da22e1e6142ce5e7ca" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F" | "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3")[];
|
|
2688
|
+
watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x660c6c6c2ad9be9fca2d40da22e1e6142ce5e7ca" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F" | "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3" | "0x255f0b304f701a0530f5dc1739a3d1469e21dd5f")[];
|
|
2689
2689
|
internalName: "corn";
|
|
2690
2690
|
nativeLogoUrl: "https://assets.oku.trade/natives/corn.png";
|
|
2691
2691
|
contracts: {
|
|
@@ -6488,6 +6488,88 @@ declare const telos: Readonly<{
|
|
|
6488
6488
|
formatters?: undefined | undefined;
|
|
6489
6489
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
6490
6490
|
}>;
|
|
6491
|
+
declare const tronShasta: Readonly<{
|
|
6492
|
+
name: "Tron Shasta";
|
|
6493
|
+
blockTimeSeconds: 5;
|
|
6494
|
+
launchTime: 1746055290;
|
|
6495
|
+
sortIndex: 15;
|
|
6496
|
+
logoUrl: "https://assets.oku.trade/chains/tron.png";
|
|
6497
|
+
safeReorgDistance: 90000;
|
|
6498
|
+
externalId: {};
|
|
6499
|
+
markets: {};
|
|
6500
|
+
bridges: {};
|
|
6501
|
+
oracles: {};
|
|
6502
|
+
morpho: {};
|
|
6503
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
6504
|
+
uniswap: {
|
|
6505
|
+
deployBlock: number;
|
|
6506
|
+
poolFactory: "0x413cf78a14f90203919b8b4d690e6540745ed8074a";
|
|
6507
|
+
permit2: "0x0000000000000000000000000000000000000000";
|
|
6508
|
+
multicall2: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
|
|
6509
|
+
tickLens: "0x41c857346cd83be79b78f1b10d5fcf158edc844796";
|
|
6510
|
+
nonfungiblePositionManager: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
|
|
6511
|
+
positionsNFT: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
|
|
6512
|
+
positionsNFTDeployBlock: number;
|
|
6513
|
+
universalRouter: "0x0000000000000000000000000000000000000000";
|
|
6514
|
+
wrappedNativeAddress: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
|
|
6515
|
+
wrappedNativeSymbol: string;
|
|
6516
|
+
wrappedNativeName: string;
|
|
6517
|
+
wrappedNativeDecimals: number;
|
|
6518
|
+
nativeCurrencyName: string;
|
|
6519
|
+
};
|
|
6520
|
+
token: {};
|
|
6521
|
+
oku: {
|
|
6522
|
+
pricing: {
|
|
6523
|
+
nativeWrappedToken: "0x0000000000000000000000000000000000000000";
|
|
6524
|
+
};
|
|
6525
|
+
};
|
|
6526
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
6527
|
+
defaultToken0: "0x0000000000000000000000000000000000000000";
|
|
6528
|
+
defaultToken1: "0x0000000000000000000000000000000000000000";
|
|
6529
|
+
tokenList: never[];
|
|
6530
|
+
stables: never[];
|
|
6531
|
+
watchlist: never[];
|
|
6532
|
+
internalName: "tronshasta";
|
|
6533
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/tron.png";
|
|
6534
|
+
contracts: {
|
|
6535
|
+
nftManager: {
|
|
6536
|
+
address: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
|
|
6537
|
+
};
|
|
6538
|
+
multicall2: {
|
|
6539
|
+
address: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
|
|
6540
|
+
};
|
|
6541
|
+
ensRegistry?: import("viem").ChainContract | undefined;
|
|
6542
|
+
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
6543
|
+
multicall3?: import("viem").ChainContract | undefined;
|
|
6544
|
+
universalSignatureVerifier?: import("viem").ChainContract | undefined;
|
|
6545
|
+
};
|
|
6546
|
+
blockExplorers: {
|
|
6547
|
+
readonly default: {
|
|
6548
|
+
readonly name: "Tronscan";
|
|
6549
|
+
readonly url: "https://shasta.tronscan.org";
|
|
6550
|
+
};
|
|
6551
|
+
};
|
|
6552
|
+
ensTlds?: readonly string[] | undefined;
|
|
6553
|
+
id: 2494104990;
|
|
6554
|
+
nativeCurrency: {
|
|
6555
|
+
readonly name: "TRON";
|
|
6556
|
+
readonly symbol: "TRX";
|
|
6557
|
+
readonly decimals: 6;
|
|
6558
|
+
};
|
|
6559
|
+
rpcUrls: {
|
|
6560
|
+
readonly default: {
|
|
6561
|
+
readonly http: readonly [
|
|
6562
|
+
"https://api.shasta.trongrid.io/jsonrpc"
|
|
6563
|
+
];
|
|
6564
|
+
};
|
|
6565
|
+
};
|
|
6566
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
6567
|
+
testnet: true;
|
|
6568
|
+
custom?: Record<string, unknown> | undefined;
|
|
6569
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
6570
|
+
formatters?: undefined | undefined;
|
|
6571
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
6572
|
+
}>;
|
|
6491
6573
|
declare const worldchain: Readonly<{
|
|
6492
6574
|
blockTimeSeconds: 2;
|
|
6493
6575
|
launchTime: 0;
|
|
@@ -12999,7 +13081,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12999
13081
|
address: "0xDF0B24095e15044538866576754F3C964e902Ee6";
|
|
13000
13082
|
})[];
|
|
13001
13083
|
stables: ("0xDF0B24095e15044538866576754F3C964e902Ee6" | "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb")[];
|
|
13002
|
-
watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x660c6c6c2ad9be9fca2d40da22e1e6142ce5e7ca" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F" | "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3")[];
|
|
13084
|
+
watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x660c6c6c2ad9be9fca2d40da22e1e6142ce5e7ca" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F" | "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3" | "0x255f0b304f701a0530f5dc1739a3d1469e21dd5f")[];
|
|
13003
13085
|
internalName: "corn";
|
|
13004
13086
|
nativeLogoUrl: "https://assets.oku.trade/natives/corn.png";
|
|
13005
13087
|
contracts: {
|
|
@@ -15256,6 +15338,85 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15256
15338
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
15257
15339
|
formatters?: undefined | undefined;
|
|
15258
15340
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
15341
|
+
}>, Readonly<{
|
|
15342
|
+
name: "Tron Shasta";
|
|
15343
|
+
blockTimeSeconds: 5;
|
|
15344
|
+
launchTime: 1746055290;
|
|
15345
|
+
sortIndex: 15;
|
|
15346
|
+
logoUrl: "https://assets.oku.trade/chains/tron.png";
|
|
15347
|
+
safeReorgDistance: 90000;
|
|
15348
|
+
externalId: {};
|
|
15349
|
+
markets: {};
|
|
15350
|
+
bridges: {};
|
|
15351
|
+
oracles: {};
|
|
15352
|
+
morpho: {};
|
|
15353
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
15354
|
+
uniswap: {
|
|
15355
|
+
deployBlock: number;
|
|
15356
|
+
poolFactory: "0x413cf78a14f90203919b8b4d690e6540745ed8074a";
|
|
15357
|
+
permit2: "0x0000000000000000000000000000000000000000";
|
|
15358
|
+
multicall2: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
|
|
15359
|
+
tickLens: "0x41c857346cd83be79b78f1b10d5fcf158edc844796";
|
|
15360
|
+
nonfungiblePositionManager: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
|
|
15361
|
+
positionsNFT: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
|
|
15362
|
+
positionsNFTDeployBlock: number;
|
|
15363
|
+
universalRouter: "0x0000000000000000000000000000000000000000";
|
|
15364
|
+
wrappedNativeAddress: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
|
|
15365
|
+
wrappedNativeSymbol: string;
|
|
15366
|
+
wrappedNativeName: string;
|
|
15367
|
+
wrappedNativeDecimals: number;
|
|
15368
|
+
nativeCurrencyName: string;
|
|
15369
|
+
};
|
|
15370
|
+
token: {};
|
|
15371
|
+
oku: {
|
|
15372
|
+
pricing: {
|
|
15373
|
+
nativeWrappedToken: "0x0000000000000000000000000000000000000000";
|
|
15374
|
+
};
|
|
15375
|
+
};
|
|
15376
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
15377
|
+
defaultToken0: "0x0000000000000000000000000000000000000000";
|
|
15378
|
+
defaultToken1: "0x0000000000000000000000000000000000000000";
|
|
15379
|
+
tokenList: never[];
|
|
15380
|
+
stables: never[];
|
|
15381
|
+
watchlist: never[];
|
|
15382
|
+
internalName: "tronshasta";
|
|
15383
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/tron.png";
|
|
15384
|
+
contracts: {
|
|
15385
|
+
nftManager: {
|
|
15386
|
+
address: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
|
|
15387
|
+
};
|
|
15388
|
+
multicall2: {
|
|
15389
|
+
address: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
|
|
15390
|
+
};
|
|
15391
|
+
ensRegistry?: ChainContract | undefined;
|
|
15392
|
+
ensUniversalResolver?: ChainContract | undefined;
|
|
15393
|
+
multicall3?: ChainContract | undefined;
|
|
15394
|
+
universalSignatureVerifier?: ChainContract | undefined;
|
|
15395
|
+
};
|
|
15396
|
+
blockExplorers: {
|
|
15397
|
+
readonly default: {
|
|
15398
|
+
readonly name: "Tronscan";
|
|
15399
|
+
readonly url: "https://shasta.tronscan.org";
|
|
15400
|
+
};
|
|
15401
|
+
};
|
|
15402
|
+
ensTlds?: readonly string[] | undefined;
|
|
15403
|
+
id: 2494104990;
|
|
15404
|
+
nativeCurrency: {
|
|
15405
|
+
readonly name: "TRON";
|
|
15406
|
+
readonly symbol: "TRX";
|
|
15407
|
+
readonly decimals: 6;
|
|
15408
|
+
};
|
|
15409
|
+
rpcUrls: {
|
|
15410
|
+
readonly default: {
|
|
15411
|
+
readonly http: readonly ["https://api.shasta.trongrid.io/jsonrpc"];
|
|
15412
|
+
};
|
|
15413
|
+
};
|
|
15414
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
15415
|
+
testnet: true;
|
|
15416
|
+
custom?: Record<string, unknown> | undefined;
|
|
15417
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
15418
|
+
formatters?: undefined | undefined;
|
|
15419
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
15259
15420
|
}>];
|
|
15260
|
-
export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
15421
|
+
export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
15261
15422
|
export { ChainContract } from "viem";
|
|
@@ -2685,7 +2685,7 @@ declare const corn: Readonly<{
|
|
|
2685
2685
|
address: "0xDF0B24095e15044538866576754F3C964e902Ee6";
|
|
2686
2686
|
})[];
|
|
2687
2687
|
stables: ("0xDF0B24095e15044538866576754F3C964e902Ee6" | "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb")[];
|
|
2688
|
-
watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x660c6c6c2ad9be9fca2d40da22e1e6142ce5e7ca" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F" | "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3")[];
|
|
2688
|
+
watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x660c6c6c2ad9be9fca2d40da22e1e6142ce5e7ca" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F" | "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3" | "0x255f0b304f701a0530f5dc1739a3d1469e21dd5f")[];
|
|
2689
2689
|
internalName: "corn";
|
|
2690
2690
|
nativeLogoUrl: "https://assets.oku.trade/natives/corn.png";
|
|
2691
2691
|
contracts: {
|
|
@@ -6488,6 +6488,88 @@ declare const telos: Readonly<{
|
|
|
6488
6488
|
formatters?: undefined | undefined;
|
|
6489
6489
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
6490
6490
|
}>;
|
|
6491
|
+
declare const tronShasta: Readonly<{
|
|
6492
|
+
name: "Tron Shasta";
|
|
6493
|
+
blockTimeSeconds: 5;
|
|
6494
|
+
launchTime: 1746055290;
|
|
6495
|
+
sortIndex: 15;
|
|
6496
|
+
logoUrl: "https://assets.oku.trade/chains/tron.png";
|
|
6497
|
+
safeReorgDistance: 90000;
|
|
6498
|
+
externalId: {};
|
|
6499
|
+
markets: {};
|
|
6500
|
+
bridges: {};
|
|
6501
|
+
oracles: {};
|
|
6502
|
+
morpho: {};
|
|
6503
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
6504
|
+
uniswap: {
|
|
6505
|
+
deployBlock: number;
|
|
6506
|
+
poolFactory: "0x413cf78a14f90203919b8b4d690e6540745ed8074a";
|
|
6507
|
+
permit2: "0x0000000000000000000000000000000000000000";
|
|
6508
|
+
multicall2: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
|
|
6509
|
+
tickLens: "0x41c857346cd83be79b78f1b10d5fcf158edc844796";
|
|
6510
|
+
nonfungiblePositionManager: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
|
|
6511
|
+
positionsNFT: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
|
|
6512
|
+
positionsNFTDeployBlock: number;
|
|
6513
|
+
universalRouter: "0x0000000000000000000000000000000000000000";
|
|
6514
|
+
wrappedNativeAddress: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
|
|
6515
|
+
wrappedNativeSymbol: string;
|
|
6516
|
+
wrappedNativeName: string;
|
|
6517
|
+
wrappedNativeDecimals: number;
|
|
6518
|
+
nativeCurrencyName: string;
|
|
6519
|
+
};
|
|
6520
|
+
token: {};
|
|
6521
|
+
oku: {
|
|
6522
|
+
pricing: {
|
|
6523
|
+
nativeWrappedToken: "0x0000000000000000000000000000000000000000";
|
|
6524
|
+
};
|
|
6525
|
+
};
|
|
6526
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
6527
|
+
defaultToken0: "0x0000000000000000000000000000000000000000";
|
|
6528
|
+
defaultToken1: "0x0000000000000000000000000000000000000000";
|
|
6529
|
+
tokenList: never[];
|
|
6530
|
+
stables: never[];
|
|
6531
|
+
watchlist: never[];
|
|
6532
|
+
internalName: "tronshasta";
|
|
6533
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/tron.png";
|
|
6534
|
+
contracts: {
|
|
6535
|
+
nftManager: {
|
|
6536
|
+
address: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
|
|
6537
|
+
};
|
|
6538
|
+
multicall2: {
|
|
6539
|
+
address: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
|
|
6540
|
+
};
|
|
6541
|
+
ensRegistry?: import("viem").ChainContract | undefined;
|
|
6542
|
+
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
6543
|
+
multicall3?: import("viem").ChainContract | undefined;
|
|
6544
|
+
universalSignatureVerifier?: import("viem").ChainContract | undefined;
|
|
6545
|
+
};
|
|
6546
|
+
blockExplorers: {
|
|
6547
|
+
readonly default: {
|
|
6548
|
+
readonly name: "Tronscan";
|
|
6549
|
+
readonly url: "https://shasta.tronscan.org";
|
|
6550
|
+
};
|
|
6551
|
+
};
|
|
6552
|
+
ensTlds?: readonly string[] | undefined;
|
|
6553
|
+
id: 2494104990;
|
|
6554
|
+
nativeCurrency: {
|
|
6555
|
+
readonly name: "TRON";
|
|
6556
|
+
readonly symbol: "TRX";
|
|
6557
|
+
readonly decimals: 6;
|
|
6558
|
+
};
|
|
6559
|
+
rpcUrls: {
|
|
6560
|
+
readonly default: {
|
|
6561
|
+
readonly http: readonly [
|
|
6562
|
+
"https://api.shasta.trongrid.io/jsonrpc"
|
|
6563
|
+
];
|
|
6564
|
+
};
|
|
6565
|
+
};
|
|
6566
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
6567
|
+
testnet: true;
|
|
6568
|
+
custom?: Record<string, unknown> | undefined;
|
|
6569
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
6570
|
+
formatters?: undefined | undefined;
|
|
6571
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
6572
|
+
}>;
|
|
6491
6573
|
declare const worldchain: Readonly<{
|
|
6492
6574
|
blockTimeSeconds: 2;
|
|
6493
6575
|
launchTime: 0;
|
|
@@ -12999,7 +13081,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12999
13081
|
address: "0xDF0B24095e15044538866576754F3C964e902Ee6";
|
|
13000
13082
|
})[];
|
|
13001
13083
|
stables: ("0xDF0B24095e15044538866576754F3C964e902Ee6" | "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb")[];
|
|
13002
|
-
watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x660c6c6c2ad9be9fca2d40da22e1e6142ce5e7ca" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F" | "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3")[];
|
|
13084
|
+
watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x660c6c6c2ad9be9fca2d40da22e1e6142ce5e7ca" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F" | "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3" | "0x255f0b304f701a0530f5dc1739a3d1469e21dd5f")[];
|
|
13003
13085
|
internalName: "corn";
|
|
13004
13086
|
nativeLogoUrl: "https://assets.oku.trade/natives/corn.png";
|
|
13005
13087
|
contracts: {
|
|
@@ -15256,6 +15338,85 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15256
15338
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
15257
15339
|
formatters?: undefined | undefined;
|
|
15258
15340
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
15341
|
+
}>, Readonly<{
|
|
15342
|
+
name: "Tron Shasta";
|
|
15343
|
+
blockTimeSeconds: 5;
|
|
15344
|
+
launchTime: 1746055290;
|
|
15345
|
+
sortIndex: 15;
|
|
15346
|
+
logoUrl: "https://assets.oku.trade/chains/tron.png";
|
|
15347
|
+
safeReorgDistance: 90000;
|
|
15348
|
+
externalId: {};
|
|
15349
|
+
markets: {};
|
|
15350
|
+
bridges: {};
|
|
15351
|
+
oracles: {};
|
|
15352
|
+
morpho: {};
|
|
15353
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
15354
|
+
uniswap: {
|
|
15355
|
+
deployBlock: number;
|
|
15356
|
+
poolFactory: "0x413cf78a14f90203919b8b4d690e6540745ed8074a";
|
|
15357
|
+
permit2: "0x0000000000000000000000000000000000000000";
|
|
15358
|
+
multicall2: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
|
|
15359
|
+
tickLens: "0x41c857346cd83be79b78f1b10d5fcf158edc844796";
|
|
15360
|
+
nonfungiblePositionManager: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
|
|
15361
|
+
positionsNFT: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
|
|
15362
|
+
positionsNFTDeployBlock: number;
|
|
15363
|
+
universalRouter: "0x0000000000000000000000000000000000000000";
|
|
15364
|
+
wrappedNativeAddress: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
|
|
15365
|
+
wrappedNativeSymbol: string;
|
|
15366
|
+
wrappedNativeName: string;
|
|
15367
|
+
wrappedNativeDecimals: number;
|
|
15368
|
+
nativeCurrencyName: string;
|
|
15369
|
+
};
|
|
15370
|
+
token: {};
|
|
15371
|
+
oku: {
|
|
15372
|
+
pricing: {
|
|
15373
|
+
nativeWrappedToken: "0x0000000000000000000000000000000000000000";
|
|
15374
|
+
};
|
|
15375
|
+
};
|
|
15376
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
15377
|
+
defaultToken0: "0x0000000000000000000000000000000000000000";
|
|
15378
|
+
defaultToken1: "0x0000000000000000000000000000000000000000";
|
|
15379
|
+
tokenList: never[];
|
|
15380
|
+
stables: never[];
|
|
15381
|
+
watchlist: never[];
|
|
15382
|
+
internalName: "tronshasta";
|
|
15383
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/tron.png";
|
|
15384
|
+
contracts: {
|
|
15385
|
+
nftManager: {
|
|
15386
|
+
address: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
|
|
15387
|
+
};
|
|
15388
|
+
multicall2: {
|
|
15389
|
+
address: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
|
|
15390
|
+
};
|
|
15391
|
+
ensRegistry?: ChainContract | undefined;
|
|
15392
|
+
ensUniversalResolver?: ChainContract | undefined;
|
|
15393
|
+
multicall3?: ChainContract | undefined;
|
|
15394
|
+
universalSignatureVerifier?: ChainContract | undefined;
|
|
15395
|
+
};
|
|
15396
|
+
blockExplorers: {
|
|
15397
|
+
readonly default: {
|
|
15398
|
+
readonly name: "Tronscan";
|
|
15399
|
+
readonly url: "https://shasta.tronscan.org";
|
|
15400
|
+
};
|
|
15401
|
+
};
|
|
15402
|
+
ensTlds?: readonly string[] | undefined;
|
|
15403
|
+
id: 2494104990;
|
|
15404
|
+
nativeCurrency: {
|
|
15405
|
+
readonly name: "TRON";
|
|
15406
|
+
readonly symbol: "TRX";
|
|
15407
|
+
readonly decimals: 6;
|
|
15408
|
+
};
|
|
15409
|
+
rpcUrls: {
|
|
15410
|
+
readonly default: {
|
|
15411
|
+
readonly http: readonly ["https://api.shasta.trongrid.io/jsonrpc"];
|
|
15412
|
+
};
|
|
15413
|
+
};
|
|
15414
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
15415
|
+
testnet: true;
|
|
15416
|
+
custom?: Record<string, unknown> | undefined;
|
|
15417
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
15418
|
+
formatters?: undefined | undefined;
|
|
15419
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
15259
15420
|
}>];
|
|
15260
|
-
export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
15421
|
+
export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
15261
15422
|
export { ChainContract } from "viem";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -2685,7 +2685,7 @@ declare const corn: Readonly<{
|
|
|
2685
2685
|
address: "0xDF0B24095e15044538866576754F3C964e902Ee6";
|
|
2686
2686
|
})[];
|
|
2687
2687
|
stables: ("0xDF0B24095e15044538866576754F3C964e902Ee6" | "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb")[];
|
|
2688
|
-
watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x660c6c6c2ad9be9fca2d40da22e1e6142ce5e7ca" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F" | "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3")[];
|
|
2688
|
+
watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x660c6c6c2ad9be9fca2d40da22e1e6142ce5e7ca" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F" | "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3" | "0x255f0b304f701a0530f5dc1739a3d1469e21dd5f")[];
|
|
2689
2689
|
internalName: "corn";
|
|
2690
2690
|
nativeLogoUrl: "https://assets.oku.trade/natives/corn.png";
|
|
2691
2691
|
contracts: {
|
|
@@ -6488,6 +6488,88 @@ declare const telos: Readonly<{
|
|
|
6488
6488
|
formatters?: undefined | undefined;
|
|
6489
6489
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
6490
6490
|
}>;
|
|
6491
|
+
declare const tronShasta: Readonly<{
|
|
6492
|
+
name: "Tron Shasta";
|
|
6493
|
+
blockTimeSeconds: 5;
|
|
6494
|
+
launchTime: 1746055290;
|
|
6495
|
+
sortIndex: 15;
|
|
6496
|
+
logoUrl: "https://assets.oku.trade/chains/tron.png";
|
|
6497
|
+
safeReorgDistance: 90000;
|
|
6498
|
+
externalId: {};
|
|
6499
|
+
markets: {};
|
|
6500
|
+
bridges: {};
|
|
6501
|
+
oracles: {};
|
|
6502
|
+
morpho: {};
|
|
6503
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
6504
|
+
uniswap: {
|
|
6505
|
+
deployBlock: number;
|
|
6506
|
+
poolFactory: "0x413cf78a14f90203919b8b4d690e6540745ed8074a";
|
|
6507
|
+
permit2: "0x0000000000000000000000000000000000000000";
|
|
6508
|
+
multicall2: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
|
|
6509
|
+
tickLens: "0x41c857346cd83be79b78f1b10d5fcf158edc844796";
|
|
6510
|
+
nonfungiblePositionManager: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
|
|
6511
|
+
positionsNFT: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
|
|
6512
|
+
positionsNFTDeployBlock: number;
|
|
6513
|
+
universalRouter: "0x0000000000000000000000000000000000000000";
|
|
6514
|
+
wrappedNativeAddress: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
|
|
6515
|
+
wrappedNativeSymbol: string;
|
|
6516
|
+
wrappedNativeName: string;
|
|
6517
|
+
wrappedNativeDecimals: number;
|
|
6518
|
+
nativeCurrencyName: string;
|
|
6519
|
+
};
|
|
6520
|
+
token: {};
|
|
6521
|
+
oku: {
|
|
6522
|
+
pricing: {
|
|
6523
|
+
nativeWrappedToken: "0x0000000000000000000000000000000000000000";
|
|
6524
|
+
};
|
|
6525
|
+
};
|
|
6526
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
6527
|
+
defaultToken0: "0x0000000000000000000000000000000000000000";
|
|
6528
|
+
defaultToken1: "0x0000000000000000000000000000000000000000";
|
|
6529
|
+
tokenList: never[];
|
|
6530
|
+
stables: never[];
|
|
6531
|
+
watchlist: never[];
|
|
6532
|
+
internalName: "tronshasta";
|
|
6533
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/tron.png";
|
|
6534
|
+
contracts: {
|
|
6535
|
+
nftManager: {
|
|
6536
|
+
address: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
|
|
6537
|
+
};
|
|
6538
|
+
multicall2: {
|
|
6539
|
+
address: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
|
|
6540
|
+
};
|
|
6541
|
+
ensRegistry?: import("viem").ChainContract | undefined;
|
|
6542
|
+
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
6543
|
+
multicall3?: import("viem").ChainContract | undefined;
|
|
6544
|
+
universalSignatureVerifier?: import("viem").ChainContract | undefined;
|
|
6545
|
+
};
|
|
6546
|
+
blockExplorers: {
|
|
6547
|
+
readonly default: {
|
|
6548
|
+
readonly name: "Tronscan";
|
|
6549
|
+
readonly url: "https://shasta.tronscan.org";
|
|
6550
|
+
};
|
|
6551
|
+
};
|
|
6552
|
+
ensTlds?: readonly string[] | undefined;
|
|
6553
|
+
id: 2494104990;
|
|
6554
|
+
nativeCurrency: {
|
|
6555
|
+
readonly name: "TRON";
|
|
6556
|
+
readonly symbol: "TRX";
|
|
6557
|
+
readonly decimals: 6;
|
|
6558
|
+
};
|
|
6559
|
+
rpcUrls: {
|
|
6560
|
+
readonly default: {
|
|
6561
|
+
readonly http: readonly [
|
|
6562
|
+
"https://api.shasta.trongrid.io/jsonrpc"
|
|
6563
|
+
];
|
|
6564
|
+
};
|
|
6565
|
+
};
|
|
6566
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
6567
|
+
testnet: true;
|
|
6568
|
+
custom?: Record<string, unknown> | undefined;
|
|
6569
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
6570
|
+
formatters?: undefined | undefined;
|
|
6571
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
6572
|
+
}>;
|
|
6491
6573
|
declare const worldchain: Readonly<{
|
|
6492
6574
|
blockTimeSeconds: 2;
|
|
6493
6575
|
launchTime: 0;
|
|
@@ -12999,7 +13081,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12999
13081
|
address: "0xDF0B24095e15044538866576754F3C964e902Ee6";
|
|
13000
13082
|
})[];
|
|
13001
13083
|
stables: ("0xDF0B24095e15044538866576754F3C964e902Ee6" | "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb")[];
|
|
13002
|
-
watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x660c6c6c2ad9be9fca2d40da22e1e6142ce5e7ca" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F" | "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3")[];
|
|
13084
|
+
watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x660c6c6c2ad9be9fca2d40da22e1e6142ce5e7ca" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F" | "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3" | "0x255f0b304f701a0530f5dc1739a3d1469e21dd5f")[];
|
|
13003
13085
|
internalName: "corn";
|
|
13004
13086
|
nativeLogoUrl: "https://assets.oku.trade/natives/corn.png";
|
|
13005
13087
|
contracts: {
|
|
@@ -15256,6 +15338,85 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15256
15338
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
15257
15339
|
formatters?: undefined | undefined;
|
|
15258
15340
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
15341
|
+
}>, Readonly<{
|
|
15342
|
+
name: "Tron Shasta";
|
|
15343
|
+
blockTimeSeconds: 5;
|
|
15344
|
+
launchTime: 1746055290;
|
|
15345
|
+
sortIndex: 15;
|
|
15346
|
+
logoUrl: "https://assets.oku.trade/chains/tron.png";
|
|
15347
|
+
safeReorgDistance: 90000;
|
|
15348
|
+
externalId: {};
|
|
15349
|
+
markets: {};
|
|
15350
|
+
bridges: {};
|
|
15351
|
+
oracles: {};
|
|
15352
|
+
morpho: {};
|
|
15353
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
15354
|
+
uniswap: {
|
|
15355
|
+
deployBlock: number;
|
|
15356
|
+
poolFactory: "0x413cf78a14f90203919b8b4d690e6540745ed8074a";
|
|
15357
|
+
permit2: "0x0000000000000000000000000000000000000000";
|
|
15358
|
+
multicall2: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
|
|
15359
|
+
tickLens: "0x41c857346cd83be79b78f1b10d5fcf158edc844796";
|
|
15360
|
+
nonfungiblePositionManager: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
|
|
15361
|
+
positionsNFT: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
|
|
15362
|
+
positionsNFTDeployBlock: number;
|
|
15363
|
+
universalRouter: "0x0000000000000000000000000000000000000000";
|
|
15364
|
+
wrappedNativeAddress: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
|
|
15365
|
+
wrappedNativeSymbol: string;
|
|
15366
|
+
wrappedNativeName: string;
|
|
15367
|
+
wrappedNativeDecimals: number;
|
|
15368
|
+
nativeCurrencyName: string;
|
|
15369
|
+
};
|
|
15370
|
+
token: {};
|
|
15371
|
+
oku: {
|
|
15372
|
+
pricing: {
|
|
15373
|
+
nativeWrappedToken: "0x0000000000000000000000000000000000000000";
|
|
15374
|
+
};
|
|
15375
|
+
};
|
|
15376
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
15377
|
+
defaultToken0: "0x0000000000000000000000000000000000000000";
|
|
15378
|
+
defaultToken1: "0x0000000000000000000000000000000000000000";
|
|
15379
|
+
tokenList: never[];
|
|
15380
|
+
stables: never[];
|
|
15381
|
+
watchlist: never[];
|
|
15382
|
+
internalName: "tronshasta";
|
|
15383
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/tron.png";
|
|
15384
|
+
contracts: {
|
|
15385
|
+
nftManager: {
|
|
15386
|
+
address: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
|
|
15387
|
+
};
|
|
15388
|
+
multicall2: {
|
|
15389
|
+
address: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
|
|
15390
|
+
};
|
|
15391
|
+
ensRegistry?: ChainContract | undefined;
|
|
15392
|
+
ensUniversalResolver?: ChainContract | undefined;
|
|
15393
|
+
multicall3?: ChainContract | undefined;
|
|
15394
|
+
universalSignatureVerifier?: ChainContract | undefined;
|
|
15395
|
+
};
|
|
15396
|
+
blockExplorers: {
|
|
15397
|
+
readonly default: {
|
|
15398
|
+
readonly name: "Tronscan";
|
|
15399
|
+
readonly url: "https://shasta.tronscan.org";
|
|
15400
|
+
};
|
|
15401
|
+
};
|
|
15402
|
+
ensTlds?: readonly string[] | undefined;
|
|
15403
|
+
id: 2494104990;
|
|
15404
|
+
nativeCurrency: {
|
|
15405
|
+
readonly name: "TRON";
|
|
15406
|
+
readonly symbol: "TRX";
|
|
15407
|
+
readonly decimals: 6;
|
|
15408
|
+
};
|
|
15409
|
+
rpcUrls: {
|
|
15410
|
+
readonly default: {
|
|
15411
|
+
readonly http: readonly ["https://api.shasta.trongrid.io/jsonrpc"];
|
|
15412
|
+
};
|
|
15413
|
+
};
|
|
15414
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
15415
|
+
testnet: true;
|
|
15416
|
+
custom?: Record<string, unknown> | undefined;
|
|
15417
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
15418
|
+
formatters?: undefined | undefined;
|
|
15419
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
15259
15420
|
}>];
|
|
15260
|
-
export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
15421
|
+
export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
15261
15422
|
export { ChainContract } from "viem";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gfxlabs/oku-chains",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.217",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index-mjs.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"tslib": "2.8.1",
|
|
51
51
|
"tsx": "4.19.2",
|
|
52
52
|
"typescript": "5.7.3",
|
|
53
|
-
"viem": "^2.
|
|
53
|
+
"viem": "^2.27.0"
|
|
54
54
|
},
|
|
55
55
|
"packageManager": "yarn@4.6.0",
|
|
56
56
|
"peerDependencies": {
|