@gfxlabs/oku-chains 1.1.259 → 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 +14 -8
- package/dist/index-mjs.js +14 -8
- package/dist/index.js +14 -8
- package/dist/types/browser.d.ts +14 -2
- package/dist/types/index-mjs.d.ts +14 -2
- package/dist/types/index.d.ts +14 -2
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -3862,7 +3862,7 @@
|
|
|
3862
3862
|
|
|
3863
3863
|
const saga = makeConfig({
|
|
3864
3864
|
...chains.saga,
|
|
3865
|
-
name: "Saga",
|
|
3865
|
+
name: "Saga EVM",
|
|
3866
3866
|
blockTimeSeconds: 5,
|
|
3867
3867
|
launchTime: 1740384000,
|
|
3868
3868
|
sortIndex: 13,
|
|
@@ -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
|
@@ -3859,7 +3859,7 @@ const rootstock = makeConfig({
|
|
|
3859
3859
|
|
|
3860
3860
|
const saga = makeConfig({
|
|
3861
3861
|
...saga$1,
|
|
3862
|
-
name: "Saga",
|
|
3862
|
+
name: "Saga EVM",
|
|
3863
3863
|
blockTimeSeconds: 5,
|
|
3864
3864
|
launchTime: 1740384000,
|
|
3865
3865
|
sortIndex: 13,
|
|
@@ -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
|
@@ -3861,7 +3861,7 @@ const rootstock = makeConfig({
|
|
|
3861
3861
|
|
|
3862
3862
|
const saga = makeConfig({
|
|
3863
3863
|
...chains.saga,
|
|
3864
|
-
name: "Saga",
|
|
3864
|
+
name: "Saga EVM",
|
|
3865
3865
|
blockTimeSeconds: 5,
|
|
3866
3866
|
launchTime: 1740384000,
|
|
3867
3867
|
sortIndex: 13,
|
|
@@ -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
|
@@ -6123,7 +6123,7 @@ declare const rootstock: Readonly<{
|
|
|
6123
6123
|
network: "rootstock";
|
|
6124
6124
|
}>;
|
|
6125
6125
|
declare const saga: Readonly<{
|
|
6126
|
-
name: "Saga";
|
|
6126
|
+
name: "Saga EVM";
|
|
6127
6127
|
blockTimeSeconds: 5;
|
|
6128
6128
|
launchTime: 1740384000;
|
|
6129
6129
|
sortIndex: 13;
|
|
@@ -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: {
|
|
@@ -15353,7 +15362,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15353
15362
|
formatters?: undefined | undefined;
|
|
15354
15363
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
15355
15364
|
}>, Readonly<{
|
|
15356
|
-
name: "Saga";
|
|
15365
|
+
name: "Saga EVM";
|
|
15357
15366
|
blockTimeSeconds: 5;
|
|
15358
15367
|
launchTime: 1740384000;
|
|
15359
15368
|
sortIndex: 13;
|
|
@@ -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: {};
|
|
@@ -6123,7 +6123,7 @@ declare const rootstock: Readonly<{
|
|
|
6123
6123
|
network: "rootstock";
|
|
6124
6124
|
}>;
|
|
6125
6125
|
declare const saga: Readonly<{
|
|
6126
|
-
name: "Saga";
|
|
6126
|
+
name: "Saga EVM";
|
|
6127
6127
|
blockTimeSeconds: 5;
|
|
6128
6128
|
launchTime: 1740384000;
|
|
6129
6129
|
sortIndex: 13;
|
|
@@ -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: {
|
|
@@ -15353,7 +15362,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15353
15362
|
formatters?: undefined | undefined;
|
|
15354
15363
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
15355
15364
|
}>, Readonly<{
|
|
15356
|
-
name: "Saga";
|
|
15365
|
+
name: "Saga EVM";
|
|
15357
15366
|
blockTimeSeconds: 5;
|
|
15358
15367
|
launchTime: 1740384000;
|
|
15359
15368
|
sortIndex: 13;
|
|
@@ -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
|
@@ -6123,7 +6123,7 @@ declare const rootstock: Readonly<{
|
|
|
6123
6123
|
network: "rootstock";
|
|
6124
6124
|
}>;
|
|
6125
6125
|
declare const saga: Readonly<{
|
|
6126
|
-
name: "Saga";
|
|
6126
|
+
name: "Saga EVM";
|
|
6127
6127
|
blockTimeSeconds: 5;
|
|
6128
6128
|
launchTime: 1740384000;
|
|
6129
6129
|
sortIndex: 13;
|
|
@@ -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: {
|
|
@@ -15353,7 +15362,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15353
15362
|
formatters?: undefined | undefined;
|
|
15354
15363
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
15355
15364
|
}>, Readonly<{
|
|
15356
|
-
name: "Saga";
|
|
15365
|
+
name: "Saga EVM";
|
|
15357
15366
|
blockTimeSeconds: 5;
|
|
15358
15367
|
launchTime: 1740384000;
|
|
15359
15368
|
sortIndex: 13;
|
|
@@ -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: {};
|