eth-chainlist 0.0.534 → 0.0.536

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +120 -31
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.536 (2024-11-09)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.535 ([8b55d02](https://github.com/poowf/eth-chainlist/commit/8b55d02d1a6dc05884ae18ce71e0a8c4ebc2145c))
9
+ * update chain data ([9f8a0cb](https://github.com/poowf/eth-chainlist/commit/9f8a0cbc7fa8b32be6c3286e640e818855a57d43))
10
+
11
+ ### 0.0.535 (2024-11-08)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.534 ([1b21619](https://github.com/poowf/eth-chainlist/commit/1b216198102af2b023dca13df6a6c3bf4d98bf40))
17
+ * update chain data ([2c2bbed](https://github.com/poowf/eth-chainlist/commit/2c2bbed3befc050beec053f1b957c7fb4b314827))
18
+
3
19
  ### 0.0.534 (2024-11-07)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -2921,16 +2921,17 @@ const chainArray = [
2921
2921
  },
2922
2922
  {
2923
2923
  name: 'Eternal Mainnet',
2924
- chain: 'Eter',
2924
+ chain: 'ETE',
2925
2925
  icon: 'eternal',
2926
2926
  rpc: [
2927
2927
  'https://mainnet.eternalcoin.io/v1',
2928
2928
  'ws://mainnet.eternalcoin.io/v1/ws'
2929
2929
  ],
2930
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
2930
2931
  faucets: [],
2931
- nativeCurrency: { name: 'Eternal', symbol: 'Eter', decimals: 18 },
2932
+ nativeCurrency: { name: 'Eternal', symbol: 'ETE', decimals: 18 },
2932
2933
  infoURL: 'https://eternalcoin.io',
2933
- shortName: 'Eter',
2934
+ shortName: 'ETE',
2934
2935
  chainId: 140,
2935
2936
  networkId: 140
2936
2937
  },
@@ -5115,7 +5116,7 @@ const chainArray = [
5115
5116
  ],
5116
5117
  parent: {
5117
5118
  type: 'L2',
5118
- chain: 'eip155-1',
5119
+ chain: 'eip155-11155111',
5119
5120
  bridges: [ { url: 'https://bridge.zksync.io/' } ]
5120
5121
  },
5121
5122
  redFlags: [ 'reusedChainId' ]
@@ -10581,6 +10582,7 @@ const chainArray = [
10581
10582
  {
10582
10583
  name: 'Moonbeam',
10583
10584
  chain: 'MOON',
10585
+ icon: 'moonbeam',
10584
10586
  rpc: [
10585
10587
  'https://rpc.api.moonbeam.network',
10586
10588
  'wss://wss.api.moonbeam.network',
@@ -10614,6 +10616,7 @@ const chainArray = [
10614
10616
  {
10615
10617
  name: 'Moonriver',
10616
10618
  chain: 'MOON',
10619
+ icon: 'moonriver',
10617
10620
  rpc: [
10618
10621
  'https://rpc.api.moonriver.moonbeam.network',
10619
10622
  'wss://wss.api.moonriver.moonbeam.network',
@@ -10659,6 +10662,7 @@ const chainArray = [
10659
10662
  {
10660
10663
  name: 'Moonbase Alpha',
10661
10664
  chain: 'MOON',
10665
+ icon: 'moonbasealpha',
10662
10666
  rpc: [
10663
10667
  'https://rpc.api.moonbase.moonbeam.network',
10664
10668
  'wss://wss.api.moonbase.moonbeam.network',
@@ -10673,7 +10677,7 @@ const chainArray = [
10673
10677
  'https://moonbase-alpha.drpc.org',
10674
10678
  'wss://moonbase-alpha.drpc.org'
10675
10679
  ],
10676
- faucets: [],
10680
+ faucets: [ 'https://faucet.moonbeam.network/' ],
10677
10681
  nativeCurrency: { name: 'Dev', symbol: 'DEV', decimals: 18 },
10678
10682
  infoURL: 'https://docs.moonbeam.network/learn/platform/networks/moonbase/',
10679
10683
  shortName: 'mbase',
@@ -11533,19 +11537,19 @@ const chainArray = [
11533
11537
  ]
11534
11538
  },
11535
11539
  {
11536
- name: 'Digital Smart Chain',
11537
- chain: 'Digital Smart Chain',
11540
+ name: 'Datacore Smart Chain',
11541
+ chain: 'Datacore Smart Chain',
11538
11542
  icon: 'dscscan',
11539
11543
  rpc: [ 'https://rpc01.dscscan.io' ],
11540
11544
  faucets: [],
11541
- nativeCurrency: { name: 'Digital Smart Chain', symbol: 'DSC', decimals: 18 },
11545
+ nativeCurrency: { name: 'Datacore Smart Chain', symbol: 'DSC', decimals: 18 },
11542
11546
  infoURL: 'https://rpc01.dscscan.io',
11543
11547
  shortName: 'DSCs',
11544
11548
  chainId: 1555,
11545
11549
  networkId: 1555,
11546
11550
  explorers: [
11547
11551
  {
11548
- name: 'Digital Smart Chain',
11552
+ name: 'Datacore Smart Chain',
11549
11553
  url: 'https://dscscan.io',
11550
11554
  standard: 'EIP3091'
11551
11555
  }
@@ -18127,6 +18131,27 @@ const chainArray = [
18127
18131
  }
18128
18132
  ]
18129
18133
  },
18134
+ {
18135
+ name: 'Superseed',
18136
+ chain: 'ETH',
18137
+ rpc: [ 'https://mainnet.superseed.xyz', 'wss://mainnet.superseed.xyz' ],
18138
+ faucets: [],
18139
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
18140
+ infoURL: 'https://www.superseed.xyz',
18141
+ shortName: 'sseed',
18142
+ chainId: 5330,
18143
+ networkId: 5330,
18144
+ slip44: 1,
18145
+ icon: 'superseed',
18146
+ explorers: [
18147
+ {
18148
+ name: 'seedscout',
18149
+ url: 'https://explorer.superseed.xyz',
18150
+ standard: 'EIP3091'
18151
+ }
18152
+ ],
18153
+ status: 'active'
18154
+ },
18130
18155
  {
18131
18156
  name: 'Netsbo',
18132
18157
  chain: 'NETSBO',
@@ -20946,7 +20971,7 @@ const chainArray = [
20946
20971
  {
20947
20972
  name: 'basescan',
20948
20973
  url: 'https://basescan.org',
20949
- standard: 'none'
20974
+ standard: 'EIP3091'
20950
20975
  },
20951
20976
  {
20952
20977
  name: 'basescout',
@@ -22607,6 +22632,21 @@ const chainArray = [
22607
22632
  networkId: 10001,
22608
22633
  slip44: 1
22609
22634
  },
22635
+ {
22636
+ name: 'Warden Testnet',
22637
+ chain: 'WARD',
22638
+ rpc: [
22639
+ 'https://evm.chiado.wardenprotocol.org',
22640
+ 'wss://evm-ws.chiado.wardenprotocol.org'
22641
+ ],
22642
+ faucets: [ 'https://faucet.chiado.wardenprotocol.org' ],
22643
+ nativeCurrency: { name: 'WARD', symbol: 'WARD', decimals: 18 },
22644
+ infoURL: 'https://wardenprotocol.org',
22645
+ icon: 'warden',
22646
+ shortName: 'ward',
22647
+ chainId: 10010,
22648
+ networkId: 10010
22649
+ },
22610
22650
  {
22611
22651
  name: 'Gon Chain',
22612
22652
  chain: 'GonChain',
@@ -23044,6 +23084,38 @@ const chainArray = [
23044
23084
  }
23045
23085
  ]
23046
23086
  },
23087
+ {
23088
+ name: 'GameSwift Chain Testnet',
23089
+ title: 'GameSwift Chain Testnet',
23090
+ chain: 'gameswift-chain-testnet',
23091
+ rpc: [
23092
+ 'https://rpc-testnet.gameswift.io',
23093
+ 'wss://ws-testnet.gameswift.io'
23094
+ ],
23095
+ nativeCurrency: { name: 'TGameSwift', symbol: 'tGS', decimals: 18 },
23096
+ infoURL: 'https://raas.gelato.network/rollups/details/public/gameswift-chain-testnet',
23097
+ faucets: [],
23098
+ shortName: 'gameswift-chain-testnet',
23099
+ chainId: 10888,
23100
+ networkId: 10888,
23101
+ slip44: 60,
23102
+ explorers: [
23103
+ {
23104
+ name: 'blockscout',
23105
+ url: 'https://testnet.gameswift.io',
23106
+ standard: 'EIP3091'
23107
+ }
23108
+ ],
23109
+ parent: {
23110
+ type: 'L2',
23111
+ chain: 'eip155-11155111',
23112
+ bridges: [
23113
+ {
23114
+ url: 'https://testnet-bridge-gelato.gameswift.io/bridge/gameswift-chain-testnet'
23115
+ }
23116
+ ]
23117
+ }
23118
+ },
23047
23119
  {
23048
23120
  name: 'Quadrans Blockchain',
23049
23121
  chain: 'QDC',
@@ -24352,12 +24424,7 @@ const chainArray = [
24352
24424
  url: 'https://explorer.testnet.evm.eosnetwork.com',
24353
24425
  standard: 'EIP3091'
24354
24426
  }
24355
- ],
24356
- parent: {
24357
- type: 'L2',
24358
- chain: 'eip155-1',
24359
- bridges: [ { url: 'https://bridge.testnet.evm.eosnetwork.com' } ]
24360
- }
24427
+ ]
24361
24428
  },
24362
24429
  {
24363
24430
  name: 'MetaDot Mainnet',
@@ -24832,15 +24899,7 @@ const chainArray = [
24832
24899
  url: 'https://explorer.evm.eosnetwork.com',
24833
24900
  standard: 'EIP3091'
24834
24901
  }
24835
- ],
24836
- parent: {
24837
- type: 'L2',
24838
- chain: 'eip155-1',
24839
- bridges: [
24840
- { url: 'https://bridge.evm.eosnetwork.com' },
24841
- { url: 'https://app.multichain.org' }
24842
- ]
24843
- }
24902
+ ]
24844
24903
  },
24845
24904
  {
24846
24905
  name: 'Frontier of Dreams Testnet',
@@ -27667,6 +27726,11 @@ const chainArray = [
27667
27726
  networkId: 1,
27668
27727
  slip44: 1,
27669
27728
  explorers: [
27729
+ {
27730
+ name: 'snowscan-testnet',
27731
+ url: 'https://testnet.snowscan.xyz',
27732
+ standard: 'EIP3091'
27733
+ },
27670
27734
  {
27671
27735
  name: 'snowtrace',
27672
27736
  url: 'https://testnet.snowtrace.io',
@@ -27692,6 +27756,11 @@ const chainArray = [
27692
27756
  networkId: 43114,
27693
27757
  slip44: 9005,
27694
27758
  explorers: [
27759
+ {
27760
+ name: 'snowscan',
27761
+ url: 'https://snowscan.xyz',
27762
+ standard: 'EIP3091'
27763
+ },
27695
27764
  {
27696
27765
  name: 'snowtrace',
27697
27766
  url: 'https://snowtrace.io',
@@ -28634,7 +28703,7 @@ const chainArray = [
28634
28703
  ],
28635
28704
  parent: {
28636
28705
  type: 'L2',
28637
- chain: 'eip155-5',
28706
+ chain: 'eip155-56',
28638
28707
  bridges: [ { url: 'https://gateway.boba.network' } ]
28639
28708
  }
28640
28709
  },
@@ -28859,7 +28928,7 @@ const chainArray = [
28859
28928
  icon: 'linea',
28860
28929
  parent: {
28861
28930
  type: 'L2',
28862
- chain: 'eip155-5',
28931
+ chain: 'eip155-11155111',
28863
28932
  bridges: [ { url: 'https://bridge.linea.build/' } ]
28864
28933
  },
28865
28934
  explorers: [
@@ -30344,6 +30413,11 @@ const chainArray = [
30344
30413
  networkId: 80002,
30345
30414
  slip44: 1,
30346
30415
  explorers: [
30416
+ {
30417
+ name: 'polygonscan-amoy',
30418
+ url: 'https://amoy.polygonscan.com',
30419
+ standard: 'EIP3091'
30420
+ },
30347
30421
  {
30348
30422
  name: 'polygonamoy',
30349
30423
  url: 'https://www.oklink.com/amoy',
@@ -30755,6 +30829,11 @@ const chainArray = [
30755
30829
  slip44: 1,
30756
30830
  icon: 'baseTestnet',
30757
30831
  explorers: [
30832
+ {
30833
+ name: 'basescan-sepolia',
30834
+ url: 'https://sepolia.basescan.org',
30835
+ standard: 'EIP3091'
30836
+ },
30758
30837
  {
30759
30838
  name: 'basescout',
30760
30839
  url: 'https://base-sepolia.blockscout.com',
@@ -34224,11 +34303,11 @@ const chainArray = [
34224
34303
  },
34225
34304
  {
34226
34305
  name: 'Bitfinity Network Mainnet',
34227
- chain: 'BFT',
34306
+ chain: 'BTF',
34228
34307
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
34229
34308
  rpc: [ 'https://mainnet.bitfinity.network' ],
34230
34309
  faucets: [],
34231
- nativeCurrency: { name: 'Bitfinity Token', symbol: 'BFT', decimals: 18 },
34310
+ nativeCurrency: { name: 'Bitfinity Token', symbol: 'BTF', decimals: 18 },
34232
34311
  infoURL: 'https://bitfinity.network',
34233
34312
  shortName: 'bitfinity-mainnet',
34234
34313
  chainId: 355110,
@@ -34244,11 +34323,11 @@ const chainArray = [
34244
34323
  },
34245
34324
  {
34246
34325
  name: 'Bitfinity Network Testnet',
34247
- chain: 'BFT',
34326
+ chain: 'BTF',
34248
34327
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
34249
34328
  rpc: [ 'https://testnet.bitfinity.network' ],
34250
34329
  faucets: [ 'https://bitfinity.network/faucet' ],
34251
- nativeCurrency: { name: 'Bitfinity Token', symbol: 'BFT', decimals: 18 },
34330
+ nativeCurrency: { name: 'Bitfinity Token', symbol: 'BTF', decimals: 18 },
34252
34331
  infoURL: 'https://bitfinity.network',
34253
34332
  shortName: 'bitfinity-testnet',
34254
34333
  chainId: 355113,
@@ -34559,6 +34638,11 @@ const chainArray = [
34559
34638
  networkId: 421614,
34560
34639
  slip44: 1,
34561
34640
  explorers: [
34641
+ {
34642
+ name: 'arbiscan-sepolia',
34643
+ url: 'https://sepolia.arbiscan.io',
34644
+ standard: 'EIP3091'
34645
+ },
34562
34646
  {
34563
34647
  name: 'Arbitrum Sepolia Rollup Testnet Explorer',
34564
34648
  url: 'https://sepolia-explorer.arbitrum.io',
@@ -37710,6 +37794,11 @@ const chainArray = [
37710
37794
  networkId: 11155420,
37711
37795
  slip44: 1,
37712
37796
  explorers: [
37797
+ {
37798
+ name: 'etherscan-sepolia-optimism',
37799
+ url: 'https://sepolia-optimism.etherscan.io',
37800
+ standard: 'EIP3091'
37801
+ },
37713
37802
  {
37714
37803
  name: 'opscout',
37715
37804
  url: 'https://optimism-sepolia.blockscout.com',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.534",
3
+ "version": "0.0.536",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {