@gfxlabs/oku-chains 1.11.13 → 1.11.15
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 +10 -6
- package/dist/index-mjs.js +10 -6
- package/dist/index.js +10 -6
- package/dist/types/definitions/gensyn.d.ts +10 -0
- package/dist/types/definitions/telos.d.ts +6 -6
- package/dist/types/index.d.ts +16 -6
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -1743,6 +1743,12 @@
|
|
|
1743
1743
|
});
|
|
1744
1744
|
|
|
1745
1745
|
const gensyn = makeConfig({
|
|
1746
|
+
sourceId: undefined,
|
|
1747
|
+
testnet: false,
|
|
1748
|
+
fees: undefined,
|
|
1749
|
+
custom: undefined,
|
|
1750
|
+
formatters: undefined,
|
|
1751
|
+
serializers: undefined,
|
|
1746
1752
|
id: 685689,
|
|
1747
1753
|
name: "Gensyn AI",
|
|
1748
1754
|
nativeCurrency: {
|
|
@@ -1813,6 +1819,10 @@
|
|
|
1813
1819
|
internalName: "gensyn",
|
|
1814
1820
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png",
|
|
1815
1821
|
contracts: {
|
|
1822
|
+
limitOrder: {
|
|
1823
|
+
address: viem.zeroAddress,
|
|
1824
|
+
blockCreated: 0,
|
|
1825
|
+
},
|
|
1816
1826
|
multicall3: {
|
|
1817
1827
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
1818
1828
|
blockCreated: 0,
|
|
@@ -5736,12 +5746,6 @@
|
|
|
5736
5746
|
openocean: "telos",
|
|
5737
5747
|
icecreamswap: true,
|
|
5738
5748
|
},
|
|
5739
|
-
blockExplorers: {
|
|
5740
|
-
default: {
|
|
5741
|
-
name: "Blockscout",
|
|
5742
|
-
url: "https://telostx.com",
|
|
5743
|
-
},
|
|
5744
|
-
},
|
|
5745
5749
|
bridges: {
|
|
5746
5750
|
stargate: {
|
|
5747
5751
|
endpointID: 30199,
|
package/dist/index-mjs.js
CHANGED
|
@@ -1740,6 +1740,12 @@ const filecoin = makeConfig({
|
|
|
1740
1740
|
});
|
|
1741
1741
|
|
|
1742
1742
|
const gensyn = makeConfig({
|
|
1743
|
+
sourceId: undefined,
|
|
1744
|
+
testnet: false,
|
|
1745
|
+
fees: undefined,
|
|
1746
|
+
custom: undefined,
|
|
1747
|
+
formatters: undefined,
|
|
1748
|
+
serializers: undefined,
|
|
1743
1749
|
id: 685689,
|
|
1744
1750
|
name: "Gensyn AI",
|
|
1745
1751
|
nativeCurrency: {
|
|
@@ -1810,6 +1816,10 @@ const gensyn = makeConfig({
|
|
|
1810
1816
|
internalName: "gensyn",
|
|
1811
1817
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png",
|
|
1812
1818
|
contracts: {
|
|
1819
|
+
limitOrder: {
|
|
1820
|
+
address: zeroAddress,
|
|
1821
|
+
blockCreated: 0,
|
|
1822
|
+
},
|
|
1813
1823
|
multicall3: {
|
|
1814
1824
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
1815
1825
|
blockCreated: 0,
|
|
@@ -5733,12 +5743,6 @@ const telos = makeConfig({
|
|
|
5733
5743
|
openocean: "telos",
|
|
5734
5744
|
icecreamswap: true,
|
|
5735
5745
|
},
|
|
5736
|
-
blockExplorers: {
|
|
5737
|
-
default: {
|
|
5738
|
-
name: "Blockscout",
|
|
5739
|
-
url: "https://telostx.com",
|
|
5740
|
-
},
|
|
5741
|
-
},
|
|
5742
5746
|
bridges: {
|
|
5743
5747
|
stargate: {
|
|
5744
5748
|
endpointID: 30199,
|
package/dist/index.js
CHANGED
|
@@ -1742,6 +1742,12 @@ const filecoin = makeConfig({
|
|
|
1742
1742
|
});
|
|
1743
1743
|
|
|
1744
1744
|
const gensyn = makeConfig({
|
|
1745
|
+
sourceId: undefined,
|
|
1746
|
+
testnet: false,
|
|
1747
|
+
fees: undefined,
|
|
1748
|
+
custom: undefined,
|
|
1749
|
+
formatters: undefined,
|
|
1750
|
+
serializers: undefined,
|
|
1745
1751
|
id: 685689,
|
|
1746
1752
|
name: "Gensyn AI",
|
|
1747
1753
|
nativeCurrency: {
|
|
@@ -1812,6 +1818,10 @@ const gensyn = makeConfig({
|
|
|
1812
1818
|
internalName: "gensyn",
|
|
1813
1819
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png",
|
|
1814
1820
|
contracts: {
|
|
1821
|
+
limitOrder: {
|
|
1822
|
+
address: viem.zeroAddress,
|
|
1823
|
+
blockCreated: 0,
|
|
1824
|
+
},
|
|
1815
1825
|
multicall3: {
|
|
1816
1826
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
1817
1827
|
blockCreated: 0,
|
|
@@ -5735,12 +5745,6 @@ const telos = makeConfig({
|
|
|
5735
5745
|
openocean: "telos",
|
|
5736
5746
|
icecreamswap: true,
|
|
5737
5747
|
},
|
|
5738
|
-
blockExplorers: {
|
|
5739
|
-
default: {
|
|
5740
|
-
name: "Blockscout",
|
|
5741
|
-
url: "https://telostx.com",
|
|
5742
|
-
},
|
|
5743
|
-
},
|
|
5744
5748
|
bridges: {
|
|
5745
5749
|
stargate: {
|
|
5746
5750
|
endpointID: 30199,
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
export declare const gensyn: Readonly<{
|
|
2
|
+
sourceId: undefined;
|
|
3
|
+
testnet: false;
|
|
4
|
+
fees: undefined;
|
|
5
|
+
custom: undefined;
|
|
6
|
+
formatters: undefined;
|
|
7
|
+
serializers: undefined;
|
|
2
8
|
id: 685689;
|
|
3
9
|
name: "Gensyn AI";
|
|
4
10
|
nativeCurrency: {
|
|
@@ -74,6 +80,10 @@ export declare const gensyn: Readonly<{
|
|
|
74
80
|
internalName: "gensyn";
|
|
75
81
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png";
|
|
76
82
|
contracts: {
|
|
83
|
+
limitOrder: {
|
|
84
|
+
address: "0x0000000000000000000000000000000000000000";
|
|
85
|
+
blockCreated: number;
|
|
86
|
+
};
|
|
77
87
|
multicall3: {
|
|
78
88
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
79
89
|
blockCreated: number;
|
|
@@ -17,12 +17,6 @@ export declare const telos: Readonly<{
|
|
|
17
17
|
openocean: string;
|
|
18
18
|
icecreamswap: true;
|
|
19
19
|
};
|
|
20
|
-
blockExplorers: {
|
|
21
|
-
default: {
|
|
22
|
-
name: string;
|
|
23
|
-
url: string;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
20
|
bridges: {
|
|
27
21
|
stargate: {
|
|
28
22
|
endpointID: number;
|
|
@@ -113,6 +107,12 @@ export declare const telos: Readonly<{
|
|
|
113
107
|
blockCreated: number;
|
|
114
108
|
};
|
|
115
109
|
};
|
|
110
|
+
blockExplorers: {
|
|
111
|
+
readonly default: {
|
|
112
|
+
readonly name: "Teloscan";
|
|
113
|
+
readonly url: "https://www.teloscan.io/";
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
116
|
blockTime?: number | undefined | undefined | undefined;
|
|
117
117
|
ensTlds?: readonly string[] | undefined;
|
|
118
118
|
id: 40;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -7315,12 +7315,6 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7315
7315
|
openocean: string;
|
|
7316
7316
|
icecreamswap: true;
|
|
7317
7317
|
};
|
|
7318
|
-
blockExplorers: {
|
|
7319
|
-
default: {
|
|
7320
|
-
name: string;
|
|
7321
|
-
url: string;
|
|
7322
|
-
};
|
|
7323
|
-
};
|
|
7324
7318
|
bridges: {
|
|
7325
7319
|
stargate: {
|
|
7326
7320
|
endpointID: number;
|
|
@@ -7411,6 +7405,12 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7411
7405
|
blockCreated: number;
|
|
7412
7406
|
};
|
|
7413
7407
|
};
|
|
7408
|
+
blockExplorers: {
|
|
7409
|
+
readonly default: {
|
|
7410
|
+
readonly name: "Teloscan";
|
|
7411
|
+
readonly url: "https://www.teloscan.io/";
|
|
7412
|
+
};
|
|
7413
|
+
};
|
|
7414
7414
|
blockTime?: number | undefined | undefined | undefined;
|
|
7415
7415
|
ensTlds?: readonly string[] | undefined;
|
|
7416
7416
|
id: 40;
|
|
@@ -10353,6 +10353,12 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10353
10353
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
10354
10354
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined | undefined;
|
|
10355
10355
|
}>, Readonly<{
|
|
10356
|
+
sourceId: undefined;
|
|
10357
|
+
testnet: false;
|
|
10358
|
+
fees: undefined;
|
|
10359
|
+
custom: undefined;
|
|
10360
|
+
formatters: undefined;
|
|
10361
|
+
serializers: undefined;
|
|
10356
10362
|
id: 685689;
|
|
10357
10363
|
name: "Gensyn AI";
|
|
10358
10364
|
nativeCurrency: {
|
|
@@ -10428,6 +10434,10 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10428
10434
|
internalName: "gensyn";
|
|
10429
10435
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png";
|
|
10430
10436
|
contracts: {
|
|
10437
|
+
limitOrder: {
|
|
10438
|
+
address: "0x0000000000000000000000000000000000000000";
|
|
10439
|
+
blockCreated: number;
|
|
10440
|
+
};
|
|
10431
10441
|
multicall3: {
|
|
10432
10442
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
10433
10443
|
blockCreated: number;
|