@gfxlabs/oku-chains 1.1.143 → 1.1.145
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 +9 -6
- package/dist/index-mjs.js +5 -3
- package/dist/index.js +5 -3
- package/dist/types/browser.d.ts +934 -3
- package/dist/types/index-mjs.d.ts +934 -3
- package/dist/types/index.d.ts +934 -3
- 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;
|
|
@@ -987,6 +987,8 @@
|
|
|
987
987
|
wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3",
|
|
988
988
|
},
|
|
989
989
|
oku: {
|
|
990
|
+
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
991
|
+
limitOrderRegistryDeployBlock: 29842546,
|
|
990
992
|
pricing: {
|
|
991
993
|
nativeWrappedToken: "0x471EcE3750Da237f93B8E339c536989b8978a438",
|
|
992
994
|
nativeWrappedName: "CELO",
|
|
@@ -1028,8 +1030,8 @@
|
|
|
1028
1030
|
nftManager: {
|
|
1029
1031
|
address: "0x3d79EdAaBC0EaB6F08ED885C05Fc0B014290D95A",
|
|
1030
1032
|
},
|
|
1031
|
-
|
|
1032
|
-
address:
|
|
1033
|
+
limitOrder: {
|
|
1034
|
+
address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
1033
1035
|
},
|
|
1034
1036
|
multicall2: {
|
|
1035
1037
|
address: "0x633987602DE5C4F337e3DbF265303A1080324204",
|
|
@@ -3702,6 +3704,7 @@
|
|
|
3702
3704
|
metal,
|
|
3703
3705
|
corn,
|
|
3704
3706
|
sonic,
|
|
3707
|
+
celo,
|
|
3705
3708
|
];
|
|
3706
3709
|
|
|
3707
3710
|
exports.MAINNET_CHAINS = MAINNET_CHAINS;
|
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, 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, 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;
|
|
@@ -984,6 +983,8 @@ const celo = makeConfig({
|
|
|
984
983
|
wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3",
|
|
985
984
|
},
|
|
986
985
|
oku: {
|
|
986
|
+
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
987
|
+
limitOrderRegistryDeployBlock: 29842546,
|
|
987
988
|
pricing: {
|
|
988
989
|
nativeWrappedToken: "0x471EcE3750Da237f93B8E339c536989b8978a438",
|
|
989
990
|
nativeWrappedName: "CELO",
|
|
@@ -1025,8 +1026,8 @@ const celo = makeConfig({
|
|
|
1025
1026
|
nftManager: {
|
|
1026
1027
|
address: "0x3d79EdAaBC0EaB6F08ED885C05Fc0B014290D95A",
|
|
1027
1028
|
},
|
|
1028
|
-
|
|
1029
|
-
address:
|
|
1029
|
+
limitOrder: {
|
|
1030
|
+
address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
1030
1031
|
},
|
|
1031
1032
|
multicall2: {
|
|
1032
1033
|
address: "0x633987602DE5C4F337e3DbF265303A1080324204",
|
|
@@ -3699,6 +3700,7 @@ const MAINNET_CHAINS = [
|
|
|
3699
3700
|
metal,
|
|
3700
3701
|
corn,
|
|
3701
3702
|
sonic,
|
|
3703
|
+
celo,
|
|
3702
3704
|
];
|
|
3703
3705
|
|
|
3704
3706
|
export { MAINNET_CHAINS, arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, polygonZkEvm, rootstock, scroll, sei, sonic, taiko, xLayer, zkSync };
|
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;
|
|
@@ -986,6 +985,8 @@ const celo = makeConfig({
|
|
|
986
985
|
wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3",
|
|
987
986
|
},
|
|
988
987
|
oku: {
|
|
988
|
+
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
989
|
+
limitOrderRegistryDeployBlock: 29842546,
|
|
989
990
|
pricing: {
|
|
990
991
|
nativeWrappedToken: "0x471EcE3750Da237f93B8E339c536989b8978a438",
|
|
991
992
|
nativeWrappedName: "CELO",
|
|
@@ -1027,8 +1028,8 @@ const celo = makeConfig({
|
|
|
1027
1028
|
nftManager: {
|
|
1028
1029
|
address: "0x3d79EdAaBC0EaB6F08ED885C05Fc0B014290D95A",
|
|
1029
1030
|
},
|
|
1030
|
-
|
|
1031
|
-
address:
|
|
1031
|
+
limitOrder: {
|
|
1032
|
+
address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
1032
1033
|
},
|
|
1033
1034
|
multicall2: {
|
|
1034
1035
|
address: "0x633987602DE5C4F337e3DbF265303A1080324204",
|
|
@@ -3701,6 +3702,7 @@ const MAINNET_CHAINS = [
|
|
|
3701
3702
|
metal,
|
|
3702
3703
|
corn,
|
|
3703
3704
|
sonic,
|
|
3705
|
+
celo,
|
|
3704
3706
|
];
|
|
3705
3707
|
|
|
3706
3708
|
exports.MAINNET_CHAINS = MAINNET_CHAINS;
|