@gfxlabs/oku-chains 1.1.300 → 1.1.301
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
|
@@ -5587,7 +5587,7 @@
|
|
|
5587
5587
|
nativeWrappedName: "0G",
|
|
5588
5588
|
},
|
|
5589
5589
|
},
|
|
5590
|
-
defaultPool:
|
|
5590
|
+
defaultPool: "0x5c1e4669c5208adc0163273d51928890b663237f",
|
|
5591
5591
|
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5592
5592
|
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e",
|
|
5593
5593
|
tokenList: [
|
|
@@ -5595,7 +5595,7 @@
|
|
|
5595
5595
|
{ symbol: "w0G", address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c" },
|
|
5596
5596
|
],
|
|
5597
5597
|
stables: ["0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"],
|
|
5598
|
-
watchlist: [],
|
|
5598
|
+
watchlist: ["0x5c1e4669c5208adc0163273d51928890b663237f"],
|
|
5599
5599
|
internalName: "zerog",
|
|
5600
5600
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/0g.svg",
|
|
5601
5601
|
contracts: {
|
package/dist/index-mjs.js
CHANGED
|
@@ -5584,7 +5584,7 @@ const zerog = makeConfig({
|
|
|
5584
5584
|
nativeWrappedName: "0G",
|
|
5585
5585
|
},
|
|
5586
5586
|
},
|
|
5587
|
-
defaultPool:
|
|
5587
|
+
defaultPool: "0x5c1e4669c5208adc0163273d51928890b663237f",
|
|
5588
5588
|
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5589
5589
|
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e",
|
|
5590
5590
|
tokenList: [
|
|
@@ -5592,7 +5592,7 @@ const zerog = makeConfig({
|
|
|
5592
5592
|
{ symbol: "w0G", address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c" },
|
|
5593
5593
|
],
|
|
5594
5594
|
stables: ["0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"],
|
|
5595
|
-
watchlist: [],
|
|
5595
|
+
watchlist: ["0x5c1e4669c5208adc0163273d51928890b663237f"],
|
|
5596
5596
|
internalName: "zerog",
|
|
5597
5597
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/0g.svg",
|
|
5598
5598
|
contracts: {
|
package/dist/index.js
CHANGED
|
@@ -5586,7 +5586,7 @@ const zerog = makeConfig({
|
|
|
5586
5586
|
nativeWrappedName: "0G",
|
|
5587
5587
|
},
|
|
5588
5588
|
},
|
|
5589
|
-
defaultPool:
|
|
5589
|
+
defaultPool: "0x5c1e4669c5208adc0163273d51928890b663237f",
|
|
5590
5590
|
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5591
5591
|
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e",
|
|
5592
5592
|
tokenList: [
|
|
@@ -5594,7 +5594,7 @@ const zerog = makeConfig({
|
|
|
5594
5594
|
{ symbol: "w0G", address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c" },
|
|
5595
5595
|
],
|
|
5596
5596
|
stables: ["0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"],
|
|
5597
|
-
watchlist: [],
|
|
5597
|
+
watchlist: ["0x5c1e4669c5208adc0163273d51928890b663237f"],
|
|
5598
5598
|
internalName: "zerog",
|
|
5599
5599
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/0g.svg",
|
|
5600
5600
|
contracts: {
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -8560,7 +8560,7 @@ declare const zerog: Readonly<{
|
|
|
8560
8560
|
nativeWrappedName: string;
|
|
8561
8561
|
};
|
|
8562
8562
|
};
|
|
8563
|
-
defaultPool: "
|
|
8563
|
+
defaultPool: "0x5c1e4669c5208adc0163273d51928890b663237f";
|
|
8564
8564
|
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8565
8565
|
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e";
|
|
8566
8566
|
tokenList: ({
|
|
@@ -8571,7 +8571,7 @@ declare const zerog: Readonly<{
|
|
|
8571
8571
|
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8572
8572
|
})[];
|
|
8573
8573
|
stables: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"[];
|
|
8574
|
-
watchlist:
|
|
8574
|
+
watchlist: "0x5c1e4669c5208adc0163273d51928890b663237f"[];
|
|
8575
8575
|
internalName: "zerog";
|
|
8576
8576
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/0g.svg";
|
|
8577
8577
|
contracts: {
|
|
@@ -18524,7 +18524,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18524
18524
|
nativeWrappedName: string;
|
|
18525
18525
|
};
|
|
18526
18526
|
};
|
|
18527
|
-
defaultPool: "
|
|
18527
|
+
defaultPool: "0x5c1e4669c5208adc0163273d51928890b663237f";
|
|
18528
18528
|
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
18529
18529
|
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e";
|
|
18530
18530
|
tokenList: ({
|
|
@@ -18535,7 +18535,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18535
18535
|
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
18536
18536
|
})[];
|
|
18537
18537
|
stables: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"[];
|
|
18538
|
-
watchlist:
|
|
18538
|
+
watchlist: "0x5c1e4669c5208adc0163273d51928890b663237f"[];
|
|
18539
18539
|
internalName: "zerog";
|
|
18540
18540
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/0g.svg";
|
|
18541
18541
|
contracts: {
|
|
@@ -8560,7 +8560,7 @@ declare const zerog: Readonly<{
|
|
|
8560
8560
|
nativeWrappedName: string;
|
|
8561
8561
|
};
|
|
8562
8562
|
};
|
|
8563
|
-
defaultPool: "
|
|
8563
|
+
defaultPool: "0x5c1e4669c5208adc0163273d51928890b663237f";
|
|
8564
8564
|
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8565
8565
|
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e";
|
|
8566
8566
|
tokenList: ({
|
|
@@ -8571,7 +8571,7 @@ declare const zerog: Readonly<{
|
|
|
8571
8571
|
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8572
8572
|
})[];
|
|
8573
8573
|
stables: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"[];
|
|
8574
|
-
watchlist:
|
|
8574
|
+
watchlist: "0x5c1e4669c5208adc0163273d51928890b663237f"[];
|
|
8575
8575
|
internalName: "zerog";
|
|
8576
8576
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/0g.svg";
|
|
8577
8577
|
contracts: {
|
|
@@ -18524,7 +18524,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18524
18524
|
nativeWrappedName: string;
|
|
18525
18525
|
};
|
|
18526
18526
|
};
|
|
18527
|
-
defaultPool: "
|
|
18527
|
+
defaultPool: "0x5c1e4669c5208adc0163273d51928890b663237f";
|
|
18528
18528
|
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
18529
18529
|
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e";
|
|
18530
18530
|
tokenList: ({
|
|
@@ -18535,7 +18535,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18535
18535
|
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
18536
18536
|
})[];
|
|
18537
18537
|
stables: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"[];
|
|
18538
|
-
watchlist:
|
|
18538
|
+
watchlist: "0x5c1e4669c5208adc0163273d51928890b663237f"[];
|
|
18539
18539
|
internalName: "zerog";
|
|
18540
18540
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/0g.svg";
|
|
18541
18541
|
contracts: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -8560,7 +8560,7 @@ declare const zerog: Readonly<{
|
|
|
8560
8560
|
nativeWrappedName: string;
|
|
8561
8561
|
};
|
|
8562
8562
|
};
|
|
8563
|
-
defaultPool: "
|
|
8563
|
+
defaultPool: "0x5c1e4669c5208adc0163273d51928890b663237f";
|
|
8564
8564
|
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8565
8565
|
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e";
|
|
8566
8566
|
tokenList: ({
|
|
@@ -8571,7 +8571,7 @@ declare const zerog: Readonly<{
|
|
|
8571
8571
|
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8572
8572
|
})[];
|
|
8573
8573
|
stables: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"[];
|
|
8574
|
-
watchlist:
|
|
8574
|
+
watchlist: "0x5c1e4669c5208adc0163273d51928890b663237f"[];
|
|
8575
8575
|
internalName: "zerog";
|
|
8576
8576
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/0g.svg";
|
|
8577
8577
|
contracts: {
|
|
@@ -18524,7 +18524,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18524
18524
|
nativeWrappedName: string;
|
|
18525
18525
|
};
|
|
18526
18526
|
};
|
|
18527
|
-
defaultPool: "
|
|
18527
|
+
defaultPool: "0x5c1e4669c5208adc0163273d51928890b663237f";
|
|
18528
18528
|
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
18529
18529
|
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e";
|
|
18530
18530
|
tokenList: ({
|
|
@@ -18535,7 +18535,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18535
18535
|
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
18536
18536
|
})[];
|
|
18537
18537
|
stables: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"[];
|
|
18538
|
-
watchlist:
|
|
18538
|
+
watchlist: "0x5c1e4669c5208adc0163273d51928890b663237f"[];
|
|
18539
18539
|
internalName: "zerog";
|
|
18540
18540
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/0g.svg";
|
|
18541
18541
|
contracts: {
|