eth-chainlist 0.0.399 → 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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ### 0.0.399 (2024-05-09)
4
12
 
5
13
 
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',
@@ -11230,6 +11230,25 @@ const chainArray = [
11230
11230
  }
11231
11231
  ]
11232
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
+ },
11233
11252
  {
11234
11253
  name: 'MainnetZ Mainnet',
11235
11254
  chain: 'NetZ',
@@ -18125,6 +18144,24 @@ const chainArray = [
18125
18144
  }
18126
18145
  ]
18127
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
+ },
18128
18165
  {
18129
18166
  name: 'Carbon EVM',
18130
18167
  chain: 'Carbon',
@@ -19224,6 +19261,26 @@ const chainArray = [
19224
19261
  }
19225
19262
  ]
19226
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
+ },
19227
19284
  {
19228
19285
  name: 'Quantum Chain Testnet',
19229
19286
  chain: 'tQNET',
@@ -20310,6 +20367,25 @@ const chainArray = [
20310
20367
  }
20311
20368
  ]
20312
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
+ },
20313
20389
  {
20314
20390
  name: 'CENNZnet Azalea',
20315
20391
  chain: 'CENNZnet',
@@ -21448,6 +21524,25 @@ const chainArray = [
21448
21524
  }
21449
21525
  ]
21450
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
+ },
21451
21546
  {
21452
21547
  name: 'Mode',
21453
21548
  chain: 'ETH',
@@ -21833,6 +21928,26 @@ const chainArray = [
21833
21928
  bridges: [ { url: 'https://wallet.zkfair.io' } ]
21834
21929
  }
21835
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
+ },
21836
21951
  {
21837
21952
  name: 'Gesoten Verse Testnet',
21838
21953
  chain: 'Gesoten Verse',
@@ -27089,6 +27204,26 @@ const chainArray = [
27089
27204
  }
27090
27205
  ]
27091
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
+ },
27092
27227
  {
27093
27228
  name: 'CMP-Testnet',
27094
27229
  chain: 'CMP',
@@ -28396,6 +28531,25 @@ const chainArray = [
28396
28531
  slip44: 1,
28397
28532
  explorers: []
28398
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
+ },
28399
28553
  {
28400
28554
  name: 'Manta Pacific Testnet',
28401
28555
  chain: 'Manta Pacific',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.399",
3
+ "version": "0.0.400",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {