eth-chainlist 0.0.220 → 0.0.222

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 +248 -21
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.222 (2023-08-30)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.221 ([bd06e15](https://github.com/poowf/eth-chainlist/commit/bd06e15819f2c4220f15c7b5c169d5bb18def43b))
9
+ * update chain data ([c2379fb](https://github.com/poowf/eth-chainlist/commit/c2379fb11e5713d2b43b1dcac2e4ac7940341699))
10
+
11
+ ### 0.0.221 (2023-08-29)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.220 ([69a4d1e](https://github.com/poowf/eth-chainlist/commit/69a4d1e942e7deb10e0ce1cc92c7ba6cb9ab290d))
17
+ * update chain data ([7c5d319](https://github.com/poowf/eth-chainlist/commit/7c5d319c7d78d03b34f12c6382ce06135d3333d0))
18
+
3
19
  ### 0.0.220 (2023-08-27)
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-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',
655
+ standard: 'none'
656
+ }
657
+ ],
658
+ redFlags: [ 'reusedChainId' ]
651
659
  },
652
660
  {
653
661
  name: 'Valorbit',
@@ -662,10 +670,10 @@ const chainArray = [
662
670
  slip44: 538
663
671
  },
664
672
  {
665
- name: 'Unicorn Ultra Testnet',
673
+ name: 'U2U Solaris Mainnet',
666
674
  chain: 'u2u',
667
- rpc: [ 'https://rpc-testnet.uniultra.xyz' ],
668
- faucets: [ 'https://faucet.uniultra.xyz' ],
675
+ rpc: [ 'https://rpc-mainnet.uniultra.xyz' ],
676
+ faucets: [],
669
677
  nativeCurrency: { name: 'Unicorn Ultra', symbol: 'U2U', decimals: 18 },
670
678
  infoURL: 'https://uniultra.xyz',
671
679
  shortName: 'u2u',
@@ -676,7 +684,7 @@ const chainArray = [
676
684
  {
677
685
  icon: 'u2u',
678
686
  name: 'U2U Explorer',
679
- url: 'https://testnet.uniultra.xyz',
687
+ url: 'https://u2uscan.xyz',
680
688
  standard: 'EIP3091'
681
689
  }
682
690
  ]
@@ -2584,6 +2592,53 @@ const chainArray = [
2584
2592
  }
2585
2593
  ]
2586
2594
  },
2595
+ {
2596
+ name: 'Redbelly Network Mainnet',
2597
+ shortName: 'rbn',
2598
+ chain: 'RBN',
2599
+ chainId: 151,
2600
+ networkId: 151,
2601
+ rpc: [],
2602
+ faucets: [],
2603
+ infoURL: 'https://redbelly.network',
2604
+ nativeCurrency: { name: 'Redbelly Network Coin', symbol: 'RBNT', decimals: 18 },
2605
+ status: 'incubating'
2606
+ },
2607
+ {
2608
+ name: 'Redbelly Network Devnet',
2609
+ shortName: 'rbn-devnet',
2610
+ chain: 'RBN',
2611
+ chainId: 152,
2612
+ networkId: 152,
2613
+ rpc: [],
2614
+ faucets: [],
2615
+ infoURL: 'https://redbelly.network',
2616
+ nativeCurrency: { name: 'Redbelly Network Coin', symbol: 'RBNT', decimals: 18 },
2617
+ status: 'incubating'
2618
+ },
2619
+ {
2620
+ name: 'Redbelly Network Testnet',
2621
+ shortName: 'rbn-testnet',
2622
+ chain: 'RBN',
2623
+ chainId: 153,
2624
+ networkId: 153,
2625
+ rpc: [],
2626
+ faucets: [],
2627
+ infoURL: 'https://redbelly.network',
2628
+ nativeCurrency: { name: 'Redbelly Network Coin', symbol: 'RBNT', decimals: 18 },
2629
+ status: 'incubating'
2630
+ },
2631
+ {
2632
+ name: 'Redbelly Network TGE',
2633
+ shortName: 'rbn-tge',
2634
+ chain: 'RBN',
2635
+ chainId: 154,
2636
+ networkId: 154,
2637
+ rpc: [],
2638
+ faucets: [],
2639
+ infoURL: 'https://redbelly.network',
2640
+ nativeCurrency: { name: 'Redbelly Network Coin', symbol: 'RBNT', decimals: 18 }
2641
+ },
2587
2642
  {
2588
2643
  name: 'Tenet Testnet',
2589
2644
  title: 'Tenet Testnet',
@@ -4837,6 +4892,32 @@ const chainArray = [
4837
4892
  }
4838
4893
  ]
4839
4894
  },
4895
+ {
4896
+ name: 'JuncaGlobal Chain Testnet',
4897
+ chain: 'JuncaGlobal Test Chain',
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: 'JuncaGlobal Chain 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: 'blockscout',
4915
+ url: 'https://scan-testnet.juncachain.com',
4916
+ icon: 'blockscout',
4917
+ standard: 'EIP3091'
4918
+ }
4919
+ ]
4920
+ },
4840
4921
  {
4841
4922
  name: 'Karura Network',
4842
4923
  chain: 'KAR',
@@ -9194,6 +9275,29 @@ const chainArray = [
9194
9275
  }
9195
9276
  ]
