@gfxlabs/oku-chains 1.0.3 → 1.0.4
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 +7 -0
- package/dist/index-mjs.js +7 -0
- package/dist/index.js +7 -0
- package/dist/types/browser.d.ts +14 -0
- package/dist/types/index-mjs.d.ts +14 -0
- package/dist/types/index.d.ts +14 -0
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -248,6 +248,8 @@
|
|
|
248
248
|
usdcAddress: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
|
|
249
249
|
},
|
|
250
250
|
oku: {
|
|
251
|
+
limitOrderRegistry: "0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27",
|
|
252
|
+
limitOrderRegistryDeployBlock: 7644835,
|
|
251
253
|
pricing: {
|
|
252
254
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
253
255
|
nativeWrappedName: "WETH",
|
|
@@ -400,6 +402,8 @@
|
|
|
400
402
|
wethAddress: "0x2170ed0880ac9a755fd29b2688956bd959f933f8",
|
|
401
403
|
},
|
|
402
404
|
oku: {
|
|
405
|
+
limitOrderRegistry: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627",
|
|
406
|
+
limitOrderRegistryDeployBlock: 34187988,
|
|
403
407
|
pricing: {
|
|
404
408
|
nativeQuotePools: [
|
|
405
409
|
{
|
|
@@ -464,6 +468,9 @@
|
|
|
464
468
|
internalName: "bsc",
|
|
465
469
|
contracts: {
|
|
466
470
|
...chains.bsc.contracts,
|
|
471
|
+
limitOrder: {
|
|
472
|
+
address: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627",
|
|
473
|
+
},
|
|
467
474
|
nftManager: {
|
|
468
475
|
address: "0x7b8A01B39D58278b5DE7e48c8449c9f4F5170613",
|
|
469
476
|
},
|
package/dist/index-mjs.js
CHANGED
|
@@ -244,6 +244,8 @@ const base = makeConfig({
|
|
|
244
244
|
usdcAddress: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
|
|
245
245
|
},
|
|
246
246
|
oku: {
|
|
247
|
+
limitOrderRegistry: "0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27",
|
|
248
|
+
limitOrderRegistryDeployBlock: 7644835,
|
|
247
249
|
pricing: {
|
|
248
250
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
249
251
|
nativeWrappedName: "WETH",
|
|
@@ -396,6 +398,8 @@ const bsc = makeConfig({
|
|
|
396
398
|
wethAddress: "0x2170ed0880ac9a755fd29b2688956bd959f933f8",
|
|
397
399
|
},
|
|
398
400
|
oku: {
|
|
401
|
+
limitOrderRegistry: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627",
|
|
402
|
+
limitOrderRegistryDeployBlock: 34187988,
|
|
399
403
|
pricing: {
|
|
400
404
|
nativeQuotePools: [
|
|
401
405
|
{
|
|
@@ -460,6 +464,9 @@ const bsc = makeConfig({
|
|
|
460
464
|
internalName: "bsc",
|
|
461
465
|
contracts: {
|
|
462
466
|
...bsc$1.contracts,
|
|
467
|
+
limitOrder: {
|
|
468
|
+
address: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627",
|
|
469
|
+
},
|
|
463
470
|
nftManager: {
|
|
464
471
|
address: "0x7b8A01B39D58278b5DE7e48c8449c9f4F5170613",
|
|
465
472
|
},
|
package/dist/index.js
CHANGED
|
@@ -246,6 +246,8 @@ const base = makeConfig({
|
|
|
246
246
|
usdcAddress: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
|
|
247
247
|
},
|
|
248
248
|
oku: {
|
|
249
|
+
limitOrderRegistry: "0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27",
|
|
250
|
+
limitOrderRegistryDeployBlock: 7644835,
|
|
249
251
|
pricing: {
|
|
250
252
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
251
253
|
nativeWrappedName: "WETH",
|
|
@@ -398,6 +400,8 @@ const bsc = makeConfig({
|
|
|
398
400
|
wethAddress: "0x2170ed0880ac9a755fd29b2688956bd959f933f8",
|
|
399
401
|
},
|
|
400
402
|
oku: {
|
|
403
|
+
limitOrderRegistry: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627",
|
|
404
|
+
limitOrderRegistryDeployBlock: 34187988,
|
|
401
405
|
pricing: {
|
|
402
406
|
nativeQuotePools: [
|
|
403
407
|
{
|
|
@@ -462,6 +466,9 @@ const bsc = makeConfig({
|
|
|
462
466
|
internalName: "bsc",
|
|
463
467
|
contracts: {
|
|
464
468
|
...chains.bsc.contracts,
|
|
469
|
+
limitOrder: {
|
|
470
|
+
address: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627",
|
|
471
|
+
},
|
|
465
472
|
nftManager: {
|
|
466
473
|
address: "0x7b8A01B39D58278b5DE7e48c8449c9f4F5170613",
|
|
467
474
|
},
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -133,6 +133,8 @@ declare const base: Readonly<{
|
|
|
133
133
|
usdcAddress: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913";
|
|
134
134
|
};
|
|
135
135
|
oku: {
|
|
136
|
+
limitOrderRegistry: "0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27";
|
|
137
|
+
limitOrderRegistryDeployBlock: number;
|
|
136
138
|
pricing: {
|
|
137
139
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
138
140
|
nativeWrappedName: string;
|
|
@@ -874,6 +876,8 @@ declare const bsc: Readonly<{
|
|
|
874
876
|
wethAddress: "0x2170ed0880ac9a755fd29b2688956bd959f933f8";
|
|
875
877
|
};
|
|
876
878
|
oku: {
|
|
879
|
+
limitOrderRegistry: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627";
|
|
880
|
+
limitOrderRegistryDeployBlock: number;
|
|
877
881
|
pricing: {
|
|
878
882
|
nativeQuotePools: {
|
|
879
883
|
blockCreated: number;
|
|
@@ -892,6 +896,9 @@ declare const bsc: Readonly<{
|
|
|
892
896
|
watchlist: ("0x6fe9e9de56356f7edbfcbb29fab7cd69471a4869" | "0xc98f01bf2141e1140ef8f8cad99d4b021d10718f" | "0xf9878a5dd55edc120fde01893ea713a4f032229c" | "0x17507bef4c3abc1bc715be723ee1baf571256e05" | "0x06396509195eb9e07c38a016694dc9ff535b128a" | "0x55d398326f99059ff775485246999027b3197955" | "0x28df0835942396b7a1b7ae1cd068728e6ddbbafd" | "0x0f338ec12d3f7c3d77a4b9fcc1f95f3fb6ad0ea6" | "0x47a90a2d92a8367a91efa1906bfc8c1e05bf10c4" | "0x4fb87838a29b37598099ef5aa6b3fbeeef987c50" | "0x2c3c320d49019d4f9a92352e947c7e5acfe47d68")[];
|
|
893
897
|
internalName: "bsc";
|
|
894
898
|
contracts: {
|
|
899
|
+
limitOrder: {
|
|
900
|
+
address: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627";
|
|
901
|
+
};
|
|
895
902
|
nftManager: {
|
|
896
903
|
address: "0x7b8A01B39D58278b5DE7e48c8449c9f4F5170613";
|
|
897
904
|
};
|
|
@@ -3061,6 +3068,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3061
3068
|
usdcAddress: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913";
|
|
3062
3069
|
};
|
|
3063
3070
|
oku: {
|
|
3071
|
+
limitOrderRegistry: "0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27";
|
|
3072
|
+
limitOrderRegistryDeployBlock: number;
|
|
3064
3073
|
pricing: {
|
|
3065
3074
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
3066
3075
|
nativeWrappedName: string;
|
|
@@ -3793,6 +3802,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3793
3802
|
wethAddress: "0x2170ed0880ac9a755fd29b2688956bd959f933f8";
|
|
3794
3803
|
};
|
|
3795
3804
|
oku: {
|
|
3805
|
+
limitOrderRegistry: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627";
|
|
3806
|
+
limitOrderRegistryDeployBlock: number;
|
|
3796
3807
|
pricing: {
|
|
3797
3808
|
nativeQuotePools: {
|
|
3798
3809
|
blockCreated: number;
|
|
@@ -3811,6 +3822,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3811
3822
|
watchlist: ("0x6fe9e9de56356f7edbfcbb29fab7cd69471a4869" | "0xc98f01bf2141e1140ef8f8cad99d4b021d10718f" | "0xf9878a5dd55edc120fde01893ea713a4f032229c" | "0x17507bef4c3abc1bc715be723ee1baf571256e05" | "0x06396509195eb9e07c38a016694dc9ff535b128a" | "0x55d398326f99059ff775485246999027b3197955" | "0x28df0835942396b7a1b7ae1cd068728e6ddbbafd" | "0x0f338ec12d3f7c3d77a4b9fcc1f95f3fb6ad0ea6" | "0x47a90a2d92a8367a91efa1906bfc8c1e05bf10c4" | "0x4fb87838a29b37598099ef5aa6b3fbeeef987c50" | "0x2c3c320d49019d4f9a92352e947c7e5acfe47d68")[];
|
|
3812
3823
|
internalName: "bsc";
|
|
3813
3824
|
contracts: {
|
|
3825
|
+
limitOrder: {
|
|
3826
|
+
address: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627";
|
|
3827
|
+
};
|
|
3814
3828
|
nftManager: {
|
|
3815
3829
|
address: "0x7b8A01B39D58278b5DE7e48c8449c9f4F5170613";
|
|
3816
3830
|
};
|
|
@@ -133,6 +133,8 @@ declare const base: Readonly<{
|
|
|
133
133
|
usdcAddress: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913";
|
|
134
134
|
};
|
|
135
135
|
oku: {
|
|
136
|
+
limitOrderRegistry: "0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27";
|
|
137
|
+
limitOrderRegistryDeployBlock: number;
|
|
136
138
|
pricing: {
|
|
137
139
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
138
140
|
nativeWrappedName: string;
|
|
@@ -874,6 +876,8 @@ declare const bsc: Readonly<{
|
|
|
874
876
|
wethAddress: "0x2170ed0880ac9a755fd29b2688956bd959f933f8";
|
|
875
877
|
};
|
|
876
878
|
oku: {
|
|
879
|
+
limitOrderRegistry: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627";
|
|
880
|
+
limitOrderRegistryDeployBlock: number;
|
|
877
881
|
pricing: {
|
|
878
882
|
nativeQuotePools: {
|
|
879
883
|
blockCreated: number;
|
|
@@ -892,6 +896,9 @@ declare const bsc: Readonly<{
|
|
|
892
896
|
watchlist: ("0x6fe9e9de56356f7edbfcbb29fab7cd69471a4869" | "0xc98f01bf2141e1140ef8f8cad99d4b021d10718f" | "0xf9878a5dd55edc120fde01893ea713a4f032229c" | "0x17507bef4c3abc1bc715be723ee1baf571256e05" | "0x06396509195eb9e07c38a016694dc9ff535b128a" | "0x55d398326f99059ff775485246999027b3197955" | "0x28df0835942396b7a1b7ae1cd068728e6ddbbafd" | "0x0f338ec12d3f7c3d77a4b9fcc1f95f3fb6ad0ea6" | "0x47a90a2d92a8367a91efa1906bfc8c1e05bf10c4" | "0x4fb87838a29b37598099ef5aa6b3fbeeef987c50" | "0x2c3c320d49019d4f9a92352e947c7e5acfe47d68")[];
|
|
893
897
|
internalName: "bsc";
|
|
894
898
|
contracts: {
|
|
899
|
+
limitOrder: {
|
|
900
|
+
address: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627";
|
|
901
|
+
};
|
|
895
902
|
nftManager: {
|
|
896
903
|
address: "0x7b8A01B39D58278b5DE7e48c8449c9f4F5170613";
|
|
897
904
|
};
|
|
@@ -3061,6 +3068,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3061
3068
|
usdcAddress: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913";
|
|
3062
3069
|
};
|
|
3063
3070
|
oku: {
|
|
3071
|
+
limitOrderRegistry: "0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27";
|
|
3072
|
+
limitOrderRegistryDeployBlock: number;
|
|
3064
3073
|
pricing: {
|
|
3065
3074
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
3066
3075
|
nativeWrappedName: string;
|
|
@@ -3793,6 +3802,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3793
3802
|
wethAddress: "0x2170ed0880ac9a755fd29b2688956bd959f933f8";
|
|
3794
3803
|
};
|
|
3795
3804
|
oku: {
|
|
3805
|
+
limitOrderRegistry: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627";
|
|
3806
|
+
limitOrderRegistryDeployBlock: number;
|
|
3796
3807
|
pricing: {
|
|
3797
3808
|
nativeQuotePools: {
|
|
3798
3809
|
blockCreated: number;
|
|
@@ -3811,6 +3822,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3811
3822
|
watchlist: ("0x6fe9e9de56356f7edbfcbb29fab7cd69471a4869" | "0xc98f01bf2141e1140ef8f8cad99d4b021d10718f" | "0xf9878a5dd55edc120fde01893ea713a4f032229c" | "0x17507bef4c3abc1bc715be723ee1baf571256e05" | "0x06396509195eb9e07c38a016694dc9ff535b128a" | "0x55d398326f99059ff775485246999027b3197955" | "0x28df0835942396b7a1b7ae1cd068728e6ddbbafd" | "0x0f338ec12d3f7c3d77a4b9fcc1f95f3fb6ad0ea6" | "0x47a90a2d92a8367a91efa1906bfc8c1e05bf10c4" | "0x4fb87838a29b37598099ef5aa6b3fbeeef987c50" | "0x2c3c320d49019d4f9a92352e947c7e5acfe47d68")[];
|
|
3812
3823
|
internalName: "bsc";
|
|
3813
3824
|
contracts: {
|
|
3825
|
+
limitOrder: {
|
|
3826
|
+
address: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627";
|
|
3827
|
+
};
|
|
3814
3828
|
nftManager: {
|
|
3815
3829
|
address: "0x7b8A01B39D58278b5DE7e48c8449c9f4F5170613";
|
|
3816
3830
|
};
|
package/dist/types/index.d.ts
CHANGED
|
@@ -133,6 +133,8 @@ declare const base: Readonly<{
|
|
|
133
133
|
usdcAddress: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913";
|
|
134
134
|
};
|
|
135
135
|
oku: {
|
|
136
|
+
limitOrderRegistry: "0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27";
|
|
137
|
+
limitOrderRegistryDeployBlock: number;
|
|
136
138
|
pricing: {
|
|
137
139
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
138
140
|
nativeWrappedName: string;
|
|
@@ -874,6 +876,8 @@ declare const bsc: Readonly<{
|
|
|
874
876
|
wethAddress: "0x2170ed0880ac9a755fd29b2688956bd959f933f8";
|
|
875
877
|
};
|
|
876
878
|
oku: {
|
|
879
|
+
limitOrderRegistry: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627";
|
|
880
|
+
limitOrderRegistryDeployBlock: number;
|
|
877
881
|
pricing: {
|
|
878
882
|
nativeQuotePools: {
|
|
879
883
|
blockCreated: number;
|
|
@@ -892,6 +896,9 @@ declare const bsc: Readonly<{
|
|
|
892
896
|
watchlist: ("0x6fe9e9de56356f7edbfcbb29fab7cd69471a4869" | "0xc98f01bf2141e1140ef8f8cad99d4b021d10718f" | "0xf9878a5dd55edc120fde01893ea713a4f032229c" | "0x17507bef4c3abc1bc715be723ee1baf571256e05" | "0x06396509195eb9e07c38a016694dc9ff535b128a" | "0x55d398326f99059ff775485246999027b3197955" | "0x28df0835942396b7a1b7ae1cd068728e6ddbbafd" | "0x0f338ec12d3f7c3d77a4b9fcc1f95f3fb6ad0ea6" | "0x47a90a2d92a8367a91efa1906bfc8c1e05bf10c4" | "0x4fb87838a29b37598099ef5aa6b3fbeeef987c50" | "0x2c3c320d49019d4f9a92352e947c7e5acfe47d68")[];
|
|
893
897
|
internalName: "bsc";
|
|
894
898
|
contracts: {
|
|
899
|
+
limitOrder: {
|
|
900
|
+
address: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627";
|
|
901
|
+
};
|
|
895
902
|
nftManager: {
|
|
896
903
|
address: "0x7b8A01B39D58278b5DE7e48c8449c9f4F5170613";
|
|
897
904
|
};
|
|
@@ -3061,6 +3068,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3061
3068
|
usdcAddress: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913";
|
|
3062
3069
|
};
|
|
3063
3070
|
oku: {
|
|
3071
|
+
limitOrderRegistry: "0xff8b754c64e9a8473bd6e1118d0eac67f0a8ae27";
|
|
3072
|
+
limitOrderRegistryDeployBlock: number;
|
|
3064
3073
|
pricing: {
|
|
3065
3074
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
3066
3075
|
nativeWrappedName: string;
|
|
@@ -3793,6 +3802,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3793
3802
|
wethAddress: "0x2170ed0880ac9a755fd29b2688956bd959f933f8";
|
|
3794
3803
|
};
|
|
3795
3804
|
oku: {
|
|
3805
|
+
limitOrderRegistry: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627";
|
|
3806
|
+
limitOrderRegistryDeployBlock: number;
|
|
3796
3807
|
pricing: {
|
|
3797
3808
|
nativeQuotePools: {
|
|
3798
3809
|
blockCreated: number;
|
|
@@ -3811,6 +3822,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3811
3822
|
watchlist: ("0x6fe9e9de56356f7edbfcbb29fab7cd69471a4869" | "0xc98f01bf2141e1140ef8f8cad99d4b021d10718f" | "0xf9878a5dd55edc120fde01893ea713a4f032229c" | "0x17507bef4c3abc1bc715be723ee1baf571256e05" | "0x06396509195eb9e07c38a016694dc9ff535b128a" | "0x55d398326f99059ff775485246999027b3197955" | "0x28df0835942396b7a1b7ae1cd068728e6ddbbafd" | "0x0f338ec12d3f7c3d77a4b9fcc1f95f3fb6ad0ea6" | "0x47a90a2d92a8367a91efa1906bfc8c1e05bf10c4" | "0x4fb87838a29b37598099ef5aa6b3fbeeef987c50" | "0x2c3c320d49019d4f9a92352e947c7e5acfe47d68")[];
|
|
3812
3823
|
internalName: "bsc";
|
|
3813
3824
|
contracts: {
|
|
3825
|
+
limitOrder: {
|
|
3826
|
+
address: "0x19b9bd76028cab6f414ed1fc57400b75b5ca0627";
|
|
3827
|
+
};
|
|
3814
3828
|
nftManager: {
|
|
3815
3829
|
address: "0x7b8A01B39D58278b5DE7e48c8449c9f4F5170613";
|
|
3816
3830
|
};
|