eth-chainlist 0.0.475 → 0.0.477

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 +124 -10
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.477 (2024-08-28)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.476 ([aefafab](https://github.com/poowf/eth-chainlist/commit/aefafab402855f42fd96e7873a6805ce6457684d))
9
+ * update chain data ([500aacf](https://github.com/poowf/eth-chainlist/commit/500aacff5daf50122dd75ef92ba893552df15630))
10
+
11
+ ### 0.0.476 (2024-08-27)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.475 ([8b2bf4d](https://github.com/poowf/eth-chainlist/commit/8b2bf4d2208e7266aea60d02c6e6668ef5559368))
17
+ * update chain data ([e9a4448](https://github.com/poowf/eth-chainlist/commit/e9a4448baa0d38b8056c744cc489b982e0d38324))
18
+
3
19
  ### 0.0.475 (2024-08-25)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -10882,6 +10882,24 @@ const chainArray = [
10882
10882
  }
10883
10883
  ]
10884
10884
  },
10885
+ {
10886
+ name: 'Story Testnet',
10887
+ chain: 'Story Testnet',
10888
+ rpc: [ 'https://testnet.storyrpc.io' ],
10889
+ faucets: [ 'https://faucet.story.foundation' ],
10890
+ chainId: 1513,
10891
+ networkId: 1513,
10892
+ nativeCurrency: { name: 'IP', symbol: 'IP', decimals: 18 },
10893
+ infoURL: 'https://www.story.foundation',
10894
+ shortName: 'Story',
10895
+ explorers: [
10896
+ {
10897
+ name: 'Story Iliad Network explorer',
10898
+ url: 'https://testnet.storyscan.xyz',
10899
+ standard: 'EIP3091'
10900
+ }
10901
+ ]
10902
+ },
10885
10903
  {
10886
10904
  name: 'Beagle Messaging Chain',
10887
10905
  chain: 'BMC',
@@ -16101,6 +16119,25 @@ const chainArray = [
16101
16119
  }
16102
16120
  ]
16103
16121
  },
16122
+ {
16123
+ name: 'Laika Testnet',
16124
+ chain: 'LAIKA',
16125
+ rpc: [ 'https://testnetrpc1.laikachain.dog' ],
16126
+ faucets: [ 'https://laikachain.dog/faucets' ],
16127
+ nativeCurrency: { name: 'Dogecoin', symbol: 'DOGE', decimals: 18 },
16128
+ infoURL: 'https://laikachain.dog',
16129
+ shortName: 'laika-testnet',
16130
+ chainId: 4269,
16131
+ networkId: 4269,
16132
+ icon: 'laika',
16133
+ explorers: [
16134
+ {
16135
+ name: 'Laika Testnet Explorer',
16136
+ url: 'https://testnet.laikachain.dog',
16137
+ standard: 'EIP3091'
16138
+ }
16139
+ ]
16140
+ },
16104
16141
  {
16105
16142
  name: 'Bobafuji Testnet',
16106
16143
  chain: 'Bobafuji Testnet',
@@ -18044,6 +18081,25 @@ const chainArray = [
18044
18081
  }
18045
18082
  ]
18046
18083
  },
18084
+ {
18085
+ name: 'Laika Mainnet',
18086
+ chain: 'LAIKA',
18087
+ rpc: [ 'https://mainnetrpc.laikachain.dog' ],
18088
+ faucets: [ 'https://laikachain.dog/faucets' ],
18089
+ nativeCurrency: { name: 'Dogecoin', symbol: 'DOGE', decimals: 18 },
18090
+ infoURL: 'https://laikachain.dog',
18091
+ shortName: 'laika',
18092
+ chainId: 6942,
18093
+ networkId: 6942,
18094
+ icon: 'laika',
18095
+ explorers: [
18096
+ {
18097
+ name: 'Laika Mainnet Explorer',
18098
+ url: 'https://explorer.laikachain.dog',
18099
+ standard: 'EIP3091'
18100
+ }
18101
+ ]
18102
+ },
18047
18103
  {
18048
18104
  name: 'Tomb Chain Mainnet',
18049
18105
  chain: 'Tomb Chain',
@@ -18272,6 +18328,19 @@ const chainArray = [
18272
18328
  }
18273
18329
  ]
18274
18330
  },