9196
9277
  },
9278
+ {
9279
+ name: 'Morphism Testnet',
9280
+ chain: 'ETH',
9281
+ rpc: [ 'https://rpc-testnet.morphism.xyz' ],
9282
+ faucets: [],
9283
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
9284
+ infoURL: 'https://morphism.xyz',
9285
+ shortName: 'tmorph',
9286
+ chainId: 2710,
9287
+ networkId: 2710,
9288
+ explorers: [
9289
+ {
9290
+ name: 'Morphism Testnet Explorer',
9291
+ url: 'https://explorer-testnet.morphism.xyz',
9292
+ standard: 'EIP3091'
9293
+ }
9294
+ ],
9295
+ parent: {
9296
+ type: 'L2',
9297
+ chain: 'eip155-1',
9298
+ bridges: [ { url: 'https://bridge-testnet.morphism.xyz' } ]
9299
+ }
9300
+ },
9197
9301
  {
9198
9302
  name: 'Boba Network Goerli Testnet',
9199
9303
  chain: 'ETH',
@@ -9367,6 +9471,28 @@ const chainArray = [
9367
9471
  slip44: 1,
9368
9472
  explorers: []
9369
9473
  },
9474
+ {
9475
+ name: 'Dubxcoin network',
9476
+ chain: 'DUBX',
9477
+ rpc: [ 'https://rpcmain.arabianchain.org' ],
9478
+ faucets: [],
9479
+ nativeCurrency: { name: 'Dubxcoin mainnet', symbol: 'DUBX', decimals: 18 },
9480
+ infoURL: 'https://arabianchain.org',
9481
+ shortName: 'dubx',
9482
+ chainId: 3269,
9483
+ networkId: 3269
9484
+ },
9485
+ {
9486
+ name: 'Dubxcoin testnet',
9487
+ chain: 'TESTDUBX',
9488
+ rpc: [ 'https://rpctestnet.arabianchain.org' ],
9489
+ faucets: [ 'https://faucet.arabianchain.org/' ],
9490
+ nativeCurrency: { name: 'Dubxcoin testnet', symbol: 'TDUBX', decimals: 18 },
9491
+ infoURL: 'https://arabianchain.org',
9492
+ shortName: 'testdubx',
9493
+ chainId: 3270,
9494
+ networkId: 3270
9495
+ },
9370
9496
  {
9371
9497
  name: 'Debounce Subnet Testnet',
9372
9498
  chain: 'Debounce Network',
@@ -9678,13 +9804,13 @@ const chainArray = [
9678
9804
  ]
9679
9805
  },
9680
9806
  {
9681
- name: 'Xpla Mainnet',
9682
- chain: 'XPLA',
9807
+ name: 'Xpla Testnet',
9808
+ chain: 'XPLATest',
9683
9809
  rpc: [ 'https://dimension-rpc.xpla.dev' ],
9684
- faucets: [ 'https://faucet.xpla.io/' ],
9810
+ faucets: [ 'https://faucet.xpla.io' ],
9685
9811
  nativeCurrency: { name: 'XPLA', symbol: 'XPLA', decimals: 18 },
9686
- infoURL: 'https://xpla.io/',
9687
- shortName: 'xpla',
9812
+ infoURL: 'https://xpla.io',
9813
+ shortName: 'xplatest',
9688
9814
  chainId: 3701,
9689
9815
  networkId: 3701,
9690
9816
  icon: 'xpla',
@@ -9694,7 +9820,8 @@ const chainArray = [
9694
9820
  url: 'https://explorer.xpla.io',
9695
9821
  standard: 'none'
9696
9822
  }
9697
- ]
9823
+ ],
9824
+ redFlags: [ 'reusedChainId' ]
9698
9825
  },
9699
9826
  {
9700
9827
  name: 'Crossbell',
@@ -11208,11 +11335,14 @@ const chainArray = [
11208
11335
  status: 'incubating'
11209
11336
  },
11210
11337
  {
11211
- name: 'Horizen EON',
11338
+ name: 'Horizen EON Mainnet',
11212
11339
  shortName: 'EON',
11213
11340
  chain: 'EON',
11214
11341
  icon: 'eon',
11215
- rpc: [ 'https://eon-rpc.horizenlabs.io/ethv1' ],
11342
+ rpc: [
11343
+ 'https://eon-rpc.horizenlabs.io/ethv1',
11344
+ 'https://rpc.ankr.com/horizen_eon'
11345
+ ],
11216
11346
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
11217
11347
  faucets: [],
11218
11348
  nativeCurrency: { name: 'Zencash', symbol: 'ZEN', decimals: 18 },
@@ -13858,6 +13988,26 @@ const chainArray = [
13858
13988
  }
13859
13989
  ]
13860
13990
  },
