eth-chainlist 0.0.369 → 0.0.371

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 +713 -24
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.371 (2024-04-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.370 ([88d8612](https://github.com/poowf/eth-chainlist/commit/88d8612a9cfbef50b8516bf1494f7e6a5376ea24))
9
+ * update chain data ([e7249e5](https://github.com/poowf/eth-chainlist/commit/e7249e548cfeb0e20dbcc94b8d07c3b389d43683))
10
+
11
+ ### 0.0.370 (2024-04-04)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.369 ([92d1e47](https://github.com/poowf/eth-chainlist/commit/92d1e47e1dcc1fb44b8836a1fd68b5be695fb491))
17
+ * update chain data ([8c2274e](https://github.com/poowf/eth-chainlist/commit/8c2274ec1b145a8cdd940d2d93c406970b2bcaef))
18
+
3
19
  ### 0.0.369 (2024-04-03)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3093,6 +3093,46 @@ const chainArray = [
3093
3093
  }
3094
3094
  ]
3095
3095
  },
3096
+ {
3097
+ name: 'Roburna Mainnet',
3098
+ chain: 'RBA',
3099
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
3100
+ rpc: [ 'https://dataseed.roburna.com' ],
3101
+ faucets: [],
3102
+ nativeCurrency: { name: 'Roburna', symbol: 'RBA', decimals: 18 },
3103
+ infoURL: 'https://www.roburna.com/',
3104
+ shortName: 'rba',
3105
+ chainId: 158,
3106
+ networkId: 158,
3107
+ icon: 'roburna',
3108
+ explorers: [
3109
+ {
3110
+ name: 'Rbascan Explorer',
3111
+ url: 'https://rbascan.com',
3112
+ standard: 'EIP3091'
3113
+ }
3114
+ ]
3115
+ },
3116
+ {
3117
+ name: 'Roburna Testnet',
3118
+ chain: 'RBAT',
3119
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
3120
+ rpc: [ 'https://preseed-testnet-1.roburna.com' ],
3121
+ faucets: [],
3122
+ nativeCurrency: { name: 'Roburna', symbol: 'RBAT', decimals: 18 },
3123
+ infoURL: 'https://www.roburna.com/',
3124
+ shortName: 'rbat',
3125
+ chainId: 159,
3126
+ networkId: 159,
3127
+ icon: 'roburna',
3128
+ explorers: [
3129
+ {
3130
+ name: 'Rbascan Testnet Explorer',
3131
+ url: 'https://testnet.rbascan.com',
3132
+ standard: 'EIP3091'
3133
+ }
3134
+ ]
3135
+ },
3096
3136
  {
3097
3137
  name: 'Armonia Eva Chain Mainnet',
3098
3138
  chain: 'Eva',
@@ -3175,6 +3215,20 @@ const chainArray = [
3175
3215
  }
3176
3216
  ]
3177
3217
  },
3218
+ {
3219
+ name: 'Omni',
3220
+ chain: 'Omni',
3221
+ status: 'incubating',
3222
+ rpc: [],
3223
+ features: [ { name: 'EIP155' } ],
3224
+ faucets: [],
3225
+ nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
3226
+ infoURL: 'https://docs.omni.network/',
3227
+ shortName: 'omni',
3228
+ chainId: 166,
3229
+ networkId: 166,
3230
+ slip44: 1
3231
+ },
3178
3232
  {
3179
3233
  name: 'Atoshi Testnet',
3180
3234
  chain: 'ATOSHI',
@@ -3545,7 +3599,7 @@ const chainArray = [
3545
3599
  chain: 'VinuChain Testnet',
3546
3600
  rpc: [ 'https://vinufoundation-rpc.com' ],
3547
3601
  faucets: [],
3548
- nativeCurrency: { name: 'VinuChain', symbol: '', decimals: 18 },
3602
+ nativeCurrency: { name: 'VinuChain', symbol: 'VC', decimals: 18 },
3549
3603
  infoURL: 'https://vitainu.org',
3550
3604
  shortName: 'VCTEST',
3551
3605
  chainId: 206,
@@ -3566,7 +3620,7 @@ const chainArray = [
3566
3620
  chain: 'VinuChain',
3567
3621
  rpc: [ 'https://vinuchain-rpc.com' ],
3568
3622
  faucets: [],
3569
- nativeCurrency: { name: 'VinuChain', symbol: '', decimals: 18 },
3623
+ nativeCurrency: { name: 'VinuChain', symbol: 'VC', decimals: 18 },
3570
3624
  infoURL: 'https://vitainu.org',
3571
3625
  shortName: 'VC',
3572
3626
  chainId: 207,
@@ -4069,6 +4123,56 @@ const chainArray = [
4069
4123
  }
4070
4124
  ]
4071
4125
  },
4126
+ {
4127
+ name: 'Neura',
4128
+ title: 'Neura Mainnet',
4129
+ chain: 'NEURA',
4130
+ icon: 'neura',
4131
+ rpc: [],
4132
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
4133
+ faucets: [],
4134
+ nativeCurrency: { name: 'Ankr', symbol: 'ANKR', decimals: 18 },
4135
+ infoURL: 'https://www.neuraprotocol.io/',
4136
+ shortName: 'neura',
4137
+ chainId: 266,
4138
+ networkId: 266,
4139
+ status: 'incubating',
4140
+ explorers: []
4141
+ },
4142
+ {
4143
+ name: 'Neura Testnet',
4144
+ title: 'Neura Testnet',
4145
+ chain: 'NEURA',
4146
+ icon: 'neura',
4147
+ rpc: [],
4148
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
4149
+ faucets: [],
4150
+ nativeCurrency: { name: 'Testnet Ankr', symbol: 'ANKR', decimals: 18 },
4151
+ infoURL: 'https://www.neuraprotocol.io/',
4152
+ shortName: 'tneura',
4153
+ chainId: 267,
4154
+ networkId: 267,
4155
+ explorers: [],
4156
+ status: 'incubating',
4157
+ slip44: 1
4158
+ },
4159
+ {
4160
+ name: 'Neura Devnet',
4161
+ title: 'Neura Devnet',
4162
+ chain: 'NEURA',
4163
+ icon: 'neura',
4164
+ rpc: [],
4165
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
4166
+ faucets: [],
4167
+ nativeCurrency: { name: 'Devnet Ankr', symbol: 'ANKR', decimals: 18 },
4168
+ infoURL: 'https://www.neuraprotocol.io/',
4169
+ shortName: 'dneura',
4170
+ chainId: 268,
4171
+ networkId: 268,
4172
+ explorers: [],
4173
+ status: 'incubating',
4174
+ slip44: 1
4175
+ },
4072
4176
  {
4073
4177
  name: 'High Performance Blockchain',
4074
4178
  chain: 'HPB',
@@ -4173,6 +4277,25 @@ const chainArray = [
4173
4277
  bridges: [ { url: 'https://bridge.zksync.io/' } ]
4174
4278
  }
4175
4279
  },
4280
+ {
4281
+ name: 'Cronos zkEVM Testnet',
4282
+ chain: 'CronosZkEVMTestnet',
4283
+ rpc: [ 'https://rpc-zkevm-t0.cronos.org' ],
4284
+ faucets: [ 'https://zkevm-t0.cronos.org/faucet' ],
4285
+ nativeCurrency: { name: 'Cronos zkEVM Test Coin', symbol: 'TCRO', decimals: 18 },
4286
+ infoURL: 'https://docs.cronos.org/cronos-zkevm-chain/introduction-to-cronos-zkevm-chain-testnet',
4287
+ shortName: 'zktcro',
4288
+ chainId: 282,
4289
+ networkId: 282,
4290
+ slip44: 1,
4291
+ explorers: [
4292
+ {
4293
+ name: 'Cronos zkEVM Testnet Explorer',
4294
+ url: 'https://zkevm-t0.cronos.org/explorer',
4295
+ standard: 'none'
4296
+ }
4297
+ ]
4298
+ },
4176
4299
  {
4177
4300
  name: 'Boba Network',
4178
4301
  chain: 'ETH',
@@ -4465,6 +4588,24 @@ const chainArray = [
4465
4588
  }
4466
4589
  ]
4467
4590
  },
4591
+ {
4592
+ name: 'Furtheon',
4593
+ chain: 'Furtheon Network',
4594
+ rpc: [ 'https://rpc.furtheon.org' ],
4595
+ faucets: [],
4596
+ nativeCurrency: { name: 'Furtheon', symbol: 'FTH', decimals: 18 },
4597
+ infoURL: 'https://furtheon.org/',
4598
+ shortName: 'furtheon',
4599
+ chainId: 308,
4600
+ networkId: 308,
4601
+ explorers: [
4602
+ {
4603
+ name: 'furthscan',
4604
+ url: 'http://furthscan.com',
4605
+ standard: 'EIP3091'
4606
+ }
4607
+ ]
4608
+ },
4468
4609
  {
4469
4610
  name: 'Wyzth Testnet',
4470
4611
  chain: 'WYZ',
@@ -4979,6 +5120,44 @@ const chainArray = [
4979
5120
  ],
4980
5121
  status: 'active'
4981
5122
  },
5123
+ {
5124
+ name: 'Near Mainnet',
5125
+ chain: 'NEAR',
5126
+ rpc: [],
5127
+ icon: 'near',
5128
+ faucets: [],
5129
+ nativeCurrency: { name: 'NEAR', symbol: 'NEAR', decimals: 18 },
5130
+ infoURL: 'https://near.org/',
5131
+ shortName: 'near',
5132
+ chainId: 397,
5133
+ networkId: 397,
5134
+ explorers: [
5135
+ {
5136
+ name: 'Near Blocks',
5137
+ url: 'https://nearblocks.io',
5138
+ standard: 'none'
5139
+ }
5140
+ ]
5141
+ },
5142
+ {
5143
+ name: 'Near Testnet',
5144
+ chain: 'NEAR',
5145
+ rpc: [],
5146
+ icon: 'near',
5147
+ faucets: [],
5148
+ nativeCurrency: { name: 'Testnet NEAR', symbol: 'NEAR', decimals: 18 },
5149
+ infoURL: 'https://aurora.dev',
5150
+ shortName: 'near-testnet',
5151
+ chainId: 398,
5152
+ networkId: 398,
5153
+ explorers: [
5154
+ {
5155
+ name: 'Near blocks',
5156
+ url: 'https://testnet.nearblocks.io',
5157
+ standard: 'none'
5158
+ }
5159
+ ]
5160
+ },
4982
5161
  {
4983
5162
  name: 'Nativ3 Mainnet',
4984
5163
  chainId: 399,
@@ -5538,6 +5717,26 @@ const chainArray = [
5538
5717
  }
5539
5718
  ]
5540
5719
  },
5720
+ {
5721
+ name: 'OpTrust Mainnet',
5722
+ chain: 'OpTrust',
5723
+ rpc: [ 'https://rpc.optrust.io' ],
5724
+ faucets: [],
5725
+ nativeCurrency: { name: 'BSC', symbol: 'BNB', decimals: 18 },
5726
+ infoURL: 'https://optrust.io',
5727
+ shortName: 'optrust',
5728
+ chainId: 537,
5729
+ networkId: 537,
5730
+ icon: 'optrust',
5731
+ explorers: [
5732
+ {
5733
+ name: 'OpTrust explorer',
5734
+ url: 'https://scan.optrust.io',
5735
+ icon: 'optrust',
5736
+ standard: 'none'
5737
+ }
5738
+ ]
5739
+ },
5541
5740
  {
5542
5741
  name: 'PAWCHAIN Testnet',
5543
5742
  chain: 'PAW',
@@ -7459,21 +7658,25 @@ const chainArray = [
7459
7658
  name: 'Klaytn Testnet Baobab',
7460
7659
  chain: 'KLAY',
7461
7660
  rpc: [
7462
- 'https://api.baobab.klaytn.net:8651',
7463
- 'https://klaytn-baobab.drpc.org',
7464
- 'wss://klaytn-baobab.drpc.org'
7661
+ 'https://public-en-baobab.klaytn.net',
7662
+ 'https://api.baobab.klaytn.net:8651'
7465
7663
  ],
7466
7664
  faucets: [ 'https://baobab.wallet.klaytn.com/access?next=faucet' ],
7467
7665
  nativeCurrency: { name: 'KLAY', symbol: 'KLAY', decimals: 18 },
7468
- infoURL: 'https://www.klaytn.com/',
7666
+ infoURL: 'https://klaytn.foundation',
7469
7667
  shortName: 'Baobab',
7470
7668
  chainId: 1001,
7471
7669
  networkId: 1001,
7472
7670
  slip44: 1,
7473
7671
  explorers: [
7474
7672
  {
7475
- name: 'klaytnscope',
7476
- url: 'https://scope.klaytn.com',
7673
+ name: 'Klaytnscope',
7674
+ url: 'https://baobab.klaytnscope.com',
7675
+ standard: 'EIP3091'
7676
+ },
7677
+ {
7678
+ name: 'Klaytnfinder',
7679
+ url: 'https://baobab.klaytnfinder.io',
7477
7680
  standard: 'EIP3091'
7478
7681
  }
7479
7682
  ]
@@ -7550,6 +7753,26 @@ const chainArray = [
7550
7753
  }
7551
7754
  ]
7552
7755
  },
7756
+ {
7757
+ name: 'Jumbochain Mainnet',
7758
+ chain: 'Jumbo',
7759
+ rpc: [ 'https://rpcpriv.jumbochain.org' ],
7760
+ faucets: [],
7761
+ nativeCurrency: { name: 'JNFTC', symbol: 'JNFTC', decimals: 18 },
7762
+ features: [ { name: 'EIP155' } ],
7763
+ infoURL: 'https://jumbochain.org',
7764
+ shortName: 'Jumboscan',
7765
+ chainId: 1009,
7766
+ networkId: 1009,
7767
+ slip44: 1,
7768
+ explorers: [
7769
+ {
7770
+ name: 'Jumboscan',
7771
+ url: 'https://jumboscan.jumbochain.org',
7772
+ standard: 'EIP3091'
7773
+ }
7774
+ ]
7775
+ },
7553
7776
  {
7554
7777
  name: 'Evrice Network',
7555
7778
  chain: 'EVC',
@@ -11329,6 +11552,30 @@ const chainArray = [
11329
11552
  }
11330
11553
  ]
11331
11554
  },
11555
+ {
11556
+ name: 'RSS3 VSL Sepolia Testnet',
11557
+ chain: 'RSS3',
11558
+ rpc: [ 'https://rpc.testnet.rss3.io' ],
11559
+ faucets: [],
11560
+ nativeCurrency: { name: 'RSS3', symbol: 'RSS3', decimals: 18 },
11561
+ infoURL: 'https://rss3.io',
11562
+ shortName: 'rss3-testnet',
11563
+ chainId: 2331,
11564
+ networkId: 2331,
11565
+ icon: 'rss3-testnet',
11566
+ explorers: [
11567
+ {
11568
+ name: 'RSS3 VSL Sepolia Testnet Scan',
11569
+ url: 'https://scan.testnet.rss3.io',
11570
+ standard: 'EIP3091'
11571
+ }
11572
+ ],
11573
+ parent: {
11574
+ type: 'L2',
11575
+ chain: 'eip155-11155111',
11576
+ bridges: [ { url: 'https://explorer.testnet.rss3.io/bridge' } ]
11577
+ }
11578
+ },
11332
11579
  {
11333
11580
  name: 'SOMA Network Mainnet',
11334
11581
  chain: 'SOMA',
@@ -11607,19 +11854,20 @@ const chainArray = [
11607
11854
  ]
11608
11855
  },
11609
11856
  {
11610
- name: 'Karak Testnet',
11857
+ name: 'Karak Goerli',
11611
11858
  chain: 'Karak',
11612
11859
  icon: 'karak',
11860
+ status: 'deprecated',
11613
11861
  rpc: [ 'https://goerli.node1.karak.network' ],
11614
11862
  faucets: [],
11615
11863
  nativeCurrency: { name: 'Karak', symbol: 'KRK', decimals: 18 },
11616
11864
  infoURL: 'https://karak.network',
11617
- shortName: 'karak-testnet',
11865
+ shortName: 'karak-goerli',
11618
11866
  chainId: 2511,
11619
11867
  networkId: 2511,
11620
11868
  explorers: [
11621
11869
  {
11622
- name: 'Karak Testnet Explorer',
11870
+ name: 'Karak Goerli Explorer',
11623
11871
  url: 'https://goerli.scan.karak.network',
11624
11872
  standard: 'EIP3091'
11625
11873
  }
@@ -11904,6 +12152,25 @@ const chainArray = [
11904
12152
  bridges: [ { url: 'https://gateway.boba.network' } ]
11905
12153
  }
11906
12154
  },
12155
+ {
12156
+ name: 'Elux Chain',
12157
+ chain: 'ELUX',
12158
+ icon: 'eluxchain',
12159
+ rpc: [ 'https://rpc.eluxscan.com' ],
12160
+ faucets: [],
12161
+ nativeCurrency: { name: 'Elux Chain', symbol: 'ELUX', decimals: 18 },
12162
+ infoURL: 'https://eluxscan.com',
12163
+ shortName: 'ELUX',
12164
+ chainId: 2907,
12165
+ networkId: 2907,
12166
+ explorers: [
12167
+ {
12168
+ name: 'blockscout',
12169
+ url: 'https://eluxscan.com',
12170
+ standard: 'none'
12171
+ }
12172
+ ]
12173
+ },
11907
12174
  {
11908
12175
  name: 'HYCHAIN',
11909
12176
  chainId: 2911,
@@ -13663,6 +13930,46 @@ const chainArray = [
13663
13930
  }
13664
13931
  ]
13665
13932
  },
13933
+ {
13934
+ name: 'ONIGIRI Test Subnet',
13935
+ chain: 'ONIGIRI',
13936
+ rpc: [ 'https://subnets.avax.network/onigiri/testnet/rpc' ],
13937
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
13938
+ faucets: [],
13939
+ nativeCurrency: { name: 'ONIGIRI', symbol: 'ONGR', decimals: 18 },
13940
+ infoURL: 'https://www.ongr.org/',
13941
+ shortName: 'onigiri',
13942
+ chainId: 5039,
13943
+ networkId: 5039,
13944
+ explorers: [
13945
+ {
13946
+ name: 'ONIGIRI Explorer',
13947
+ url: 'https://subnets-test.avax.network/onigiri',
13948
+ standard: 'EIP3091'
13949
+ }
13950
+ ]
13951
+ },
13952
+ {
13953
+ name: 'Nollie Skatechain Testnet',
13954
+ chain: 'Skatechain',
13955
+ rpc: [ 'https://nollie-rpc.skatechain.org/' ],
13956
+ faucets: [],
13957
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
13958
+ features: [ { name: 'EIP155' } ],
13959
+ infoURL: '',
13960
+ shortName: 'nollie-testnet',
13961
+ chainId: 5051,
13962
+ networkId: 5051,
13963
+ icon: 'nollie',
13964
+ explorers: [
13965
+ {
13966
+ name: 'Nollie Skate Chain Testnet Explorer',
13967
+ url: 'https://nolliescan.skatechain.org',
13968
+ standard: 'EIP3091'
13969
+ }
13970
+ ],
13971
+ status: 'active'
13972
+ },
13666
13973
  {
13667
13974
  name: 'Syndicate Testnet',
13668
13975
  title: 'Syndicate Testnet',
@@ -13885,6 +14192,26 @@ const chainArray = [
13885
14192
  chainId: 5315,
13886
14193
  networkId: 5315
13887
14194
  },
14195
+ {
14196
+ name: 'OpTrust Testnet',
14197
+ chain: 'OpTrust',
14198
+ rpc: [ 'https://rpctest.optrust.io' ],
14199
+ faucets: [],
14200
+ nativeCurrency: { name: 'TestBSC', symbol: 'tBNB', decimals: 18 },
14201
+ infoURL: 'https://optrust.io',
14202
+ shortName: 'toptrust',
14203
+ chainId: 5317,
14204
+ networkId: 5317,
14205
+ icon: 'optrust',
14206
+ explorers: [
14207
+ {
14208
+ name: 'OpTrust Testnet explorer',
14209
+ url: 'https://scantest.optrust.io',
14210
+ icon: 'optrust',
14211
+ standard: 'none'
14212
+ }
14213
+ ]
14214
+ },
13888
14215
  {
13889
14216
  name: 'Tritanium Testnet',
13890
14217
  chain: 'TRITANIUM',
@@ -15305,6 +15632,26 @@ const chainArray = [
15305
15632
  networkId: 8029,
15306
15633
  slip44: 1
15307
15634
  },
15635
+ {
15636
+ name: 'Karak Sepolia',
15637
+ chain: 'Karak',
15638
+ icon: 'karak',
15639
+ rpc: [ 'https://rpc.sepolia.karak.network' ],
15640
+ faucets: [],
15641
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
15642
+ infoURL: 'https://karak.network',
15643
+ shortName: 'karak-sepolia',
15644
+ chainId: 8054,
15645
+ networkId: 8054,
15646
+ explorers: [
15647
+ {
15648
+ name: 'Karak Sepolia Explorer',
15649
+ url: 'https://explorer.sepolia.karak.network',
15650
+ standard: 'EIP3091'
15651
+ }
15652
+ ],
15653
+ parent: { type: 'L2', chain: 'eip155-11155111' }
15654
+ },
15308
15655
  {
15309
15656
  name: 'Shardeum Liberty 1.X',
15310
15657
  chain: 'Shardeum',
@@ -15557,10 +15904,10 @@ const chainArray = [
15557
15904
  {
15558
15905
  name: 'Klaytn Mainnet Cypress',
15559
15906
  chain: 'KLAY',
15560
- rpc: [ 'https://public-node-api.klaytnapi.com/v1/cypress' ],
15907
+ rpc: [ 'https://public-en-cypress.klaytn.net' ],
15561
15908
  faucets: [],
15562
15909
  nativeCurrency: { name: 'KLAY', symbol: 'KLAY', decimals: 18 },
15563
- infoURL: 'https://www.klaytn.com/',
15910
+ infoURL: 'https://klaytn.foundation',
15564
15911
  shortName: 'Cypress',
15565
15912
  chainId: 8217,
15566
15913
  networkId: 8217,
@@ -15569,7 +15916,12 @@ const chainArray = [
15569
15916
  {
15570
15917
  name: 'Klaytnscope',
15571
15918
  url: 'https://scope.klaytn.com',
15572
- standard: 'none'
15919
+ standard: 'EIP3091'
15920
+ },
15921
+ {
15922
+ name: 'Klaytnfinder',
15923
+ url: 'https://klaytnfinder.io',
15924
+ standard: 'EIP3091'
15573
15925
  }
15574
15926
  ]
15575
15927
  },
@@ -16147,6 +16499,54 @@ const chainArray = [
16147
16499
  }
16148
16500
  ]
16149
16501
  },
16502
+ {
16503
+ name: 'Shido Testnet Block',
16504
+ chain: 'Shido Testnet',
16505
+ rpc: [
16506
+ 'https://rpc-testnet-nodes.shidoscan.com',
16507
+ 'wss://wss-testnet-nodes.shidoscan.com'
16508
+ ],
16509
+ faucets: [ 'https://testnet.shidoscan.com/faucet' ],
16510
+ nativeCurrency: { name: 'Shido Testnet Token', symbol: 'SHIDO', decimals: 18 },
16511
+ infoURL: 'https://www.nexablock.io',
16512
+ shortName: 'ShidoTestnet',
16513
+ chainId: 9007,
16514
+ networkId: 9007,
16515
+ icon: 'shidoChain',
16516
+ explorers: [
16517
+ {
16518
+ name: 'Shidoblock Testnet Explorer',
16519
+ url: 'https://testnet.shidoscan.com',
16520
+ standard: 'none',
16521
+ icon: 'shidoChain'
16522
+ }
16523
+ ]
16524
+ },
16525
+ {
16526
+ name: 'Shido Mainnet Block',
16527
+ chain: 'Shido Mainnet',
16528
+ rpc: [
16529
+ 'https://rpc-nodes.shidoscan.com',
16530
+ 'wss://wss-nodes.shidoscan.com',
16531
+ 'https://rpc-delta-nodes.shidoscan.com',
16532
+ 'wss://wss-delta-nodes.shidoscan.com'
16533
+ ],
16534
+ faucets: [],
16535
+ nativeCurrency: { name: 'Shido Mainnet Token', symbol: 'SHIDO', decimals: 18 },
16536
+ infoURL: 'https://shido.io',
16537
+ shortName: 'Shido',
16538
+ chainId: 9008,
16539
+ networkId: 9008,
16540
+ icon: 'shidoChain',
16541
+ explorers: [
16542
+ {
16543
+ name: 'Shidoblock Mainnet Explorer',
16544
+ url: 'https://shidoscan.com',
16545
+ standard: 'none',
16546
+ icon: 'shidoChain'
16547
+ }
16548
+ ]
16549
+ },
16150
16550
  {
16151
16551
  name: 'BerylBit Mainnet',
16152
16552
  chain: 'BRB',
@@ -17514,6 +17914,30 @@ const chainArray = [
17514
17914
  ],
17515
17915
  parent: { type: 'L2', chain: 'eip155-43113' }
17516
17916
  },
17917
+ {
17918
+ name: 'RSS3 VSL Mainnet',
17919
+ chain: 'RSS3',
17920
+ rpc: [ 'https://rpc.rss3.io' ],
17921
+ faucets: [],
17922
+ nativeCurrency: { name: 'RSS3', symbol: 'RSS3', decimals: 18 },
17923
+ infoURL: 'https://rss3.io',
17924
+ shortName: 'rss3',
17925
+ chainId: 12553,
17926
+ networkId: 12553,
17927
+ icon: 'rss3',
17928
+ explorers: [
17929
+ {
17930
+ name: 'RSS3 VSL Scan',
17931
+ url: 'https://scan.rss3.io',
17932
+ standard: 'EIP3091'
17933
+ }
17934
+ ],
17935
+ parent: {
17936
+ type: 'L2',
17937
+ chain: 'eip155-1',
17938
+ bridges: [ { url: 'https://explorer.rss3.io/bridge' } ]
17939
+ }
17940
+ },
17517
17941
  {
17518
17942
  name: 'Rikeza Network Testnet',
17519
17943
  title: 'Rikeza Network Testnet',
@@ -17750,6 +18174,25 @@ const chainArray = [
17750
18174
  }
17751
18175
  ]
17752
18176
  },
18177
+ {
18178
+ name: 'EVOLVE Testnet',
18179
+ chain: 'EVO',
18180
+ icon: 'evolveIcon',
18181
+ rpc: [ 'https://testnet-rpc.evolveblockchain.io' ],
18182
+ faucets: [ 'https://faucet.evolveblockchain.io' ],
18183
+ nativeCurrency: { name: 'Evolve', symbol: 'EVO', decimals: 18 },
18184
+ infoURL: 'https://evolveblockchain.io',
18185
+ shortName: 'evo',
18186
+ chainId: 14324,
18187
+ networkId: 14324,
18188
+ explorers: [
18189
+ {
18190
+ name: 'Evolve Testnet Explorer',
18191
+ url: 'https://testnet.evolveblockchain.io',
18192
+ standard: 'EIP3091'
18193
+ }
18194
+ ]
18195
+ },
17753
18196
  {
17754
18197
  name: 'Vitruveo Testnet',
17755
18198
  title: 'Vitruveo is a blockchain for Creators',
@@ -18285,20 +18728,20 @@ const chainArray = [
18285
18728
  }
18286
18729
  },
18287
18730
  {
18288
- name: 'MXC zkEVM Mainnet',
18731
+ name: 'MXC zkEVM Moonchain',
18289
18732
  chain: 'MXC zkEVM',
18290
18733
  icon: 'mxczkevm',
18291
18734
  rpc: [ 'https://rpc.mxc.com' ],
18292
18735
  faucets: [],
18293
- nativeCurrency: { name: 'MXC zkEVM Mainnet', symbol: 'MXC', decimals: 18 },
18736
+ nativeCurrency: { name: 'MXC zkEVM Moonchain', symbol: 'MXC', decimals: 18 },
18294
18737
  infoURL: 'https://doc.mxc.com/docs/intro',
18295
18738
  shortName: 'MXCzkEVM',
18296
18739
  chainId: 18686,
18297
18740
  networkId: 18686,
18298
18741
  explorers: [
18299
18742
  {
18300
- name: 'MXC zkEVM Mainnet',
18301
- url: 'https://explorer.mxc.com',
18743
+ name: 'MXC zkEVM Moonchain',
18744
+ url: 'https://explorer.moonchain.com',
18302
18745
  standard: 'EIP3091'
18303
18746
  }
18304
18747
  ]
@@ -20780,6 +21223,32 @@ const chainArray = [
20780
21223
  }
20781
21224
  ]
20782
21225
  },
21226
+ {
21227
+ name: 'OPTOPIA Testnet',
21228
+ chain: 'ETH',
21229
+ rpc: [ 'https://rpc-testnet.optopia.ai' ],
21230
+ faucets: [],
21231
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
21232
+ features: [ { name: 'EIP1559' } ],
21233
+ infoURL: 'https://optopia.ai',
21234
+ shortName: 'OPTOPIA-Testnet',
21235
+ chainId: 62049,
21236
+ networkId: 62049,
21237
+ icon: 'optopia',
21238
+ explorers: [
21239
+ {
21240
+ name: 'optopia-testnet-scan',
21241
+ url: 'https://scan-testnet.optopia.ai',
21242
+ icon: 'optopia',
21243
+ standard: 'EIP3091'
21244
+ }
21245
+ ],
21246
+ parent: {
21247
+ type: 'L2',
21248
+ chain: 'eip155-11155111',
21249
+ bridges: [ { url: 'https://bridge-testnet.optopia.ai' } ]
21250
+ }
21251
+ },
20783
21252
  {
20784
21253
  name: 'Celo Baklava Testnet',
20785
21254
  chainId: 62320,
@@ -21188,6 +21657,50 @@ const chainArray = [
21188
21657
  }
21189
21658
  ]
21190
21659
  },
21660
+ {
21661
+ name: 'ICB Testnet',
21662
+ chain: 'ICBT',
21663
+ icon: 'icbnetwork',
21664
+ rpc: [
21665
+ 'https://rpc1-testnet.icbnetwork.info/',
21666
+ 'https://rpc2-testnet.icbnetwork.info/'
21667
+ ],
21668
+ faucets: [],
21669
+ nativeCurrency: { name: 'ICB Testnet Token', symbol: 'ICBT', decimals: 18 },
21670
+ infoURL: 'https://icb.network',
21671
+ shortName: 'ICBT',
21672
+ chainId: 73114,
21673
+ networkId: 73114,
21674
+ explorers: [
21675
+ {
21676
+ name: 'ICB Tesnet Explorer',
21677
+ url: 'https://testnet.icbscan.io',
21678
+ standard: 'EIP3091'
21679
+ }
21680
+ ]
21681
+ },
21682
+ {
21683
+ name: 'ICB Network',
21684
+ chain: 'ICB',
21685
+ icon: 'icbnetwork',
21686
+ rpc: [
21687
+ 'https://rpc1-mainnet.icbnetwork.info/',
21688
+ 'https://rpc2-mainnet.icbnetwork.info/'
21689
+ ],
21690
+ faucets: [],
21691
+ nativeCurrency: { name: 'ICB Native Token', symbol: 'ICBX', decimals: 18 },
21692
+ infoURL: 'https://icb.network',
21693
+ shortName: 'ICBX',
21694
+ chainId: 73115,
21695
+ networkId: 73115,
21696
+ explorers: [
21697
+ {
21698
+ name: 'ICB Explorer',
21699
+ url: 'https://icbscan.io',
21700
+ standard: 'EIP3091'
21701
+ }
21702
+ ]
21703
+ },
21191
21704
  {
21192
21705
  name: 'Energy Web Volta Testnet',
21193
21706
  chain: 'Volta',
@@ -21242,6 +21755,25 @@ const chainArray = [
21242
21755
  }
21243
21756
  ]
21244
21757
  },
21758
+ {
21759
+ name: 'BORAchain mainnet',
21760
+ chain: 'BORA',
21761
+ icon: 'bora',
21762
+ rpc: [ 'https://public-node.api.boraportal.io/bora/mainnet' ],
21763
+ faucets: [],
21764
+ nativeCurrency: { name: 'BGAS', symbol: 'BGAS', decimals: 18 },
21765
+ infoURL: 'https://www.boraportal.com',
21766
+ shortName: 'BORAchain',
21767
+ chainId: 77001,
21768
+ networkId: 77001,
21769
+ explorers: [
21770
+ {
21771
+ name: 'BORAchainscope',
21772
+ url: 'https://scope.boraportal.com',
21773
+ standard: 'EIP3091'
21774
+ }
21775
+ ]
21776
+ },
21245
21777
  {
21246
21778
  name: 'Foundry Chain Testnet',
21247
21779
  chain: 'tFNC',
@@ -21743,6 +22275,24 @@ const chainArray = [
21743
22275
  }
21744
22276
  ]
21745
22277
  },
22278
+ {
22279
+ name: 'ZEDXION',
22280
+ chain: 'ZEDXION',
22281
+ rpc: [ 'https://mainnet-rpc.zedscan.net' ],
22282
+ faucets: [],
22283
+ nativeCurrency: { name: 'Zedxion', symbol: 'zedx', decimals: 9 },
22284
+ infoURL: 'https://docs.zedscan.net',
22285
+ shortName: 'ZEDX',
22286
+ chainId: 83872,
22287
+ networkId: 83872,
22288
+ explorers: [
22289
+ {
22290
+ name: 'Zedscan',
22291
+ url: 'http://zedscan.net',
22292
+ standard: 'EIP3091'
22293
+ }
22294
+ ]
22295
+ },
21746
22296
  {
21747
22297
  name: 'Base Goerli Testnet',
21748
22298
  chain: 'ETH',
@@ -21858,6 +22408,25 @@ const chainArray = [
21858
22408
  }
21859
22409
  ]
