@gfxlabs/oku-chains 1.1.187 → 1.1.189
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 +13 -2
- package/dist/index-mjs.js +13 -2
- package/dist/index.js +13 -2
- package/dist/types/browser.d.ts +22 -4
- package/dist/types/index-mjs.d.ts +22 -4
- package/dist/types/index.d.ts +22 -4
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -1483,13 +1483,24 @@
|
|
|
1483
1483
|
const hemi = makeConfig({
|
|
1484
1484
|
...chains.hemi,
|
|
1485
1485
|
blockTimeSeconds: 12,
|
|
1486
|
-
launchTime:
|
|
1486
|
+
launchTime: 1741901593,
|
|
1487
1487
|
sortIndex: 13,
|
|
1488
1488
|
logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg",
|
|
1489
1489
|
safeReorgDistance: 90000,
|
|
1490
1490
|
externalId: {},
|
|
1491
1491
|
markets: {},
|
|
1492
|
-
bridges: {
|
|
1492
|
+
bridges: {
|
|
1493
|
+
stargate: {
|
|
1494
|
+
endpointID: 30329,
|
|
1495
|
+
blockConfirmations: 20,
|
|
1496
|
+
pools: [
|
|
1497
|
+
{
|
|
1498
|
+
id: 13,
|
|
1499
|
+
address: "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590",
|
|
1500
|
+
},
|
|
1501
|
+
],
|
|
1502
|
+
},
|
|
1503
|
+
},
|
|
1493
1504
|
morpho: {},
|
|
1494
1505
|
oracles: {},
|
|
1495
1506
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
package/dist/index-mjs.js
CHANGED
|
@@ -1479,13 +1479,24 @@ const goat = makeConfig({
|
|
|
1479
1479
|
const hemi = makeConfig({
|
|
1480
1480
|
...hemi$1,
|
|
1481
1481
|
blockTimeSeconds: 12,
|
|
1482
|
-
launchTime:
|
|
1482
|
+
launchTime: 1741901593,
|
|
1483
1483
|
sortIndex: 13,
|
|
1484
1484
|
logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg",
|
|
1485
1485
|
safeReorgDistance: 90000,
|
|
1486
1486
|
externalId: {},
|
|
1487
1487
|
markets: {},
|
|
1488
|
-
bridges: {
|
|
1488
|
+
bridges: {
|
|
1489
|
+
stargate: {
|
|
1490
|
+
endpointID: 30329,
|
|
1491
|
+
blockConfirmations: 20,
|
|
1492
|
+
pools: [
|
|
1493
|
+
{
|
|
1494
|
+
id: 13,
|
|
1495
|
+
address: "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590",
|
|
1496
|
+
},
|
|
1497
|
+
],
|
|
1498
|
+
},
|
|
1499
|
+
},
|
|
1489
1500
|
morpho: {},
|
|
1490
1501
|
oracles: {},
|
|
1491
1502
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
package/dist/index.js
CHANGED
|
@@ -1481,13 +1481,24 @@ const goat = makeConfig({
|
|
|
1481
1481
|
const hemi = makeConfig({
|
|
1482
1482
|
...chains.hemi,
|
|
1483
1483
|
blockTimeSeconds: 12,
|
|
1484
|
-
launchTime:
|
|
1484
|
+
launchTime: 1741901593,
|
|
1485
1485
|
sortIndex: 13,
|
|
1486
1486
|
logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg",
|
|
1487
1487
|
safeReorgDistance: 90000,
|
|
1488
1488
|
externalId: {},
|
|
1489
1489
|
markets: {},
|
|
1490
|
-
bridges: {
|
|
1490
|
+
bridges: {
|
|
1491
|
+
stargate: {
|
|
1492
|
+
endpointID: 30329,
|
|
1493
|
+
blockConfirmations: 20,
|
|
1494
|
+
pools: [
|
|
1495
|
+
{
|
|
1496
|
+
id: 13,
|
|
1497
|
+
address: "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590",
|
|
1498
|
+
},
|
|
1499
|
+
],
|
|
1500
|
+
},
|
|
1501
|
+
},
|
|
1491
1502
|
morpho: {},
|
|
1492
1503
|
oracles: {},
|
|
1493
1504
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -3075,13 +3075,22 @@ declare const goat: Readonly<{
|
|
|
3075
3075
|
}>;
|
|
3076
3076
|
declare const hemi: Readonly<{
|
|
3077
3077
|
blockTimeSeconds: 12;
|
|
3078
|
-
launchTime:
|
|
3078
|
+
launchTime: 1741901593;
|
|
3079
3079
|
sortIndex: 13;
|
|
3080
3080
|
logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg";
|
|
3081
3081
|
safeReorgDistance: 90000;
|
|
3082
3082
|
externalId: {};
|
|
3083
3083
|
markets: {};
|
|
3084
|
-
bridges: {
|
|
3084
|
+
bridges: {
|
|
3085
|
+
stargate: {
|
|
3086
|
+
endpointID: number;
|
|
3087
|
+
blockConfirmations: number;
|
|
3088
|
+
pools: {
|
|
3089
|
+
id: number;
|
|
3090
|
+
address: string;
|
|
3091
|
+
}[];
|
|
3092
|
+
};
|
|
3093
|
+
};
|
|
3085
3094
|
morpho: {};
|
|
3086
3095
|
oracles: {};
|
|
3087
3096
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -13538,13 +13547,22 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13538
13547
|
};
|
|
13539
13548
|
}>, Readonly<{
|
|
13540
13549
|
blockTimeSeconds: 12;
|
|
13541
|
-
launchTime:
|
|
13550
|
+
launchTime: 1741901593;
|
|
13542
13551
|
sortIndex: 13;
|
|
13543
13552
|
logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg";
|
|
13544
13553
|
safeReorgDistance: 90000;
|
|
13545
13554
|
externalId: {};
|
|
13546
13555
|
markets: {};
|
|
13547
|
-
bridges: {
|
|
13556
|
+
bridges: {
|
|
13557
|
+
stargate: {
|
|
13558
|
+
endpointID: number;
|
|
13559
|
+
blockConfirmations: number;
|
|
13560
|
+
pools: {
|
|
13561
|
+
id: number;
|
|
13562
|
+
address: string;
|
|
13563
|
+
}[];
|
|
13564
|
+
};
|
|
13565
|
+
};
|
|
13548
13566
|
morpho: {};
|
|
13549
13567
|
oracles: {};
|
|
13550
13568
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -3075,13 +3075,22 @@ declare const goat: Readonly<{
|
|
|
3075
3075
|
}>;
|
|
3076
3076
|
declare const hemi: Readonly<{
|
|
3077
3077
|
blockTimeSeconds: 12;
|
|
3078
|
-
launchTime:
|
|
3078
|
+
launchTime: 1741901593;
|
|
3079
3079
|
sortIndex: 13;
|
|
3080
3080
|
logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg";
|
|
3081
3081
|
safeReorgDistance: 90000;
|
|
3082
3082
|
externalId: {};
|
|
3083
3083
|
markets: {};
|
|
3084
|
-
bridges: {
|
|
3084
|
+
bridges: {
|
|
3085
|
+
stargate: {
|
|
3086
|
+
endpointID: number;
|
|
3087
|
+
blockConfirmations: number;
|
|
3088
|
+
pools: {
|
|
3089
|
+
id: number;
|
|
3090
|
+
address: string;
|
|
3091
|
+
}[];
|
|
3092
|
+
};
|
|
3093
|
+
};
|
|
3085
3094
|
morpho: {};
|
|
3086
3095
|
oracles: {};
|
|
3087
3096
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -13538,13 +13547,22 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13538
13547
|
};
|
|
13539
13548
|
}>, Readonly<{
|
|
13540
13549
|
blockTimeSeconds: 12;
|
|
13541
|
-
launchTime:
|
|
13550
|
+
launchTime: 1741901593;
|
|
13542
13551
|
sortIndex: 13;
|
|
13543
13552
|
logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg";
|
|
13544
13553
|
safeReorgDistance: 90000;
|
|
13545
13554
|
externalId: {};
|
|
13546
13555
|
markets: {};
|
|
13547
|
-
bridges: {
|
|
13556
|
+
bridges: {
|
|
13557
|
+
stargate: {
|
|
13558
|
+
endpointID: number;
|
|
13559
|
+
blockConfirmations: number;
|
|
13560
|
+
pools: {
|
|
13561
|
+
id: number;
|
|
13562
|
+
address: string;
|
|
13563
|
+
}[];
|
|
13564
|
+
};
|
|
13565
|
+
};
|
|
13548
13566
|
morpho: {};
|
|
13549
13567
|
oracles: {};
|
|
13550
13568
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -3075,13 +3075,22 @@ declare const goat: Readonly<{
|
|
|
3075
3075
|
}>;
|
|
3076
3076
|
declare const hemi: Readonly<{
|
|
3077
3077
|
blockTimeSeconds: 12;
|
|
3078
|
-
launchTime:
|
|
3078
|
+
launchTime: 1741901593;
|
|
3079
3079
|
sortIndex: 13;
|
|
3080
3080
|
logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg";
|
|
3081
3081
|
safeReorgDistance: 90000;
|
|
3082
3082
|
externalId: {};
|
|
3083
3083
|
markets: {};
|
|
3084
|
-
bridges: {
|
|
3084
|
+
bridges: {
|
|
3085
|
+
stargate: {
|
|
3086
|
+
endpointID: number;
|
|
3087
|
+
blockConfirmations: number;
|
|
3088
|
+
pools: {
|
|
3089
|
+
id: number;
|
|
3090
|
+
address: string;
|
|
3091
|
+
}[];
|
|
3092
|
+
};
|
|
3093
|
+
};
|
|
3085
3094
|
morpho: {};
|
|
3086
3095
|
oracles: {};
|
|
3087
3096
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -13538,13 +13547,22 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13538
13547
|
};
|
|
13539
13548
|
}>, Readonly<{
|
|
13540
13549
|
blockTimeSeconds: 12;
|
|
13541
|
-
launchTime:
|
|
13550
|
+
launchTime: 1741901593;
|
|
13542
13551
|
sortIndex: 13;
|
|
13543
13552
|
logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg";
|
|
13544
13553
|
safeReorgDistance: 90000;
|
|
13545
13554
|
externalId: {};
|
|
13546
13555
|
markets: {};
|
|
13547
|
-
bridges: {
|
|
13556
|
+
bridges: {
|
|
13557
|
+
stargate: {
|
|
13558
|
+
endpointID: number;
|
|
13559
|
+
blockConfirmations: number;
|
|
13560
|
+
pools: {
|
|
13561
|
+
id: number;
|
|
13562
|
+
address: string;
|
|
13563
|
+
}[];
|
|
13564
|
+
};
|
|
13565
|
+
};
|
|
13548
13566
|
morpho: {};
|
|
13549
13567
|
oracles: {};
|
|
13550
13568
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|