eth-chainlist 0.0.415 → 0.0.416

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.416 (2024-05-30)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.415 ([5eef2e1](https://github.com/poowf/eth-chainlist/commit/5eef2e1fc56dc35e60be1a744b2301ffad3fb3a6))
9
+ * update chain data ([21881da](https://github.com/poowf/eth-chainlist/commit/21881da46e29ee42e15eb2cf00a9c4137a44b720))
10
+
3
11
  ### 0.0.415 (2024-05-29)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -2983,6 +2983,25 @@ const chainArray = [
2983
2983
  bridges: [ { url: 'https://bridge.soraai.bot' } ]
2984
2984
  }
2985
2985
  },
2986
+ {
2987
+ name: 'Flag Mainnet',
2988
+ chain: 'Flag',
2989
+ icon: 'flag',
2990
+ rpc: [ 'https://mainnet-rpc.flagscan.xyz' ],
2991
+ faucets: [],
2992
+ nativeCurrency: { name: 'Flag', symbol: 'FLAG', decimals: 18 },
2993
+ infoURL: 'https://flagscan.xyz',
2994
+ shortName: 'FLAG',
2995
+ chainId: 147,
2996
+ networkId: 147,
2997
+ explorers: [
2998
+ {
2999
+ name: 'Flag Mainnet Explorer',
3000
+ url: 'https://flagscan.xyz',
3001
+ standard: 'EIP3091'
3002
+ }
3003
+ ]
3004
+ },
2986
3005
  {
2987
3006
  name: 'ShimmerEVM',
2988
3007
  title: 'ShimmerEVM',
@@ -8953,6 +8972,25 @@ const chainArray = [
8953
8972
  networkId: 1140,
8954
8973
  slip44: 1
8955
8974
  },
8975
+ {
8976
+ name: 'Flag Testnet',
8977
+ chain: 'Flag',
8978
+ icon: 'flag',
8979
+ rpc: [ 'https://testnet-rpc.flagscan.xyz' ],
8980
+ faucets: [ 'https://faucet.flagscan.xyz' ],
8981
+ nativeCurrency: { name: 'Flag Testnet', symbol: 'FLAG', decimals: 18 },
8982
+ infoURL: 'https://testnet-explorer.flagscan.xyz',
8983
+ shortName: 'tFLAG',
8984
+ chainId: 1147,
8985
+ networkId: 1147,
8986
+ explorers: [
8987
+ {
8988
+ name: 'Flag Testnet Explorer',
8989
+ url: 'https://testnet-explorer.flagscan.xyz',
8990
+ standard: 'EIP3091'
8991
+ }
8992
+ ]
8993
+ },
8956
8994
  {
8957
8995
  name: 'Symplexia Smart Chain',
8958
8996
  chain: 'Plexchain',
@@ -9768,6 +9806,29 @@ const chainArray = [
9768
9806
  }
9769
9807
  ]
9770
9808
  },
9809
+ {
9810
+ name: 'Ramestta Mainnet',
9811
+ chain: 'Ramestta',
9812
+ icon: 'ramestta',
9813
+ rpc: [
9814
+ 'https://blockchain.ramestta.com',
9815
+ 'https://blockchain2.ramestta.com'
9816
+ ],
9817
+ faucets: [],
9818
+ nativeCurrency: { name: 'Rama', symbol: 'RAMA', decimals: 18 },
9819
+ infoURL: 'https://www.ramestta.com',
9820
+ shortName: 'RAMA',
9821
+ chainId: 1370,
9822
+ networkId: 1370,
9823
+ explorers: [
9824
+ {
9825
+ name: 'ramascan',
9826
+ url: 'https://ramascan.com',
9827
+ icon: 'ramestta',
9828
+ standard: 'EIP3091'
9829
+ }
9830
+ ]
9831
+ },
9771
9832
  {
9772
9833
  name: 'Kalar Chain',
9773
9834
  chain: 'KLC',
@@ -10530,6 +10591,33 @@ const chainArray = [
10530
10591
  }
10531
10592
  ]
10532
10593
  },
10594
+ {
10595
+ name: 'ZKBase Sepolia Testnet',
10596
+ chain: 'ETH',
10597
+ rpc: [ 'https://sepolia-rpc.zkbase.app' ],
10598
+ faucets: [],
10599
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
10600
+ infoURL: 'https://zkbase.org/',
10601
+ shortName: 'zkbase-sepolia',
10602
+ chainId: 1789,
10603
+ networkId: 1789,
10604
+ slip44: 1,
10605
+ icon: 'zkbase',
10606
+ explorers: [
10607
+ {
10608
+ name: 'ZKbase Block Explorer',
10609
+ url: 'https://sepolia-explorer.zkbase.app',
10610
+ icon: 'zkbase',
10611
+ standard: 'EIP3091'
10612
+ }
10613
+ ],
10614
+ parent: {
10615
+ type: 'L2',
10616
+ chain: 'eip155-1',
10617
+ bridges: [ { url: 'https://portral.zkbase.app/' } ]
10618
+ },
10619
+ redFlags: [ 'reusedChainId' ]
10620
+ },
10533
10621
  {
10534
10622
  name: 'Kerleano',
10535
10623
  title: 'Proof of Climate awaReness testnet',
@@ -15639,6 +15727,24 @@ const chainArray = [
15639
15727
  }
15640
15728
  ]
15641
15729
  },
15730
+ {
15731
+ name: 'Settlus Testnet',
15732
+ chain: 'Settlus',
15733
+ rpc: [ 'https://settlus-test-eth.settlus.io' ],
15734
+ faucets: [ 'https://faucet.settlus.io' ],
15735
+ nativeCurrency: { name: 'Setl', symbol: 'SETL', decimals: 18 },
15736
+ infoURL: 'https://settlus.org',
15737
+ shortName: 'settlus-testnet',
15738
+ chainId: 5372,
15739
+ networkId: 5372,
15740
+ explorers: [
15741
+ {
15742
+ name: 'Settlus Scan',
15743
+ url: 'https://testnet.settlus.network',
15744
+ standard: 'EIP3091'
15745
+ }
15746
+ ]
15747
+ },
15642
15748
  {
15643
15749
  name: 'edeXa Mainnet',
15644
15750
  chain: 'edeXa Network',
@@ -16700,6 +16806,26 @@ const chainArray = [
16700
16806
  }
16701
16807
  ]
16702
16808
  },
16809
+ {
16810
+ name: 'XPLA Verse',
16811
+ chain: 'XPLA Verse',
16812
+ icon: 'xpla_verse',
16813
+ rpc: [ 'https://rpc-xpla-verse.xpla.dev' ],
16814
+ faucets: [],
16815
+ nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
16816
+ infoURL: 'https://www.xpla.io',
16817
+ shortName: 'XPLAVERSE',
16818
+ chainId: 7300,
16819
+ networkId: 7300,
16820
+ explorers: [
16821
+ {
16822
+ name: 'XPLA Verse Explorer',
16823
+ url: 'https://explorer-xpla-verse.xpla.dev',
16824
+ standard: 'EIP3091'
16825
+ }
16826
+ ],
16827
+ parent: { type: 'L2', chain: 'eip155-248' }
16828
+ },
16703
16829
  {
16704
16830
  name: 'KLYNTAR',
16705
16831
  chain: 'KLY',
@@ -17619,6 +17745,27 @@ const chainArray = [
17619
17745
  networkId: 8285,
17620
17746
  slip44: 1
17621
17747
  },
17748
+ {
17749
+ name: 'Lorenzo',
17750
+ chain: 'Lorenzo',
17751
+ rpc: [ 'https://rpc.lorenzo-protocol.xyz' ],
17752
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
17753
+ faucets: [],
17754
+ nativeCurrency: { name: 'Lorenzo stBTC', symbol: 'stBTC', decimals: 18 },
17755
+ infoURL: 'https://www.lorenzo-protocol.xyz/',
17756
+ shortName: 'lrz',
17757
+ chainId: 8329,
17758
+ networkId: 8329,
17759
+ icon: 'lorenzo',
17760
+ explorers: [
17761
+ {
17762
+ name: 'Lorenzo Explorer',
17763
+ url: 'https://scan.lorenzo-protocol.xyz',
17764
+ standard: 'none',
17765
+ icon: 'lorenzo'
17766
+ }
17767
+ ]
17768
+ },
17622
17769
  {
17623
17770
  name: 'Dracones Financial Services',
17624
17771
  title: 'The Dracones Mainnet',
@@ -19411,6 +19558,25 @@ const chainArray = [
19411
19558
  }
19412
19559
  ]
19413
19560
  },