18331
+ {
18332
+ name: 'Nibiru Testnet-1',
18333
+ chain: 'Nibiru',
18334
+ rpc: [ 'https://evm-rpc.testnet-1.nibiru.fi' ],
18335
+ faucets: [],
18336
+ nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
18337
+ infoURL: 'https://nibiru.fi',
18338
+ shortName: 'nibiru-testnet-1',
18339
+ chainId: 7210,
18340
+ networkId: 7210,
18341
+ icon: 'nibiru',
18342
+ explorers: []
18343
+ },
18275
18344
  {
18276
18345
  name: 'Nibiru Devnet-3',
18277
18346
  chain: 'Nibiru',
@@ -18279,7 +18348,7 @@ const chainArray = [
18279
18348
  faucets: [],
18280
18349
  nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
18281
18350
  infoURL: 'https://nibiru.fi',
18282
- shortName: 'nibiru',
18351
+ shortName: 'nibiru-devnet-3',
18283
18352
  chainId: 7222,
18284
18353
  networkId: 7222,
18285
18354
  icon: 'nibiru',
@@ -26273,7 +26342,7 @@ const chainArray = [
26273
26342
  name: 'Toronet Testnet',
26274
26343
  chain: 'Toronet',
26275
26344
  icon: 'toronet',
26276
- rpc: [ 'http://testnet.toronet.org/rpc' ],
26345
+ rpc: [ 'https://testnet.toronet.org/rpc' ],
26277
26346
  faucets: [],
26278
26347
  nativeCurrency: { name: 'Toroe', symbol: 'TOROE', decimals: 18 },
26279
26348
  infoURL: 'https://toronet.org',
@@ -29262,6 +29331,27 @@ const chainArray = [
29262
29331
  }
29263
29332
  ]
29264
29333
  },
29334
+ {
29335
+ name: 'Creditcoin Devnet',
29336
+ chain: 'CTC',
29337
+ icon: 'creditcoin',
29338
+ rpc: [ 'https://rpc.cc3-devnet.creditcoin.network' ],
29339
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
29340
+ nativeCurrency: { name: 'Devnet CTC', symbol: 'devCTC', decimals: 18 },
29341
+ infoURL: 'https://creditcoin.org',
29342
+ shortName: 'ctcdev',
29343
+ chainId: 102032,
29344
+ networkId: 102032,
29345
+ faucets: [],
29346
+ explorers: [
29347
+ {
29348
+ name: 'blockscout',
29349
+ url: 'https://creditcoin-devnet.blockscout.com',
29350
+ icon: 'blockscout',
29351
+ standard: 'EIP3091'
29352
+ }
29353
+ ]
29354
+ },
29265
29355
  {
29266
29356
  name: 'Crystaleum',
29267
29357
  chain: 'crystal',
@@ -30065,7 +30155,7 @@ const chainArray = [
30065
30155
  nativeCurrency: { name: 'FAIR', symbol: 'FAIR', decimals: 18 },
30066
30156
  features: [ { name: 'EIP155' } ],
30067
30157
  infoURL: 'https://xfair.ai',
30068
- shortName: 'fair',
30158
+ shortName: 'fairt',
30069
30159
  chainId: 171000,
30070
30160
  networkId: 171000
30071
30161
  },
@@ -34486,8 +34576,8 @@ const chainArray = [
34486
34576
  status: 'deprecated'
34487
34577
  },
34488
34578
  {
34489
- name: 'NeoX Testnet T4',
34490
- chain: 'NeoX',
34579
+ name: 'Neo X Testnet T4',
34580
+ chain: 'Neo X',
34491
34581
  rpc: [ 'https://testnet.rpc.banelabs.org/' ],
34492
34582
  faucets: [],
34493
34583
  nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
@@ -34499,7 +34589,7 @@ const chainArray = [
34499
34589
  explorers: [
34500
34590
  {
34501
34591
  name: 'neox-scan',
34502
- url: 'https://testnet.scan.banelabs.org',
34592
+ url: 'https://xt4scan.ngd.network',
34503
34593
  standard: 'EIP3091'
34504
34594
  }
34505
34595
  ],
@@ -35954,8 +36044,11 @@ const chainArray = [
35954
36044
  {
35955
36045
  name: 'Sophon Testnet',
35956
36046
  chain: 'Sophon Testnet',
35957
- rpc: [ 'https://rpc.testnet.sophon.xyz/' ],
35958
- nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
36047
+ rpc: [
36048
+ 'https://rpc.testnet.sophon.xyz',
36049
+ 'wss://rpc.testnet.sophon.xyz/ws'
36050
+ ],
36051
+ nativeCurrency: { name: 'Sophon', symbol: 'SOPH', decimals: 18 },
35959
36052
  faucets: [],
35960
36053
  infoURL: '',
35961
36054
  shortName: 'sophon-testnet',
@@ -35963,7 +36056,7 @@ const chainArray = [
35963
36056
  networkId: 531050104,
35964
36057
  explorers: [
35965
36058
  {
35966
- name: 'Sophon Testnet',
36059
+ name: 'Sophon Block Explorer',
35967
36060
  url: 'https://explorer.testnet.sophon.xyz',
35968
36061
  icon: 'sophon-testnet',
35969
36062
  standard: 'none'
@@ -35972,7 +36065,7 @@ const chainArray = [
35972
36065
  parent: {
35973
36066
  type: 'L2',
35974
36067
  chain: 'eip155-1',
35975
- bridges: [ { url: 'https://bridge.zksync.io/' } ]
36068
+ bridges: [ { url: 'https://portal.testnet.sophon.xyz/bridge' } ]
35976
36069
  }
35977
36070
  },
35978
36071
  {
@@ -36902,6 +36995,27 @@ const chainArray = [
36902
36995
  }
36903
36996
  ]
36904
36997
  },
36998
+ {
36999
+ name: 'Thanos Sepolia',
37000
+ chain: 'ETH',
37001
+ rpc: [
37002
+ 'https://rpc.thanos-sepolia.tokamak.network',
37003
+ 'wss://rpc.thanos-sepolia.tokamak.network'
37004
+ ],
37005
+ faucets: [],
37006
+ nativeCurrency: { name: 'Tokamak Network', symbol: 'TON', decimals: 18 },
37007
+ infoURL: 'https://tokamak.network',
37008
+ shortName: 'thanos-sepolia',
37009
+ chainId: 111551119090,
37010
+ networkId: 111551119090,
37011
+ explorers: [
37012
+ {
37013
+ name: 'blockscout',
37014
+ url: 'https://explorer.thanos-sepolia.tokamak.network',
37015
+ standard: 'EIP3091'
37016
+ }
37017
+ ]
37018
+ },
36905
37019
  {
36906
37020
  name: 'Fluence Stage',
36907
37021
  chain: 'Fluence Stage (Testnet)',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.475",
3
+ "version": "0.0.477",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {