eth-chainlist 0.0.398 → 0.0.400

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 +254 -20
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.400 (2024-05-10)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.399 ([822d16f](https://github.com/poowf/eth-chainlist/commit/822d16f1b6bee7c5104ee06f1abbdbfa08c4811f))
9
+ * update chain data ([81f9337](https://github.com/poowf/eth-chainlist/commit/81f9337d84dca7250681cd86f114d410e50db909))
10
+
11
+ ### 0.0.399 (2024-05-09)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.398 ([8ae3343](https://github.com/poowf/eth-chainlist/commit/8ae3343346941c2ea81df58a6ca0afa0bf2779ce))
17
+ * update chain data ([103610e](https://github.com/poowf/eth-chainlist/commit/103610e09ca43966ff5417a9a9606c3e4c4498a6))
18
+
3
19
  ### 0.0.398 (2024-05-08)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3214,15 +3214,15 @@ const chainArray = [
3214
3214
  networkId: 163
3215
3215
  },
3216
3216
  {
3217
- name: 'Omni Testnet (incubating)',
3217
+ name: 'Omni Testnet',
3218
3218
  chain: 'Omni',
3219
- status: 'incubating',
3220
- rpc: [],
3219
+ status: 'active',
3220
+ rpc: [ 'https://testnet.omni.network' ],
3221
3221
  features: [ { name: 'EIP155' } ],
3222
3222
  faucets: [],
3223
3223
  nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
3224
3224
  infoURL: 'https://docs.omni.network',
3225
- shortName: 'omni_testnet_164',
3225
+ shortName: 'omni_testnet',
3226
3226
  chainId: 164,
3227
3227
  networkId: 164,
3228
3228
  slip44: 1,
@@ -3236,28 +3236,28 @@ const chainArray = [
3236
3236
  name: 'Omni EVM Explorer on Blockscout',
3237
3237
  url: 'https://omni-testnet.blockscout.com',
3238
3238
  standard: 'EIP3091'
3239
+ },
3240
+ {
3241
+ name: 'Omni EVM Explorer on Routescan',
3242
+ url: 'https://testnet.omniscan.network',
3243
+ standard: 'EIP3091'
3239
3244
  }
3240
3245
  ]
3241
3246
  },
3242
3247
  {
3243
- name: 'Omni Testnet',
3248
+ name: 'Omni Testnet (Deprecated)',
3244
3249
  chain: 'Omni',
3245
- rpc: [ 'https://testnet.omni.network' ],
3250
+ rpc: [],
3246
3251
  features: [ { name: 'EIP155' } ],
3247
3252
  faucets: [],
3248
3253
  nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
3249
3254
  infoURL: 'https://docs.omni.network/',
3250
- shortName: 'omni_testnet',
3255
+ shortName: 'omni_testnet_deprecated',
3251
3256
  chainId: 165,
3252
3257
  networkId: 165,
3253
3258
  slip44: 1,
3254
- explorers: [
3255
- {
3256
- name: 'Omni Explorer',
3257
- url: 'https://testnet.explorer.omni.network',
3258
- standard: 'EIP3091'
3259
- }
3260
- ]
3259
+ explorers: [],
3260
+ status: 'deprecated'
3261
3261
  },
3262
3262
  {
3263
3263
  name: 'Omni',
@@ -4173,7 +4173,7 @@ const chainArray = [
4173
4173
  {
4174
4174
  name: 'Kroma',
4175
4175
  chain: 'ETH',
4176
- rpc: [ 'https://api.kroma.network' ],
4176
+ rpc: [ 'https://api.kroma.network', 'https://rpc-kroma.rockx.com' ],
4177
4177
  faucets: [],
4178
4178
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
4179
4179
  infoURL: 'https://kroma.network',
@@ -9291,6 +9291,14 @@ const chainArray = [
9291
9291
  rpc: [
9292
9292
  'https://rpc.api.moonbeam.network',
9293
9293
  'wss://wss.api.moonbeam.network',
9294
+ 'https://moonbeam.public.blastapi.io',
9295
+ 'wss://moonbeam.public.blastapi.io',
9296
+ 'https://moonbeam-rpc.dwellir.com',
9297
+ 'wss://moonbeam-rpc.dwellir.com',
9298
+ 'https://moonbeam.api.onfinality.io/public',
9299
+ 'wss://moonbeam.api.onfinality.io/public-ws',
9300
+ 'https://moonbeam.unitedbloc.com',
9301
+ 'wss://moonbeam.unitedbloc.com',
9294
9302
  'https://moonbeam-rpc.publicnode.com',
9295
9303
  'wss://moonbeam-rpc.publicnode.com',
9296
9304
  'https://moonbeam.drpc.org',
@@ -9316,6 +9324,14 @@ const chainArray = [
9316
9324
  rpc: [
9317
9325
  'https://rpc.api.moonriver.moonbeam.network',
9318
9326
  'wss://wss.api.moonriver.moonbeam.network',
9327
+ 'https://moonriver.public.blastapi.io',
9328
+ 'wss://moonriver.public.blastapi.io',
9329
+ 'https://moonriver-rpc.dwellir.com',
9330
+ 'wss://moonriver-rpc.dwellir.com',
9331
+ 'https://moonriver.api.onfinality.io/public',
9332
+ 'wss://moonriver.api.onfinality.io/public-ws',
9333
+ 'https://moonriver.unitedbloc.com',
9334
+ 'wss://moonriver.unitedbloc.com',
9319
9335
  'https://moonriver-rpc.publicnode.com',
9320
9336
  'wss://moonriver-rpc.publicnode.com',
9321
9337
  'https://moonriver.drpc.org',
@@ -9353,12 +9369,20 @@ const chainArray = [
9353
9369
  rpc: [
9354
9370
  'https://rpc.api.moonbase.moonbeam.network',
9355
9371
  'wss://wss.api.moonbase.moonbeam.network',
9372
+ 'https://moonbase-alpha.public.blastapi.io',
9373
+ 'wss://moonbase-alpha.public.blastapi.io',
9374
+ 'https://moonbase-rpc.dwellir.com',
9375
+ 'wss://moonbase-rpc.dwellir.com',
9376
+ 'https://moonbeam-alpha.api.onfinality.io/public',
9377
+ 'wss://moonbeam-alpha.api.onfinality.io/public-ws',
9378
+ 'https://moonbase.unitedbloc.com',
9379
+ 'wss://moonbase.unitedbloc.com',
9356
9380
  'https://moonbase-alpha.drpc.org',
9357
9381
  'wss://moonbase-alpha.drpc.org'
9358
9382
  ],
9359
9383
  faucets: [],
9360
9384
  nativeCurrency: { name: 'Dev', symbol: 'DEV', decimals: 18 },
9361
- infoURL: 'https://docs.moonbeam.network/networks/testnet/',
9385
+ infoURL: 'https://docs.moonbeam.network/learn/platform/networks/moonbase/',
9362
9386
  shortName: 'mbase',
9363
9387
  chainId: 1287,
9364
9388
  networkId: 1287,
@@ -11206,6 +11230,25 @@ const chainArray = [
11206
11230
  }
11207
11231
  ]
11208
11232
  },
11233
+ {
11234
+ name: 'NOW Chain',
11235
+ chain: 'NOW',
11236
+ icon: 'nowchain',
11237
+ rpc: [ 'https://rpc.nowscan.io' ],
11238
+ faucets: [],
11239
+ nativeCurrency: { name: 'NOW Coin', symbol: 'NOW', decimals: 18 },
11240
+ infoURL: 'https://nowchain.co',
11241
+ shortName: 'now',
11242
+ chainId: 2014,
11243
+ networkId: 2014,
11244
+ explorers: [
11245
+ {
11246
+ name: 'nowscan',
11247
+ url: 'https://nowscan.io',
11248
+ standard: 'EIP3091'
11249
+ }
11250
+ ]
11251
+ },
11209
11252
  {
11210
11253
  name: 'MainnetZ Mainnet',
11211
11254
  chain: 'NetZ',
@@ -14374,7 +14417,8 @@ const chainArray = [
14374
14417
  chain: 'Merlin',
14375
14418
  rpc: [
14376
14419
  'https://rpc.merlinchain.io',
14377
- 'https://merlin-mainnet-enterprise.unifra.io'
14420
+ 'https://merlin-mainnet-enterprise.unifra.io',
14421
+ 'https://rpc-merlin.rockx.com'
14378
14422
  ],
14379
14423
  faucets: [],
14380
14424
  nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
@@ -15798,7 +15842,7 @@ const chainArray = [
15798
15842
  name: 'Aura Euphoria Testnet',
15799
15843
  chain: 'Aura',
15800
15844
  rpc: [ 'https://jsonrpc.euphoria.aura.network' ],
15801
- faucets: [],
15845
+ faucets: [ 'https://aura.faucetme.pro' ],
15802
15846
  nativeCurrency: { name: 'test-EAura', symbol: 'eAura', decimals: 18 },
15803
15847
  infoURL: 'https://aura.network',
15804
15848
  shortName: 'eaura',
@@ -18100,6 +18144,24 @@ const chainArray = [
18100
18144
  }
18101
18145
  ]
18102
18146
  },
18147
+ {
18148
+ name: 'Tabi Testnet',
18149
+ chain: 'TabiNetwork',
18150
+ rpc: [ 'https://rpc.testnet.tabichain.com' ],
18151
+ faucets: [ 'https://faucet.testnet.tabichain.com' ],
18152
+ nativeCurrency: { name: 'Tabi', symbol: 'TABI', decimals: 18 },
18153
+ infoURL: 'https://www.tabichain.com',
18154
+ shortName: 'tabitest',
18155
+ chainId: 9789,
18156
+ networkId: 9789,
18157
+ explorers: [
18158
+ {
18159
+ name: 'Tabi Testnet Explorer',
18160
+ url: 'https://testnet.tabiscan.com',
18161
+ standard: 'none'
18162
+ }
18163
+ ]
18164
+ },
18103
18165
  {
18104
18166
  name: 'Carbon EVM',
18105
18167
  chain: 'Carbon',
@@ -19199,6 +19261,26 @@ const chainArray = [
19199
19261
  }
19200
19262
  ]
19201
19263
  },
19264
+ {
19265
+ name: 'Playdapp Testnet',
19266
+ chain: 'PDA',
19267
+ icon: 'pda',
19268
+ rpc: [ 'https://subnets.avax.network/playdappte/testnet/rpc' ],
19269
+ features: [ { name: 'EIP1559' } ],
19270
+ faucets: [],
19271
+ nativeCurrency: { name: 'Playdapp', symbol: 'PDA', decimals: 18 },
19272
+ infoURL: 'https://playdapp.io',
19273
+ shortName: 'PDA-TESTNET',
19274
+ chainId: 12781,
19275
+ networkId: 12781,
19276
+ explorers: [
19277
+ {
19278
+ name: 'Playdapp Testnet Explorer',
19279
+ url: 'https://subnets-test.avax.network/playdappte',
19280
+ standard: 'EIP3091'
19281
+ }
19282
+ ]
19283
+ },
19202
19284
  {
19203
19285
  name: 'Quantum Chain Testnet',
19204
19286
  chain: 'tQNET',
@@ -19684,7 +19766,8 @@ const chainArray = [
19684
19766
  'https://ethereum-holesky-rpc.publicnode.com',
19685
19767
  'wss://ethereum-holesky-rpc.publicnode.com',
19686
19768
  'https://holesky.drpc.org',
19687
- 'wss://holesky.drpc.org'
19769
+ 'wss://holesky.drpc.org',
19770
+ 'https://rpc-holesky.rockx.com'
19688
19771
  ],
19689
19772
  faucets: [
19690
19773
  'https://faucet.holesky.ethpandaops.io',
@@ -20284,6 +20367,25 @@ const chainArray = [
20284
20367
  }
20285
20368
  ]
20286
20369
  },
20370
+ {
20371
+ name: 'DCpay Mainnet',
20372
+ chain: 'DCpay',
20373
+ icon: 'dcpayIcon',
20374
+ rpc: [ 'https://rpc.dcpay.io' ],
20375
+ faucets: [],
20376
+ nativeCurrency: { name: 'DCP', symbol: 'DCP', decimals: 18 },
20377
+ infoURL: 'https://dcpay.io',
20378
+ shortName: 'DCPm',
20379
+ chainId: 21223,
20380
+ networkId: 21223,
20381
+ explorers: [
20382
+ {
20383
+ name: 'DCpay Mainnet Explorer',
20384
+ url: 'https://mainnet.dcpay.io',
20385
+ standard: 'EIP3091'
20386
+ }
20387
+ ]
20388
+ },
20287
20389
  {
20288
20390
  name: 'CENNZnet Azalea',
20289
20391
  chain: 'CENNZnet',
@@ -21422,6 +21524,25 @@ const chainArray = [
21422
21524
  }
21423
21525
  ]
21424
21526
  },
21527
+ {
21528
+ name: 'Funki',
21529
+ chain: 'ETH',
21530
+ icon: 'funki',
21531
+ rpc: [],
21532
+ faucets: [],
21533
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
21534
+ infoURL: 'https://funkichain.com',
21535
+ shortName: 'funki',
21536
+ chainId: 33979,
21537
+ networkId: 33979,
21538
+ explorers: [
21539
+ {
21540
+ name: 'Funki Mainnet Explorer',
21541
+ url: 'https://mainnet.funkichain.com',
21542
+ standard: 'none'
21543
+ }
21544
+ ]
21545
+ },
21425
21546
  {
21426
21547
  name: 'Mode',
21427
21548
  chain: 'ETH',
@@ -21544,6 +21665,25 @@ const chainArray = [
21544
21665
  }
21545
21666
  ]
21546
21667
  },
21668
+ {
21669
+ name: 'PRM Mainnet',
21670
+ chain: 'prm',
21671
+ icon: 'prmIcon',
21672
+ rpc: [ 'https://mainnet-rpc.prmscan.org' ],
21673
+ faucets: [],
21674
+ nativeCurrency: { name: 'Primal Network', symbol: 'PRM', decimals: 18 },
21675
+ infoURL: 'https://primalnetwork.org',
21676
+ shortName: 'prm',
21677
+ chainId: 39656,
21678
+ networkId: 39656,
21679
+ explorers: [
21680
+ {
21681
+ name: 'Primal Network',
21682
+ url: 'https://prmscan.org',
21683
+ standard: 'EIP3091'
21684
+ }
21685
+ ]
21686
+ },
21547
21687
  {
21548
21688
  name: 'Energi Mainnet',
21549
21689
  chain: 'NRG',
@@ -21788,6 +21928,26 @@ const chainArray = [
21788
21928
  bridges: [ { url: 'https://wallet.zkfair.io' } ]
21789
21929
  }
21790
21930
  },
21931
+ {
21932
+ name: 'Etherlink Mainnet',
21933
+ chain: 'Etherlink',
21934
+ icon: 'etherlink',
21935
+ chainId: 42793,
21936
+ networkId: 42793,
21937
+ features: [ { name: 'EIP1559' } ],
21938
+ infoURL: 'https://etherlink.com',
21939
+ shortName: 'etlk',
21940
+ nativeCurrency: { name: 'tez', symbol: 'XTZ', decimals: 18 },
21941
+ rpc: [ 'https://node.mainnet.etherlink.com' ],
21942
+ faucets: [],
21943
+ explorers: [
21944
+ {
21945
+ name: 'Etherlink Explorer',
21946
+ url: 'https://explorer.etherlink.com',
21947
+ standard: 'EIP3091'
21948
+ }
21949
+ ]
21950
+ },
21791
21951
  {
21792
21952
  name: 'Gesoten Verse Testnet',
21793
21953
  chain: 'Gesoten Verse',
@@ -25682,6 +25842,7 @@ const chainArray = [
25682
25842
  'https://rpc.bitlayer.org',
25683
25843
  'https://rpc.bitlayer-rpc.com',
25684
25844
  'https://rpc.ankr.com/bitlayer',
25845
+ 'https://rpc-bitlayer.rockx.com',
25685
25846
  'wss://ws.bitlayer.org',
25686
25847
  'wss://ws.bitlayer-rpc.com'
25687
25848
  ],
@@ -27043,6 +27204,26 @@ const chainArray = [
27043
27204
  }
27044
27205
  ]
27045
27206
  },
27207
+ {
27208
+ name: 'Playdapp Network',
27209
+ chain: 'PDA',
27210
+ icon: 'pda',
27211
+ rpc: [ 'https://subnets.avax.network/playdappne/mainnet/rpc' ],
27212
+ features: [ { name: 'EIP1559' } ],
27213
+ faucets: [],
27214
+ nativeCurrency: { name: 'Playdapp', symbol: 'PDA', decimals: 18 },
27215
+ infoURL: 'https://playdapp.io',
27216
+ shortName: 'PDA',
27217
+ chainId: 504441,
27218
+ networkId: 504441,
27219
+ explorers: [
27220
+ {
27221
+ name: 'Playdapp Explorer',
27222
+ url: 'https://subnets.avax.network/playdappne',
27223
+ standard: 'EIP3091'
27224
+ }
27225
+ ]
27226
+ },
27046
27227
  {
27047
27228
  name: 'CMP-Testnet',
27048
27229
  chain: 'CMP',
@@ -27699,6 +27880,25 @@ const chainArray = [
27699
27880
  }
27700
27881
  ]
27701
27882
  },
27883
+ {
27884
+ name: 'PRM Testnet',
27885
+ chain: 'prm',
27886
+ icon: 'prmIcon',
27887
+ rpc: [ 'https://testnet-rpc.prmscan.org' ],
27888
+ faucets: [ 'https://faucet.prmscan.org' ],
27889
+ nativeCurrency: { name: 'Primal Network', symbol: 'PRM', decimals: 18 },
27890
+ infoURL: 'https://primalnetwork.org',
27891
+ shortName: 'prmtest',
27892
+ chainId: 839320,
27893
+ networkId: 839320,
27894
+ explorers: [
27895
+ {
27896
+ name: 'Primal Network Testnet',
27897
+ url: 'https://testnet-explorer.prmscan.org',
27898
+ standard: 'EIP3091'
27899
+ }
27900
+ ]
27901
+ },
27702
27902
  {
27703
27903
  name: '4GoodNetwork',
27704
27904
  chain: '4GN',
@@ -28331,6 +28531,25 @@ const chainArray = [
28331
28531
  slip44: 1,
28332
28532
  explorers: []
28333
28533
  },
28534
+ {
28535
+ name: 'Funki Sepolia Sandbox',
28536
+ chain: 'ETH',
28537
+ icon: 'funki',
28538
+ rpc: [ 'https://funki-testnet.alt.technology' ],
28539
+ faucets: [],
28540
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
28541
+ infoURL: 'https://funkichain.com',
28542
+ shortName: 'funkisepolia',
28543
+ chainId: 3397901,
28544
+ networkId: 3397901,
28545
+ explorers: [
28546
+ {
28547
+ name: 'Funki Sepolia Sandbox Explorer',
28548
+ url: 'https://sepolia-sandbox.funkichain.com',
28549
+ standard: 'none'
28550
+ }
28551
+ ]
28552
+ },
28334
28553
  {
28335
28554
  name: 'Manta Pacific Testnet',
28336
28555
  chain: 'Manta Pacific',
@@ -28907,7 +29126,8 @@ const chainArray = [
28907
29126
  'https://ethereum-sepolia-rpc.publicnode.com',
28908
29127
  'wss://ethereum-sepolia-rpc.publicnode.com',
28909
29128
  'https://sepolia.drpc.org',
28910
- 'wss://sepolia.drpc.org'
29129
+ 'wss://sepolia.drpc.org',
29130
+ 'https://rpc-sepolia.rockx.com'
28911
29131
  ],
28912
29132
  faucets: [
28913
29133
  'http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'
@@ -28955,6 +29175,20 @@ const chainArray = [
28955
29175
  }
28956
29176
  ]
28957
29177
  },
29178
+ {
29179
+ name: 'COTI Devnet',
29180
+ title: 'COTI Devnet',
29181
+ chain: 'COTI',
29182
+ icon: 'coti',
29183
+ rpc: [ 'https://devnet.coti.io' ],
29184
+ faucets: [ 'https://faucet.coti.io' ],
29185
+ nativeCurrency: { name: 'COTI2', symbol: 'COTI2', decimals: 18 },
29186
+ infoURL: 'https://coti.io/',
29187
+ shortName: 'coti-devnet',
29188
+ chainId: 13068200,
29189
+ networkId: 13068200,
29190
+ explorers: []
29191
+ },
28958
29192
  {
28959
29193
  name: 'PepChain Churchill',
28960
29194
  chain: 'PEP',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.398",
3
+ "version": "0.0.400",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {