@gfxlabs/oku-chains 1.1.160 → 1.1.161
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 +6 -6
- package/dist/index-mjs.js +2 -3
- package/dist/index.js +2 -3
- package/dist/types/browser.d.ts +4 -4
- package/dist/types/index-mjs.d.ts +4 -4
- package/dist/types/index.d.ts +4 -4
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('viem/chains')
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['exports', 'viem/chains'
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["oku-chains"] = {}, global.viem_chains
|
|
5
|
-
})(this, (function (exports, chains
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('viem/chains')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', 'viem/chains'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["oku-chains"] = {}, global.viem_chains));
|
|
5
|
+
})(this, (function (exports, chains) { 'use strict';
|
|
6
6
|
|
|
7
7
|
const makeConfig = (x) => {
|
|
8
8
|
return x;
|
|
@@ -3573,7 +3573,7 @@
|
|
|
3573
3573
|
nativeWrappedName: "TLOS",
|
|
3574
3574
|
},
|
|
3575
3575
|
},
|
|
3576
|
-
defaultPool:
|
|
3576
|
+
defaultPool: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9",
|
|
3577
3577
|
defaultToken0: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b",
|
|
3578
3578
|
defaultToken1: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E",
|
|
3579
3579
|
tokenList: [
|
|
@@ -3582,7 +3582,7 @@
|
|
|
3582
3582
|
{ symbol: "WBTC", address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c" },
|
|
3583
3583
|
],
|
|
3584
3584
|
stables: ["0x8D97Cea50351Fb4329d591682b148D43a0C3611b"],
|
|
3585
|
-
watchlist: [],
|
|
3585
|
+
watchlist: ["0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9"],
|
|
3586
3586
|
internalName: "telos",
|
|
3587
3587
|
nativeLogoUrl: "https://assets.oku.trade/natives/telos.png",
|
|
3588
3588
|
contracts: {
|
package/dist/index-mjs.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
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, hemi as hemi$1, 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, rootstock as rootstock$1, scroll as scroll$1, sei as sei$1, sonic as sonic$1, taiko as taiko$1, telos as telos$1, xLayer as xLayer$1, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
|
|
2
|
-
import { zeroAddress } from 'viem';
|
|
3
2
|
|
|
4
3
|
const makeConfig = (x) => {
|
|
5
4
|
return x;
|
|
@@ -3570,7 +3569,7 @@ const telos = makeConfig({
|
|
|
3570
3569
|
nativeWrappedName: "TLOS",
|
|
3571
3570
|
},
|
|
3572
3571
|
},
|
|
3573
|
-
defaultPool:
|
|
3572
|
+
defaultPool: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9",
|
|
3574
3573
|
defaultToken0: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b",
|
|
3575
3574
|
defaultToken1: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E",
|
|
3576
3575
|
tokenList: [
|
|
@@ -3579,7 +3578,7 @@ const telos = makeConfig({
|
|
|
3579
3578
|
{ symbol: "WBTC", address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c" },
|
|
3580
3579
|
],
|
|
3581
3580
|
stables: ["0x8D97Cea50351Fb4329d591682b148D43a0C3611b"],
|
|
3582
|
-
watchlist: [],
|
|
3581
|
+
watchlist: ["0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9"],
|
|
3583
3582
|
internalName: "telos",
|
|
3584
3583
|
nativeLogoUrl: "https://assets.oku.trade/natives/telos.png",
|
|
3585
3584
|
contracts: {
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var chains = require('viem/chains');
|
|
4
|
-
var viem = require('viem');
|
|
5
4
|
|
|
6
5
|
const makeConfig = (x) => {
|
|
7
6
|
return x;
|
|
@@ -3572,7 +3571,7 @@ const telos = makeConfig({
|
|
|
3572
3571
|
nativeWrappedName: "TLOS",
|
|
3573
3572
|
},
|
|
3574
3573
|
},
|
|
3575
|
-
defaultPool:
|
|
3574
|
+
defaultPool: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9",
|
|
3576
3575
|
defaultToken0: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b",
|
|
3577
3576
|
defaultToken1: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E",
|
|
3578
3577
|
tokenList: [
|
|
@@ -3581,7 +3580,7 @@ const telos = makeConfig({
|
|
|
3581
3580
|
{ symbol: "WBTC", address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c" },
|
|
3582
3581
|
],
|
|
3583
3582
|
stables: ["0x8D97Cea50351Fb4329d591682b148D43a0C3611b"],
|
|
3584
|
-
watchlist: [],
|
|
3583
|
+
watchlist: ["0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9"],
|
|
3585
3584
|
internalName: "telos",
|
|
3586
3585
|
nativeLogoUrl: "https://assets.oku.trade/natives/telos.png",
|
|
3587
3586
|
contracts: {
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -5811,7 +5811,7 @@ declare const telos: Readonly<{
|
|
|
5811
5811
|
nativeWrappedName: string;
|
|
5812
5812
|
};
|
|
5813
5813
|
};
|
|
5814
|
-
defaultPool: "
|
|
5814
|
+
defaultPool: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9";
|
|
5815
5815
|
defaultToken0: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b";
|
|
5816
5816
|
defaultToken1: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
5817
5817
|
tokenList: ({
|
|
@@ -5825,7 +5825,7 @@ declare const telos: Readonly<{
|
|
|
5825
5825
|
address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
|
|
5826
5826
|
})[];
|
|
5827
5827
|
stables: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b"[];
|
|
5828
|
-
watchlist:
|
|
5828
|
+
watchlist: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9"[];
|
|
5829
5829
|
internalName: "telos";
|
|
5830
5830
|
nativeLogoUrl: "https://assets.oku.trade/natives/telos.png";
|
|
5831
5831
|
contracts: {
|
|
@@ -13255,7 +13255,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13255
13255
|
nativeWrappedName: string;
|
|
13256
13256
|
};
|
|
13257
13257
|
};
|
|
13258
|
-
defaultPool: "
|
|
13258
|
+
defaultPool: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9";
|
|
13259
13259
|
defaultToken0: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b";
|
|
13260
13260
|
defaultToken1: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13261
13261
|
tokenList: ({
|
|
@@ -13269,7 +13269,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13269
13269
|
address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
|
|
13270
13270
|
})[];
|
|
13271
13271
|
stables: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b"[];
|
|
13272
|
-
watchlist:
|
|
13272
|
+
watchlist: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9"[];
|
|
13273
13273
|
internalName: "telos";
|
|
13274
13274
|
nativeLogoUrl: "https://assets.oku.trade/natives/telos.png";
|
|
13275
13275
|
contracts: {
|
|
@@ -5811,7 +5811,7 @@ declare const telos: Readonly<{
|
|
|
5811
5811
|
nativeWrappedName: string;
|
|
5812
5812
|
};
|
|
5813
5813
|
};
|
|
5814
|
-
defaultPool: "
|
|
5814
|
+
defaultPool: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9";
|
|
5815
5815
|
defaultToken0: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b";
|
|
5816
5816
|
defaultToken1: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
5817
5817
|
tokenList: ({
|
|
@@ -5825,7 +5825,7 @@ declare const telos: Readonly<{
|
|
|
5825
5825
|
address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
|
|
5826
5826
|
})[];
|
|
5827
5827
|
stables: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b"[];
|
|
5828
|
-
watchlist:
|
|
5828
|
+
watchlist: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9"[];
|
|
5829
5829
|
internalName: "telos";
|
|
5830
5830
|
nativeLogoUrl: "https://assets.oku.trade/natives/telos.png";
|
|
5831
5831
|
contracts: {
|
|
@@ -13255,7 +13255,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13255
13255
|
nativeWrappedName: string;
|
|
13256
13256
|
};
|
|
13257
13257
|
};
|
|
13258
|
-
defaultPool: "
|
|
13258
|
+
defaultPool: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9";
|
|
13259
13259
|
defaultToken0: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b";
|
|
13260
13260
|
defaultToken1: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13261
13261
|
tokenList: ({
|
|
@@ -13269,7 +13269,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13269
13269
|
address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
|
|
13270
13270
|
})[];
|
|
13271
13271
|
stables: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b"[];
|
|
13272
|
-
watchlist:
|
|
13272
|
+
watchlist: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9"[];
|
|
13273
13273
|
internalName: "telos";
|
|
13274
13274
|
nativeLogoUrl: "https://assets.oku.trade/natives/telos.png";
|
|
13275
13275
|
contracts: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -5811,7 +5811,7 @@ declare const telos: Readonly<{
|
|
|
5811
5811
|
nativeWrappedName: string;
|
|
5812
5812
|
};
|
|
5813
5813
|
};
|
|
5814
|
-
defaultPool: "
|
|
5814
|
+
defaultPool: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9";
|
|
5815
5815
|
defaultToken0: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b";
|
|
5816
5816
|
defaultToken1: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
5817
5817
|
tokenList: ({
|
|
@@ -5825,7 +5825,7 @@ declare const telos: Readonly<{
|
|
|
5825
5825
|
address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
|
|
5826
5826
|
})[];
|
|
5827
5827
|
stables: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b"[];
|
|
5828
|
-
watchlist:
|
|
5828
|
+
watchlist: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9"[];
|
|
5829
5829
|
internalName: "telos";
|
|
5830
5830
|
nativeLogoUrl: "https://assets.oku.trade/natives/telos.png";
|
|
5831
5831
|
contracts: {
|
|
@@ -13255,7 +13255,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13255
13255
|
nativeWrappedName: string;
|
|
13256
13256
|
};
|
|
13257
13257
|
};
|
|
13258
|
-
defaultPool: "
|
|
13258
|
+
defaultPool: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9";
|
|
13259
13259
|
defaultToken0: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b";
|
|
13260
13260
|
defaultToken1: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13261
13261
|
tokenList: ({
|
|
@@ -13269,7 +13269,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13269
13269
|
address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
|
|
13270
13270
|
})[];
|
|
13271
13271
|
stables: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b"[];
|
|
13272
|
-
watchlist:
|
|
13272
|
+
watchlist: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9"[];
|
|
13273
13273
|
internalName: "telos";
|
|
13274
13274
|
nativeLogoUrl: "https://assets.oku.trade/natives/telos.png";
|
|
13275
13275
|
contracts: {
|