eth-chainlist 0.0.532 → 0.0.534

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.534 (2024-11-07)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.533 ([2177709](https://github.com/poowf/eth-chainlist/commit/21777094ef356e31229009ac2f9b2875567e0a82))
9
+ * update chain data ([098b11c](https://github.com/poowf/eth-chainlist/commit/098b11c6d801f5db308e8f0bbc42dc82ca9b304b))
10
+
11
+ ### 0.0.533 (2024-11-06)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.532 ([4b446f0](https://github.com/poowf/eth-chainlist/commit/4b446f0146960e830259e502d5c03bd6d1c2c0ae))
17
+ * update chain data ([68429e4](https://github.com/poowf/eth-chainlist/commit/68429e4895c8856499d471706cef877732aa0e02))
18
+
3
19
  ### 0.0.532 (2024-11-05)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -2965,6 +2965,21 @@ const chainArray = [
2965
2965
  chainId: 142,
2966
2966
  networkId: 142
2967
2967
  },
2968
+ {
2969
+ name: 'Monad Mainnet',
2970
+ chain: 'MON',
2971
+ icon: 'monad',
2972
+ rpc: [],
2973
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
2974
+ faucets: [],
2975
+ nativeCurrency: { name: 'MON Token', symbol: 'MON', decimals: 18 },
2976
+ infoURL: 'https://monad.xyz',
2977
+ shortName: 'mon',
2978
+ chainId: 143,
2979
+ networkId: 143,
2980
+ slip44: 1,
2981
+ explorers: []
2982
+ },
2968
2983
  {
2969
2984
  name: 'PHI Network v2',
2970
2985
  chain: 'PHI',
@@ -4565,7 +4580,9 @@ const chainArray = [
4565
4580
  rpc: [
4566
4581
  'https://mainnet-rpc.swanchain.org',
4567
4582
  'https://mainnet-rpc-01.swanchain.org',
4568
- 'https://mainnet-rpc-02.swanchain.org'
4583
+ 'https://mainnet-rpc-02.swanchain.org',
4584
+ 'https://mainnet-rpc-03.swanchain.org',
4585
+ 'https://mainnet-rpc-04.swanchain.org'
4569
4586
  ],
4570
4587
  faucets: [],
4571
4588
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -10764,7 +10781,7 @@ const chainArray = [
10764
10781
  'https://rpc-mainnet.devolvedai.com'
10765
10782
  ],
10766
10783
  faucets: [],
10767
- nativeCurrency: { name: 'AGC', symbol: 'AGC', decimals: 18 },
10784
+ nativeCurrency: { name: 'Argocoin', symbol: 'AGC', decimals: 18 },
10768
10785
  infoURL: 'https://devolvedai.com',
10769
10786
  shortName: 'AGC',
10770
10787
  chainId: 1299,
@@ -12217,6 +12234,37 @@ const chainArray = [
12217
12234
  bridges: [ { url: 'https://bridge.gelato.network/bridge/playblock' } ]
12218
12235
  }
12219
12236
  },
12237
+ {
12238
+ name: 'Verify testnet',
12239
+ title: 'Verify Testnet',
12240
+ chain: 'verify-testnet',
12241
+ rpc: [
12242
+ 'https://rpc.verify-testnet.gelato.digital',
12243
+ 'wss://ws.verify-testnet.gelato.digital'
12244
+ ],
12245
+ nativeCurrency: { name: 'Matic', symbol: 'MATIC', decimals: 18 },
12246
+ infoURL: 'https://raas.gelato.network/rollups/details/public/verify-testnet',
12247
+ faucets: [],
12248
+ shortName: 'verify-testnet',
12249
+ chainId: 1833,
12250
+ networkId: 1833,
12251
+ slip44: 60,
12252
+ explorers: [
12253
+ {
12254
+ name: 'blockscout',
12255
+ url: 'https://verify-testnet.blockscout.com',
12256
+ icon: 'blockscout',
12257
+ standard: 'EIP3091'
12258
+ }
12259
+ ],
12260
+ parent: {
12261
+ type: 'L2',
12262
+ chain: 'eip155-80002',
12263
+ bridges: [
12264
+ { url: 'https://bridge.gelato.network/bridge/verify-testnet' }
12265
+ ]
12266
+ }
12267
+ },
12220
12268
  {
12221
12269
  name: 'HighOctane Subnet',
12222
12270
  chain: 'HighOctane Subnet',
@@ -12525,6 +12573,25 @@ const chainArray = [
12525
12573
  }
12526
12574
  ]
12527
12575
  },
12576
+ {
12577
+ name: 'Swell Network Testnet',
12578
+ chain: 'Swell L2 Testnet',
12579
+ rpc: [ 'https://swell-testnet.alt.technology' ],
12580
+ faucets: [],
12581
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
12582
+ infoURL: 'https://app.swellnetwork.io/layer2/swell-l2',
12583
+ shortName: 'swell-l2-testnet',
12584
+ chainId: 1924,
12585
+ networkId: 1924,
12586
+ explorers: [
12587
+ {
12588
+ name: 'swell-l2-testnet',
12589
+ icon: 'swell',
12590
+ url: 'https://swell-testnet-explorer.alt.technology',
12591
+ standard: 'none'
12592
+ }
12593
+ ]
12594
+ },
12528
12595
  {
12529
12596
  name: 'Arvix Testnet',
12530
12597
  chain: 'Arvix',
@@ -14878,6 +14945,27 @@ const chainArray = [
14878
14945
  explorers: [],
14879
14946
  status: 'active'
14880
14947
  },
14948
+ {
14949
+ name: 'Bahamut horizon',
14950
+ title: 'Bahamut horizon',
14951
+ chain: 'Bahamut',
14952
+ icon: 'bahamut',
14953
+ rpc: [ 'https://horizon-fastex-testnet.zeeve.net' ],
14954
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
14955
+ faucets: [],
14956
+ nativeCurrency: { name: 'FTN', symbol: 'FTN', decimals: 18 },
14957
+ shortName: 'horizon',
14958
+ infoURL: 'https://bahamut.io',
14959
+ chainId: 2552,
14960
+ networkId: 2552,
14961
+ explorers: [
14962
+ {
14963
+ name: 'blockscout',
14964
+ url: 'https://horizon.ftnscan.com',
14965
+ standard: 'none'
14966
+ }
14967
+ ]
14968
+ },
14881
14969
  {
14882
14970
  name: 'Kortho Mainnet',
14883
14971
  chain: 'Kortho Chain',
@@ -15168,6 +15256,20 @@ const chainArray = [
15168
15256
  }
15169
15257
  ]
15170
15258
  },
15259
+ {
15260
+ name: 'Abstract',
15261
+ chain: 'Abstract',
15262
+ rpc: [],
15263
+ faucets: [],
15264
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
15265
+ infoURL: 'https://abs.xyz',
15266
+ shortName: 'abstract',
15267
+ chainId: 2741,
15268
+ networkId: 2741,
15269
+ icon: 'abstract',
15270
+ explorers: [],
15271
+ parent: { type: 'L2', chain: 'eip155-1', bridges: [] }
15272
+ },
15171
15273
  {
15172
15274
  name: 'Nanon',
15173
15275
  title: 'Nanon Rollup',
@@ -21680,6 +21782,25 @@ const chainArray = [
21680
21782
  }
21681
21783
  ]
21682
21784
  },
21785
+ {
21786
+ name: 'KPA Smart Chain Testnet',
21787
+ chain: 'KSC',
21788
+ rpc: [
21789
+ 'https://testnet-rpc1.koppachain.com/',
21790
+ 'https://testnet-rpc2.koppachain.com/',
21791
+ 'https://testnet-rpc3.koppachain.com/',
21792
+ 'https://testnet-rpc4.koppachain.com/'
21793
+ ],
21794
+ faucets: [ 'https://mint.koppachain.com' ],
21795
+ nativeCurrency: { name: 'KPA Smart Chain Testnet', symbol: 'tKPA', decimals: 18 },
21796
+ features: [],
21797
+ infoURL: 'https://koppachain.com',
21798
+ shortName: 'KPA',
21799
+ chainId: 9091,
21800
+ networkId: 9091,
21801
+ icon: 'koppa',
21802
+ explorers: []
21803
+ },
21683
21804
  {
21684
21805
  name: 'Genesis Coin',
21685
21806
  chain: 'Genesis',
@@ -22607,6 +22728,21 @@ const chainArray = [
22607
22728
  chainId: 10101,
22608
22729
  networkId: 10101
22609
22730
  },
22731
+ {
22732
+ name: 'Monad Testnet',
22733
+ chain: 'MON',
22734
+ icon: 'monad',
22735
+ rpc: [],
22736
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
22737
+ faucets: [],
22738
+ nativeCurrency: { name: 'Testnet MON Token', symbol: 'MON', decimals: 18 },
22739
+ infoURL: 'https://monad.xyz',
22740
+ shortName: 'mon-testnet',
22741
+ chainId: 10143,
22742
+ networkId: 10143,
22743
+ slip44: 1,
22744
+ explorers: []
22745
+ },
22610
22746
  {
22611
22747
  name: 'Gnosis Chiado Testnet',
22612
22748
  chain: 'GNO',
@@ -23091,7 +23227,7 @@ const chainArray = [
23091
23227
  networkId: 11124,
23092
23228
  nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
23093
23229
  infoURL: 'https://abs.xyz/',
23094
- shortName: 'Abstract',
23230
+ shortName: 'abstract-sepolia',
23095
23231
  parent: {
23096
23232
  type: 'L2',
23097
23233
  chain: 'eip155-11155111',
@@ -24304,6 +24440,36 @@ const chainArray = [
24304
24440
  }
24305
24441
  ]
24306
24442
  },
24443
+ {
24444
+ name: 'Eventum Testnet',
24445
+ title: 'Eventum Testnet',
24446
+ chain: 'eventum-testnet',
24447
+ rpc: [ 'https://testnet-rpc.eh-dev.app', 'wss://testnet-ws.eh-dev.app' ],
24448
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
24449
+ infoURL: 'https://raas.gelato.network/rollups/details/public/event-horizon-eventum-testnet',
24450
+ faucets: [],
24451
+ shortName: 'eventum-testnet',
24452
+ chainId: 16182,
24453
+ networkId: 16182,
24454
+ slip44: 60,
24455
+ explorers: [
24456
+ {
24457
+ name: 'blockscout',
24458
+ url: 'https://testnet-blockscout.eh-dev.app',
24459
+ standard: 'EIP3091'
24460
+ }
24461
+ ],
24462
+ parent: {
24463
+ type: 'L2',
24464
+ chain: 'eip155-421614',
24465
+ bridges: [
24466
+ {
24467
+ url: 'https://testnet-bridge.eh-dev.app/bridge/event-horizon-eventum-testnet'
24468
+ }
24469
+ ]
24470
+ },
24471
+ status: 'active'
24472
+ },
24307
24473
  {
24308
24474
  name: 'Incentiv Devnet',
24309
24475
  chain: 'Incentiv',
@@ -24942,6 +25108,7 @@ const chainArray = [
24942
25108
  shortName: 'locachain',
24943
25109
  chainId: 19180,
24944
25110
  networkId: 19180,
25111
+ icon: 'locacoin',
24945
25112
  explorers: [
24946
25113
  {
24947
25114
  name: 'Locachain Explorer',
@@ -25179,6 +25346,21 @@ const chainArray = [
25179
25346
  }
25180
25347
  ]
25181
25348
  },
25349
+ {
25350
+ name: 'Monad Devnet',
25351
+ chain: 'MON',
25352
+ icon: 'monad',
25353
+ rpc: [],
25354
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
25355
+ faucets: [],
25356
+ nativeCurrency: { name: 'Devnet MON Token', symbol: 'MON', decimals: 18 },
25357
+ infoURL: 'https://monad.xyz',
25358
+ shortName: 'mon-devnet',
25359
+ chainId: 20143,
25360
+ networkId: 20143,
25361
+ slip44: 1,
25362
+ explorers: []
25363
+ },
25182
25364
  {
25183
25365
  name: 'Callisto Testnet',
25184
25366
  chain: 'CLO',
@@ -32252,6 +32434,26 @@ const chainArray = [
32252
32434
  }
32253
32435
  ]
32254
32436
  },
32437
+ {
32438
+ name: 'Odyssey Chain Mainnet',
32439
+ chain: 'DIONE',
32440
+ rpc: [ 'https://node.dioneprotocol.com/ext/bc/D/rpc' ],
32441
+ faucets: [],
32442
+ features: [ { name: 'EIP155' } ],
32443
+ infoURL: 'https://www.dioneprotocol.com',
32444
+ shortName: 'Odyssey',
32445
+ chainId: 153153,
32446
+ networkId: 153153,
32447
+ icon: 'odysseyChain',
32448
+ nativeCurrency: { name: 'DIONE', symbol: 'DIONE', decimals: 18 },
32449
+ explorers: [
32450
+ {
32451
+ name: 'Odyssey Scan',
32452
+ url: 'https://odysseyscan.com',
32453
+ standard: 'EIP3091'
32454
+ }
32455
+ ]
32456
+ },
32255
32457
  {
32256
32458
  name: 'CryptoX',
32257
32459
  chain: 'XCOIN',
@@ -33357,6 +33559,39 @@ const chainArray = [
33357
33559
  }
33358
33560
  ]
33359
33561
  },
33562
+ {
33563
+ name: 'Anomaly Andromeda Testnet',
33564
+ title: 'Anomaly Andromeda Testnet',
33565
+ chain: 'anomaly-andromeda-testnet',
33566
+ rpc: [
33567
+ 'https://rpc.anomaly-andromeda.anomalygames.io',
33568
+ 'wss://ws.anomaly-andromeda.anomalygames.io'
33569
+ ],
33570
+ nativeCurrency: { name: 'TestNom', symbol: 'tNOM', decimals: 18 },
33571
+ infoURL: 'https://raas.gelato.network/rollups/details/public/anomaly-andromeda-testnet',
33572
+ faucets: [],
33573
+ shortName: 'anomaly-andromeda-testnet',
33574
+ chainId: 241120,
33575
+ networkId: 241120,
33576
+ slip44: 60,
33577
+ explorers: [
33578
+ {
33579
+ name: 'blockscout',
33580
+ url: 'https://andromeda.anomalyscan.io',
33581
+ icon: 'blockscout',
33582
+ standard: 'EIP3091'
33583
+ }
33584
+ ],
33585
+ parent: {
33586
+ type: 'L2',
33587
+ chain: 'eip155-421614',
33588
+ bridges: [
33589
+ {
33590
+ url: 'https://bridge.gelato.network/bridge/anomaly-andromeda-testnet'
33591
+ }
33592
+ ]
33593
+ }
33594
+ },
33360
33595
  {
33361
33596
  name: 'ARTIS sigma1',
33362
33597
  chain: 'ARTIS',
@@ -36589,17 +36824,22 @@ const chainArray = [
36589
36824
  explorers: []
36590
36825
  },
36591
36826
  {
36592
- name: 'Funki Sepolia Sandbox',
36827
+ name: 'Funki Sepolia Testnet',
36593
36828
  chain: 'ETH',
36594
36829
  icon: 'funki',
36595
36830
  rpc: [ 'https://funki-testnet.alt.technology' ],
36596
- faucets: [],
36831
+ faucets: [ 'https://funkichain.com/portfolio' ],
36597
36832
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
36598
36833
  infoURL: 'https://funkichain.com',
36599
36834
  shortName: 'funkisepolia',
36600
36835
  chainId: 3397901,
36601
36836
  networkId: 3397901,
36602
36837
  explorers: [
36838
+ {
36839
+ name: 'Funki Sepolia Testnet Explorer',
36840
+ url: 'https://testnet.funkiscan.io',
36841
+ standard: 'none'
36842
+ },
36603
36843
  {
36604
36844
  name: 'Funki Sepolia Sandbox Explorer',
36605
36845
  url: 'https://sepolia-sandbox.funkichain.com',
@@ -38549,6 +38789,34 @@ const chainArray = [
38549
38789
  }
38550
38790
  ]
38551
38791
  },
38792
+ {
38793
+ name: 'Reya Cronos',
38794
+ title: 'Reya Cronos',
38795
+ chain: 'reya-cronos',
38796
+ rpc: [
38797
+ 'https://rpc.reya-cronos.gelato.digital',
38798
+ 'wss://ws.reya-cronos.gelato.digital'
38799
+ ],
38800
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
38801
+ infoURL: 'https://raas.gelato.network/rollups/details/public/reya-cronos',
38802
+ faucets: [],
38803
+ shortName: 'reya-cronos',
38804
+ chainId: 89346162,
38805
+ networkId: 89346162,
38806
+ slip44: 60,
38807
+ explorers: [
38808
+ {
38809
+ name: 'blockscout',
38810
+ url: 'https://reya-cronos.blockscout.com',
38811
+ standard: 'EIP3091'
38812
+ }
38813
+ ],
38814
+ parent: {
38815
+ type: 'L2',
38816
+ chain: 'eip155-11155111',
38817
+ bridges: [ { url: 'https://bridge.gelato.network/bridge/reya-cronos' } ]
38818
+ }
38819
+ },
38552
38820
  {
38553
38821
  name: 'Polygon Blackberry',
38554
38822
  title: 'Polygon Blackberry Testnet',
@@ -40343,6 +40611,39 @@ const chainArray = [
40343
40611
  ],
40344
40612
  parent: { type: 'L2', chain: 'eip155-11155111' }
40345
40613
  },
40614
+ {
40615
+ name: 'PIN',
40616
+ title: 'PIN',
40617
+ chain: 'PIN',
40618
+ rpc: [
40619
+ 'https://rpc.pin.t.raas.gelato.cloud',
40620
+ 'wss://ws.pin.t.raas.gelato.cloud'
40621
+ ],
40622
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
40623
+ infoURL: 'https://raas.gelato.network/rollups/details/public/pin',
40624
+ faucets: [],
40625
+ shortName: 'PIN',
40626
+ chainId: 123420000558,
40627
+ networkId: 123420000558,
40628
+ slip44: 60,
40629
+ explorers: [
40630
+ {
40631
+ name: 'blockscout',
40632
+ url: 'https://explorer.pin.t.raas.gelato.cloud',
40633
+ icon: 'blockscout',
40634
+ standard: 'EIP3091'
40635
+ }
40636
+ ],
40637
+ parent: {
40638
+ type: 'L2',
40639
+ chain: 'eip155-11155111',
40640
+ bridges: [
40641
+ {
40642
+ url: 'https://testnet-bridge.gelato.network/bridge/pin/bridge/pin'
40643
+ }
40644
+ ]
40645
+ }
40646
+ },
40346
40647
  {
40347
40648
  name: 'sivo-defi-testnet',
40348
40649
  title: 'Sivo Defi Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.532",
3
+ "version": "0.0.534",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {