eth-chainlist 0.0.417 → 0.0.419

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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.419 (2024-06-02)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.418 ([4f09a33](https://github.com/poowf/eth-chainlist/commit/4f09a338fd029c02fc8e9414809050fa9fd77c9a))
9
+ * update chain data ([27aff3f](https://github.com/poowf/eth-chainlist/commit/27aff3f201ca80d7680025b462db48646c1bfb77))
10
+
11
+ ### 0.0.418 (2024-06-01)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.417 ([7998165](https://github.com/poowf/eth-chainlist/commit/7998165b7a24fb16a203cdbfef2f63891b4d68ee))
17
+ * update chain data ([5a2d1ec](https://github.com/poowf/eth-chainlist/commit/5a2d1ec3701fa142bbc0dd86e6296897a1addd44))
18
+
3
19
  ### 0.0.417 (2024-05-31)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -9700,6 +9700,25 @@ const chainArray = [
9700
9700
  }
9701
9701
  ]
9702
9702
  },
9703
+ {
9704
+ name: 'Sei Network',
9705
+ chain: 'Sei',
9706
+ rpc: [ 'https://evm-rpc.sei-apis.com', 'wss://evm-ws.sei-apis.com' ],
9707
+ faucets: [],
9708
+ nativeCurrency: { name: 'Sei', symbol: 'SEI', decimals: 18 },
9709
+ infoURL: 'https://www.sei.io',
9710
+ shortName: 'sei',
9711
+ chainId: 1329,
9712
+ networkId: 1329,
9713
+ icon: 'seiv2',
9714
+ explorers: [
9715
+ {
9716
+ name: 'Seitrace',
9717
+ url: 'https://seitrace.com',
9718
+ standard: 'EIP3091'
9719
+ }
9720
+ ]
9721
+ },
9703
9722
  {
9704
9723
  name: 'Geth Testnet',
9705
9724
  title: 'Go Ethereum (Geth) Private Testnet',
@@ -14622,8 +14641,8 @@ const chainArray = [
14622
14641
  {
14623
14642
  name: 'Nahmii 3 Mainnet',
14624
14643
  chain: 'Nahmii',
14625
- rpc: [],
14626
- status: 'incubating',
14644
+ rpc: [ 'https://rpc.n3.nahmii.io' ],
14645
+ status: 'active',
14627
14646
  faucets: [],
14628
14647
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
14629
14648
  infoURL: 'https://nahmii.io',
@@ -14631,18 +14650,27 @@ const chainArray = [
14631
14650
  chainId: 4061,
14632
14651
  networkId: 4061,
14633
14652
  icon: 'nahmii',
14653
+ explorers: [
14654
+ {
14655
+ name: 'Nahmii 3 Mainnet Explorer',
14656
+ url: 'https://explorer.nahmii.io',
14657
+ icon: 'nahmii',
14658
+ standard: 'EIP3091'
14659
+ }
14660
+ ],
14634
14661
  parent: {
14635
14662
  type: 'L2',
14636
14663
  chain: 'eip155-1',
14637
- bridges: [ { url: 'https://bridge.nahmii.io' } ]
14664
+ bridges: [ { url: 'https://accounts.nahmii.io' } ]
14638
14665
  }
14639
14666
  },
14640
14667
  {
14641
14668
  name: 'Nahmii 3 Testnet',
14642
14669
  chain: 'Nahmii',
14643
- rpc: [ 'https://ngeth.testnet.n3.nahmii.io' ],
14670
+ rpc: [ 'https://rpc.testnet.nahmii.io' ],
14671
+ status: 'active',
14644
14672
  faucets: [],
14645
- nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
14673
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
14646
14674
  infoURL: 'https://nahmii.io',
14647
14675
  shortName: 'Nahmii3Testnet',
14648
14676
  chainId: 4062,
@@ -14652,15 +14680,15 @@ const chainArray = [
14652
14680
  explorers: [
14653
14681
  {
14654
14682
  name: 'Nahmii 3 Testnet Explorer',
14655
- url: 'https://explorer.testnet.n3.nahmii.io',
14683
+ url: 'https://explorer.testnet.nahmii.io',
14656
14684
  icon: 'nahmii',
14657
14685
  standard: 'EIP3091'
14658
14686
  }
14659
14687
  ],
14660
14688
  parent: {
14661
14689
  type: 'L2',
14662
- chain: 'eip155-3',
14663
- bridges: [ { url: 'https://bridge.testnet.n3.nahmii.io' } ]
14690
+ chain: 'eip155-11155111',
14691
+ bridges: [ { url: 'https://accounts.testnet.nahmii.io' } ]
14664
14692
  }
14665
14693
  },
14666
14694
  {
@@ -15837,9 +15865,10 @@ const chainArray = [
15837
15865
  ]
15838
15866
  },
15839
15867
  {
15840
- name: 'Nahmii Mainnet',
15868
+ name: 'Nahmii 2 Mainnet',
15841
15869
  chain: 'Nahmii',
15842
15870
  rpc: [ 'https://l2.nahmii.io' ],
15871
+ status: 'active',
15843
15872
  faucets: [],
15844
15873
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
15845
15874
  infoURL: 'https://nahmii.io',
@@ -15849,8 +15878,8 @@ const chainArray = [
15849
15878
  icon: 'nahmii',
15850
15879
  explorers: [
15851
15880
  {
15852
- name: 'Nahmii mainnet explorer',
15853
- url: 'https://explorer.nahmii.io',
15881
+ name: 'Nahmii 2 Mainnet Explorer',
15882
+ url: 'https://explorer.n2.nahmii.io',
15854
15883
  icon: 'nahmii',
15855
15884
  standard: 'EIP3091'
15856
15885
  }
@@ -15858,13 +15887,14 @@ const chainArray = [
15858
15887
  parent: {
15859
15888
  type: 'L2',
15860
15889
  chain: 'eip155-1',
15861
- bridges: [ { url: 'https://bridge.nahmii.io' } ]
15890
+ bridges: [ { url: 'https://n2.bridge.nahmii.io' } ]
15862
15891
  }
15863
15892
  },
15864
15893
  {
15865
- name: 'Nahmii Testnet',
15894
+ name: 'Nahmii 2 Testnet',
15866
15895
  chain: 'Nahmii',
15867
15896
  rpc: [ 'https://l2.testnet.nahmii.io' ],
15897
+ status: 'deprecated',
15868
15898
  faucets: [],
15869
15899
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
15870
15900
  infoURL: 'https://nahmii.io',
@@ -16344,6 +16374,27 @@ const chainArray = [
16344
16374
  }
16345
16375
  ]
16346
16376
  },
16377
+ {
16378
+ name: 'Aura Mainnet',
16379
+ chain: 'Aura',
16380
+ rpc: [ 'https://jsonrpc.aura.network' ],
16381
+ faucets: [],
16382
+ nativeCurrency: { name: 'Aura', symbol: 'AURA', decimals: 18 },
16383
+ infoURL: 'https://aura.network',
16384
+ shortName: 'aura',
16385
+ chainId: 6322,
16386
+ networkId: 6322,
16387
+ slip44: 1,
16388
+ icon: 'aura',
16389
+ explorers: [
16390
+ {
16391
+ name: 'Aurascan Explorer',
16392
+ url: 'https://aurascan.io',
16393
+ standard: 'none',
16394
+ icon: 'aura'
16395
+ }
16396
+ ]
16397
+ },
16347
16398
  {
16348
16399
  name: 'Digit Soul Smart Chain',
16349
16400
  chain: 'DGS',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.417",
3
+ "version": "0.0.419",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {