@openfort/openfort-js 0.8.16 → 0.8.17

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.
Files changed (3) hide show
  1. package/dist/index.cjs +123 -47
  2. package/dist/index.js +123 -47
  3. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -3339,7 +3339,7 @@ class KeyPair extends signingKey.SigningKey {
3339
3339
  }
3340
3340
  }
3341
3341
 
3342
- const VERSION = '0.8.16';
3342
+ const VERSION = '0.8.17';
3343
3343
 
3344
3344
  var Event;
3345
3345
  (function (Event) {
@@ -5062,7 +5062,7 @@ class TypedEventEmitter {
5062
5062
  }
5063
5063
  }
5064
5064
 
5065
- const chain$m = {
5065
+ const chain$q = {
5066
5066
  chain: 'BSC',
5067
5067
  chainId: 56,
5068
5068
  explorers: [
@@ -5123,7 +5123,7 @@ const chain$m = {
5123
5123
  testnet: false,
5124
5124
  };
5125
5125
 
5126
- const chain$l = {
5126
+ const chain$p = {
5127
5127
  chain: 'BSC',
5128
5128
  chainId: 97,
5129
5129
  explorers: [
@@ -5164,7 +5164,7 @@ const chain$l = {
5164
5164
  testnet: true,
5165
5165
  };
5166
5166
 
5167
- const chain$k = {
5167
+ const chain$o = {
5168
5168
  name: 'Base',
5169
5169
  chain: 'ETH',
5170
5170
  rpc: [
@@ -5209,7 +5209,7 @@ const chain$k = {
5209
5209
  slug: 'base',
5210
5210
  };
5211
5211
 
5212
- const chain$j = {
5212
+ const chain$n = {
5213
5213
  chain: 'ETH',
5214
5214
  chainId: 84532,
5215
5215
  explorers: [
@@ -5248,7 +5248,7 @@ const chain$j = {
5248
5248
  testnet: true,
5249
5249
  };
5250
5250
 
5251
- const chain$i = {
5251
+ const chain$m = {
5252
5252
  name: 'Beam',
5253
5253
  chainId: 4337,
5254
5254
  chain: 'BEAM',
@@ -5285,7 +5285,7 @@ const chain$i = {
5285
5285
  testnet: false,
5286
5286
  };
5287
5287
 
5288
- const chain$h = {
5288
+ const chain$l = {
5289
5289
  name: 'Beam Testnet',
5290
5290
  chainId: 13337,
5291
5291
  chain: 'BEAM',
@@ -5322,7 +5322,7 @@ const chain$h = {
5322
5322
  testnet: true,
5323
5323
  };
5324
5324
 
5325
- const chain$g = {
5325
+ const chain$k = {
5326
5326
  chain: 'AVAX',
5327
5327
  chainId: 43113,
5328
5328
  explorers: [
@@ -5358,7 +5358,7 @@ const chain$g = {
5358
5358
  testnet: true,
5359
5359
  };
5360
5360
 
5361
- const chain$f = {
5361
+ const chain$j = {
5362
5362
  chain: 'AVAX',
5363
5363
  chainId: 43114,
5364
5364
  explorers: [
@@ -5399,7 +5399,7 @@ const chain$f = {
5399
5399
  testnet: false,
5400
5400
  };
5401
5401
 
5402
- const chain$e = {
5402
+ const chain$i = {
5403
5403
  chain: 'ETH',
5404
5404
  chainId: 11155111,
5405
5405
  explorers: [
@@ -5445,7 +5445,39 @@ const chain$e = {
5445
5445
  title: 'Ethereum Testnet Sepolia',
5446
5446
  };
5447
5447
 
5448
- const chain$d = {
5448
+ const chain$h = {
5449
+ chainId: 247253,
5450
+ name: 'Saakuru Testnet',
5451
+ nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
5452
+ rpc: ['https://rpc-testnet.saakuru.network'],
5453
+ explorers: [{
5454
+ name: 'Saakuru Explorer',
5455
+ url: 'https://explorer-testnet.saakuru.network',
5456
+ standard: 'EIP3091',
5457
+ }],
5458
+ testnet: true,
5459
+ chain: 'saakuru',
5460
+ shortName: 'saakuru',
5461
+ slug: 'saakuru-testnet',
5462
+ };
5463
+
5464
+ const chain$g = {
5465
+ chainId: 7225878,
5466
+ name: 'Saakuru Mainnet',
5467
+ nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
5468
+ rpc: ['https://rpc.saakuru.network'],
5469
+ explorers: [{
5470
+ name: 'Saakuru Explorer',
5471
+ url: 'https://explorer.saakuru.network',
5472
+ standard: 'EIP3091',
5473
+ }],
5474
+ testnet: false,
5475
+ chain: 'saakuru',
5476
+ shortName: 'saakuru',
5477
+ slug: 'saakuru',
5478
+ };
5479
+
5480
+ const chain$f = {
5449
5481
  chain: 'ETH',
5450
5482
  chainId: 421614,
5451
5483
  explorers: [
@@ -5482,7 +5514,7 @@ const chain$d = {
5482
5514
  title: 'Arbitrum Sepolia Rollup Testnet',
5483
5515
  };
5484
5516
 
5485
- const chain$c = {
5517
+ const chain$e = {
5486
5518
  chain: 'ETH',
5487
5519
  chainId: 42161,
5488
5520
  explorers: [
@@ -5544,7 +5576,7 @@ const chain$c = {
5544
5576
  testnet: false,
5545
5577
  };
5546
5578
 
5547
- const chain$b = {
5579
+ const chain$d = {
5548
5580
  chain: 'ETH',
5549
5581
  chainId: 42170,
5550
5582
  explorers: [
@@ -5599,7 +5631,7 @@ const chain$b = {
5599
5631
  testnet: false,
5600
5632
  };
5601
5633
 
5602
- const chain$a = {
5634
+ const chain$c = {
5603
5635
  chain: 'Polygon',
5604
5636
  chainId: 137,
5605
5637
  explorers: [
@@ -5655,7 +5687,7 @@ const chain$a = {
5655
5687
  testnet: false,
5656
5688
  };
5657
5689
 
5658
- const chain$9 = {
5690
+ const chain$b = {
5659
5691
  chain: 'Polygon',
5660
5692
  chainId: 80002,
5661
5693
  explorers: [
@@ -5692,7 +5724,7 @@ const chain$9 = {
5692
5724
  title: 'Polygon Amoy Testnet',
5693
5725
  };
5694
5726
 
5695
- const chain$8 = {
5727
+ const chain$a = {
5696
5728
  chain: 'Ancient8',
5697
5729
  chainId: 28122024,
5698
5730
  explorers: [
@@ -5724,7 +5756,7 @@ const chain$8 = {
5724
5756
  testnet: true,
5725
5757
  };
5726
5758
 
5727
- const chain$7 = {
5759
+ const chain$9 = {
5728
5760
  chain: 'Ancient8',
5729
5761
  chainId: 888888888,
5730
5762
  explorers: [
@@ -5755,7 +5787,7 @@ const chain$7 = {
5755
5787
  testnet: false,
5756
5788
  };
5757
5789
 
5758
- const chain$6 = {
5790
+ const chain$8 = {
5759
5791
  chain: 'ETH',
5760
5792
  chainId: 999999999,
5761
5793
  explorers: [
@@ -5787,7 +5819,7 @@ const chain$6 = {
5787
5819
  testnet: true,
5788
5820
  };
5789
5821
 
5790
- const chain$5 = {
5822
+ const chain$7 = {
5791
5823
  chain: 'ETH',
5792
5824
  chainId: 7777777,
5793
5825
  explorers: [
@@ -5820,7 +5852,7 @@ const chain$5 = {
5820
5852
  testnet: false,
5821
5853
  };
5822
5854
 
5823
- const chain$4 = {
5855
+ const chain$6 = {
5824
5856
  chain: 'Degen',
5825
5857
  chainId: 666666666,
5826
5858
  explorers: [],
@@ -5847,7 +5879,7 @@ const chain$4 = {
5847
5879
  title: 'Degen Chain',
5848
5880
  };
5849
5881
 
5850
- const chain$3 = {
5882
+ const chain$5 = {
5851
5883
  chain: 'Immutable zkEVM',
5852
5884
  chainId: 13473,
5853
5885
  explorers: [
@@ -5889,7 +5921,7 @@ const chain$3 = {
5889
5921
  testnet: true,
5890
5922
  };
5891
5923
 
5892
- const chain$2 = {
5924
+ const chain$4 = {
5893
5925
  chain: 'ETH',
5894
5926
  chainId: 11155420,
5895
5927
  explorers: [
@@ -5936,7 +5968,7 @@ const chain$2 = {
5936
5968
  testnet: true,
5937
5969
  };
5938
5970
 
5939
- const chain$1 = {
5971
+ const chain$3 = {
5940
5972
  chain: 'ETH',
5941
5973
  chainId: 10,
5942
5974
  explorers: [
@@ -6062,7 +6094,7 @@ const dosChainTestnet = {
6062
6094
  slug: 'dos-chain-testnet',
6063
6095
  };
6064
6096
 
6065
- const chain = {
6097
+ const chain$2 = {
6066
6098
  name: 'opBNB',
6067
6099
  chain: 'opBNB',
6068
6100
  rpc: [
@@ -6165,51 +6197,87 @@ const sophonTestnet = {
6165
6197
  slug: 'sophon-testnet',
6166
6198
  };
6167
6199
 
6200
+ const chain$1 = {
6201
+ chainId: 2358,
6202
+ name: 'Kroma Sepolia',
6203
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
6204
+ rpc: [
6205
+ 'https://api.sepolia.kroma.network',
6206
+ ],
6207
+ explorers: [{
6208
+ name: 'Kroma Sepolia Explorer',
6209
+ url: 'https://blockscout.sepolia.kroma.network',
6210
+ standard: 'EIP3091',
6211
+ }],
6212
+ testnet: true,
6213
+ chain: 'kroma',
6214
+ shortName: 'kroma',
6215
+ slug: 'kroma-sepolia',
6216
+ };
6217
+
6218
+ const chain = {
6219
+ chainId: 255,
6220
+ name: 'Kroma',
6221
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
6222
+ rpc: [
6223
+ 'https://api.kroma.network',
6224
+ ],
6225
+ explorers: [{
6226
+ name: 'Kroma Explorer',
6227
+ url: 'https://blockscout.kroma.network',
6228
+ standard: 'EIP3091',
6229
+ }],
6230
+ testnet: false,
6231
+ chain: 'op',
6232
+ shortName: 'kroma',
6233
+ slug: 'kroma',
6234
+ };
6235
+
6168
6236
  const chainMap = {
6169
6237
  // eslint-disable-next-line @typescript-eslint/naming-convention
6170
- 56: chain$m,
6238
+ 56: chain$q,
6171
6239
  // eslint-disable-next-line @typescript-eslint/naming-convention
6172
- 97: chain$l,
6240
+ 97: chain$p,
6173
6241
  // eslint-disable-next-line @typescript-eslint/naming-convention
6174
- 8453: chain$k,
6242
+ 8453: chain$o,
6175
6243
  // eslint-disable-next-line @typescript-eslint/naming-convention
6176
- 84532: chain$j,
6244
+ 84532: chain$n,
6177
6245
  // eslint-disable-next-line @typescript-eslint/naming-convention
6178
- 4337: chain$i,
6246
+ 4337: chain$m,
6179
6247
  // eslint-disable-next-line @typescript-eslint/naming-convention
6180
- 13337: chain$h,
6248
+ 13337: chain$l,
6181
6249
  // eslint-disable-next-line @typescript-eslint/naming-convention
6182
- 43113: chain$g,
6250
+ 43113: chain$k,
6183
6251
  // eslint-disable-next-line @typescript-eslint/naming-convention
6184
- 43114: chain$f,
6252
+ 43114: chain$j,
6185
6253
  // eslint-disable-next-line @typescript-eslint/naming-convention
6186
- 11155111: chain$e,
6254
+ 11155111: chain$i,
6187
6255
  // eslint-disable-next-line @typescript-eslint/naming-convention
6188
- 421614: chain$d,
6256
+ 421614: chain$f,
6189
6257
  // eslint-disable-next-line @typescript-eslint/naming-convention
6190
- 42161: chain$c,
6258
+ 42161: chain$e,
6191
6259
  // eslint-disable-next-line @typescript-eslint/naming-convention
6192
- 42170: chain$b,
6260
+ 42170: chain$d,
6193
6261
  // eslint-disable-next-line @typescript-eslint/naming-convention
6194
- 137: chain$a,
6262
+ 137: chain$c,
6195
6263
  // eslint-disable-next-line @typescript-eslint/naming-convention
6196
- 80002: chain$9,
6264
+ 80002: chain$b,
6197
6265
  // eslint-disable-next-line @typescript-eslint/naming-convention
6198
- 28122024: chain$8,
6266
+ 28122024: chain$a,
6199
6267
  // eslint-disable-next-line @typescript-eslint/naming-convention
6200
- 888888888: chain$7,
6268
+ 888888888: chain$9,
6201
6269
  // eslint-disable-next-line @typescript-eslint/naming-convention
6202
- 999999999: chain$6,
6270
+ 999999999: chain$8,
6203
6271
  // eslint-disable-next-line @typescript-eslint/naming-convention
6204
- 7777777: chain$5,
6272
+ 7777777: chain$7,
6205
6273
  // eslint-disable-next-line @typescript-eslint/naming-convention
6206
- 666666666: chain$4,
6274
+ 666666666: chain$6,
6207
6275
  // eslint-disable-next-line @typescript-eslint/naming-convention
6208
- 13473: chain$3,
6276
+ 13473: chain$5,
6209
6277
  // eslint-disable-next-line @typescript-eslint/naming-convention
6210
- 11155420: chain$2,
6278
+ 11155420: chain$4,
6211
6279
  // eslint-disable-next-line @typescript-eslint/naming-convention
6212
- 10: chain$1,
6280
+ 10: chain$3,
6213
6281
  // eslint-disable-next-line @typescript-eslint/naming-convention
6214
6282
  62092: tiktrixTestnet,
6215
6283
  // eslint-disable-next-line @typescript-eslint/naming-convention
@@ -6217,13 +6285,21 @@ const chainMap = {
6217
6285
  // eslint-disable-next-line @typescript-eslint/naming-convention
6218
6286
  3939: dosChainTestnet,
6219
6287
  // eslint-disable-next-line @typescript-eslint/naming-convention
6220
- 204: chain,
6288
+ 204: chain$2,
6221
6289
  // eslint-disable-next-line @typescript-eslint/naming-convention
6222
6290
  5611: opBNBTestnet,
6223
6291
  // eslint-disable-next-line @typescript-eslint/naming-convention
6224
6292
  1946: soneiumMinato,
6225
6293
  // eslint-disable-next-line @typescript-eslint/naming-convention
6226
6294
  531050104: sophonTestnet,
6295
+ // eslint-disable-next-line @typescript-eslint/naming-convention
6296
+ 2358: chain$1,
6297
+ // eslint-disable-next-line @typescript-eslint/naming-convention
6298
+ 255: chain,
6299
+ // eslint-disable-next-line @typescript-eslint/naming-convention
6300
+ 247253: chain$h,
6301
+ // eslint-disable-next-line @typescript-eslint/naming-convention
6302
+ 7225878: chain$g,
6227
6303
  };
6228
6304
 
6229
6305
  const REQUIRED_CHAIN_PROPERTIES = ['chainId', 'chainName', 'nativeCurrency'];
package/dist/index.js CHANGED
@@ -3316,7 +3316,7 @@ class KeyPair extends SigningKey {
3316
3316
  }
3317
3317
  }
3318
3318
 
3319
- const VERSION = '0.8.16';
3319
+ const VERSION = '0.8.17';
3320
3320
 
3321
3321
  var Event;
3322
3322
  (function (Event) {
@@ -5039,7 +5039,7 @@ class TypedEventEmitter {
5039
5039
  }
5040
5040
  }
5041
5041
 
5042
- const chain$m = {
5042
+ const chain$q = {
5043
5043
  chain: 'BSC',
5044
5044
  chainId: 56,
5045
5045
  explorers: [
@@ -5100,7 +5100,7 @@ const chain$m = {
5100
5100
  testnet: false,
5101
5101
  };
5102
5102
 
5103
- const chain$l = {
5103
+ const chain$p = {
5104
5104
  chain: 'BSC',
5105
5105
  chainId: 97,
5106
5106
  explorers: [
@@ -5141,7 +5141,7 @@ const chain$l = {
5141
5141
  testnet: true,
5142
5142
  };
5143
5143
 
5144
- const chain$k = {
5144
+ const chain$o = {
5145
5145
  name: 'Base',
5146
5146
  chain: 'ETH',
5147
5147
  rpc: [
@@ -5186,7 +5186,7 @@ const chain$k = {
5186
5186
  slug: 'base',
5187
5187
  };
5188
5188
 
5189
- const chain$j = {
5189
+ const chain$n = {
5190
5190
  chain: 'ETH',
5191
5191
  chainId: 84532,
5192
5192
  explorers: [
@@ -5225,7 +5225,7 @@ const chain$j = {
5225
5225
  testnet: true,
5226
5226
  };
5227
5227
 
5228
- const chain$i = {
5228
+ const chain$m = {
5229
5229
  name: 'Beam',
5230
5230
  chainId: 4337,
5231
5231
  chain: 'BEAM',
@@ -5262,7 +5262,7 @@ const chain$i = {
5262
5262
  testnet: false,
5263
5263
  };
5264
5264
 
5265
- const chain$h = {
5265
+ const chain$l = {
5266
5266
  name: 'Beam Testnet',
5267
5267
  chainId: 13337,
5268
5268
  chain: 'BEAM',
@@ -5299,7 +5299,7 @@ const chain$h = {
5299
5299
  testnet: true,
5300
5300
  };
5301
5301
 
5302
- const chain$g = {
5302
+ const chain$k = {
5303
5303
  chain: 'AVAX',
5304
5304
  chainId: 43113,
5305
5305
  explorers: [
@@ -5335,7 +5335,7 @@ const chain$g = {
5335
5335
  testnet: true,
5336
5336
  };
5337
5337
 
5338
- const chain$f = {
5338
+ const chain$j = {
5339
5339
  chain: 'AVAX',
5340
5340
  chainId: 43114,
5341
5341
  explorers: [
@@ -5376,7 +5376,7 @@ const chain$f = {
5376
5376
  testnet: false,
5377
5377
  };
5378
5378
 
5379
- const chain$e = {
5379
+ const chain$i = {
5380
5380
  chain: 'ETH',
5381
5381
  chainId: 11155111,
5382
5382
  explorers: [
@@ -5422,7 +5422,39 @@ const chain$e = {
5422
5422
  title: 'Ethereum Testnet Sepolia',
5423
5423
  };
5424
5424
 
5425
- const chain$d = {
5425
+ const chain$h = {
5426
+ chainId: 247253,
5427
+ name: 'Saakuru Testnet',
5428
+ nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
5429
+ rpc: ['https://rpc-testnet.saakuru.network'],
5430
+ explorers: [{
5431
+ name: 'Saakuru Explorer',
5432
+ url: 'https://explorer-testnet.saakuru.network',
5433
+ standard: 'EIP3091',
5434
+ }],
5435
+ testnet: true,
5436
+ chain: 'saakuru',
5437
+ shortName: 'saakuru',
5438
+ slug: 'saakuru-testnet',
5439
+ };
5440
+
5441
+ const chain$g = {
5442
+ chainId: 7225878,
5443
+ name: 'Saakuru Mainnet',
5444
+ nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
5445
+ rpc: ['https://rpc.saakuru.network'],
5446
+ explorers: [{
5447
+ name: 'Saakuru Explorer',
5448
+ url: 'https://explorer.saakuru.network',
5449
+ standard: 'EIP3091',
5450
+ }],
5451
+ testnet: false,
5452
+ chain: 'saakuru',
5453
+ shortName: 'saakuru',
5454
+ slug: 'saakuru',
5455
+ };
5456
+
5457
+ const chain$f = {
5426
5458
  chain: 'ETH',
5427
5459
  chainId: 421614,
5428
5460
  explorers: [
@@ -5459,7 +5491,7 @@ const chain$d = {
5459
5491
  title: 'Arbitrum Sepolia Rollup Testnet',
5460
5492
  };
5461
5493
 
5462
- const chain$c = {
5494
+ const chain$e = {
5463
5495
  chain: 'ETH',
5464
5496
  chainId: 42161,
5465
5497
  explorers: [
@@ -5521,7 +5553,7 @@ const chain$c = {
5521
5553
  testnet: false,
5522
5554
  };
5523
5555
 
5524
- const chain$b = {
5556
+ const chain$d = {
5525
5557
  chain: 'ETH',
5526
5558
  chainId: 42170,
5527
5559
  explorers: [
@@ -5576,7 +5608,7 @@ const chain$b = {
5576
5608
  testnet: false,
5577
5609
  };
5578
5610
 
5579
- const chain$a = {
5611
+ const chain$c = {
5580
5612
  chain: 'Polygon',
5581
5613
  chainId: 137,
5582
5614
  explorers: [
@@ -5632,7 +5664,7 @@ const chain$a = {
5632
5664
  testnet: false,
5633
5665
  };
5634
5666
 
5635
- const chain$9 = {
5667
+ const chain$b = {
5636
5668
  chain: 'Polygon',
5637
5669
  chainId: 80002,
5638
5670
  explorers: [
@@ -5669,7 +5701,7 @@ const chain$9 = {
5669
5701
  title: 'Polygon Amoy Testnet',
5670
5702
  };
5671
5703
 
5672
- const chain$8 = {
5704
+ const chain$a = {
5673
5705
  chain: 'Ancient8',
5674
5706
  chainId: 28122024,
5675
5707
  explorers: [
@@ -5701,7 +5733,7 @@ const chain$8 = {
5701
5733
  testnet: true,
5702
5734
  };
5703
5735
 
5704
- const chain$7 = {
5736
+ const chain$9 = {
5705
5737
  chain: 'Ancient8',
5706
5738
  chainId: 888888888,
5707
5739
  explorers: [
@@ -5732,7 +5764,7 @@ const chain$7 = {
5732
5764
  testnet: false,
5733
5765
  };
5734
5766
 
5735
- const chain$6 = {
5767
+ const chain$8 = {
5736
5768
  chain: 'ETH',
5737
5769
  chainId: 999999999,
5738
5770
  explorers: [
@@ -5764,7 +5796,7 @@ const chain$6 = {
5764
5796
  testnet: true,
5765
5797
  };
5766
5798
 
5767
- const chain$5 = {
5799
+ const chain$7 = {
5768
5800
  chain: 'ETH',
5769
5801
  chainId: 7777777,
5770
5802
  explorers: [
@@ -5797,7 +5829,7 @@ const chain$5 = {
5797
5829
  testnet: false,
5798
5830
  };
5799
5831
 
5800
- const chain$4 = {
5832
+ const chain$6 = {
5801
5833
  chain: 'Degen',
5802
5834
  chainId: 666666666,
5803
5835
  explorers: [],
@@ -5824,7 +5856,7 @@ const chain$4 = {
5824
5856
  title: 'Degen Chain',
5825
5857
  };
5826
5858
 
5827
- const chain$3 = {
5859
+ const chain$5 = {
5828
5860
  chain: 'Immutable zkEVM',
5829
5861
  chainId: 13473,
5830
5862
  explorers: [
@@ -5866,7 +5898,7 @@ const chain$3 = {
5866
5898
  testnet: true,
5867
5899
  };
5868
5900
 
5869
- const chain$2 = {
5901
+ const chain$4 = {
5870
5902
  chain: 'ETH',
5871
5903
  chainId: 11155420,
5872
5904
  explorers: [
@@ -5913,7 +5945,7 @@ const chain$2 = {
5913
5945
  testnet: true,
5914
5946
  };
5915
5947
 
5916
- const chain$1 = {
5948
+ const chain$3 = {
5917
5949
  chain: 'ETH',
5918
5950
  chainId: 10,
5919
5951
  explorers: [
@@ -6039,7 +6071,7 @@ const dosChainTestnet = {
6039
6071
  slug: 'dos-chain-testnet',
6040
6072
  };
6041
6073
 
6042
- const chain = {
6074
+ const chain$2 = {
6043
6075
  name: 'opBNB',
6044
6076
  chain: 'opBNB',
6045
6077
  rpc: [
@@ -6142,51 +6174,87 @@ const sophonTestnet = {
6142
6174
  slug: 'sophon-testnet',
6143
6175
  };
6144
6176
 
6177
+ const chain$1 = {
6178
+ chainId: 2358,
6179
+ name: 'Kroma Sepolia',
6180
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
6181
+ rpc: [
6182
+ 'https://api.sepolia.kroma.network',
6183
+ ],
6184
+ explorers: [{
6185
+ name: 'Kroma Sepolia Explorer',
6186
+ url: 'https://blockscout.sepolia.kroma.network',
6187
+ standard: 'EIP3091',
6188
+ }],
6189
+ testnet: true,
6190
+ chain: 'kroma',
6191
+ shortName: 'kroma',
6192
+ slug: 'kroma-sepolia',
6193
+ };
6194
+
6195
+ const chain = {
6196
+ chainId: 255,
6197
+ name: 'Kroma',
6198
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
6199
+ rpc: [
6200
+ 'https://api.kroma.network',
6201
+ ],
6202
+ explorers: [{
6203
+ name: 'Kroma Explorer',
6204
+ url: 'https://blockscout.kroma.network',
6205
+ standard: 'EIP3091',
6206
+ }],
6207
+ testnet: false,
6208
+ chain: 'op',
6209
+ shortName: 'kroma',
6210
+ slug: 'kroma',
6211
+ };
6212
+
6145
6213
  const chainMap = {
6146
6214
  // eslint-disable-next-line @typescript-eslint/naming-convention
6147
- 56: chain$m,
6215
+ 56: chain$q,
6148
6216
  // eslint-disable-next-line @typescript-eslint/naming-convention
6149
- 97: chain$l,
6217
+ 97: chain$p,
6150
6218
  // eslint-disable-next-line @typescript-eslint/naming-convention
6151
- 8453: chain$k,
6219
+ 8453: chain$o,
6152
6220
  // eslint-disable-next-line @typescript-eslint/naming-convention
6153
- 84532: chain$j,
6221
+ 84532: chain$n,
6154
6222
  // eslint-disable-next-line @typescript-eslint/naming-convention
6155
- 4337: chain$i,
6223
+ 4337: chain$m,
6156
6224
  // eslint-disable-next-line @typescript-eslint/naming-convention
6157
- 13337: chain$h,
6225
+ 13337: chain$l,
6158
6226
  // eslint-disable-next-line @typescript-eslint/naming-convention
6159
- 43113: chain$g,
6227
+ 43113: chain$k,
6160
6228
  // eslint-disable-next-line @typescript-eslint/naming-convention
6161
- 43114: chain$f,
6229
+ 43114: chain$j,
6162
6230
  // eslint-disable-next-line @typescript-eslint/naming-convention
6163
- 11155111: chain$e,
6231
+ 11155111: chain$i,
6164
6232
  // eslint-disable-next-line @typescript-eslint/naming-convention
6165
- 421614: chain$d,
6233
+ 421614: chain$f,
6166
6234
  // eslint-disable-next-line @typescript-eslint/naming-convention
6167
- 42161: chain$c,
6235
+ 42161: chain$e,
6168
6236
  // eslint-disable-next-line @typescript-eslint/naming-convention
6169
- 42170: chain$b,
6237
+ 42170: chain$d,
6170
6238
  // eslint-disable-next-line @typescript-eslint/naming-convention
6171
- 137: chain$a,
6239
+ 137: chain$c,
6172
6240
  // eslint-disable-next-line @typescript-eslint/naming-convention
6173
- 80002: chain$9,
6241
+ 80002: chain$b,
6174
6242
  // eslint-disable-next-line @typescript-eslint/naming-convention
6175
- 28122024: chain$8,
6243
+ 28122024: chain$a,
6176
6244
  // eslint-disable-next-line @typescript-eslint/naming-convention
6177
- 888888888: chain$7,
6245
+ 888888888: chain$9,
6178
6246
  // eslint-disable-next-line @typescript-eslint/naming-convention
6179
- 999999999: chain$6,
6247
+ 999999999: chain$8,
6180
6248
  // eslint-disable-next-line @typescript-eslint/naming-convention
6181
- 7777777: chain$5,
6249
+ 7777777: chain$7,
6182
6250
  // eslint-disable-next-line @typescript-eslint/naming-convention
6183
- 666666666: chain$4,
6251
+ 666666666: chain$6,
6184
6252
  // eslint-disable-next-line @typescript-eslint/naming-convention
6185
- 13473: chain$3,
6253
+ 13473: chain$5,
6186
6254
  // eslint-disable-next-line @typescript-eslint/naming-convention
6187
- 11155420: chain$2,
6255
+ 11155420: chain$4,
6188
6256
  // eslint-disable-next-line @typescript-eslint/naming-convention
6189
- 10: chain$1,
6257
+ 10: chain$3,
6190
6258
  // eslint-disable-next-line @typescript-eslint/naming-convention
6191
6259
  62092: tiktrixTestnet,
6192
6260
  // eslint-disable-next-line @typescript-eslint/naming-convention
@@ -6194,13 +6262,21 @@ const chainMap = {
6194
6262
  // eslint-disable-next-line @typescript-eslint/naming-convention
6195
6263
  3939: dosChainTestnet,
6196
6264
  // eslint-disable-next-line @typescript-eslint/naming-convention
6197
- 204: chain,
6265
+ 204: chain$2,
6198
6266
  // eslint-disable-next-line @typescript-eslint/naming-convention
6199
6267
  5611: opBNBTestnet,
6200
6268
  // eslint-disable-next-line @typescript-eslint/naming-convention
6201
6269
  1946: soneiumMinato,
6202
6270
  // eslint-disable-next-line @typescript-eslint/naming-convention
6203
6271
  531050104: sophonTestnet,
6272
+ // eslint-disable-next-line @typescript-eslint/naming-convention
6273
+ 2358: chain$1,
6274
+ // eslint-disable-next-line @typescript-eslint/naming-convention
6275
+ 255: chain,
6276
+ // eslint-disable-next-line @typescript-eslint/naming-convention
6277
+ 247253: chain$h,
6278
+ // eslint-disable-next-line @typescript-eslint/naming-convention
6279
+ 7225878: chain$g,
6204
6280
  };
6205
6281
 
6206
6282
  const REQUIRED_CHAIN_PROPERTIES = ['chainId', 'chainName', 'nativeCurrency'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfort/openfort-js",
3
- "version": "0.8.16",
3
+ "version": "0.8.17",
4
4
  "author": "Openfort (https://www.openfort.xyz)",
5
5
  "bugs": "https://github.com/openfort-xyz/openfort-js/issues",
6
6
  "repository": "openfort-xyz/openfort-js.git",