@gfxlabs/oku-chains 1.1.260 → 1.1.261
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 +13 -7
- package/dist/index-mjs.js +13 -7
- package/dist/index.js +13 -7
- package/dist/types/browser.d.ts +12 -0
- package/dist/types/index-mjs.d.ts +12 -0
- package/dist/types/index.d.ts +12 -0
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -4224,19 +4224,22 @@
|
|
|
4224
4224
|
safeReorgDistance: 90000,
|
|
4225
4225
|
morpho: {},
|
|
4226
4226
|
externalId: {
|
|
4227
|
-
tenderly: "true"
|
|
4227
|
+
tenderly: "true",
|
|
4228
4228
|
},
|
|
4229
4229
|
markets: {
|
|
4230
4230
|
icecreamswap: true,
|
|
4231
4231
|
kyberswap: "sonic",
|
|
4232
|
-
openocean: "sonic"
|
|
4232
|
+
openocean: "sonic",
|
|
4233
|
+
paraswap: {
|
|
4234
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
4235
|
+
},
|
|
4233
4236
|
},
|
|
4234
4237
|
bridges: {
|
|
4235
4238
|
chainlink: {
|
|
4236
4239
|
atlasNetworkName: "sonic-mainnet",
|
|
4237
4240
|
routerAddress: "0xB4e1Ff7882474BB93042be9AD5E1fA387949B860",
|
|
4238
4241
|
chainSelector: 1673871237479749969n,
|
|
4239
|
-
tokenAdminRegistry: "0x2961Cb47b5111F38d75f415c21ceB4120ddd1b69"
|
|
4242
|
+
tokenAdminRegistry: "0x2961Cb47b5111F38d75f415c21ceB4120ddd1b69",
|
|
4240
4243
|
},
|
|
4241
4244
|
deswap: {
|
|
4242
4245
|
chainId: 100000014,
|
|
@@ -4248,10 +4251,10 @@
|
|
|
4248
4251
|
{
|
|
4249
4252
|
name: "USDC",
|
|
4250
4253
|
id: 1,
|
|
4251
|
-
address: "0xA272fFe20cFfe769CdFc4b63088DCD2C82a2D8F9"
|
|
4252
|
-
}
|
|
4253
|
-
]
|
|
4254
|
-
}
|
|
4254
|
+
address: "0xA272fFe20cFfe769CdFc4b63088DCD2C82a2D8F9",
|
|
4255
|
+
},
|
|
4256
|
+
],
|
|
4257
|
+
},
|
|
4255
4258
|
},
|
|
4256
4259
|
oracles: {},
|
|
4257
4260
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -4648,6 +4651,9 @@
|
|
|
4648
4651
|
zeroex: true,
|
|
4649
4652
|
kyberswap: "unichain",
|
|
4650
4653
|
openocean: "uni",
|
|
4654
|
+
paraswap: {
|
|
4655
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
4656
|
+
},
|
|
4651
4657
|
},
|
|
4652
4658
|
bridges: {},
|
|
4653
4659
|
oracles: {},
|
package/dist/index-mjs.js
CHANGED
|
@@ -4221,19 +4221,22 @@ const sonic = makeConfig({
|
|
|
4221
4221
|
safeReorgDistance: 90000,
|
|
4222
4222
|
morpho: {},
|
|
4223
4223
|
externalId: {
|
|
4224
|
-
tenderly: "true"
|
|
4224
|
+
tenderly: "true",
|
|
4225
4225
|
},
|
|
4226
4226
|
markets: {
|
|
4227
4227
|
icecreamswap: true,
|
|
4228
4228
|
kyberswap: "sonic",
|
|
4229
|
-
openocean: "sonic"
|
|
4229
|
+
openocean: "sonic",
|
|
4230
|
+
paraswap: {
|
|
4231
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
4232
|
+
},
|
|
4230
4233
|
},
|
|
4231
4234
|
bridges: {
|
|
4232
4235
|
chainlink: {
|
|
4233
4236
|
atlasNetworkName: "sonic-mainnet",
|
|
4234
4237
|
routerAddress: "0xB4e1Ff7882474BB93042be9AD5E1fA387949B860",
|
|
4235
4238
|
chainSelector: 1673871237479749969n,
|
|
4236
|
-
tokenAdminRegistry: "0x2961Cb47b5111F38d75f415c21ceB4120ddd1b69"
|
|
4239
|
+
tokenAdminRegistry: "0x2961Cb47b5111F38d75f415c21ceB4120ddd1b69",
|
|
4237
4240
|
},
|
|
4238
4241
|
deswap: {
|
|
4239
4242
|
chainId: 100000014,
|
|
@@ -4245,10 +4248,10 @@ const sonic = makeConfig({
|
|
|
4245
4248
|
{
|
|
4246
4249
|
name: "USDC",
|
|
4247
4250
|
id: 1,
|
|
4248
|
-
address: "0xA272fFe20cFfe769CdFc4b63088DCD2C82a2D8F9"
|
|
4249
|
-
}
|
|
4250
|
-
]
|
|
4251
|
-
}
|
|
4251
|
+
address: "0xA272fFe20cFfe769CdFc4b63088DCD2C82a2D8F9",
|
|
4252
|
+
},
|
|
4253
|
+
],
|
|
4254
|
+
},
|
|
4252
4255
|
},
|
|
4253
4256
|
oracles: {},
|
|
4254
4257
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -4645,6 +4648,9 @@ const unichain = makeConfig({
|
|
|
4645
4648
|
zeroex: true,
|
|
4646
4649
|
kyberswap: "unichain",
|
|
4647
4650
|
openocean: "uni",
|
|
4651
|
+
paraswap: {
|
|
4652
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
4653
|
+
},
|
|
4648
4654
|
},
|
|
4649
4655
|
bridges: {},
|
|
4650
4656
|
oracles: {},
|
package/dist/index.js
CHANGED
|
@@ -4223,19 +4223,22 @@ const sonic = makeConfig({
|
|
|
4223
4223
|
safeReorgDistance: 90000,
|
|
4224
4224
|
morpho: {},
|
|
4225
4225
|
externalId: {
|
|
4226
|
-
tenderly: "true"
|
|
4226
|
+
tenderly: "true",
|
|
4227
4227
|
},
|
|
4228
4228
|
markets: {
|
|
4229
4229
|
icecreamswap: true,
|
|
4230
4230
|
kyberswap: "sonic",
|
|
4231
|
-
openocean: "sonic"
|
|
4231
|
+
openocean: "sonic",
|
|
4232
|
+
paraswap: {
|
|
4233
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
4234
|
+
},
|
|
4232
4235
|
},
|
|
4233
4236
|
bridges: {
|
|
4234
4237
|
chainlink: {
|
|
4235
4238
|
atlasNetworkName: "sonic-mainnet",
|
|
4236
4239
|
routerAddress: "0xB4e1Ff7882474BB93042be9AD5E1fA387949B860",
|
|
4237
4240
|
chainSelector: 1673871237479749969n,
|
|
4238
|
-
tokenAdminRegistry: "0x2961Cb47b5111F38d75f415c21ceB4120ddd1b69"
|
|
4241
|
+
tokenAdminRegistry: "0x2961Cb47b5111F38d75f415c21ceB4120ddd1b69",
|
|
4239
4242
|
},
|
|
4240
4243
|
deswap: {
|
|
4241
4244
|
chainId: 100000014,
|
|
@@ -4247,10 +4250,10 @@ const sonic = makeConfig({
|
|
|
4247
4250
|
{
|
|
4248
4251
|
name: "USDC",
|
|
4249
4252
|
id: 1,
|
|
4250
|
-
address: "0xA272fFe20cFfe769CdFc4b63088DCD2C82a2D8F9"
|
|
4251
|
-
}
|
|
4252
|
-
]
|
|
4253
|
-
}
|
|
4253
|
+
address: "0xA272fFe20cFfe769CdFc4b63088DCD2C82a2D8F9",
|
|
4254
|
+
},
|
|
4255
|
+
],
|
|
4256
|
+
},
|
|
4254
4257
|
},
|
|
4255
4258
|
oracles: {},
|
|
4256
4259
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -4647,6 +4650,9 @@ const unichain = makeConfig({
|
|
|
4647
4650
|
zeroex: true,
|
|
4648
4651
|
kyberswap: "unichain",
|
|
4649
4652
|
openocean: "uni",
|
|
4653
|
+
paraswap: {
|
|
4654
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
4655
|
+
},
|
|
4650
4656
|
},
|
|
4651
4657
|
bridges: {},
|
|
4652
4658
|
oracles: {},
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -6541,6 +6541,9 @@ declare const sonic: Readonly<{
|
|
|
6541
6541
|
icecreamswap: true;
|
|
6542
6542
|
kyberswap: string;
|
|
6543
6543
|
openocean: string;
|
|
6544
|
+
paraswap: {
|
|
6545
|
+
routerContract: string;
|
|
6546
|
+
};
|
|
6544
6547
|
};
|
|
6545
6548
|
bridges: {
|
|
6546
6549
|
chainlink: {
|
|
@@ -7016,6 +7019,9 @@ declare const unichain: Readonly<{
|
|
|
7016
7019
|
zeroex: true;
|
|
7017
7020
|
kyberswap: string;
|
|
7018
7021
|
openocean: string;
|
|
7022
|
+
paraswap: {
|
|
7023
|
+
routerContract: string;
|
|
7024
|
+
};
|
|
7019
7025
|
};
|
|
7020
7026
|
bridges: {};
|
|
7021
7027
|
oracles: {};
|
|
@@ -14069,6 +14075,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14069
14075
|
icecreamswap: true;
|
|
14070
14076
|
kyberswap: string;
|
|
14071
14077
|
openocean: string;
|
|
14078
|
+
paraswap: {
|
|
14079
|
+
routerContract: string;
|
|
14080
|
+
};
|
|
14072
14081
|
};
|
|
14073
14082
|
bridges: {
|
|
14074
14083
|
chainlink: {
|
|
@@ -16714,6 +16723,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16714
16723
|
zeroex: true;
|
|
16715
16724
|
kyberswap: string;
|
|
16716
16725
|
openocean: string;
|
|
16726
|
+
paraswap: {
|
|
16727
|
+
routerContract: string;
|
|
16728
|
+
};
|
|
16717
16729
|
};
|
|
16718
16730
|
bridges: {};
|
|
16719
16731
|
oracles: {};
|
|
@@ -6541,6 +6541,9 @@ declare const sonic: Readonly<{
|
|
|
6541
6541
|
icecreamswap: true;
|
|
6542
6542
|
kyberswap: string;
|
|
6543
6543
|
openocean: string;
|
|
6544
|
+
paraswap: {
|
|
6545
|
+
routerContract: string;
|
|
6546
|
+
};
|
|
6544
6547
|
};
|
|
6545
6548
|
bridges: {
|
|
6546
6549
|
chainlink: {
|
|
@@ -7016,6 +7019,9 @@ declare const unichain: Readonly<{
|
|
|
7016
7019
|
zeroex: true;
|
|
7017
7020
|
kyberswap: string;
|
|
7018
7021
|
openocean: string;
|
|
7022
|
+
paraswap: {
|
|
7023
|
+
routerContract: string;
|
|
7024
|
+
};
|
|
7019
7025
|
};
|
|
7020
7026
|
bridges: {};
|
|
7021
7027
|
oracles: {};
|
|
@@ -14069,6 +14075,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14069
14075
|
icecreamswap: true;
|
|
14070
14076
|
kyberswap: string;
|
|
14071
14077
|
openocean: string;
|
|
14078
|
+
paraswap: {
|
|
14079
|
+
routerContract: string;
|
|
14080
|
+
};
|
|
14072
14081
|
};
|
|
14073
14082
|
bridges: {
|
|
14074
14083
|
chainlink: {
|
|
@@ -16714,6 +16723,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16714
16723
|
zeroex: true;
|
|
16715
16724
|
kyberswap: string;
|
|
16716
16725
|
openocean: string;
|
|
16726
|
+
paraswap: {
|
|
16727
|
+
routerContract: string;
|
|
16728
|
+
};
|
|
16717
16729
|
};
|
|
16718
16730
|
bridges: {};
|
|
16719
16731
|
oracles: {};
|
package/dist/types/index.d.ts
CHANGED
|
@@ -6541,6 +6541,9 @@ declare const sonic: Readonly<{
|
|
|
6541
6541
|
icecreamswap: true;
|
|
6542
6542
|
kyberswap: string;
|
|
6543
6543
|
openocean: string;
|
|
6544
|
+
paraswap: {
|
|
6545
|
+
routerContract: string;
|
|
6546
|
+
};
|
|
6544
6547
|
};
|
|
6545
6548
|
bridges: {
|
|
6546
6549
|
chainlink: {
|
|
@@ -7016,6 +7019,9 @@ declare const unichain: Readonly<{
|
|
|
7016
7019
|
zeroex: true;
|
|
7017
7020
|
kyberswap: string;
|
|
7018
7021
|
openocean: string;
|
|
7022
|
+
paraswap: {
|
|
7023
|
+
routerContract: string;
|
|
7024
|
+
};
|
|
7019
7025
|
};
|
|
7020
7026
|
bridges: {};
|
|
7021
7027
|
oracles: {};
|
|
@@ -14069,6 +14075,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14069
14075
|
icecreamswap: true;
|
|
14070
14076
|
kyberswap: string;
|
|
14071
14077
|
openocean: string;
|
|
14078
|
+
paraswap: {
|
|
14079
|
+
routerContract: string;
|
|
14080
|
+
};
|
|
14072
14081
|
};
|
|
14073
14082
|
bridges: {
|
|
14074
14083
|
chainlink: {
|
|
@@ -16714,6 +16723,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16714
16723
|
zeroex: true;
|
|
16715
16724
|
kyberswap: string;
|
|
16716
16725
|
openocean: string;
|
|
16726
|
+
paraswap: {
|
|
16727
|
+
routerContract: string;
|
|
16728
|
+
};
|
|
16717
16729
|
};
|
|
16718
16730
|
bridges: {};
|
|
16719
16731
|
oracles: {};
|