19561
+ {
19562
+ name: 'Jiritsu Testnet Subnet',
19563
+ chain: 'JIRITSUTES',
19564
+ rpc: [ 'https://subnets.avax.network/jiritsutes/testnet/rpc' ],
19565
+ features: [ { name: 'EIP1559' } ],
19566
+ faucets: [],
19567
+ nativeCurrency: { name: 'JIRI', symbol: 'TZW', decimals: 18 },
19568
+ infoURL: 'https://jiritsu.network',
19569
+ shortName: 'jiritsutes',
19570
+ chainId: 11227,
19571
+ networkId: 11227,
19572
+ explorers: [
19573
+ {
19574
+ name: 'JIRITSUTES Explorer',
19575
+ url: 'https://subnets-test.avax.network/jiritsutes',
19576
+ standard: 'EIP3091'
19577
+ }
19578
+ ]
19579
+ },
19414
19580
  {
19415
19581
  name: 'Haqq Network',
19416
19582
  chain: 'Haqq',
@@ -26478,16 +26644,22 @@ const chainArray = [
26478
26644
  {
26479
26645
  name: 'Taiko Mainnet',
26480
26646
  chain: 'ETH',
26481
- status: 'incubating',
26647
+ status: 'active',
26482
26648
  icon: 'taiko',
26483
- rpc: [ 'https://rpc.taiko.xyz', 'wss://ws.taiko.xyz' ],
26649
+ rpc: [ 'https://rpc.mainnet.taiko.xyz', 'wss://ws.mainnet.taiko.xyz' ],
26484
26650
  faucets: [],
26485
26651
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
26486
26652
  infoURL: 'https://taiko.xyz',
26487
26653
  shortName: 'tko-mainnet',
26488
26654
  chainId: 167000,
26489
26655
  networkId: 167000,
26490
- explorers: []
26656
+ explorers: [
26657
+ {
26658
+ name: 'etherscan',
26659
+ url: 'https://taikoscan.io',
26660
+ standard: 'EIP3091'
26661
+ }
26662
+ ]
26491
26663
  },
26492
26664
  {
26493
26665
  name: 'Taiko (Alpha-2 Testnet)',
@@ -30939,6 +31111,19 @@ const chainArray = [
30939
31111
  networkId: 99415706,
30940
31112
  slip44: 1
30941
31113
  },
31114
+ {
31115
+ name: 'Oraichain Mainnet',
31116
+ title: 'Oraichain Mainnet',
31117
+ chain: 'Oraichain',
31118
+ rpc: [ 'https://evm.orai.io' ],
31119
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31120
+ faucets: [],
31121
+ nativeCurrency: { name: 'Oraichain Token', symbol: 'ORAI', decimals: 18 },
31122
+ infoURL: 'https://orai.io',
31123
+ shortName: 'Oraichain',
31124
+ chainId: 108160679,
31125
+ networkId: 108160679
31126
+ },
30942
31127
  {
30943
31128
  name: 'Cyber Testnet',
30944
31129
  chain: 'Cyber',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.415",
3
+ "version": "0.0.416",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {