eth-chainlist 0.0.197 → 0.0.199

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/CHANGELOG.md +16 -0
  2. package/data/chain.js +272 -53
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.199 (2023-08-01)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.198 ([7dba711](https://github.com/poowf/eth-chainlist/commit/7dba711b6a8a4ef690d7cbf71766ac7d8d6f3058))
9
+ * update chain data ([13a2334](https://github.com/poowf/eth-chainlist/commit/13a23344ff31fe588600f8a4f16d78aee9c6a772))
10
+
11
+ ### 0.0.198 (2023-07-29)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.197 ([fa374f7](https://github.com/poowf/eth-chainlist/commit/fa374f7cef2fb18d489cb404e9842f399e05fe2d))
17
+ * update chain data ([f64f0f0](https://github.com/poowf/eth-chainlist/commit/f64f0f0c548460ac4dfa975afb0bdc9bc7143ca4))
18
+
3
19
  ### 0.0.197 (2023-07-28)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -436,7 +436,7 @@ const chainArray = [
436
436
  redFlags: [ 'reusedChainId' ]
437
437
  },
438
438
  {
439
- name: 'Cronos Mainnet Beta',
439
+ name: 'Cronos Mainnet',
440
440
  chain: 'CRO',
441
441
  rpc: [ 'https://evm.cronos.org', 'https://cronos-evm.publicnode.com' ],
442
442
  features: [ { name: 'EIP1559' } ],
@@ -4124,6 +4124,30 @@ const chainArray = [
4124
4124
  }
4125
4125
  ]
4126
4126
  },
4127
+ {
4128
+ name: 'Obscuro Testnet',
4129
+ title: 'Obscuro Sepolia Rollup Testnet',
4130
+ chainId: 443,
4131
+ shortName: 'obs-testnet',
4132
+ chain: 'ETH',
4133
+ networkId: 443,
4134
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
4135
+ rpc: [ 'https://testnet.obscu.ro' ],
4136
+ faucets: [],
4137
+ infoURL: 'https://obscu.ro',
4138
+ explorers: [
4139
+ {
4140
+ name: 'Obscuro Sepolia Rollup Explorer',
4141
+ url: 'https://testnet.obscuroscan.io',
4142
+ standard: 'none'
4143
+ }
4144
+ ],
4145
+ parent: {
4146
+ type: 'L2',
4147
+ chain: 'eip155-5',
4148
+ bridges: [ { url: 'https://bridge.obscu.ro' } ]
4149
+ }
4150
+ },
4127
4151
  {
4128
4152
  name: 'Frenchain Testnet',
4129
4153
  chain: 'tfren',
@@ -4471,39 +4495,71 @@ const chainArray = [
4471
4495
  ]
4472
4496
  },
4473
4497
  {
4474
- name: 'Acala Mandala Testnet',
4498
+ name: 'Acala Mandala Testnet TC9',
4475
4499
  chain: 'mACA',
4476
- rpc: [],
4500
+ rpc: [
4501
+ 'https://eth-rpc-tc9.aca-staging.network',
4502
+ 'wss://eth-rpc-tc9.aca-staging.network'
4503
+ ],
4504
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
4477
4505
  faucets: [],
4478
4506
  nativeCurrency: { name: 'Acala Mandala Token', symbol: 'mACA', decimals: 18 },
4479
4507
  infoURL: 'https://acala.network',
4480
4508
  shortName: 'maca',
4481
4509
  chainId: 595,
4482
- networkId: 595
4510
+ networkId: 595,
4511
+ slip44: 595,
4512
+ explorers: [
4513
+ {
4514
+ name: 'blockscout',
4515
+ url: 'https://blockscout.mandala.aca-staging.network',
4516
+ standard: 'EIP3091'
4517
+ }
4518
+ ]
4483
4519
  },
4484
4520
  {
4485
4521
  name: 'Karura Network Testnet',
4486
4522
  chain: 'KAR',
4487
- rpc: [],
4523
+ rpc: [
4524
+ 'https://eth-rpc-karura-testnet.aca-staging.network',
4525
+ 'wss://eth-rpc-karura-testnet.aca-staging.network'
4526
+ ],
4488
4527
  faucets: [],
4489
4528
  nativeCurrency: { name: 'Karura Token', symbol: 'KAR', decimals: 18 },
4490
4529
  infoURL: 'https://karura.network',
4491
4530
  shortName: 'tkar',
4492
4531
  chainId: 596,
4493
4532
  networkId: 596,
4494
- slip44: 596
4533
+ slip44: 596,
4534
+ explorers: [
4535
+ {
4536
+ name: 'blockscout',
4537
+ url: 'https://blockscout.karura-testnet.aca-staging.network',
4538
+ standard: 'EIP3091'
4539
+ }
4540
+ ]
4495
4541
  },
4496
4542
  {
4497
4543
  name: 'Acala Network Testnet',
4498
4544
  chain: 'ACA',
4499
- rpc: [],
4545
+ rpc: [
4546
+ 'https://eth-rpc-acala-testnet.aca-staging.network',
4547
+ 'wss://eth-rpc-acala-testnet.aca-staging.network'
4548
+ ],
4500
4549
  faucets: [],
4501
4550
  nativeCurrency: { name: 'Acala Token', symbol: 'ACA', decimals: 18 },
4502
4551
  infoURL: 'https://acala.network',
4503
4552
  shortName: 'taca',
4504
4553
  chainId: 597,
4505
4554
  networkId: 597,
4506
- slip44: 597
4555
+ slip44: 597,
4556
+ explorers: [
4557
+ {
4558
+ name: 'blockscout',
4559
+ url: 'https://blockscout.acala-dev.aca-dev.network',
4560
+ standard: 'EIP3091'
4561
+ }
4562
+ ]
4507
4563
  },
4508
4564
  {
4509
4565
  name: 'Metis Goerli Testnet',
@@ -4543,6 +4599,28 @@ const chainArray = [
4543
4599
  chainId: 600,
4544
4600
  networkId: 600
4545
4601
  },
4602
+ {
4603
+ name: 'PEER Testnet',
4604
+ chain: 'PEER',
4605
+ rpc: [
4606
+ 'http://testnet-polka-host-232813573.us-west-1.elb.amazonaws.com'
4607
+ ],
4608
+ faucets: [ 'https://testnet.peer.inc' ],
4609
+ nativeCurrency: { name: 'PEER Token', symbol: 'PEER', decimals: 18 },
4610
+ infoURL: 'https://peer.inc',
4611
+ shortName: 'PEER',
4612
+ chainId: 601,
4613
+ networkId: 601,
4614
+ icon: 'peer',
4615
+ explorers: [
4616
+ {
4617
+ name: 'PEER Explorer',
4618
+ url: 'https://testnet.peer.inc',
4619
+ standard: 'none',
4620
+ icon: 'peer'
4621
+ }
4622
+ ]
4623
+ },
4546
4624
  {
4547
4625
  name: 'Graphlinq Blockchain Mainnet',
4548
4626
  chain: 'GLQ Blockchain',
@@ -4643,14 +4721,25 @@ const chainArray = [
4643
4721
  {
4644
4722
  name: 'Karura Network',
4645
4723
  chain: 'KAR',
4646
- rpc: [],
4724
+ rpc: [
4725
+ 'https://eth-rpc-karura.aca-api.network',
4726
+ 'wss://eth-rpc-karura.aca-api.network'
4727
+ ],
4728
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
4647
4729
  faucets: [],
4648
4730
  nativeCurrency: { name: 'Karura Token', symbol: 'KAR', decimals: 18 },
4649
- infoURL: 'https://karura.network',
4731
+ infoURL: 'https://acala.network/karura',
4650
4732
  shortName: 'kar',
4651
4733
  chainId: 686,
4652
4734
  networkId: 686,
4653
- slip44: 686
4735
+ slip44: 686,
4736
+ explorers: [
4737
+ {
4738
+ name: 'blockscout',
4739
+ url: 'https://blockscout.karura.network',
4740
+ standard: 'EIP3091'
4741
+ }
4742
+ ]
4654
4743
  },
4655
4744
  {
4656
4745
  name: 'Star Social Testnet',
@@ -4882,14 +4971,25 @@ const chainArray = [
4882
4971
  {
4883
4972
  name: 'Acala Network',
4884
4973
  chain: 'ACA',
4885
- rpc: [],
4974
+ rpc: [
4975
+ 'https://eth-rpc-acala.aca-api.network',
4976
+ 'wss://eth-rpc-acala.aca-api.network'
4977
+ ],
4978
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
4886
4979
  faucets: [],
4887
4980
  nativeCurrency: { name: 'Acala Token', symbol: 'ACA', decimals: 18 },
4888
4981
  infoURL: 'https://acala.network',
4889
4982
  shortName: 'aca',
4890
4983
  chainId: 787,
4891
4984
  networkId: 787,
4892
- slip44: 787
4985
+ slip44: 787,
4986
+ explorers: [
4987
+ {
4988
+ name: 'blockscout',
4989
+ url: 'https://blockscout.acala.network',
4990
+ standard: 'EIP3091'
4991
+ }
4992
+ ]
4893
4993
  },
4894
4994
  {
4895
4995
  name: 'Aerochain Testnet',
@@ -5913,6 +6013,26 @@ const chainArray = [
5913
6013
  }
5914
6014
  ]
5915
6015
  },
6016
+ {
6017
+ name: 'Mintara Mainnet',
6018
+ title: 'Mintara Mainnet',
6019
+ chain: 'Mintara',
6020
+ icon: 'mintara',
6021
+ rpc: [ 'https://subnets.avax.network/mintara/mainnet/rpc' ],
6022
+ faucets: [],
6023
+ nativeCurrency: { name: 'MINTARA', symbol: 'MNTR', decimals: 18 },
6024
+ infoURL: 'https://playthink.co.jp',
6025
+ shortName: 'mintara',
6026
+ chainId: 1080,
6027
+ networkId: 1080,
6028
+ explorers: [
6029
+ {
6030
+ name: 'explorer',
6031
+ url: 'https://subnets.avax.network/mintara',
6032
+ standard: 'EIP3091'
6033
+ }
6034
+ ]
6035
+ },
5916
6036
  {
5917
6037
  name: 'Metis Andromeda Mainnet',
5918
6038
  chain: 'ETH',
@@ -6790,6 +6910,26 @@ const chainArray = [
6790
6910
  }
6791
6911
  ]
6792
6912
  },
6913
+ {
6914
+ name: 'Kalar Chain Mainnet',
6915
+ chain: 'KLC',
6916
+ icon: 'kalarchain',
6917
+ rpc: [ 'http://rpc-api.kalarchain.tech' ],
6918
+ faucets: [],
6919
+ nativeCurrency: { name: 'Kalar', symbol: 'KLC', decimals: 18 },
6920
+ infoURL: 'https://kalarchain.tech',
6921
+ shortName: 'KLC',
6922
+ chainId: 1379,
6923
+ networkId: 1379,
6924
+ explorers: [
6925
+ {
6926
+ name: 'kalarscan',
6927
+ url: 'https://explorer.kalarchain.tech',
6928
+ icon: 'kalarscan',
6929
+ standard: 'EIP3091'
6930
+ }
6931
+ ]
6932
+ },
6793
6933
  {
6794
6934
  name: 'AmStar Mainnet',
6795
6935
  chain: 'AmStar',
@@ -10132,6 +10272,17 @@ const chainArray = [
10132
10272
  }
10133
10273
  ]
10134
10274
  },
10275
+ {
10276
+ name: 'Arcturus Chain Testnet',
10277
+ chain: 'ARCTURUS',
10278
+ rpc: [ 'http://185.99.196.3:8545' ],
10279
+ faucets: [],
10280
+ nativeCurrency: { name: 'Test Arct', symbol: 'tARCT', decimals: 18 },
10281
+ infoURL: 'https://arcturuschain.io',
10282
+ shortName: 'ARCT',
10283
+ chainId: 5616,
10284
+ networkId: 5616
10285
+ },
10135
10286
  {
10136
10287
  name: 'Syscoin Tanenbaum Testnet',
10137
10288
  chain: 'SYS',
@@ -10533,10 +10684,10 @@ const chainArray = [
10533
10684
  ]
10534
10685
  },
10535
10686
  {
10536
- name: 'ZetaChain Athens Testnet',
10687
+ name: 'ZetaChain Athens 3 Testnet',
10537
10688
  chain: 'ZetaChain',
10538
10689
  icon: 'zetachain',
10539
- rpc: [ 'https://api.athens2.zetachain.com/evm' ],
10690
+ rpc: [ 'https://rpc.ankr.com/zetachain_evm_athens_testnet' ],
10540
10691
  faucets: [ 'https://labs.zetachain.com/get-zeta' ],
10541
10692
  nativeCurrency: { name: 'Zeta', symbol: 'aZETA', decimals: 18 },
10542
10693
  infoURL: 'https://zetachain.com/docs',
@@ -10547,7 +10698,7 @@ const chainArray = [
10547
10698
  explorers: [
10548
10699
  {
10549
10700
  name: 'ZetaChain Athens Testnet Explorer',
10550
- url: 'https://explorer.athens.zetachain.com',
10701
+ url: 'https://athens3.explorer.zetachain.com',
10551
10702
  standard: 'none'
10552
10703
  },
10553
10704
  {
@@ -11280,7 +11431,7 @@ const chainArray = [
11280
11431
  {
11281
11432
  name: 'Base',
11282
11433
  chain: 'ETH',
11283
- rpc: [ 'https://developer-access-mainnet.base.org/' ],
11434
+ rpc: [ 'https://mainnet.base.org/' ],
11284
11435
  faucets: [],
11285
11436
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
11286
11437
  infoURL: 'https://base.org',
@@ -11902,6 +12053,50 @@ const chainArray = [
11902
12053
  networkId: 9792,
11903
12054
  explorers: []
11904
12055
  },
12056
+ {
12057
+ name: 'IMPERIUM TESTNET',
12058
+ chain: 'tIMP',
12059
+ rpc: [
12060
+ 'https://data-aws-testnet.imperiumchain.com, https://data-aws2-testnet.imperiumchain.com'
12061
+ ],
12062
+ faucets: [ 'https://faucet.imperiumchain.com/' ],
12063
+ nativeCurrency: { name: 'tIMP', symbol: 'tIMP', decimals: 18 },
12064
+ infoURL: 'https://imperiumchain.com',
12065
+ shortName: 'tIMP',
12066
+ chainId: 9818,
12067
+ networkId: 9818,
12068
+ icon: 'timp',
12069
+ explorers: [
12070
+ {
12071
+ name: 'IMPERIUM TESTNET Explorer',
12072
+ icon: 'timp',
12073
+ url: 'https://network.impscan.com',
12074
+ standard: 'none'
12075
+ }
12076
+ ]
12077
+ },
12078
+ {
12079
+ name: 'IMPERIUM MAINNET',
12080
+ chain: 'IMP',
12081
+ rpc: [
12082
+ 'https://data-aws-mainnet.imperiumchain.com, https://data-aws2-mainnet.imperiumchain.com'
12083
+ ],
12084
+ faucets: [ 'https://faucet.imperiumchain.com/' ],
12085
+ nativeCurrency: { name: 'IMP', symbol: 'IMP', decimals: 18 },
12086
+ infoURL: 'https://imperiumchain.com',
12087
+ shortName: 'IMP',
12088
+ chainId: 9819,
12089
+ networkId: 9819,
12090
+ icon: 'imp',
12091
+ explorers: [
12092
+ {
12093
+ name: 'IMPERIUM Explorer',
12094
+ icon: 'imp',
12095
+ url: 'https://impscan.com',
12096
+ standard: 'none'
12097
+ }
12098
+ ]
12099
+ },
11905
12100
  {
11906
12101
  name: 'Mind Smart Chain Testnet',
11907
12102
  chain: 'tMIND',
@@ -18656,10 +18851,19 @@ const chainArray = [
18656
18851
  {
18657
18852
  name: 'Harmony Mainnet Shard 0',
18658
18853
  chain: 'Harmony',
18659
- rpc: [ 'https://api.harmony.one', 'https://api.s0.t.hmny.io' ],
18660
- faucets: [ 'https://free-online-app.com/faucet-for-eth-evm-chains/' ],
18854
+ rpc: [
18855
+ 'https://api.harmony.one',
18856
+ 'https://a.api.s0.t.hmny.io',
18857
+ 'https://api.s0.t.hmny.io',
18858
+ 'https://rpc.ankr.com/harmony',
18859
+ 'https://harmony.api.onfinality.io/public',
18860
+ 'https://1rpc.io/one'
18861
+ ],
18862
+ faucets: [],
18661
18863
  nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
18662
18864
  infoURL: 'https://www.harmony.one/',
18865
+ slip44: 1023,
18866
+ ens: { registry: '0x4cd2563118e57b19179d8dc033f2b0c5b5d69ff5' },
18663
18867
  shortName: 'hmy-s0',
18664
18868
  chainId: 1666600000,
18665
18869
  networkId: 1666600000,
@@ -18678,9 +18882,17 @@ const chainArray = [
18678
18882
  faucets: [],
18679
18883
  nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
18680
18884
  infoURL: 'https://www.harmony.one/',
18885
+ slip44: 1023,
18681
18886
  shortName: 'hmy-s1',
18682
18887
  chainId: 1666600001,
18683
- networkId: 1666600001
18888
+ networkId: 1666600001,
18889
+ explorers: [
18890
+ {
18891
+ name: 'Harmony Block Explorer',
18892
+ url: 'https://explorer.harmony.one/blocks/shard/1',
18893
+ standard: 'none'
18894
+ }
18895
+ ]
18684
18896
  },
18685
18897
  {
18686
18898
  name: 'Harmony Mainnet Shard 2',
@@ -18689,9 +18901,17 @@ const chainArray = [
18689
18901
  faucets: [],
18690
18902
  nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
18691
18903
  infoURL: 'https://www.harmony.one/',
18904
+ slip44: 1023,
18692
18905
  shortName: 'hmy-s2',
18693
18906
  chainId: 1666600002,
18694
- networkId: 1666600002
18907
+ networkId: 1666600002,
18908
+ explorers: [
18909
+ {
18910
+ name: 'Harmony Block Explorer',
18911
+ url: 'https://explorer.harmony.one/blocks/shard/2',
18912
+ standard: 'none'
18913
+ }
18914
+ ]
18695
18915
  },
18696
18916
  {
18697
18917
  name: 'Harmony Mainnet Shard 3',
@@ -18700,9 +18920,17 @@ const chainArray = [
18700
18920
  faucets: [],
18701
18921
  nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
18702
18922
  infoURL: 'https://www.harmony.one/',
18923
+ slip44: 1023,
18703
18924
  shortName: 'hmy-s3',
18704
18925
  chainId: 1666600003,
18705
- networkId: 1666600003
18926
+ networkId: 1666600003,
18927
+ explorers: [
18928
+ {
18929
+ name: 'Harmony Block Explorer',
18930
+ url: 'https://explorer.harmony.one/blocks/shard/3',
18931
+ standard: 'none'
18932
+ }
18933
+ ]
18706
18934
  },
18707
18935
  {
18708
18936
  name: 'Harmony Testnet Shard 0',
@@ -18717,7 +18945,7 @@ const chainArray = [
18717
18945
  explorers: [
18718
18946
  {
18719
18947
  name: 'Harmony Testnet Block Explorer',
18720
- url: 'https://explorer.pops.one',
18948
+ url: 'https://explorer.testnet.harmony.one',
18721
18949
  standard: 'EIP3091'
18722
18950
  }
18723
18951
  ]
@@ -18726,52 +18954,43 @@ const chainArray = [
18726
18954
  name: 'Harmony Testnet Shard 1',
18727
18955
  chain: 'Harmony',
18728
18956
  rpc: [ 'https://api.s1.b.hmny.io' ],
18729
- faucets: [],
18957
+ faucets: [ 'https://faucet.pops.one' ],
18730
18958
  nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
18731
18959
  infoURL: 'https://www.harmony.one/',
18732
18960
  shortName: 'hmy-b-s1',
18733
18961
  chainId: 1666700001,
18734
- networkId: 1666700001
18962
+ networkId: 1666700001,
18963
+ explorers: [
18964
+ {
18965
+ name: 'Harmony Block Explorer',
18966
+ url: 'https://explorer.testnet.harmony.one',
18967
+ standard: 'none'
18968
+ }
18969
+ ]
18735
18970
  },
18736
18971
  {
18737
- name: 'Harmony Testnet Shard 2',
18972
+ name: 'Harmony Devnet Shard 0',
18738
18973
  chain: 'Harmony',
18739
- rpc: [ 'https://api.s2.b.hmny.io' ],
18974
+ rpc: [ 'https://api.s0.ps.hmny.io' ],
18740
18975
  faucets: [],
18741
18976
  nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
18742
18977
  infoURL: 'https://www.harmony.one/',
18743
- shortName: 'hmy-b-s2',
18744
- chainId: 1666700002,
18745
- networkId: 1666700002
18978
+ shortName: 'hmy-ps-s0',
18979
+ chainId: 1666900000,
18980
+ networkId: 1666900000,
18981
+ explorers: []
18746
18982
  },
18747
18983
  {
18748
- name: 'Harmony Testnet Shard 3',
18984
+ name: 'Harmony Devnet Shard 1',
18749
18985
  chain: 'Harmony',
18750
- rpc: [ 'https://api.s3.b.hmny.io' ],
18986
+ rpc: [ 'https://api.s1.ps.hmny.io' ],
18751
18987
  faucets: [],
18752
18988
  nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
18753
18989
  infoURL: 'https://www.harmony.one/',
18754
- shortName: 'hmy-b-s3',
18755
- chainId: 1666700003,
18756
- networkId: 1666700003
18757
- },
18758
- {
18759
- name: 'Harmony Devnet Shard 0',
18760
- chain: 'Harmony',
18761
- rpc: [ 'https://api.s1.ps.hmny.io', 'https://api.s1.ps.hmny.io' ],
18762
- faucets: [ 'http://dev.faucet.easynode.one/' ],
18763
- nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
18764
- infoURL: 'https://www.harmony.one/',
18765
- shortName: 'hmy-ps-s0',
18766
- chainId: 1666900000,
18767
- networkId: 1666900000,
18768
- explorers: [
18769
- {
18770
- name: 'Harmony Block Explorer',
18771
- url: 'https://explorer.ps.hmny.io',
18772
- standard: 'EIP3091'
18773
- }
18774
- ]
18990
+ shortName: 'hmy-ps-s1',
18991
+ chainId: 1666900001,
18992
+ networkId: 1666900001,
18993
+ explorers: []
18775
18994
  },
18776
18995
  {
18777
18996
  name: 'DataHopper',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.197",
3
+ "version": "0.0.199",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {