eth-chainlist 0.0.749 → 0.0.751

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 +125 -11
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.751 (2026-04-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.750 ([f8d0d80](https://github.com/poowf/eth-chainlist/commit/f8d0d80d12bd38b964a87fc3dc591909902bf8ff))
9
+ * update chain data ([420274e](https://github.com/poowf/eth-chainlist/commit/420274e33d9dcb7769baa5d0063f0617e86fe132))
10
+
11
+ ### 0.0.750 (2026-04-04)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.749 ([6ce619e](https://github.com/poowf/eth-chainlist/commit/6ce619e02350aee228410c095f48deeaff342155))
17
+ * update chain data ([51b4ba0](https://github.com/poowf/eth-chainlist/commit/51b4ba0e2ce174cb4ea1b3f5a7f8d8b00515f17f))
18
+
3
19
  ### 0.0.749 (2026-04-03)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -7034,26 +7034,26 @@ const chainArray = [
7034
7034
  ]
7035
7035
  },
7036
7036
  {
7037
- name: 'Areon Network Mainnet',
7038
- chain: 'Areon',
7037
+ name: 'Areum Network Mainnet',
7038
+ chain: 'Areum',
7039
7039
  icon: 'areon',
7040
7040
  rpc: [
7041
- 'https://mainnet-rpc.areon.network',
7042
- 'https://mainnet-rpc2.areon.network',
7043
- 'https://mainnet-rpc3.areon.network',
7044
- 'https://mainnet-rpc4.areon.network',
7045
- 'https://mainnet-rpc5.areon.network'
7041
+ 'https://mainnet-rpc.areum.network',
7042
+ 'https://mainnet-rpc2.areum.network',
7043
+ 'https://mainnet-rpc3.areum.network',
7044
+ 'https://mainnet-rpc4.areum.network',
7045
+ 'https://mainnet-rpc5.areum.network'
7046
7046
  ],
7047
7047
  faucets: [],
7048
- nativeCurrency: { name: 'Areon', symbol: 'AREA', decimals: 18 },
7049
- infoURL: 'https://areon.network',
7048
+ nativeCurrency: { name: 'Areum', symbol: 'AREA', decimals: 18 },
7049
+ infoURL: 'https://areum.network',
7050
7050
  shortName: 'area',
7051
7051
  chainId: 463,
7052
7052
  networkId: 463,
7053
7053
  explorers: [
7054
7054
  {
7055
- name: 'AreonScan',
7056
- url: 'https://areonscan.com',
7055
+ name: 'Areum Explorer',
7056
+ url: 'https://explorer.areum.network',
7057
7057
  standard: 'none'
7058
7058
  }
7059
7059
  ]
@@ -11121,6 +11121,31 @@ const chainArray = [
11121
11121
  }
11122
11122
  ]
11123
11123
  },
11124
+ {
11125
+ name: 'Xenea Ubusuna',
11126
+ title: 'Xenea Ubusuna Testnet',
11127
+ chain: 'TXENE',
11128
+ rpc: [ 'https://rpc-ubusuna.xeneascan.com' ],
11129
+ faucets: [],
11130
+ nativeCurrency: {
11131
+ name: 'Xenea Ubusuna Testnet Token',
11132
+ symbol: 'TXENE',
11133
+ decimals: 18
11134
+ },
11135
+ infoURL: 'https://xenea.io',
11136
+ shortName: 'Xenea',
11137
+ chainId: 1096,
11138
+ networkId: 1096,
11139
+ icon: 'xenea',
11140
+ explorers: [
11141
+ {
11142
+ name: 'Xenea Ubusuna Testnet Explorer',
11143
+ url: 'https://ubusuna.xeneascan.com',
11144
+ icon: 'xenea',
11145
+ standard: 'EIP3091'
11146
+ }
11147
+ ]
11148
+ },
11124
11149
  {
11125
11150
  name: 'MOAC mainnet',
11126
11151
  chain: 'MOAC',
@@ -20553,6 +20578,29 @@ const chainArray = [
20553
20578
  }
20554
20579
  ]
20555
20580
  },
20581
+ {
20582
+ name: 'IKChain Testnet',
20583
+ chain: 'IKChain',
20584
+ icon: 'ikchain',
20585
+ rpc: [ 'https://testnet-rpc.ikchain.net' ],
20586
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
20587
+ faucets: [ 'https://testnet-explorer.ikchain.net' ],
20588
+ nativeCurrency: { name: 'IKCrypto', symbol: 'IKCr', decimals: 18 },
20589
+ infoURL: 'https://ikchain.net',
20590
+ shortName: 'ikchain-testnet',
20591
+ chainId: 4270,
20592
+ networkId: 4270,
20593
+ slip44: 1,
20594
+ status: 'active',
20595
+ explorers: [
20596
+ {
20597
+ name: 'IKChain Testnet Explorer',
20598
+ url: 'https://testnet-explorer.ikchain.net',
20599
+ icon: 'blockscout',
20600
+ standard: 'EIP3091'
20601
+ }
20602
+ ]
20603
+ },
20556
20604
  {
20557
20605
  name: 'Echos Chain',
20558
20606
  chain: 'Echos',
@@ -27970,6 +28018,26 @@ const chainArray = [
27970
28018
  }
27971
28019
  ]
27972
28020
  },
28021
+ {
28022
+ name: 'TrustBitcoin Mainnet',
28023
+ chain: 'TBC',
28024
+ rpc: [ 'https://rpc.trustbitcoin.io' ],
28025
+ features: [ { name: 'EIP155' } ],
28026
+ faucets: [],
28027
+ nativeCurrency: { name: 'TrustBitcoin', symbol: 'TBC', decimals: 18 },
28028
+ infoURL: 'https://trustbitcoin.io',
28029
+ shortName: 'trustbtc',
28030
+ chainId: 10791,
28031
+ networkId: 10791,
28032
+ icon: 'trustbitcoin',
28033
+ explorers: [
28034
+ {
28035
+ name: 'TrustBitcoin Scan',
28036
+ url: 'https://scan.trustbitcoin.io',
28037
+ standard: 'EIP3091'
28038
+ }
28039
+ ]
28040
+ },
27973
28041
  {
27974
28042
  name: 'CryptoCoinPay',
27975
28043
  chain: 'CCP',
@@ -48309,6 +48377,31 @@ const chainArray = [
48309
48377
  }
48310
48378
  ]
48311
48379
  },
48380
+ {
48381
+ name: 'SATUCHAIN Mainnet',
48382
+ chain: 'SATU',
48383
+ rpc: [
48384
+ 'https://rpc-mainnet.satuchain.com',
48385
+ 'https://rpc-indo-mainnet.satuchain.com',
48386
+ 'wss://rpc-mainnet.satuchain.com/ws'
48387
+ ],
48388
+ faucets: [],
48389
+ nativeCurrency: { name: 'Satu', symbol: 'STU', decimals: 18 },
48390
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
48391
+ infoURL: 'https://satuchain.com',
48392
+ shortName: 'satumainnet',
48393
+ chainId: 10111945,
48394
+ networkId: 10111945,
48395
+ icon: 'satuchain',
48396
+ explorers: [
48397
+ {
48398
+ name: 'SATUCHAIN Mainnet Explorer',
48399
+ url: 'https://stuscan.com',
48400
+ icon: 'satuchain',
48401
+ standard: 'EIP3091'
48402
+ }
48403
+ ]
48404
+ },
48312
48405
  {
48313
48406
  name: 'AlienX Mainnet',
48314
48407
  chain: 'AlienX Mainnet',
@@ -51138,6 +51231,27 @@ const chainArray = [
51138
51231
  }
51139
51232
  ]
51140
51233
  },
51234
+ {
51235
+ name: 'Mirasmanda',
51236
+ chain: 'MIRASMANDA',
51237
+ rpc: [ 'https://rpc.evm.mirasmanda.uz' ],
51238
+ faucets: [ 'https://faucet.evm.mirasmanda.uz' ],
51239
+ nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
51240
+ features: [ { name: 'EIP155' } ],
51241
+ infoURL: 'https://asterium.uz/',
51242
+ shortName: 'mirasmanda',
51243
+ chainId: 1213549903,
51244
+ networkId: 1213549903,
51245
+ icon: 'mirasmanda',
51246
+ explorers: [
51247
+ {
51248
+ name: 'blockscout',
51249
+ url: 'https://blockscout.evm.mirasmanda.uz',
51250
+ icon: 'blockscout',
51251
+ standard: 'EIP3091'
51252
+ }
51253
+ ]
51254
+ },
51141
51255
  {
51142
51256
  name: 'HUMAN Protocol',
51143
51257
  title: 'HUMAN Protocol',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.749",
3
+ "version": "0.0.751",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {