@gfxlabs/oku-chains 1.1.221 → 1.1.223
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
|
@@ -4403,7 +4403,7 @@
|
|
|
4403
4403
|
nativeWrappedName: "XDC",
|
|
4404
4404
|
},
|
|
4405
4405
|
},
|
|
4406
|
-
defaultPool:
|
|
4406
|
+
defaultPool: "0x1e5aec37f6df6653c3342df75edd92beb3fb9846",
|
|
4407
4407
|
defaultToken0: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4",
|
|
4408
4408
|
defaultToken1: "0x951857744785e80e2de051c32ee7b25f9c458c42",
|
|
4409
4409
|
tokenList: [
|
|
@@ -4429,7 +4429,7 @@
|
|
|
4429
4429
|
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
4430
4430
|
},
|
|
4431
4431
|
multicall3: {
|
|
4432
|
-
address: "
|
|
4432
|
+
address: "0x0b1795cca8e4ec4df02346a082df54d437f8d9af",
|
|
4433
4433
|
},
|
|
4434
4434
|
},
|
|
4435
4435
|
});
|
package/dist/index-mjs.js
CHANGED
|
@@ -4400,7 +4400,7 @@ const xdc = makeConfig({
|
|
|
4400
4400
|
nativeWrappedName: "XDC",
|
|
4401
4401
|
},
|
|
4402
4402
|
},
|
|
4403
|
-
defaultPool:
|
|
4403
|
+
defaultPool: "0x1e5aec37f6df6653c3342df75edd92beb3fb9846",
|
|
4404
4404
|
defaultToken0: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4",
|
|
4405
4405
|
defaultToken1: "0x951857744785e80e2de051c32ee7b25f9c458c42",
|
|
4406
4406
|
tokenList: [
|
|
@@ -4426,7 +4426,7 @@ const xdc = makeConfig({
|
|
|
4426
4426
|
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
4427
4427
|
},
|
|
4428
4428
|
multicall3: {
|
|
4429
|
-
address: "
|
|
4429
|
+
address: "0x0b1795cca8e4ec4df02346a082df54d437f8d9af",
|
|
4430
4430
|
},
|
|
4431
4431
|
},
|
|
4432
4432
|
});
|
package/dist/index.js
CHANGED
|
@@ -4402,7 +4402,7 @@ const xdc = makeConfig({
|
|
|
4402
4402
|
nativeWrappedName: "XDC",
|
|
4403
4403
|
},
|
|
4404
4404
|
},
|
|
4405
|
-
defaultPool:
|
|
4405
|
+
defaultPool: "0x1e5aec37f6df6653c3342df75edd92beb3fb9846",
|
|
4406
4406
|
defaultToken0: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4",
|
|
4407
4407
|
defaultToken1: "0x951857744785e80e2de051c32ee7b25f9c458c42",
|
|
4408
4408
|
tokenList: [
|
|
@@ -4428,7 +4428,7 @@ const xdc = makeConfig({
|
|
|
4428
4428
|
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
4429
4429
|
},
|
|
4430
4430
|
multicall3: {
|
|
4431
|
-
address: "
|
|
4431
|
+
address: "0x0b1795cca8e4ec4df02346a082df54d437f8d9af",
|
|
4432
4432
|
},
|
|
4433
4433
|
},
|
|
4434
4434
|
});
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -7005,7 +7005,7 @@ declare const xdc: Readonly<{
|
|
|
7005
7005
|
nativeWrappedName: string;
|
|
7006
7006
|
};
|
|
7007
7007
|
};
|
|
7008
|
-
defaultPool: "
|
|
7008
|
+
defaultPool: "0x1e5aec37f6df6653c3342df75edd92beb3fb9846";
|
|
7009
7009
|
defaultToken0: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4";
|
|
7010
7010
|
defaultToken1: "0x951857744785e80e2de051c32ee7b25f9c458c42";
|
|
7011
7011
|
tokenList: ({
|
|
@@ -7033,7 +7033,7 @@ declare const xdc: Readonly<{
|
|
|
7033
7033
|
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
7034
7034
|
};
|
|
7035
7035
|
multicall3: {
|
|
7036
|
-
address: "
|
|
7036
|
+
address: "0x0b1795cca8e4ec4df02346a082df54d437f8d9af";
|
|
7037
7037
|
};
|
|
7038
7038
|
};
|
|
7039
7039
|
blockExplorers: {
|
|
@@ -15289,7 +15289,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15289
15289
|
nativeWrappedName: string;
|
|
15290
15290
|
};
|
|
15291
15291
|
};
|
|
15292
|
-
defaultPool: "
|
|
15292
|
+
defaultPool: "0x1e5aec37f6df6653c3342df75edd92beb3fb9846";
|
|
15293
15293
|
defaultToken0: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4";
|
|
15294
15294
|
defaultToken1: "0x951857744785e80e2de051c32ee7b25f9c458c42";
|
|
15295
15295
|
tokenList: ({
|
|
@@ -15317,7 +15317,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15317
15317
|
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
15318
15318
|
};
|
|
15319
15319
|
multicall3: {
|
|
15320
|
-
address: "
|
|
15320
|
+
address: "0x0b1795cca8e4ec4df02346a082df54d437f8d9af";
|
|
15321
15321
|
};
|
|
15322
15322
|
};
|
|
15323
15323
|
blockExplorers: {
|
|
@@ -7005,7 +7005,7 @@ declare const xdc: Readonly<{
|
|
|
7005
7005
|
nativeWrappedName: string;
|
|
7006
7006
|
};
|
|
7007
7007
|
};
|
|
7008
|
-
defaultPool: "
|
|
7008
|
+
defaultPool: "0x1e5aec37f6df6653c3342df75edd92beb3fb9846";
|
|
7009
7009
|
defaultToken0: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4";
|
|
7010
7010
|
defaultToken1: "0x951857744785e80e2de051c32ee7b25f9c458c42";
|
|
7011
7011
|
tokenList: ({
|
|
@@ -7033,7 +7033,7 @@ declare const xdc: Readonly<{
|
|
|
7033
7033
|
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
7034
7034
|
};
|
|
7035
7035
|
multicall3: {
|
|
7036
|
-
address: "
|
|
7036
|
+
address: "0x0b1795cca8e4ec4df02346a082df54d437f8d9af";
|
|
7037
7037
|
};
|
|
7038
7038
|
};
|
|
7039
7039
|
blockExplorers: {
|
|
@@ -15289,7 +15289,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15289
15289
|
nativeWrappedName: string;
|
|
15290
15290
|
};
|
|
15291
15291
|
};
|
|
15292
|
-
defaultPool: "
|
|
15292
|
+
defaultPool: "0x1e5aec37f6df6653c3342df75edd92beb3fb9846";
|
|
15293
15293
|
defaultToken0: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4";
|
|
15294
15294
|
defaultToken1: "0x951857744785e80e2de051c32ee7b25f9c458c42";
|
|
15295
15295
|
tokenList: ({
|
|
@@ -15317,7 +15317,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15317
15317
|
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
15318
15318
|
};
|
|
15319
15319
|
multicall3: {
|
|
15320
|
-
address: "
|
|
15320
|
+
address: "0x0b1795cca8e4ec4df02346a082df54d437f8d9af";
|
|
15321
15321
|
};
|
|
15322
15322
|
};
|
|
15323
15323
|
blockExplorers: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -7005,7 +7005,7 @@ declare const xdc: Readonly<{
|
|
|
7005
7005
|
nativeWrappedName: string;
|
|
7006
7006
|
};
|
|
7007
7007
|
};
|
|
7008
|
-
defaultPool: "
|
|
7008
|
+
defaultPool: "0x1e5aec37f6df6653c3342df75edd92beb3fb9846";
|
|
7009
7009
|
defaultToken0: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4";
|
|
7010
7010
|
defaultToken1: "0x951857744785e80e2de051c32ee7b25f9c458c42";
|
|
7011
7011
|
tokenList: ({
|
|
@@ -7033,7 +7033,7 @@ declare const xdc: Readonly<{
|
|
|
7033
7033
|
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
7034
7034
|
};
|
|
7035
7035
|
multicall3: {
|
|
7036
|
-
address: "
|
|
7036
|
+
address: "0x0b1795cca8e4ec4df02346a082df54d437f8d9af";
|
|
7037
7037
|
};
|
|
7038
7038
|
};
|
|
7039
7039
|
blockExplorers: {
|
|
@@ -15289,7 +15289,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15289
15289
|
nativeWrappedName: string;
|
|
15290
15290
|
};
|
|
15291
15291
|
};
|
|
15292
|
-
defaultPool: "
|
|
15292
|
+
defaultPool: "0x1e5aec37f6df6653c3342df75edd92beb3fb9846";
|
|
15293
15293
|
defaultToken0: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4";
|
|
15294
15294
|
defaultToken1: "0x951857744785e80e2de051c32ee7b25f9c458c42";
|
|
15295
15295
|
tokenList: ({
|
|
@@ -15317,7 +15317,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15317
15317
|
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
15318
15318
|
};
|
|
15319
15319
|
multicall3: {
|
|
15320
|
-
address: "
|
|
15320
|
+
address: "0x0b1795cca8e4ec4df02346a082df54d437f8d9af";
|
|
15321
15321
|
};
|
|
15322
15322
|
};
|
|
15323
15323
|
blockExplorers: {
|