eth-chainlist 0.0.221 → 0.0.223

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 +155 -17
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.223 (2023-08-31)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.222 ([b2380e3](https://github.com/poowf/eth-chainlist/commit/b2380e3e9fae9ff7af4ddba1b975d1a7f3a00dea))
9
+ * update chain data ([1912a9a](https://github.com/poowf/eth-chainlist/commit/1912a9abd81ad0f61bda6888417d29398c75269c))
10
+
11
+ ### 0.0.222 (2023-08-30)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.221 ([bd06e15](https://github.com/poowf/eth-chainlist/commit/bd06e15819f2c4220f15c7b5c169d5bb18def43b))
17
+ * update chain data ([c2379fb](https://github.com/poowf/eth-chainlist/commit/c2379fb11e5713d2b43b1dcac2e4ac7940341699))
18
+
3
19
  ### 0.0.221 (2023-08-29)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -638,16 +638,24 @@ const chainArray = [
638
638
  ]
639
639
  },
640
640
  {
641
- name: 'SeedCoin-Network',
642
- chain: 'SeedCoin-Network',
643
- rpc: [ 'https://node.seedcoin.network' ],
644
- faucets: [],
645
- nativeCurrency: { name: 'SeedCoin', symbol: 'SEED', decimals: 18 },
646
- infoURL: 'https://www.seedcoin.network/',
647
- shortName: 'SEED',
648
- icon: 'seedcoin',
641
+ name: 'Xpla Mainnet',
642
+ chain: 'XPLA',
643
+ rpc: [ 'https://dimension-evm-rpc.xpla.dev' ],
644
+ faucets: [],
645
+ nativeCurrency: { name: 'XPLA', symbol: 'XPLA', decimals: 18 },
646
+ infoURL: 'https://xpla.io',
647
+ shortName: 'xpla',
649
648
  chainId: 37,
650
- networkId: 37
649
+ networkId: 37,
650
+ icon: 'xpla',
651
+ explorers: [
652
+ {
653
+ name: 'XPLA Explorer',
654
+ url: 'https://explorer.xpla.io/mainnet',
655
+ standard: 'EIP3091'
656
+ }
657
+ ],
658
+ redFlags: [ 'reusedChainId' ]
651
659
  },
652
660
  {
653
661
  name: 'Valorbit',
@@ -4884,6 +4892,31 @@ const chainArray = [
4884
4892
  }
4885
4893
  ]
4886
4894
  },
4895
+ {
4896
+ name: 'JuncaChain testnet',
4897
+ chain: 'JuncaChain testnet',
4898
+ rpc: [
4899
+ 'https://rpc-testnet.juncachain.com',
4900
+ 'wss://ws-testnet.juncachain.com'
4901
+ ],
4902
+ faucets: [ 'https://faucet-testnet.juncachain.com' ],
4903
+ nativeCurrency: {
4904
+ name: 'JuncaChain Testnet Native Token',
4905
+ symbol: 'JGCT',
4906
+ decimals: 18
4907
+ },
4908
+ infoURL: 'https://junca-cash.world',
4909
+ shortName: 'Junca',
4910
+ chainId: 669,
4911
+ networkId: 669,
4912
+ explorers: [
4913
+ {
4914
+ name: 'JuncaScan',
4915
+ url: 'https://scan-testnet.juncachain.com',
4916
+ standard: 'EIP3091'
4917
+ }
4918
+ ]
4919
+ },
4887
4920
  {
4888
4921
  name: 'Karura Network',
4889
4922
  chain: 'KAR',
@@ -8418,6 +8451,25 @@ const chainArray = [
8418
8451
  }
8419
8452
  ]
8420
8453
  },
8454
+ {
8455
+ name: 'Shrapnel Testnet',
8456
+ chain: 'SHRAPNEL',
8457
+ rpc: [ 'https://subnets.avax.network/shrapnel/testnet/rpc' ],
8458
+ features: [ { name: 'EIP1559' } ],
8459
+ faucets: [],
8460
+ nativeCurrency: { name: 'SHRAPG', symbol: 'SHRAPG', decimals: 18 },
8461
+ infoURL: 'https://www.shrapnel.com/',
8462
+ shortName: 'shraptest',
8463
+ chainId: 2038,
8464
+ networkId: 2038,
8465
+ explorers: [
8466
+ {
8467
+ name: 'SHRAPNEL Explorer',
8468
+ url: 'https://subnets-test.avax.network/shrapnel',
8469
+ standard: 'EIP3091'
8470
+ }
8471
+ ]
8472
+ },
8421
8473
  {
8422
8474
  name: 'OriginTrail Parachain',
8423
8475
  chain: 'OTP',
@@ -9241,6 +9293,29 @@ const chainArray = [
9241
9293
  }
9242
9294
  ]
9243
9295
  },
9296
+ {
9297
+ name: 'Morphism Testnet',
9298
+ chain: 'ETH',
9299
+ rpc: [ 'https://rpc-testnet.morphism.xyz' ],
9300
+ faucets: [],
9301
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
9302
+ infoURL: 'https://morphism.xyz',
9303
+ shortName: 'tmorph',
9304
+ chainId: 2710,
9305
+ networkId: 2710,
9306
+ explorers: [
9307
+ {
9308
+ name: 'Morphism Testnet Explorer',
9309
+ url: 'https://explorer-testnet.morphism.xyz',
9310
+ standard: 'EIP3091'
9311
+ }
9312
+ ],
9313
+ parent: {
9314
+ type: 'L2',
9315
+ chain: 'eip155-1',
9316
+ bridges: [ { url: 'https://bridge-testnet.morphism.xyz' } ]
9317
+ }
9318
+ },
9244
9319
  {
9245
9320
  name: 'Boba Network Goerli Testnet',
9246
9321
  chain: 'ETH',
@@ -9747,13 +9822,13 @@ const chainArray = [
9747
9822
  ]
9748
9823
  },
9749
9824
  {
9750
- name: 'Xpla Mainnet',
9751
- chain: 'XPLA',
9825
+ name: 'Xpla Testnet',
9826
+ chain: 'XPLATest',
9752
9827
  rpc: [ 'https://dimension-rpc.xpla.dev' ],
9753
- faucets: [ 'https://faucet.xpla.io/' ],
9828
+ faucets: [ 'https://faucet.xpla.io' ],
9754
9829
  nativeCurrency: { name: 'XPLA', symbol: 'XPLA', decimals: 18 },
9755
- infoURL: 'https://xpla.io/',
9756
- shortName: 'xpla',
9830
+ infoURL: 'https://xpla.io',
9831
+ shortName: 'xplatest',
9757
9832
  chainId: 3701,
9758
9833
  networkId: 3701,
9759
9834
  icon: 'xpla',
@@ -9763,7 +9838,8 @@ const chainArray = [
9763
9838
  url: 'https://explorer.xpla.io',
9764
9839
  standard: 'none'
9765
9840
  }
9766
- ]
9841
+ ],
9842
+ status: 'deprecated'
9767
9843
  },
