@revoke.cash/chains 11.0.0 → 11.1.0

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.
@@ -4462,6 +4462,24 @@ exports.chains = {
4462
4462
  }
4463
4463
  ]
4464
4464
  },
4465
+ 542: {
4466
+ name: 'PAWCHAIN Testnet',
4467
+ chain: 'PAW',
4468
+ rpc: ['https://pawchainx.com/'],
4469
+ faucets: [],
4470
+ nativeCurrency: { name: 'PAW', symbol: 'PAW', decimals: 18 },
4471
+ infoURL: 'https://pawchainx.com/',
4472
+ shortName: 'PAW',
4473
+ chainId: 542,
4474
+ networkId: 542,
4475
+ explorers: [
4476
+ {
4477
+ name: 'PAWCHAIN Testnet',
4478
+ url: 'https://pawscan.io',
4479
+ standard: 'none'
4480
+ }
4481
+ ]
4482
+ },
4465
4483
  555: {
4466
4484
  name: 'Vela1 Chain Mainnet',
4467
4485
  chain: 'VELA1',
@@ -5180,7 +5198,11 @@ exports.chains = {
5180
5198
  'https://evm-dataseed3.meerscan.io',
5181
5199
  'https://evm-dataseed.meerscan.com',
5182
5200
  'https://evm-dataseed1.meerscan.com',
5183
- 'https://evm-dataseed2.meerscan.com'
5201
+ 'https://evm-dataseed2.meerscan.com',
5202
+ 'https://qng.rpc.qitmeer.io',
5203
+ 'https://mainnet.meerlabs.com',
5204
+ 'https://rpc.dimai.ai',
5205
+ 'https://rpc.woowow.io'
5184
5206
  ],
5185
5207
  faucets: [],
5186
5208
  nativeCurrency: { name: 'Qitmeer', symbol: 'MEER', decimals: 18 },
@@ -5194,7 +5216,7 @@ exports.chains = {
5194
5216
  {
5195
5217
  name: 'meerscan',
5196
5218
  icon: 'meer',
5197
- url: 'https://evm.meerscan.com',
5219
+ url: 'https://qng.meerscan.io',
5198
5220
  standard: 'none'
5199
5221
  }
5200
5222
  ]
@@ -11433,8 +11455,12 @@ exports.chains = {
11433
11455
  8131: {
11434
11456
  name: 'Qitmeer Network Testnet',
11435
11457
  chain: 'MEER',
11436
- rpc: [],
11437
- faucets: [],
11458
+ rpc: [
11459
+ 'https://testnet-qng.rpc.qitmeer.io',
11460
+ 'https://testnet.meerlabs.com',
11461
+ 'https://meer.testnet.meerfans.club'
11462
+ ],
11463
+ faucets: ['https://faucet.qitmeer.io'],
11438
11464
  nativeCurrency: { name: 'Qitmeer Testnet', symbol: 'MEER-T', decimals: 18 },
11439
11465
  infoURL: 'https://github.com/Qitmeer',
11440
11466
  shortName: 'meertest',
@@ -11445,7 +11471,7 @@ exports.chains = {
11445
11471
  {
11446
11472
  name: 'meerscan testnet',
11447
11473
  icon: 'meer',
11448
- url: 'https://testnet.qng.meerscan.io',
11474
+ url: 'https://qng-testnet.meerscan.io',
11449
11475
  standard: 'none'
11450
11476
  }
11451
11477
  ]
@@ -12247,7 +12273,8 @@ exports.chains = {
12247
12273
  name: 'IMPERIUM TESTNET',
12248
12274
  chain: 'tIMP',
12249
12275
  rpc: [
12250
- 'https://data-aws-testnet.imperiumchain.com, https://data-aws2-testnet.imperiumchain.com'
12276
+ 'https://data-aws-testnet.imperiumchain.com',
12277
+ 'https://data-aws2-testnet.imperiumchain.com'
12251
12278
  ],
12252
12279
  faucets: ['https://faucet.imperiumchain.com/'],
12253
12280
  nativeCurrency: { name: 'tIMP', symbol: 'tIMP', decimals: 18 },
@@ -12269,7 +12296,8 @@ exports.chains = {
12269
12296
  name: 'IMPERIUM MAINNET',
12270
12297
  chain: 'IMP',
12271
12298
  rpc: [
12272
- 'https://data-aws-mainnet.imperiumchain.com, https://data-aws2-mainnet.imperiumchain.com'
12299
+ 'https://data-aws-mainnet.imperiumchain.com',
12300
+ 'https://data-aws2-mainnet.imperiumchain.com'
12273
12301
  ],
12274
12302
  faucets: ['https://faucet.imperiumchain.com/'],
12275
12303
  nativeCurrency: { name: 'IMP', symbol: 'IMP', decimals: 18 },
@@ -12420,6 +12448,31 @@ exports.chains = {
12420
12448
  }
12421
12449
  ]
12422
12450
  },
12451
+ 10081: {
12452
+ name: 'Japan Open Chain Testnet',
12453
+ chain: 'JOCT',
12454
+ rpc: [
12455
+ 'https://rpc-1.testnet.japanopenchain.org:8545',
12456
+ 'https://rpc-2.testnet.japanopenchain.org:8545'
12457
+ ],
12458
+ faucets: [],
12459
+ nativeCurrency: {
12460
+ name: 'Japan Open Chain Testnet Token',
12461
+ symbol: 'JOCT',
12462
+ decimals: 18
12463
+ },
12464
+ infoURL: 'https://www.japanopenchain.org/',
12465
+ shortName: 'joct',
12466
+ chainId: 10081,
12467
+ networkId: 10081,
12468
+ explorers: [
12469
+ {
12470
+ name: 'Testnet Block Explorer',
12471
+ url: 'https://explorer.testnet.japanopenchain.org',
12472
+ standard: 'EIP3091'
12473
+ }
12474
+ ]
12475
+ },
12423
12476
  10086: {
12424
12477
  name: 'SJATSH',
12425
12478
  chain: 'ETH',
@@ -12992,6 +13045,25 @@ exports.chains = {
12992
13045
  }
12993
13046
  ]
12994
13047
  },
13048
+ 13337: {
13049
+ name: 'Beam Testnet',
13050
+ chain: 'BEAM',
13051
+ rpc: ['https://subnets.avax.network/beam/testnet/rpc'],
13052
+ features: [{ name: 'EIP1559' }],
13053
+ faucets: [],
13054
+ nativeCurrency: { name: 'Merit Circle', symbol: 'MC', decimals: 18 },
13055
+ infoURL: 'https://gaming.meritcircle.io',
13056
+ shortName: 'BEAM',
13057
+ chainId: 13337,
13058
+ networkId: 13337,
13059
+ explorers: [
13060
+ {
13061
+ name: 'Beam Explorer',
13062
+ url: 'https://subnets-test.avax.network/beam',
13063
+ standard: 'EIP3091'
13064
+ }
13065
+ ]
13066
+ },
12995
13067
  13381: {
12996
13068
  name: 'Phoenix Mainnet',
12997
13069
  chain: 'Phoenix',
@@ -13049,6 +13121,18 @@ exports.chains = {
13049
13121
  }
13050
13122
  ]
13051
13123
  },
13124
+ 14853: {
13125
+ name: 'Humanode Testnet 5 Israfel',
13126
+ chain: 'Humanode Testnet 5',
13127
+ rpc: ['https://explorer-rpc-http.testnet5.stages.humanode.io'],
13128
+ faucets: ['https://t.me/HumanodeTestnet5FaucetBot'],
13129
+ nativeCurrency: { name: 'HMND', symbol: 'HMND', decimals: 18 },
13130
+ infoURL: 'https://humanode.io',
13131
+ shortName: 'hmnd-t5',
13132
+ chainId: 14853,
13133
+ networkId: 14853,
13134
+ explorers: []
13135
+ },
13052
13136
  15551: {
13053
13137
  name: 'LoopNetwork Mainnet',
13054
13138
  chain: 'LoopNetwork',
@@ -16715,7 +16799,7 @@ exports.chains = {
16715
16799
  221231: {
16716
16800
  name: 'Reapchain Testnet',
16717
16801
  chain: 'REAP',
16718
- rpc: ['https://test-rpc.reapchain.org'],
16802
+ rpc: ['https://test-eth.reapchain.org'],
16719
16803
  faucets: ['http://faucet.reapchain.com'],
16720
16804
  nativeCurrency: { name: 'test-Reap', symbol: 'tREAP', decimals: 18 },
16721
16805
  features: [],
@@ -17390,35 +17474,55 @@ exports.chains = {
17390
17474
  534351: {
17391
17475
  name: 'Scroll Sepolia Testnet',
17392
17476
  chain: 'ETH',
17393
- status: 'incubating',
17394
- rpc: [],
17477
+ status: 'active',
17478
+ rpc: ['https://sepolia-rpc.scroll.io/'],
17395
17479
  faucets: [],
17396
17480
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
17397
17481
  infoURL: 'https://scroll.io',
17398
17482
  shortName: 'scr-sepolia',
17399
17483
  chainId: 534351,
17400
17484
  networkId: 534351,
17401
- explorers: [],
17402
- parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
17485
+ explorers: [
17486
+ {
17487
+ name: 'Scroll Sepolia Testnet Block Explorer',
17488
+ url: 'https://sepolia-blockscout.scroll.io',
17489
+ standard: 'EIP3091'
17490
+ }
17491
+ ],
17492
+ parent: {
17493
+ type: 'L2',
17494
+ chain: 'eip155-11155111',
17495
+ bridges: [{ url: 'https://scroll.io/bridge' }]
17496
+ }
17403
17497
  },
17404
17498
  534352: {
17405
17499
  name: 'Scroll',
17406
17500
  chain: 'ETH',
17407
17501
  status: 'incubating',
17408
- rpc: [],
17502
+ rpc: ['https://rpc.scroll.io'],
17409
17503
  faucets: [],
17410
17504
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
17411
17505
  infoURL: 'https://scroll.io',
17412
17506
  shortName: 'scr',
17413
17507
  chainId: 534352,
17414
17508
  networkId: 534352,
17415
- explorers: [],
17416
- parent: { type: 'L2', chain: 'eip155-1', bridges: [] }
17509
+ explorers: [
17510
+ {
17511
+ name: 'Scroll Mainnet Block Explorer',
17512
+ url: 'https://blockscout.scroll.io',
17513
+ standard: 'EIP3091'
17514
+ }
17515
+ ],
17516
+ parent: {
17517
+ type: 'L2',
17518
+ chain: 'eip155-1',
17519
+ bridges: [{ url: 'https://scroll.io/bridge' }]
17520
+ }
17417
17521
  },
17418
17522
  534353: {
17419
17523
  name: 'Scroll Alpha Testnet',
17420
17524
  chain: 'ETH',
17421
- status: 'active',
17525
+ status: 'deprecated',
17422
17526
  rpc: ['https://alpha-rpc.scroll.io/l2'],
17423
17527
  faucets: [],
17424
17528
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -17429,12 +17533,7 @@ exports.chains = {
17429
17533
  explorers: [
17430
17534
  {
17431
17535
  name: 'Scroll Alpha Testnet Block Explorer',
17432
- url: 'https://blockscout.scroll.io',
17433
- standard: 'EIP3091'
17434
- },
17435
- {
17436
- name: 'Scroll Alpha Testnet Block Explorer',
17437
- url: 'https://scrollscan.co',
17536
+ url: 'https://alpha-blockscout.scroll.io',
17438
17537
  standard: 'EIP3091'
17439
17538
  }
17440
17539
  ],
@@ -17444,20 +17543,14 @@ exports.chains = {
17444
17543
  name: 'Scroll Pre-Alpha Testnet',
17445
17544
  chain: 'ETH',
17446
17545
  status: 'deprecated',
17447
- rpc: ['https://prealpha-rpc.scroll.io/l2'],
17448
- faucets: ['https://prealpha.scroll.io/faucet'],
17546
+ rpc: [],
17547
+ faucets: [],
17449
17548
  nativeCurrency: { name: 'Ether', symbol: 'TSETH', decimals: 18 },
17450
17549
  infoURL: 'https://scroll.io',
17451
17550
  shortName: 'scr-prealpha',
17452
17551
  chainId: 534354,
17453
17552
  networkId: 534354,
17454
- explorers: [
17455
- {
17456
- name: 'Scroll L2 Block Explorer',
17457
- url: 'https://l2scan.scroll.io',
17458
- standard: 'EIP3091'
17459
- }
17460
- ]
17553
+ explorers: []
17461
17554
  },
17462
17555
  534849: {
17463
17556
  name: 'Shinarium Beta',
@@ -17581,6 +17674,25 @@ exports.chains = {
17581
17674
  }
17582
17675
  ]
17583
17676
  },
17677
+ 761412: {
17678
+ name: 'Miexs Smartchain',
17679
+ chain: 'MiexsSmartchain',
17680
+ icon: 'miexs',
17681
+ rpc: ['https://mainnet-rpc.miexs.com'],
17682
+ faucets: [],
17683
+ nativeCurrency: { name: 'Miexs Coin', symbol: 'MIX', decimals: 18 },
17684
+ infoURL: 'https://miexs.com',
17685
+ shortName: 'Miexs',
17686
+ chainId: 761412,
17687
+ networkId: 761412,
17688
+ explorers: [
17689
+ {
17690
+ name: 'Miexs Smartchain Explorer',
17691
+ url: 'https://miexs.com',
17692
+ standard: 'EIP3091'
17693
+ }
17694
+ ]
17695
+ },
17584
17696
  800001: {
17585
17697
  name: 'OctaSpace',
17586
17698
  chain: 'OCTA',
@@ -226,6 +226,7 @@ export declare enum ChainName {
226
226
  FirechainMainnet = "Firechain Mainnet",
227
227
  'F(x)CoreMainnetNetwork' = "F(x)Core Mainnet Network",
228
228
  Candle = "Candle",
229
+ PAWCHAINTestnet = "PAWCHAIN Testnet",
229
230
  Vela1ChainMainnet = "Vela1 Chain Mainnet",
230
231
  TaoNetwork = "Tao Network",
231
232
  DogechainTestnet = "Dogechain Testnet",
@@ -638,6 +639,7 @@ export declare enum ChainName {
638
639
  SmartBitcoinCash = "Smart Bitcoin Cash",
639
640
  SmartBitcoinCashTestnet = "Smart Bitcoin Cash Testnet",
640
641
  GonChain = "Gon Chain",
642
+ JapanOpenChainTestnet = "Japan Open Chain Testnet",
641
643
  SJATSH = "SJATSH",
642
644
  BlockchainGenesisMainnet = "Blockchain Genesis Mainnet",
643
645
  GnosisChiadoTestnet = "Gnosis Chiado Testnet",
@@ -665,9 +667,11 @@ export declare enum ChainName {
665
667
  RikezaNetworkTestnet = "Rikeza Network Testnet",
666
668
  SPS = "SPS",
667
669
  CreditSmartChain = "Credit Smart Chain",
670
+ BeamTestnet = "Beam Testnet",
668
671
  PhoenixMainnet = "Phoenix Mainnet",
669
672
  Susono = "Susono",
670
673
  SPSTestnet = "SPS Testnet",
674
+ HumanodeTestnet5Israfel = "Humanode Testnet 5 Israfel",
671
675
  LoopNetworkMainnet = "LoopNetwork Mainnet",
672
676
  TrustEVMTestnet = "Trust EVM Testnet",
673
677
  EOSEVMNetworkTestnet = "EOS EVM Network Testnet",
@@ -899,6 +903,7 @@ export declare enum ChainName {
899
903
  ALLMainnet = "ALL Mainnet",
900
904
  'Vision-VpioneerTestChain' = "Vision - Vpioneer Test Chain",
901
905
  BearNetworkChainTestnet = "Bear Network Chain Testnet",
906
+ MiexsSmartchain = "Miexs Smartchain",
902
907
  OctaSpace = "OctaSpace",
903
908
  CURVEMainnet = "CURVE Mainnet",
904
909
  '4GoodNetwork' = "4GoodNetwork",
@@ -1228,6 +1233,7 @@ export declare enum ChainId {
1228
1233
  FirechainMainnet = 529,
1229
1234
  'F(x)CoreMainnetNetwork' = 530,
1230
1235
  Candle = 534,
1236
+ PAWCHAINTestnet = 542,
1231
1237
  Vela1ChainMainnet = 555,
1232
1238
  TaoNetwork = 558,
1233
1239
  DogechainTestnet = 568,
@@ -1640,6 +1646,7 @@ export declare enum ChainId {
1640
1646
  SmartBitcoinCash = 10000,
1641
1647
  SmartBitcoinCashTestnet = 10001,
1642
1648
  GonChain = 10024,
1649
+ JapanOpenChainTestnet = 10081,
1643
1650
  SJATSH = 10086,
1644
1651
  BlockchainGenesisMainnet = 10101,
1645
1652
  GnosisChiadoTestnet = 10200,
@@ -1667,9 +1674,11 @@ export declare enum ChainId {
1667
1674
  RikezaNetworkTestnet = 12715,
1668
1675
  SPS = 13000,
1669
1676
  CreditSmartChain = 13308,
1677
+ BeamTestnet = 13337,
1670
1678
  PhoenixMainnet = 13381,
1671
1679
  Susono = 13812,
1672
1680
  SPSTestnet = 14000,
1681
+ HumanodeTestnet5Israfel = 14853,
1673
1682
  LoopNetworkMainnet = 15551,
1674
1683
  TrustEVMTestnet = 15555,
1675
1684
  EOSEVMNetworkTestnet = 15557,
@@ -1901,6 +1910,7 @@ export declare enum ChainId {
1901
1910
  ALLMainnet = 651940,
1902
1911
  'Vision-VpioneerTestChain' = 666666,
1903
1912
  BearNetworkChainTestnet = 751230,
1913
+ MiexsSmartchain = 761412,
1904
1914
  OctaSpace = 800001,
1905
1915
  CURVEMainnet = 827431,
1906
1916
  '4GoodNetwork' = 846000,
package/dist/src/enums.js CHANGED
@@ -230,6 +230,7 @@ var ChainName;
230
230
  ChainName["FirechainMainnet"] = "Firechain Mainnet";
231
231
  ChainName["F(x)CoreMainnetNetwork"] = "F(x)Core Mainnet Network";
232
232
  ChainName["Candle"] = "Candle";
233
+ ChainName["PAWCHAINTestnet"] = "PAWCHAIN Testnet";
233
234
  ChainName["Vela1ChainMainnet"] = "Vela1 Chain Mainnet";
234
235
  ChainName["TaoNetwork"] = "Tao Network";
235
236
  ChainName["DogechainTestnet"] = "Dogechain Testnet";
@@ -642,6 +643,7 @@ var ChainName;
642
643
  ChainName["SmartBitcoinCash"] = "Smart Bitcoin Cash";
643
644
  ChainName["SmartBitcoinCashTestnet"] = "Smart Bitcoin Cash Testnet";
644
645
  ChainName["GonChain"] = "Gon Chain";
646
+ ChainName["JapanOpenChainTestnet"] = "Japan Open Chain Testnet";
645
647
  ChainName["SJATSH"] = "SJATSH";
646
648
  ChainName["BlockchainGenesisMainnet"] = "Blockchain Genesis Mainnet";
647
649
  ChainName["GnosisChiadoTestnet"] = "Gnosis Chiado Testnet";
@@ -669,9 +671,11 @@ var ChainName;
669
671
  ChainName["RikezaNetworkTestnet"] = "Rikeza Network Testnet";
670
672
  ChainName["SPS"] = "SPS";
671
673
  ChainName["CreditSmartChain"] = "Credit Smart Chain";
674
+ ChainName["BeamTestnet"] = "Beam Testnet";
672
675
  ChainName["PhoenixMainnet"] = "Phoenix Mainnet";
673
676
  ChainName["Susono"] = "Susono";
674
677
  ChainName["SPSTestnet"] = "SPS Testnet";
678
+ ChainName["HumanodeTestnet5Israfel"] = "Humanode Testnet 5 Israfel";
675
679
  ChainName["LoopNetworkMainnet"] = "LoopNetwork Mainnet";
676
680
  ChainName["TrustEVMTestnet"] = "Trust EVM Testnet";
677
681
  ChainName["EOSEVMNetworkTestnet"] = "EOS EVM Network Testnet";
@@ -903,6 +907,7 @@ var ChainName;
903
907
  ChainName["ALLMainnet"] = "ALL Mainnet";
904
908
  ChainName["Vision-VpioneerTestChain"] = "Vision - Vpioneer Test Chain";
905
909
  ChainName["BearNetworkChainTestnet"] = "Bear Network Chain Testnet";
910
+ ChainName["MiexsSmartchain"] = "Miexs Smartchain";
906
911
  ChainName["OctaSpace"] = "OctaSpace";
907
912
  ChainName["CURVEMainnet"] = "CURVE Mainnet";
908
913
  ChainName["4GoodNetwork"] = "4GoodNetwork";
@@ -1233,6 +1238,7 @@ var ChainId;
1233
1238
  ChainId[ChainId["FirechainMainnet"] = 529] = "FirechainMainnet";
1234
1239
  ChainId[ChainId["F(x)CoreMainnetNetwork"] = 530] = "F(x)CoreMainnetNetwork";
1235
1240
  ChainId[ChainId["Candle"] = 534] = "Candle";
1241
+ ChainId[ChainId["PAWCHAINTestnet"] = 542] = "PAWCHAINTestnet";
1236
1242
  ChainId[ChainId["Vela1ChainMainnet"] = 555] = "Vela1ChainMainnet";
1237
1243
  ChainId[ChainId["TaoNetwork"] = 558] = "TaoNetwork";
1238
1244
  ChainId[ChainId["DogechainTestnet"] = 568] = "DogechainTestnet";
@@ -1645,6 +1651,7 @@ var ChainId;
1645
1651
  ChainId[ChainId["SmartBitcoinCash"] = 10000] = "SmartBitcoinCash";
1646
1652
  ChainId[ChainId["SmartBitcoinCashTestnet"] = 10001] = "SmartBitcoinCashTestnet";
1647
1653
  ChainId[ChainId["GonChain"] = 10024] = "GonChain";
1654
+ ChainId[ChainId["JapanOpenChainTestnet"] = 10081] = "JapanOpenChainTestnet";
1648
1655
  ChainId[ChainId["SJATSH"] = 10086] = "SJATSH";
1649
1656
  ChainId[ChainId["BlockchainGenesisMainnet"] = 10101] = "BlockchainGenesisMainnet";
1650
1657
  ChainId[ChainId["GnosisChiadoTestnet"] = 10200] = "GnosisChiadoTestnet";
@@ -1672,9 +1679,11 @@ var ChainId;
1672
1679
  ChainId[ChainId["RikezaNetworkTestnet"] = 12715] = "RikezaNetworkTestnet";
1673
1680
  ChainId[ChainId["SPS"] = 13000] = "SPS";
1674
1681
  ChainId[ChainId["CreditSmartChain"] = 13308] = "CreditSmartChain";
1682
+ ChainId[ChainId["BeamTestnet"] = 13337] = "BeamTestnet";
1675
1683
  ChainId[ChainId["PhoenixMainnet"] = 13381] = "PhoenixMainnet";
1676
1684
  ChainId[ChainId["Susono"] = 13812] = "Susono";
1677
1685
  ChainId[ChainId["SPSTestnet"] = 14000] = "SPSTestnet";
1686
+ ChainId[ChainId["HumanodeTestnet5Israfel"] = 14853] = "HumanodeTestnet5Israfel";
1678
1687
  ChainId[ChainId["LoopNetworkMainnet"] = 15551] = "LoopNetworkMainnet";
1679
1688
  ChainId[ChainId["TrustEVMTestnet"] = 15555] = "TrustEVMTestnet";
1680
1689
  ChainId[ChainId["EOSEVMNetworkTestnet"] = 15557] = "EOSEVMNetworkTestnet";
@@ -1906,6 +1915,7 @@ var ChainId;
1906
1915
  ChainId[ChainId["ALLMainnet"] = 651940] = "ALLMainnet";
1907
1916
  ChainId[ChainId["Vision-VpioneerTestChain"] = 666666] = "Vision-VpioneerTestChain";
1908
1917
  ChainId[ChainId["BearNetworkChainTestnet"] = 751230] = "BearNetworkChainTestnet";
1918
+ ChainId[ChainId["MiexsSmartchain"] = 761412] = "MiexsSmartchain";
1909
1919
  ChainId[ChainId["OctaSpace"] = 800001] = "OctaSpace";
1910
1920
  ChainId[ChainId["CURVEMainnet"] = 827431] = "CURVEMainnet";
1911
1921
  ChainId[ChainId["4GoodNetwork"] = 846000] = "4GoodNetwork";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revoke.cash/chains",
3
- "version": "11.0.0",
3
+ "version": "11.1.0",
4
4
  "description": "Helper module for getting EVM chains info.",
5
5
  "author": "Revoke.cash",
6
6
  "contributors": [