13991
+ {
13992
+ name: 'Nautilus Mainnet',
13993
+ chain: 'ETH',
13994
+ icon: 'nautilus',
13995
+ rpc: [ 'https://api.nautilus.nautchain.xyz' ],
13996
+ faucets: [],
13997
+ nativeCurrency: { name: 'Zebec', symbol: 'ZBC', decimals: 18 },
13998
+ infoURL: 'https://docs.nautchain.xyz',
13999
+ shortName: 'NAUTCHAIN',
14000
+ chainId: 22222,
14001
+ networkId: 22222,
14002
+ explorers: [
14003
+ {
14004
+ name: 'Nautscan',
14005
+ url: 'https://nautscan.com',
14006
+ standard: 'EIP3091',
14007
+ icon: 'nautilus'
14008
+ }
14009
+ ]
14010
+ },
13861
14011
  {
13862
14012
  name: 'MAP Mainnet',
13863
14013
  chain: 'MAP',
@@ -15758,6 +15908,63 @@ const chainArray = [
15758
15908
  }
15759
15909
  ]
15760
15910
  },
15911
+ {
15912
+ name: 'Amplify Subnet',
15913
+ chain: 'AMPLIFY',
15914
+ rpc: [ 'https://subnets.avax.network/amplify/testnet/rpc' ],
15915
+ features: [ { name: 'EIP1559' } ],
15916
+ faucets: [],
15917
+ nativeCurrency: { name: 'AMP', symbol: 'AMP', decimals: 18 },
15918
+ infoURL: 'https://www.avax.network',
15919
+ shortName: 'amplify',
15920
+ chainId: 78430,
15921
+ networkId: 78430,
15922
+ explorers: [
15923
+ {
15924
+ name: 'AMPLIFY Explorer',
15925
+ url: 'https://subnets-test.avax.network/amplify',
15926
+ standard: 'EIP3091'
15927
+ }
15928
+ ]
15929
+ },
15930
+ {
15931
+ name: 'Bulletin Subnet',
15932
+ chain: 'BULLETIN',
15933
+ rpc: [ 'https://subnets.avax.network/bulletin/testnet/rpc' ],
15934
+ features: [ { name: 'EIP1559' } ],
15935
+ faucets: [],
15936
+ nativeCurrency: { name: 'BLT', symbol: 'BLT', decimals: 18 },
15937
+ infoURL: 'https://www.avax.network',
15938
+ shortName: 'bulletin',
15939
+ chainId: 78431,
15940
+ networkId: 78431,
15941
+ explorers: [
15942
+ {
15943
+ name: 'BULLETIN Explorer',
15944
+ url: 'https://subnets-test.avax.network/bulletin',
15945
+ standard: 'EIP3091'
15946
+ }
15947
+ ]
15948
+ },
15949
+ {
15950
+ name: 'Conduit Subnet',
15951
+ chain: 'CONDUIT',
15952
+ rpc: [ 'https://subnets.avax.network/conduit/testnet/rpc' ],
15953
+ features: [ { name: 'EIP1559' } ],
15954
+ faucets: [],
15955
+ nativeCurrency: { name: 'CON', symbol: 'CON', decimals: 18 },
15956
+ infoURL: 'https://www.avax.network',
15957
+ shortName: 'conduit',
15958
+ chainId: 78432,
15959
+ networkId: 78432,
15960
+ explorers: [
15961
+ {
15962
+ name: 'CONDUIT Explorer',
15963
+ url: 'https://subnets-test.avax.network/conduit',
15964
+ standard: 'EIP3091'
15965
+ }
15966
+ ]
15967
+ },
15761
15968
  {
15762
15969
  name: 'Gold Smart Chain Testnet',
15763
15970
  chain: 'STAND',
@@ -15982,6 +16189,26 @@ const chainArray = [
15982
16189
  chainId: 85449,
15983
16190
  networkId: 48501
15984
16191
  },
16192
+ {
16193
+ name: 'Nautilus Proteus Testnet',
16194
+ chain: 'ETH',
16195
+ icon: 'nautilus',
16196
+ rpc: [ 'https://api.proteus.nautchain.xyz/solana' ],
16197
+ faucets: [ 'https://proteusfaucet.nautchain.xyz' ],
16198
+ nativeCurrency: { name: 'Zebec Test Token', symbol: 'tZBC', decimals: 18 },
16199
+ infoURL: 'https://docs.nautchain.xyz',
16200
+ shortName: 'NAUTTest',
16201
+ chainId: 88002,
16202
+ networkId: 88002,
16203
+ explorers: [
16204
+ {
16205
+ name: 'Nautscan',
16206
+ url: 'https://proteus.nautscan.com',
16207
+ standard: 'EIP3091',
16208
+ icon: 'nautilus'
16209
+ }
16210
+ ]
16211
+ },
15985
16212
  {
15986
16213
  name: 'Chiliz Scoville Testnet',
15987
16214
  chain: 'CHZ',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.220",
3
+ "version": "0.0.222",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {