@gfxlabs/oku-chains 1.1.200 → 1.1.202
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 +26 -2
- package/dist/index-mjs.js +26 -2
- package/dist/index.js +26 -2
- package/dist/types/browser.d.ts +25 -5
- package/dist/types/index-mjs.d.ts +25 -5
- package/dist/types/index.d.ts +25 -5
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -4077,7 +4077,7 @@
|
|
|
4077
4077
|
const telos = makeConfig({
|
|
4078
4078
|
...chains.telos,
|
|
4079
4079
|
blockTimeSeconds: 0.5,
|
|
4080
|
-
launchTime:
|
|
4080
|
+
launchTime: 1743089303,
|
|
4081
4081
|
sortIndex: 13,
|
|
4082
4082
|
logoUrl: "https://assets.oku.trade/chains/telos-logo.svg",
|
|
4083
4083
|
safeReorgDistance: 90000,
|
|
@@ -4086,7 +4086,31 @@
|
|
|
4086
4086
|
openocean: "telos",
|
|
4087
4087
|
icecreamswap: true,
|
|
4088
4088
|
},
|
|
4089
|
-
bridges: {
|
|
4089
|
+
bridges: {
|
|
4090
|
+
stargate: {
|
|
4091
|
+
endpointID: 30199,
|
|
4092
|
+
tokens: [
|
|
4093
|
+
{
|
|
4094
|
+
name: "ETH",
|
|
4095
|
+
type: "OFT",
|
|
4096
|
+
id: 13,
|
|
4097
|
+
address: "0xA272fFe20cFfe769CdFc4b63088DCD2C82a2D8F9",
|
|
4098
|
+
},
|
|
4099
|
+
{
|
|
4100
|
+
name: "USDC",
|
|
4101
|
+
type: "OFT",
|
|
4102
|
+
id: 1,
|
|
4103
|
+
address: "0x2086f755A6d9254045C257ea3d382ef854849B0f",
|
|
4104
|
+
},
|
|
4105
|
+
{
|
|
4106
|
+
name: "USDT",
|
|
4107
|
+
type: "OFT",
|
|
4108
|
+
id: 2,
|
|
4109
|
+
address: "0x3a1293Bdb83bBbDd5Ebf4fAc96605aD2021BbC0f",
|
|
4110
|
+
},
|
|
4111
|
+
],
|
|
4112
|
+
},
|
|
4113
|
+
},
|
|
4090
4114
|
morpho: {},
|
|
4091
4115
|
oracles: {},
|
|
4092
4116
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
package/dist/index-mjs.js
CHANGED
|
@@ -4073,7 +4073,7 @@ const taiko = makeConfig({
|
|
|
4073
4073
|
const telos = makeConfig({
|
|
4074
4074
|
...telos$1,
|
|
4075
4075
|
blockTimeSeconds: 0.5,
|
|
4076
|
-
launchTime:
|
|
4076
|
+
launchTime: 1743089303,
|
|
4077
4077
|
sortIndex: 13,
|
|
4078
4078
|
logoUrl: "https://assets.oku.trade/chains/telos-logo.svg",
|
|
4079
4079
|
safeReorgDistance: 90000,
|
|
@@ -4082,7 +4082,31 @@ const telos = makeConfig({
|
|
|
4082
4082
|
openocean: "telos",
|
|
4083
4083
|
icecreamswap: true,
|
|
4084
4084
|
},
|
|
4085
|
-
bridges: {
|
|
4085
|
+
bridges: {
|
|
4086
|
+
stargate: {
|
|
4087
|
+
endpointID: 30199,
|
|
4088
|
+
tokens: [
|
|
4089
|
+
{
|
|
4090
|
+
name: "ETH",
|
|
4091
|
+
type: "OFT",
|
|
4092
|
+
id: 13,
|
|
4093
|
+
address: "0xA272fFe20cFfe769CdFc4b63088DCD2C82a2D8F9",
|
|
4094
|
+
},
|
|
4095
|
+
{
|
|
4096
|
+
name: "USDC",
|
|
4097
|
+
type: "OFT",
|
|
4098
|
+
id: 1,
|
|
4099
|
+
address: "0x2086f755A6d9254045C257ea3d382ef854849B0f",
|
|
4100
|
+
},
|
|
4101
|
+
{
|
|
4102
|
+
name: "USDT",
|
|
4103
|
+
type: "OFT",
|
|
4104
|
+
id: 2,
|
|
4105
|
+
address: "0x3a1293Bdb83bBbDd5Ebf4fAc96605aD2021BbC0f",
|
|
4106
|
+
},
|
|
4107
|
+
],
|
|
4108
|
+
},
|
|
4109
|
+
},
|
|
4086
4110
|
morpho: {},
|
|
4087
4111
|
oracles: {},
|
|
4088
4112
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
package/dist/index.js
CHANGED
|
@@ -4075,7 +4075,7 @@ const taiko = makeConfig({
|
|
|
4075
4075
|
const telos = makeConfig({
|
|
4076
4076
|
...chains.telos,
|
|
4077
4077
|
blockTimeSeconds: 0.5,
|
|
4078
|
-
launchTime:
|
|
4078
|
+
launchTime: 1743089303,
|
|
4079
4079
|
sortIndex: 13,
|
|
4080
4080
|
logoUrl: "https://assets.oku.trade/chains/telos-logo.svg",
|
|
4081
4081
|
safeReorgDistance: 90000,
|
|
@@ -4084,7 +4084,31 @@ const telos = makeConfig({
|
|
|
4084
4084
|
openocean: "telos",
|
|
4085
4085
|
icecreamswap: true,
|
|
4086
4086
|
},
|
|
4087
|
-
bridges: {
|
|
4087
|
+
bridges: {
|
|
4088
|
+
stargate: {
|
|
4089
|
+
endpointID: 30199,
|
|
4090
|
+
tokens: [
|
|
4091
|
+
{
|
|
4092
|
+
name: "ETH",
|
|
4093
|
+
type: "OFT",
|
|
4094
|
+
id: 13,
|
|
4095
|
+
address: "0xA272fFe20cFfe769CdFc4b63088DCD2C82a2D8F9",
|
|
4096
|
+
},
|
|
4097
|
+
{
|
|
4098
|
+
name: "USDC",
|
|
4099
|
+
type: "OFT",
|
|
4100
|
+
id: 1,
|
|
4101
|
+
address: "0x2086f755A6d9254045C257ea3d382ef854849B0f",
|
|
4102
|
+
},
|
|
4103
|
+
{
|
|
4104
|
+
name: "USDT",
|
|
4105
|
+
type: "OFT",
|
|
4106
|
+
id: 2,
|
|
4107
|
+
address: "0x3a1293Bdb83bBbDd5Ebf4fAc96605aD2021BbC0f",
|
|
4108
|
+
},
|
|
4109
|
+
],
|
|
4110
|
+
},
|
|
4111
|
+
},
|
|
4088
4112
|
morpho: {},
|
|
4089
4113
|
oracles: {},
|
|
4090
4114
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -6317,7 +6317,7 @@ declare const taiko: Readonly<{
|
|
|
6317
6317
|
}>;
|
|
6318
6318
|
declare const telos: Readonly<{
|
|
6319
6319
|
blockTimeSeconds: 0.5;
|
|
6320
|
-
launchTime:
|
|
6320
|
+
launchTime: 1743089303;
|
|
6321
6321
|
sortIndex: 13;
|
|
6322
6322
|
logoUrl: "https://assets.oku.trade/chains/telos-logo.svg";
|
|
6323
6323
|
safeReorgDistance: 90000;
|
|
@@ -6326,7 +6326,17 @@ declare const telos: Readonly<{
|
|
|
6326
6326
|
openocean: string;
|
|
6327
6327
|
icecreamswap: true;
|
|
6328
6328
|
};
|
|
6329
|
-
bridges: {
|
|
6329
|
+
bridges: {
|
|
6330
|
+
stargate: {
|
|
6331
|
+
endpointID: number;
|
|
6332
|
+
tokens: {
|
|
6333
|
+
name: string;
|
|
6334
|
+
type: string;
|
|
6335
|
+
id: number;
|
|
6336
|
+
address: string;
|
|
6337
|
+
}[];
|
|
6338
|
+
};
|
|
6339
|
+
};
|
|
6330
6340
|
morpho: {};
|
|
6331
6341
|
oracles: {};
|
|
6332
6342
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -7296,7 +7306,7 @@ interface Bridges {
|
|
|
7296
7306
|
stargate?: {
|
|
7297
7307
|
endpointID: number;
|
|
7298
7308
|
blockConfirmations?: number;
|
|
7299
|
-
tokens
|
|
7309
|
+
tokens: {
|
|
7300
7310
|
name: string;
|
|
7301
7311
|
type?: string; // OFT or POOL, if missing, assume is POOL
|
|
7302
7312
|
id: number; // used to determine possible routes. pool id
|
|
@@ -13876,7 +13886,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13876
13886
|
network: "Hemi";
|
|
13877
13887
|
}>, Readonly<{
|
|
13878
13888
|
blockTimeSeconds: 0.5;
|
|
13879
|
-
launchTime:
|
|
13889
|
+
launchTime: 1743089303;
|
|
13880
13890
|
sortIndex: 13;
|
|
13881
13891
|
logoUrl: "https://assets.oku.trade/chains/telos-logo.svg";
|
|
13882
13892
|
safeReorgDistance: 90000;
|
|
@@ -13885,7 +13895,17 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13885
13895
|
openocean: string;
|
|
13886
13896
|
icecreamswap: true;
|
|
13887
13897
|
};
|
|
13888
|
-
bridges: {
|
|
13898
|
+
bridges: {
|
|
13899
|
+
stargate: {
|
|
13900
|
+
endpointID: number;
|
|
13901
|
+
tokens: {
|
|
13902
|
+
name: string;
|
|
13903
|
+
type: string;
|
|
13904
|
+
id: number;
|
|
13905
|
+
address: string;
|
|
13906
|
+
}[];
|
|
13907
|
+
};
|
|
13908
|
+
};
|
|
13889
13909
|
morpho: {};
|
|
13890
13910
|
oracles: {};
|
|
13891
13911
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -6317,7 +6317,7 @@ declare const taiko: Readonly<{
|
|
|
6317
6317
|
}>;
|
|
6318
6318
|
declare const telos: Readonly<{
|
|
6319
6319
|
blockTimeSeconds: 0.5;
|
|
6320
|
-
launchTime:
|
|
6320
|
+
launchTime: 1743089303;
|
|
6321
6321
|
sortIndex: 13;
|
|
6322
6322
|
logoUrl: "https://assets.oku.trade/chains/telos-logo.svg";
|
|
6323
6323
|
safeReorgDistance: 90000;
|
|
@@ -6326,7 +6326,17 @@ declare const telos: Readonly<{
|
|
|
6326
6326
|
openocean: string;
|
|
6327
6327
|
icecreamswap: true;
|
|
6328
6328
|
};
|
|
6329
|
-
bridges: {
|
|
6329
|
+
bridges: {
|
|
6330
|
+
stargate: {
|
|
6331
|
+
endpointID: number;
|
|
6332
|
+
tokens: {
|
|
6333
|
+
name: string;
|
|
6334
|
+
type: string;
|
|
6335
|
+
id: number;
|
|
6336
|
+
address: string;
|
|
6337
|
+
}[];
|
|
6338
|
+
};
|
|
6339
|
+
};
|
|
6330
6340
|
morpho: {};
|
|
6331
6341
|
oracles: {};
|
|
6332
6342
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -7296,7 +7306,7 @@ interface Bridges {
|
|
|
7296
7306
|
stargate?: {
|
|
7297
7307
|
endpointID: number;
|
|
7298
7308
|
blockConfirmations?: number;
|
|
7299
|
-
tokens
|
|
7309
|
+
tokens: {
|
|
7300
7310
|
name: string;
|
|
7301
7311
|
type?: string; // OFT or POOL, if missing, assume is POOL
|
|
7302
7312
|
id: number; // used to determine possible routes. pool id
|
|
@@ -13876,7 +13886,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13876
13886
|
network: "Hemi";
|
|
13877
13887
|
}>, Readonly<{
|
|
13878
13888
|
blockTimeSeconds: 0.5;
|
|
13879
|
-
launchTime:
|
|
13889
|
+
launchTime: 1743089303;
|
|
13880
13890
|
sortIndex: 13;
|
|
13881
13891
|
logoUrl: "https://assets.oku.trade/chains/telos-logo.svg";
|
|
13882
13892
|
safeReorgDistance: 90000;
|
|
@@ -13885,7 +13895,17 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13885
13895
|
openocean: string;
|
|
13886
13896
|
icecreamswap: true;
|
|
13887
13897
|
};
|
|
13888
|
-
bridges: {
|
|
13898
|
+
bridges: {
|
|
13899
|
+
stargate: {
|
|
13900
|
+
endpointID: number;
|
|
13901
|
+
tokens: {
|
|
13902
|
+
name: string;
|
|
13903
|
+
type: string;
|
|
13904
|
+
id: number;
|
|
13905
|
+
address: string;
|
|
13906
|
+
}[];
|
|
13907
|
+
};
|
|
13908
|
+
};
|
|
13889
13909
|
morpho: {};
|
|
13890
13910
|
oracles: {};
|
|
13891
13911
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -6317,7 +6317,7 @@ declare const taiko: Readonly<{
|
|
|
6317
6317
|
}>;
|
|
6318
6318
|
declare const telos: Readonly<{
|
|
6319
6319
|
blockTimeSeconds: 0.5;
|
|
6320
|
-
launchTime:
|
|
6320
|
+
launchTime: 1743089303;
|
|
6321
6321
|
sortIndex: 13;
|
|
6322
6322
|
logoUrl: "https://assets.oku.trade/chains/telos-logo.svg";
|
|
6323
6323
|
safeReorgDistance: 90000;
|
|
@@ -6326,7 +6326,17 @@ declare const telos: Readonly<{
|
|
|
6326
6326
|
openocean: string;
|
|
6327
6327
|
icecreamswap: true;
|
|
6328
6328
|
};
|
|
6329
|
-
bridges: {
|
|
6329
|
+
bridges: {
|
|
6330
|
+
stargate: {
|
|
6331
|
+
endpointID: number;
|
|
6332
|
+
tokens: {
|
|
6333
|
+
name: string;
|
|
6334
|
+
type: string;
|
|
6335
|
+
id: number;
|
|
6336
|
+
address: string;
|
|
6337
|
+
}[];
|
|
6338
|
+
};
|
|
6339
|
+
};
|
|
6330
6340
|
morpho: {};
|
|
6331
6341
|
oracles: {};
|
|
6332
6342
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -7296,7 +7306,7 @@ interface Bridges {
|
|
|
7296
7306
|
stargate?: {
|
|
7297
7307
|
endpointID: number;
|
|
7298
7308
|
blockConfirmations?: number;
|
|
7299
|
-
tokens
|
|
7309
|
+
tokens: {
|
|
7300
7310
|
name: string;
|
|
7301
7311
|
type?: string; // OFT or POOL, if missing, assume is POOL
|
|
7302
7312
|
id: number; // used to determine possible routes. pool id
|
|
@@ -13876,7 +13886,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13876
13886
|
network: "Hemi";
|
|
13877
13887
|
}>, Readonly<{
|
|
13878
13888
|
blockTimeSeconds: 0.5;
|
|
13879
|
-
launchTime:
|
|
13889
|
+
launchTime: 1743089303;
|
|
13880
13890
|
sortIndex: 13;
|
|
13881
13891
|
logoUrl: "https://assets.oku.trade/chains/telos-logo.svg";
|
|
13882
13892
|
safeReorgDistance: 90000;
|
|
@@ -13885,7 +13895,17 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13885
13895
|
openocean: string;
|
|
13886
13896
|
icecreamswap: true;
|
|
13887
13897
|
};
|
|
13888
|
-
bridges: {
|
|
13898
|
+
bridges: {
|
|
13899
|
+
stargate: {
|
|
13900
|
+
endpointID: number;
|
|
13901
|
+
tokens: {
|
|
13902
|
+
name: string;
|
|
13903
|
+
type: string;
|
|
13904
|
+
id: number;
|
|
13905
|
+
address: string;
|
|
13906
|
+
}[];
|
|
13907
|
+
};
|
|
13908
|
+
};
|
|
13889
13909
|
morpho: {};
|
|
13890
13910
|
oracles: {};
|
|
13891
13911
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|