21860
22410
  },
22411
+ {
22412
+ name: 'Unit Zero Testnet',
22413
+ chain: 'Unit Zero',
22414
+ rpc: [ 'https://rpc-testnet.unit0.dev' ],
22415
+ faucets: [],
22416
+ nativeCurrency: { name: 'UNIT0', symbol: 'UNIT0', decimals: 18 },
22417
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
22418
+ infoURL: 'https://units.network',
22419
+ shortName: 'unit0-testnet',
22420
+ chainId: 88817,
22421
+ networkId: 88817,
22422
+ explorers: [
22423
+ {
22424
+ name: 'explorer-testnet',
22425
+ url: 'https://explorer-testnet.unit0.dev',
22426
+ standard: 'EIP3091'
22427
+ }
22428
+ ]
22429
+ },
21861
22430
  {
21862
22431
  name: 'Unit Zero Stagenet',
21863
22432
  chain: 'Unit Zero',
@@ -22769,8 +23338,7 @@ const chainArray = [
22769
23338
  { url: 'https://re.al/bridge' },
22770
23339
  { url: 'https://bridge.gelato.network/bridge/real' }
22771
23340
  ]
22772
- },
22773
- status: 'incubating'
23341
+ }
22774
23342
  },
22775
23343
  {
22776
23344
  name: 'Metachain One Mainnet',
@@ -25483,7 +26051,7 @@ const chainArray = [
25483
26051
  faucets: [],
25484
26052
  nativeCurrency: { name: 'MXC Wannsee zkEVM Testnet', symbol: 'MXC', decimals: 18 },
25485
26053
  infoURL: 'https://wannsee.mxc.com/docs/intro',
25486
- shortName: 'MXC',
26054
+ shortName: 'MXCdiscontinued',
25487
26055
  chainId: 5167003,
25488
26056
  networkId: 5167003,
25489
26057
  slip44: 1,
@@ -25495,6 +26063,26 @@ const chainArray = [
25495
26063
  }
25496
26064
  ]
25497
26065
  },