9768
9844
  {
9769
9845
  name: 'Crossbell',
@@ -11277,11 +11353,14 @@ const chainArray = [
11277
11353
  status: 'incubating'
11278
11354
  },
11279
11355
  {
11280
- name: 'Horizen EON',
11356
+ name: 'Horizen EON Mainnet',
11281
11357
  shortName: 'EON',
11282
11358
  chain: 'EON',
11283
11359
  icon: 'eon',
11284
- rpc: [ 'https://eon-rpc.horizenlabs.io/ethv1' ],
11360
+ rpc: [
11361
+ 'https://eon-rpc.horizenlabs.io/ethv1',
11362
+ 'https://rpc.ankr.com/horizen_eon'
11363
+ ],
11285
11364
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
11286
11365
  faucets: [],
11287
11366
  nativeCurrency: { name: 'Zencash', symbol: 'ZEN', decimals: 18 },
@@ -13147,6 +13226,25 @@ const chainArray = [
13147
13226
  }
13148
13227
  ]
13149
13228
  },
13229
+ {
13230
+ name: 'Polygon Supernet Arianee',
13231
+ chain: 'Arianee',
13232
+ rpc: [ 'https://rpc.polygonsupernet.public.arianee.net' ],
13233
+ faucets: [],
13234
+ nativeCurrency: { name: 'Arianee', symbol: 'ARIA20', decimals: 18 },
13235
+ infoURL: 'https://arianee.org',
13236
+ shortName: 'Arianee',
13237
+ chainId: 11891,
13238
+ networkId: 11891,
13239
+ explorers: [
13240
+ {
13241
+ name: 'Polygon Supernet Arianee Explorer',
13242
+ url: 'https://polygonsupernet.explorer.arianee.net',
13243
+ standard: 'EIP3091'
13244
+ }
13245
+ ],
13246
+ parent: { chain: 'eip155-1', type: 'L2' }
13247
+ },
13150
13248
  {
13151
13249
  name: 'SatoshiChain Mainnet',
13152
13250
  chain: 'SATS',
@@ -13927,6 +14025,26 @@ const chainArray = [
13927
14025
  }
13928
14026
  ]
13929
14027
  },
14028
+ {
14029
+ name: 'Nautilus Mainnet',
14030
+ chain: 'ETH',
14031
+ icon: 'nautilus',
14032
+ rpc: [ 'https://api.nautilus.nautchain.xyz' ],
14033
+ faucets: [],
14034
+ nativeCurrency: { name: 'Zebec', symbol: 'ZBC', decimals: 18 },
14035
+ infoURL: 'https://docs.nautchain.xyz',
14036
+ shortName: 'NAUTCHAIN',
14037
+ chainId: 22222,
14038
+ networkId: 22222,
14039
+ explorers: [
14040
+ {
14041
+ name: 'Nautscan',
14042
+ url: 'https://nautscan.com',
14043
+ standard: 'EIP3091',
14044
+ icon: 'nautilus'
14045
+ }
14046
+ ]
14047
+ },
13930
14048
  {
13931
14049
  name: 'MAP Mainnet',
13932
14050
  chain: 'MAP',
@@ -16108,6 +16226,26 @@ const chainArray = [
16108
16226
  chainId: 85449,
16109
16227
  networkId: 48501
16110
16228
  },
16229
+ {
16230
+ name: 'Nautilus Proteus Testnet',
16231
+ chain: 'ETH',
16232
+ icon: 'nautilus',
16233
+ rpc: [ 'https://api.proteus.nautchain.xyz/solana' ],
16234
+ faucets: [ 'https://proteusfaucet.nautchain.xyz' ],
16235
+ nativeCurrency: { name: 'Zebec Test Token', symbol: 'tZBC', decimals: 18 },
16236
+ infoURL: 'https://docs.nautchain.xyz',
16237
+ shortName: 'NAUTTest',
16238
+ chainId: 88002,
16239
+ networkId: 88002,
16240
+ explorers: [
16241
+ {
16242
+ name: 'Nautscan',
16243
+ url: 'https://proteus.nautscan.com',
16244
+ standard: 'EIP3091',
16245
+ icon: 'nautilus'
16246
+ }
16247
+ ]
16248
+ },
16111
16249
  {
16112
16250
  name: 'Chiliz Scoville Testnet',
16113
16251
  chain: 'CHZ',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.221",
3
+ "version": "0.0.223",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {