@gfxlabs/oku-chains 1.1.175 → 1.1.176
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 +5 -5
- package/dist/index-mjs.js +1 -2
- package/dist/index.js +1 -2
- package/dist/types/browser.d.ts +2 -2
- package/dist/types/index-mjs.d.ts +2 -2
- package/dist/types/index.d.ts +2 -2
- 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;
|
|
@@ -1601,7 +1601,7 @@
|
|
|
1601
1601
|
nativeWrappedName: "WETH",
|
|
1602
1602
|
},
|
|
1603
1603
|
},
|
|
1604
|
-
defaultPool:
|
|
1604
|
+
defaultPool: "0x1125452469E9B9A36FE69249309fCe8925C3eEDa",
|
|
1605
1605
|
defaultToken0: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73",
|
|
1606
1606
|
defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd",
|
|
1607
1607
|
tokenList: [
|
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, 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, 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;
|
|
@@ -1598,7 +1597,7 @@ const lightlink = makeConfig({
|
|
|
1598
1597
|
nativeWrappedName: "WETH",
|
|
1599
1598
|
},
|
|
1600
1599
|
},
|
|
1601
|
-
defaultPool:
|
|
1600
|
+
defaultPool: "0x1125452469E9B9A36FE69249309fCe8925C3eEDa",
|
|
1602
1601
|
defaultToken0: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73",
|
|
1603
1602
|
defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd",
|
|
1604
1603
|
tokenList: [
|
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;
|
|
@@ -1600,7 +1599,7 @@ const lightlink = makeConfig({
|
|
|
1600
1599
|
nativeWrappedName: "WETH",
|
|
1601
1600
|
},
|
|
1602
1601
|
},
|
|
1603
|
-
defaultPool:
|
|
1602
|
+
defaultPool: "0x1125452469E9B9A36FE69249309fCe8925C3eEDa",
|
|
1604
1603
|
defaultToken0: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73",
|
|
1605
1604
|
defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd",
|
|
1606
1605
|
tokenList: [
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -3223,7 +3223,7 @@ declare const lightlink: Readonly<{
|
|
|
3223
3223
|
nativeWrappedName: string;
|
|
3224
3224
|
};
|
|
3225
3225
|
};
|
|
3226
|
-
defaultPool: "
|
|
3226
|
+
defaultPool: "0x1125452469E9B9A36FE69249309fCe8925C3eEDa";
|
|
3227
3227
|
defaultToken0: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73";
|
|
3228
3228
|
defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|
|
3229
3229
|
tokenList: ({
|
|
@@ -14082,7 +14082,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14082
14082
|
nativeWrappedName: string;
|
|
14083
14083
|
};
|
|
14084
14084
|
};
|
|
14085
|
-
defaultPool: "
|
|
14085
|
+
defaultPool: "0x1125452469E9B9A36FE69249309fCe8925C3eEDa";
|
|
14086
14086
|
defaultToken0: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73";
|
|
14087
14087
|
defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|
|
14088
14088
|
tokenList: ({
|
|
@@ -3223,7 +3223,7 @@ declare const lightlink: Readonly<{
|
|
|
3223
3223
|
nativeWrappedName: string;
|
|
3224
3224
|
};
|
|
3225
3225
|
};
|
|
3226
|
-
defaultPool: "
|
|
3226
|
+
defaultPool: "0x1125452469E9B9A36FE69249309fCe8925C3eEDa";
|
|
3227
3227
|
defaultToken0: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73";
|
|
3228
3228
|
defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|
|
3229
3229
|
tokenList: ({
|
|
@@ -14082,7 +14082,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14082
14082
|
nativeWrappedName: string;
|
|
14083
14083
|
};
|
|
14084
14084
|
};
|
|
14085
|
-
defaultPool: "
|
|
14085
|
+
defaultPool: "0x1125452469E9B9A36FE69249309fCe8925C3eEDa";
|
|
14086
14086
|
defaultToken0: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73";
|
|
14087
14087
|
defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|
|
14088
14088
|
tokenList: ({
|
package/dist/types/index.d.ts
CHANGED
|
@@ -3223,7 +3223,7 @@ declare const lightlink: Readonly<{
|
|
|
3223
3223
|
nativeWrappedName: string;
|
|
3224
3224
|
};
|
|
3225
3225
|
};
|
|
3226
|
-
defaultPool: "
|
|
3226
|
+
defaultPool: "0x1125452469E9B9A36FE69249309fCe8925C3eEDa";
|
|
3227
3227
|
defaultToken0: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73";
|
|
3228
3228
|
defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|
|
3229
3229
|
tokenList: ({
|
|
@@ -14082,7 +14082,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14082
14082
|
nativeWrappedName: string;
|
|
14083
14083
|
};
|
|
14084
14084
|
};
|
|
14085
|
-
defaultPool: "
|
|
14085
|
+
defaultPool: "0x1125452469E9B9A36FE69249309fCe8925C3eEDa";
|
|
14086
14086
|
defaultToken0: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73";
|
|
14087
14087
|
defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|
|
14088
14088
|
tokenList: ({
|