@gfxlabs/oku-chains 0.0.22 → 0.0.23

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 CHANGED
@@ -114,6 +114,9 @@
114
114
  weth9: {
115
115
  address: '0x4200000000000000000000000000000000000006',
116
116
  },
117
+ limitOrder: {
118
+ address: '0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27',
119
+ }
117
120
  },
118
121
  };
119
122
 
package/dist/index-mjs.js CHANGED
@@ -110,6 +110,9 @@ const base = {
110
110
  weth9: {
111
111
  address: '0x4200000000000000000000000000000000000006',
112
112
  },
113
+ limitOrder: {
114
+ address: '0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27',
115
+ }
113
116
  },
114
117
  };
115
118
 
package/dist/index.js CHANGED
@@ -112,6 +112,9 @@ const base = {
112
112
  weth9: {
113
113
  address: '0x4200000000000000000000000000000000000006',
114
114
  },
115
+ limitOrder: {
116
+ address: '0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27',
117
+ }
115
118
  },
116
119
  };
117
120
 
package/dist/index.mjs CHANGED
@@ -110,6 +110,9 @@ const base = {
110
110
  weth9: {
111
111
  address: '0x4200000000000000000000000000000000000006',
112
112
  },
113
+ limitOrder: {
114
+ address: '0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27',
115
+ }
113
116
  },
114
117
  };
115
118
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/types/index.d.ts",