@gfxlabs/oku-chains 1.1.0 → 1.1.1
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 +2 -2
- package/dist/index-mjs.js +2 -2
- package/dist/index.js +2 -2
- 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
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
nativeWrappedName: "ETH",
|
|
343
343
|
},
|
|
344
344
|
},
|
|
345
|
-
defaultPool: "
|
|
345
|
+
defaultPool: "0xf52b4b69123cbcf07798ae8265642793b2e8990c",
|
|
346
346
|
defaultToken0: "0x4300000000000000000000000000000000000003",
|
|
347
347
|
defaultToken1: "0x4300000000000000000000000000000000000004",
|
|
348
348
|
tokenList: [
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
stables: [
|
|
353
353
|
"0x4300000000000000000000000000000000000003",
|
|
354
354
|
],
|
|
355
|
-
watchlist: [],
|
|
355
|
+
watchlist: ["0xf52b4b69123cbcf07798ae8265642793b2e8990c"],
|
|
356
356
|
internalName: "blast",
|
|
357
357
|
contracts: {
|
|
358
358
|
...chains.blast.contracts,
|
package/dist/index-mjs.js
CHANGED
|
@@ -338,7 +338,7 @@ const blast = makeConfig({
|
|
|
338
338
|
nativeWrappedName: "ETH",
|
|
339
339
|
},
|
|
340
340
|
},
|
|
341
|
-
defaultPool: "
|
|
341
|
+
defaultPool: "0xf52b4b69123cbcf07798ae8265642793b2e8990c",
|
|
342
342
|
defaultToken0: "0x4300000000000000000000000000000000000003",
|
|
343
343
|
defaultToken1: "0x4300000000000000000000000000000000000004",
|
|
344
344
|
tokenList: [
|
|
@@ -348,7 +348,7 @@ const blast = makeConfig({
|
|
|
348
348
|
stables: [
|
|
349
349
|
"0x4300000000000000000000000000000000000003",
|
|
350
350
|
],
|
|
351
|
-
watchlist: [],
|
|
351
|
+
watchlist: ["0xf52b4b69123cbcf07798ae8265642793b2e8990c"],
|
|
352
352
|
internalName: "blast",
|
|
353
353
|
contracts: {
|
|
354
354
|
...blast$1.contracts,
|
package/dist/index.js
CHANGED
|
@@ -340,7 +340,7 @@ const blast = makeConfig({
|
|
|
340
340
|
nativeWrappedName: "ETH",
|
|
341
341
|
},
|
|
342
342
|
},
|
|
343
|
-
defaultPool: "
|
|
343
|
+
defaultPool: "0xf52b4b69123cbcf07798ae8265642793b2e8990c",
|
|
344
344
|
defaultToken0: "0x4300000000000000000000000000000000000003",
|
|
345
345
|
defaultToken1: "0x4300000000000000000000000000000000000004",
|
|
346
346
|
tokenList: [
|
|
@@ -350,7 +350,7 @@ const blast = makeConfig({
|
|
|
350
350
|
stables: [
|
|
351
351
|
"0x4300000000000000000000000000000000000003",
|
|
352
352
|
],
|
|
353
|
-
watchlist: [],
|
|
353
|
+
watchlist: ["0xf52b4b69123cbcf07798ae8265642793b2e8990c"],
|
|
354
354
|
internalName: "blast",
|
|
355
355
|
contracts: {
|
|
356
356
|
...chains.blast.contracts,
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -1020,7 +1020,7 @@ declare const blast: Readonly<{
|
|
|
1020
1020
|
nativeWrappedName: string;
|
|
1021
1021
|
};
|
|
1022
1022
|
};
|
|
1023
|
-
defaultPool: "
|
|
1023
|
+
defaultPool: "0xf52b4b69123cbcf07798ae8265642793b2e8990c";
|
|
1024
1024
|
defaultToken0: "0x4300000000000000000000000000000000000003";
|
|
1025
1025
|
defaultToken1: "0x4300000000000000000000000000000000000004";
|
|
1026
1026
|
tokenList: ({
|
|
@@ -1031,7 +1031,7 @@ declare const blast: Readonly<{
|
|
|
1031
1031
|
address: "0x4300000000000000000000000000000000000003";
|
|
1032
1032
|
})[];
|
|
1033
1033
|
stables: "0x4300000000000000000000000000000000000003"[];
|
|
1034
|
-
watchlist:
|
|
1034
|
+
watchlist: "0xf52b4b69123cbcf07798ae8265642793b2e8990c"[];
|
|
1035
1035
|
internalName: "blast";
|
|
1036
1036
|
contracts: {
|
|
1037
1037
|
limitOrder: {
|
|
@@ -4857,7 +4857,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4857
4857
|
nativeWrappedName: string;
|
|
4858
4858
|
};
|
|
4859
4859
|
};
|
|
4860
|
-
defaultPool: "
|
|
4860
|
+
defaultPool: "0xf52b4b69123cbcf07798ae8265642793b2e8990c";
|
|
4861
4861
|
defaultToken0: "0x4300000000000000000000000000000000000003";
|
|
4862
4862
|
defaultToken1: "0x4300000000000000000000000000000000000004";
|
|
4863
4863
|
tokenList: ({
|
|
@@ -4868,7 +4868,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4868
4868
|
address: "0x4300000000000000000000000000000000000003";
|
|
4869
4869
|
})[];
|
|
4870
4870
|
stables: "0x4300000000000000000000000000000000000003"[];
|
|
4871
|
-
watchlist:
|
|
4871
|
+
watchlist: "0xf52b4b69123cbcf07798ae8265642793b2e8990c"[];
|
|
4872
4872
|
internalName: "blast";
|
|
4873
4873
|
contracts: {
|
|
4874
4874
|
limitOrder: {
|
|
@@ -1020,7 +1020,7 @@ declare const blast: Readonly<{
|
|
|
1020
1020
|
nativeWrappedName: string;
|
|
1021
1021
|
};
|
|
1022
1022
|
};
|
|
1023
|
-
defaultPool: "
|
|
1023
|
+
defaultPool: "0xf52b4b69123cbcf07798ae8265642793b2e8990c";
|
|
1024
1024
|
defaultToken0: "0x4300000000000000000000000000000000000003";
|
|
1025
1025
|
defaultToken1: "0x4300000000000000000000000000000000000004";
|
|
1026
1026
|
tokenList: ({
|
|
@@ -1031,7 +1031,7 @@ declare const blast: Readonly<{
|
|
|
1031
1031
|
address: "0x4300000000000000000000000000000000000003";
|
|
1032
1032
|
})[];
|
|
1033
1033
|
stables: "0x4300000000000000000000000000000000000003"[];
|
|
1034
|
-
watchlist:
|
|
1034
|
+
watchlist: "0xf52b4b69123cbcf07798ae8265642793b2e8990c"[];
|
|
1035
1035
|
internalName: "blast";
|
|
1036
1036
|
contracts: {
|
|
1037
1037
|
limitOrder: {
|
|
@@ -4857,7 +4857,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4857
4857
|
nativeWrappedName: string;
|
|
4858
4858
|
};
|
|
4859
4859
|
};
|
|
4860
|
-
defaultPool: "
|
|
4860
|
+
defaultPool: "0xf52b4b69123cbcf07798ae8265642793b2e8990c";
|
|
4861
4861
|
defaultToken0: "0x4300000000000000000000000000000000000003";
|
|
4862
4862
|
defaultToken1: "0x4300000000000000000000000000000000000004";
|
|
4863
4863
|
tokenList: ({
|
|
@@ -4868,7 +4868,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4868
4868
|
address: "0x4300000000000000000000000000000000000003";
|
|
4869
4869
|
})[];
|
|
4870
4870
|
stables: "0x4300000000000000000000000000000000000003"[];
|
|
4871
|
-
watchlist:
|
|
4871
|
+
watchlist: "0xf52b4b69123cbcf07798ae8265642793b2e8990c"[];
|
|
4872
4872
|
internalName: "blast";
|
|
4873
4873
|
contracts: {
|
|
4874
4874
|
limitOrder: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1020,7 +1020,7 @@ declare const blast: Readonly<{
|
|
|
1020
1020
|
nativeWrappedName: string;
|
|
1021
1021
|
};
|
|
1022
1022
|
};
|
|
1023
|
-
defaultPool: "
|
|
1023
|
+
defaultPool: "0xf52b4b69123cbcf07798ae8265642793b2e8990c";
|
|
1024
1024
|
defaultToken0: "0x4300000000000000000000000000000000000003";
|
|
1025
1025
|
defaultToken1: "0x4300000000000000000000000000000000000004";
|
|
1026
1026
|
tokenList: ({
|
|
@@ -1031,7 +1031,7 @@ declare const blast: Readonly<{
|
|
|
1031
1031
|
address: "0x4300000000000000000000000000000000000003";
|
|
1032
1032
|
})[];
|
|
1033
1033
|
stables: "0x4300000000000000000000000000000000000003"[];
|
|
1034
|
-
watchlist:
|
|
1034
|
+
watchlist: "0xf52b4b69123cbcf07798ae8265642793b2e8990c"[];
|
|
1035
1035
|
internalName: "blast";
|
|
1036
1036
|
contracts: {
|
|
1037
1037
|
limitOrder: {
|
|
@@ -4857,7 +4857,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4857
4857
|
nativeWrappedName: string;
|
|
4858
4858
|
};
|
|
4859
4859
|
};
|
|
4860
|
-
defaultPool: "
|
|
4860
|
+
defaultPool: "0xf52b4b69123cbcf07798ae8265642793b2e8990c";
|
|
4861
4861
|
defaultToken0: "0x4300000000000000000000000000000000000003";
|
|
4862
4862
|
defaultToken1: "0x4300000000000000000000000000000000000004";
|
|
4863
4863
|
tokenList: ({
|
|
@@ -4868,7 +4868,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4868
4868
|
address: "0x4300000000000000000000000000000000000003";
|
|
4869
4869
|
})[];
|
|
4870
4870
|
stables: "0x4300000000000000000000000000000000000003"[];
|
|
4871
|
-
watchlist:
|
|
4871
|
+
watchlist: "0xf52b4b69123cbcf07798ae8265642793b2e8990c"[];
|
|
4872
4872
|
internalName: "blast";
|
|
4873
4873
|
contracts: {
|
|
4874
4874
|
limitOrder: {
|