26066
+ {
26067
+ name: 'Moonchain Geneva Testnet',
26068
+ chain: 'MXC zkEVM',
26069
+ icon: 'mxc',
26070
+ rpc: [ 'https://geneva-rpc.moonchain.com' ],
26071
+ faucets: [],
26072
+ nativeCurrency: { name: 'Moonchain Geneva Testnet', symbol: 'MXC', decimals: 18 },
26073
+ infoURL: 'https://doc.mxc.com/docs/intro',
26074
+ shortName: 'MXC',
26075
+ chainId: 5167004,
26076
+ networkId: 5167004,
26077
+ slip44: 1,
26078
+ explorers: [
26079
+ {
26080
+ name: 'Moonchain Geneva Testnet',
26081
+ url: 'https://geneva-explorer.moonchain.com',
26082
+ standard: 'EIP3091'
26083
+ }
26084
+ ]
26085
+ },
25498
26086
  {
25499
26087
  name: 'Electroneum Testnet',
25500
26088
  chain: 'Electroneum',
@@ -26515,6 +27103,40 @@ const chainArray = [
26515
27103
  }
26516
27104
  ]
26517
27105
  },
27106
+ {
27107
+ name: 'Polygon Blackberry',
27108
+ title: 'Polygon Blackberry Testnet',
27109
+ chain: 'ETH',
27110
+ rpc: [
27111
+ 'https://rpc.polygon-blackberry.gelato.digital',
27112
+ 'wss://ws.polygon-blackberry.gelato.digital'
27113
+ ],
27114
+ faucets: [],
27115
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
27116
+ infoURL: 'https://raas.gelato.network/rollups/details/public/polygon-blackberry',
27117
+ shortName: 'polygon-blackberry',
27118
+ chainId: 94204209,
27119
+ networkId: 94204209,
27120
+ slip44: 60,
27121
+ explorers: [
27122
+ {
27123
+ name: 'blockscout',
27124
+ url: 'https://polygon-blackberry.gelatoscout.com',
27125
+ icon: 'blockscout',
27126
+ standard: 'EIP3091'
27127
+ }
27128
+ ],
27129
+ parent: {
27130
+ type: 'L2',
27131
+ chain: 'eip155-11155111',
27132
+ bridges: [
27133
+ {
27134
+ url: 'https://bridge.gelato.network/bridge/polygon-blackberry'
27135
+ }
27136
+ ]
27137
+ },
27138
+ status: 'active'
27139
+ },
26518
27140
  {
26519
27141
  name: 'Joys Digital TestNet',
26520
27142
  chain: 'TOYS',
@@ -26527,11 +27149,48 @@ const chainArray = [
26527
27149
  networkId: 99415706,
26528
27150
  slip44: 1
26529
27151
  },
27152
+ {
27153
+ name: 'OP Celestia Raspberry',
27154
+ title: 'OP Celestia Raspberry Testnet',
27155
+ chain: 'ETH',
27156
+ rpc: [
27157
+ 'https://rpc.opcelestia-raspberry.gelato.digital',
27158
+ 'wss://ws.opcelestia-raspberry.gelato.digital'
27159
+ ],
27160
+ faucets: [],
27161
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
27162
+ infoURL: 'https://raas.gelato.network/rollups/details/public/opcelestia-raspberry',
27163
+ shortName: 'opcelestia-raspberry',
27164
+ chainId: 123420111,
27165
+ networkId: 123420111,
27166
+ slip44: 60,
27167
+ explorers: [
27168
+ {
27169
+ name: 'blockscout',
27170
+ url: 'https://opcelestia-raspberry.gelatoscout.com',
27171
+ icon: 'blockscout',
27172
+ standard: 'EIP3091'
27173
+ }
27174
+ ],
27175
+ parent: {
27176
+ type: 'L2',
27177
+ chain: 'eip155-11155111',
27178
+ bridges: [
27179
+ {
27180
+ url: 'https://bridge.gelato.network/bridge/opcelestia-raspberry'
27181
+ }
27182
+ ]
27183
+ },
27184
+ status: 'active'
27185
+ },
26530
27186
  {
26531
27187
  name: 'Plume Testnet',
26532
27188
  title: 'Plume Sepolia Rollup Testnet',
26533
27189
  chain: 'ETH',
26534
- rpc: [ 'https://plume-testnet.rpc.caldera.xyz/http' ],
27190
+ rpc: [
27191
+ 'https://testnet-rpc.plumenetwork.xyz/http',
27192
+ 'wss://testnet-rpc.plumenetwork.xyz/ws'
27193
+ ],
26535
27194
  faucets: [],
26536
27195
  nativeCurrency: { name: 'Plume Sepolia Ether', symbol: 'ETH', decimals: 18 },
26537
27196
  infoURL: 'https://www.plumenetwork.xyz/',
@@ -26543,7 +27202,7 @@ const chainArray = [
26543
27202
  explorers: [
26544
27203
  {
26545
27204
  name: 'Blockscout',
26546
- url: 'https://plume-testnet.explorer.caldera.xyz',
27205
+ url: 'https://testnet-explorer.plumenetwork.xyz',
26547
27206
  icon: 'blockscout',
26548
27207
  standard: 'EIP3091'
26549
27208
  }
@@ -26551,7 +27210,7 @@ const chainArray = [
26551
27210
  parent: {
26552
27211
  type: 'L2',
26553
27212
  chain: 'eip155-11155111',
26554
- bridges: [ { url: 'https://plume-testnet.calderabridge.xyz' } ]
27213
+ bridges: [ { url: 'https://testnet-bridge.plumenetwork.xyz' } ]
26555
27214
  }
26556
27215
  },
26557
27216
  {
@@ -27582,6 +28241,36 @@ const chainArray = [
27582
28241
  explorers: [],
27583
28242
  status: 'incubating'
27584
28243
  },
28244
+ {
28245
+ name: 'Arbitrum Blueberry',
28246
+ title: 'Arbitrum Blueberry Testnet',
28247
+ chain: 'ETH',
28248
+ rpc: [
28249
+ 'https://rpc.arb-blueberry.gelato.digital',
28250
+ 'wss://ws.arb-blueberry.gelato.digital'
28251
+ ],
28252
+ faucets: [],
28253
+ nativeCurrency: { name: 'GelatoCGT', symbol: 'CGT', decimals: 18 },
28254
+ infoURL: 'https://raas.gelato.network/rollups/details/public/arb-blueberry',
28255
+ shortName: 'arb-blueberry',
28256
+ chainId: 88153591557,
28257
+ networkId: 88153591557,
28258
+ slip44: 60,
28259
+ explorers: [
28260
+ {
28261
+ name: 'blockscout',
28262
+ url: 'https://arb-blueberry.gelatoscout.com',
28263
+ icon: 'blockscout',
28264
+ standard: 'EIP3091'
28265
+ }
28266
+ ],
28267
+ parent: {
28268
+ type: 'L2',
28269
+ chain: 'eip155-421614',
28270
+ bridges: [ { url: 'https://bridge.gelato.network/bridge/arb-blueberry' } ]
28271
+ },
28272
+ status: 'active'
28273
+ },
27585
28274
  {
27586
28275
  name: 'Kakarot Sepolia',
27587
28276
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.369",
3
+ "version": "0.0.371",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {