@gfxlabs/oku-chains 1.11.29 → 1.11.31
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 +9 -6
- package/dist/index-mjs.js +9 -6
- package/dist/index.js +9 -6
- package/dist/types/definitions/pharos.d.ts +4 -4
- package/dist/types/index.d.ts +4 -4
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -4344,7 +4344,10 @@
|
|
|
4344
4344
|
},
|
|
4345
4345
|
},
|
|
4346
4346
|
contracts: {
|
|
4347
|
-
|
|
4347
|
+
multicall3: {
|
|
4348
|
+
address: "0xca11bde05977b3631167028862be2a173976ca11",
|
|
4349
|
+
},
|
|
4350
|
+
// No canonical multicall3 deployment confirmed yet; add when known.
|
|
4348
4351
|
},
|
|
4349
4352
|
});
|
|
4350
4353
|
|
|
@@ -4376,7 +4379,7 @@
|
|
|
4376
4379
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
4377
4380
|
uniswap: {},
|
|
4378
4381
|
token: {
|
|
4379
|
-
usdcAddress: "
|
|
4382
|
+
usdcAddress: "0xc879c018db60520f4355c26ed1a6d572cdac1815",
|
|
4380
4383
|
wethAddress: "0x52c48d4213107b20bc583832b0d951fb9ca8f0b0",
|
|
4381
4384
|
},
|
|
4382
4385
|
oku: {
|
|
@@ -4389,15 +4392,15 @@
|
|
|
4389
4392
|
},
|
|
4390
4393
|
defaultPool: viem.zeroAddress,
|
|
4391
4394
|
defaultToken0: "0x52c48d4213107b20bc583832b0d951fb9ca8f0b0",
|
|
4392
|
-
defaultToken1: "
|
|
4395
|
+
defaultToken1: "0xc879c018db60520f4355c26ed1a6d572cdac1815",
|
|
4393
4396
|
tokenList: [
|
|
4394
4397
|
{ symbol: "WPROS", address: "0x52c48d4213107b20bc583832b0d951fb9ca8f0b0" },
|
|
4395
4398
|
{
|
|
4396
|
-
symbol: "USDC
|
|
4397
|
-
address: "
|
|
4399
|
+
symbol: "USDC",
|
|
4400
|
+
address: "0xc879c018db60520f4355c26ed1a6d572cdac1815",
|
|
4398
4401
|
},
|
|
4399
4402
|
],
|
|
4400
|
-
stables: ["
|
|
4403
|
+
stables: ["0xc879c018db60520f4355c26ed1a6d572cdac1815"],
|
|
4401
4404
|
watchlist: [],
|
|
4402
4405
|
internalName: "pharos",
|
|
4403
4406
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/pros.png",
|
package/dist/index-mjs.js
CHANGED
|
@@ -4341,7 +4341,10 @@ const pharos$1 = makeInternalChain({
|
|
|
4341
4341
|
},
|
|
4342
4342
|
},
|
|
4343
4343
|
contracts: {
|
|
4344
|
-
|
|
4344
|
+
multicall3: {
|
|
4345
|
+
address: "0xca11bde05977b3631167028862be2a173976ca11",
|
|
4346
|
+
},
|
|
4347
|
+
// No canonical multicall3 deployment confirmed yet; add when known.
|
|
4345
4348
|
},
|
|
4346
4349
|
});
|
|
4347
4350
|
|
|
@@ -4373,7 +4376,7 @@ const pharos = makeConfig({
|
|
|
4373
4376
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
4374
4377
|
uniswap: {},
|
|
4375
4378
|
token: {
|
|
4376
|
-
usdcAddress: "
|
|
4379
|
+
usdcAddress: "0xc879c018db60520f4355c26ed1a6d572cdac1815",
|
|
4377
4380
|
wethAddress: "0x52c48d4213107b20bc583832b0d951fb9ca8f0b0",
|
|
4378
4381
|
},
|
|
4379
4382
|
oku: {
|
|
@@ -4386,15 +4389,15 @@ const pharos = makeConfig({
|
|
|
4386
4389
|
},
|
|
4387
4390
|
defaultPool: zeroAddress,
|
|
4388
4391
|
defaultToken0: "0x52c48d4213107b20bc583832b0d951fb9ca8f0b0",
|
|
4389
|
-
defaultToken1: "
|
|
4392
|
+
defaultToken1: "0xc879c018db60520f4355c26ed1a6d572cdac1815",
|
|
4390
4393
|
tokenList: [
|
|
4391
4394
|
{ symbol: "WPROS", address: "0x52c48d4213107b20bc583832b0d951fb9ca8f0b0" },
|
|
4392
4395
|
{
|
|
4393
|
-
symbol: "USDC
|
|
4394
|
-
address: "
|
|
4396
|
+
symbol: "USDC",
|
|
4397
|
+
address: "0xc879c018db60520f4355c26ed1a6d572cdac1815",
|
|
4395
4398
|
},
|
|
4396
4399
|
],
|
|
4397
|
-
stables: ["
|
|
4400
|
+
stables: ["0xc879c018db60520f4355c26ed1a6d572cdac1815"],
|
|
4398
4401
|
watchlist: [],
|
|
4399
4402
|
internalName: "pharos",
|
|
4400
4403
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/pros.png",
|
package/dist/index.js
CHANGED
|
@@ -4343,7 +4343,10 @@ const pharos$1 = makeInternalChain({
|
|
|
4343
4343
|
},
|
|
4344
4344
|
},
|
|
4345
4345
|
contracts: {
|
|
4346
|
-
|
|
4346
|
+
multicall3: {
|
|
4347
|
+
address: "0xca11bde05977b3631167028862be2a173976ca11",
|
|
4348
|
+
},
|
|
4349
|
+
// No canonical multicall3 deployment confirmed yet; add when known.
|
|
4347
4350
|
},
|
|
4348
4351
|
});
|
|
4349
4352
|
|
|
@@ -4375,7 +4378,7 @@ const pharos = makeConfig({
|
|
|
4375
4378
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
4376
4379
|
uniswap: {},
|
|
4377
4380
|
token: {
|
|
4378
|
-
usdcAddress: "
|
|
4381
|
+
usdcAddress: "0xc879c018db60520f4355c26ed1a6d572cdac1815",
|
|
4379
4382
|
wethAddress: "0x52c48d4213107b20bc583832b0d951fb9ca8f0b0",
|
|
4380
4383
|
},
|
|
4381
4384
|
oku: {
|
|
@@ -4388,15 +4391,15 @@ const pharos = makeConfig({
|
|
|
4388
4391
|
},
|
|
4389
4392
|
defaultPool: viem.zeroAddress,
|
|
4390
4393
|
defaultToken0: "0x52c48d4213107b20bc583832b0d951fb9ca8f0b0",
|
|
4391
|
-
defaultToken1: "
|
|
4394
|
+
defaultToken1: "0xc879c018db60520f4355c26ed1a6d572cdac1815",
|
|
4392
4395
|
tokenList: [
|
|
4393
4396
|
{ symbol: "WPROS", address: "0x52c48d4213107b20bc583832b0d951fb9ca8f0b0" },
|
|
4394
4397
|
{
|
|
4395
|
-
symbol: "USDC
|
|
4396
|
-
address: "
|
|
4398
|
+
symbol: "USDC",
|
|
4399
|
+
address: "0xc879c018db60520f4355c26ed1a6d572cdac1815",
|
|
4397
4400
|
},
|
|
4398
4401
|
],
|
|
4399
|
-
stables: ["
|
|
4402
|
+
stables: ["0xc879c018db60520f4355c26ed1a6d572cdac1815"],
|
|
4400
4403
|
watchlist: [],
|
|
4401
4404
|
internalName: "pharos",
|
|
4402
4405
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/pros.png",
|
|
@@ -25,7 +25,7 @@ export declare const pharos: Readonly<{
|
|
|
25
25
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
26
26
|
uniswap: {};
|
|
27
27
|
token: {
|
|
28
|
-
usdcAddress: "
|
|
28
|
+
usdcAddress: "0xc879c018db60520f4355c26ed1a6d572cdac1815";
|
|
29
29
|
wethAddress: "0x52c48d4213107b20bc583832b0d951fb9ca8f0b0";
|
|
30
30
|
};
|
|
31
31
|
oku: {
|
|
@@ -38,15 +38,15 @@ export declare const pharos: Readonly<{
|
|
|
38
38
|
};
|
|
39
39
|
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
40
40
|
defaultToken0: "0x52c48d4213107b20bc583832b0d951fb9ca8f0b0";
|
|
41
|
-
defaultToken1: "
|
|
41
|
+
defaultToken1: "0xc879c018db60520f4355c26ed1a6d572cdac1815";
|
|
42
42
|
tokenList: ({
|
|
43
43
|
symbol: string;
|
|
44
44
|
address: "0x52c48d4213107b20bc583832b0d951fb9ca8f0b0";
|
|
45
45
|
} | {
|
|
46
46
|
symbol: string;
|
|
47
|
-
address: "
|
|
47
|
+
address: "0xc879c018db60520f4355c26ed1a6d572cdac1815";
|
|
48
48
|
})[];
|
|
49
|
-
stables: "
|
|
49
|
+
stables: "0xc879c018db60520f4355c26ed1a6d572cdac1815"[];
|
|
50
50
|
watchlist: never[];
|
|
51
51
|
internalName: "pharos";
|
|
52
52
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/pros.png";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -10607,7 +10607,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10607
10607
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
10608
10608
|
uniswap: {};
|
|
10609
10609
|
token: {
|
|
10610
|
-
usdcAddress: "
|
|
10610
|
+
usdcAddress: "0xc879c018db60520f4355c26ed1a6d572cdac1815";
|
|
10611
10611
|
wethAddress: "0x52c48d4213107b20bc583832b0d951fb9ca8f0b0";
|
|
10612
10612
|
};
|
|
10613
10613
|
oku: {
|
|
@@ -10620,15 +10620,15 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10620
10620
|
};
|
|
10621
10621
|
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
10622
10622
|
defaultToken0: "0x52c48d4213107b20bc583832b0d951fb9ca8f0b0";
|
|
10623
|
-
defaultToken1: "
|
|
10623
|
+
defaultToken1: "0xc879c018db60520f4355c26ed1a6d572cdac1815";
|
|
10624
10624
|
tokenList: ({
|
|
10625
10625
|
symbol: string;
|
|
10626
10626
|
address: "0x52c48d4213107b20bc583832b0d951fb9ca8f0b0";
|
|
10627
10627
|
} | {
|
|
10628
10628
|
symbol: string;
|
|
10629
|
-
address: "
|
|
10629
|
+
address: "0xc879c018db60520f4355c26ed1a6d572cdac1815";
|
|
10630
10630
|
})[];
|
|
10631
|
-
stables: "
|
|
10631
|
+
stables: "0xc879c018db60520f4355c26ed1a6d572cdac1815"[];
|
|
10632
10632
|
watchlist: never[];
|
|
10633
10633
|
internalName: "pharos";
|
|
10634
10634
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/pros.png";
|