eth-chainlist 0.0.748 → 0.0.750

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 +158 -24
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.750 (2026-04-04)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.749 ([6ce619e](https://github.com/poowf/eth-chainlist/commit/6ce619e02350aee228410c095f48deeaff342155))
9
+ * update chain data ([51b4ba0](https://github.com/poowf/eth-chainlist/commit/51b4ba0e2ce174cb4ea1b3f5a7f8d8b00515f17f))
10
+
11
+ ### 0.0.749 (2026-04-03)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.748 ([6d4b231](https://github.com/poowf/eth-chainlist/commit/6d4b231078b526224c752a6a46cb64106f3200b9))
17
+ * update chain data ([f2e5516](https://github.com/poowf/eth-chainlist/commit/f2e5516680dac52b0db27457792a3fdb4fd9a9e1))
18
+
3
19
  ### 0.0.748 (2026-04-02)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -2917,27 +2917,38 @@ const chainArray = [
2917
2917
  {
2918
2918
  name: 'Defi Oracle Meta Mainnet',
2919
2919
  chain: 'dfiometa',
2920
- icon: 'defioraclemeta',
2921
- rpc: [ 'https://rpc.defi-oracle.io', 'wss://wss.defi-oracle.io' ],
2922
- features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
2920
+ rpc: [
2921
+ 'https://rpc-http-pub.d-bis.org',
2922
+ 'wss://rpc-ws-pub.d-bis.org',
2923
+ 'https://rpc.d-bis.org',
2924
+ 'wss://rpc.d-bis.org',
2925
+ 'https://rpc2.d-bis.org',
2926
+ 'wss://ws.rpc.d-bis.org',
2927
+ 'wss://ws.rpc2.d-bis.org',
2928
+ 'https://rpc.public-0138.defi-oracle.io',
2929
+ 'wss://rpc.public-0138.defi-oracle.io',
2930
+ 'https://rpc.defi-oracle.io',
2931
+ 'wss://wss.defi-oracle.io'
2932
+ ],
2933
+ features: [
2934
+ { name: 'EIP155' },
2935
+ { name: 'EIP1559' },
2936
+ { name: 'EIP2718' },
2937
+ { name: 'EIP2930' }
2938
+ ],
2923
2939
  faucets: [],
2924
2940
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
2925
- infoURL: 'https://info.defi-oracle.io/',
2941
+ infoURL: 'https://d-bis.org',
2926
2942
  shortName: 'dfio-meta-main',
2927
2943
  chainId: 138,
2928
- networkId: 1,
2944
+ networkId: 138,
2929
2945
  slip44: 60,
2930
2946
  ens: { registry: '0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85' },
2931
2947
  explorers: [
2932
2948
  {
2933
- name: 'Blockscout Explorer',
2934
- url: 'https://blockscout.defi-oracle.io',
2935
- standard: 'none'
2936
- },
2937
- {
2938
- name: 'Quorum Explorer',
2939
- url: 'https://explorer.defi-oracle.io',
2940
- standard: 'none'
2949
+ name: 'Blockscout',
2950
+ url: 'https://explorer.d-bis.org',
2951
+ standard: 'EIP3091'
2941
2952
  }
2942
2953
  ]
2943
2954
  },
@@ -7023,26 +7034,26 @@ const chainArray = [
7023
7034
  ]
7024
7035
  },
7025
7036
  {
7026
- name: 'Areon Network Mainnet',
7027
- chain: 'Areon',
7037
+ name: 'Areum Network Mainnet',
7038
+ chain: 'Areum',
7028
7039
  icon: 'areon',
7029
7040
  rpc: [
7030
- 'https://mainnet-rpc.areon.network',
7031
- 'https://mainnet-rpc2.areon.network',
7032
- 'https://mainnet-rpc3.areon.network',
7033
- 'https://mainnet-rpc4.areon.network',
7034
- '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'
7035
7046
  ],
7036
7047
  faucets: [],
7037
- nativeCurrency: { name: 'Areon', symbol: 'AREA', decimals: 18 },
7038
- infoURL: 'https://areon.network',
7048
+ nativeCurrency: { name: 'Areum', symbol: 'AREA', decimals: 18 },
7049
+ infoURL: 'https://areum.network',
7039
7050
  shortName: 'area',
7040
7051
  chainId: 463,
7041
7052
  networkId: 463,
7042
7053
  explorers: [
7043
7054
  {
7044
- name: 'AreonScan',
7045
- url: 'https://areonscan.com',
7055
+ name: 'Areum Explorer',
7056
+ url: 'https://explorer.areum.network',
7046
7057
  standard: 'none'
7047
7058
  }
7048
7059
  ]
@@ -11110,6 +11121,31 @@ const chainArray = [
11110
11121
  }
11111
11122
  ]
11112
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
+ },
11113
11149
  {
11114
11150
  name: 'MOAC mainnet',
11115
11151
  chain: 'MOAC',
@@ -12556,6 +12592,27 @@ const chainArray = [
12556
12592
  }
12557
12593
  ]
12558
12594
  },
12595
+ {
12596
+ name: 'STO Chain',
12597
+ chain: 'STOC',
12598
+ icon: 'stoc',
12599
+ rpc: [ 'https://evm-stoc-mainnet.stochainscan.io' ],
12600
+ faucets: [],
12601
+ nativeCurrency: { name: 'STOC', symbol: 'STOC', decimals: 18 },
12602
+ features: [ { name: 'EIP155' } ],
12603
+ infoURL: 'https://www.stochain.io/',
12604
+ shortName: 'stoc',
12605
+ chainId: 1306,
12606
+ networkId: 1306,
12607
+ explorers: [
12608
+ {
12609
+ name: 'STO Chain Explorer',
12610
+ url: 'https://stochainscan.io/en',
12611
+ standard: 'none'
12612
+ }
12613
+ ],
12614
+ status: 'active'
12615
+ },
12559
12616
  {
12560
12617
  name: 'COINZAX',
12561
12618
  chain: 'ZAX',
@@ -15450,6 +15507,27 @@ const chainArray = [
15450
15507
  }
15451
15508
  ]
15452
15509
  },
15510
+ {
15511
+ name: 'STO Chain Testnet',
15512
+ chain: 'TSTOC',
15513
+ icon: 'stoc',
15514
+ rpc: [ 'https://evm-stoc-testnet.stochainscan.io' ],
15515
+ faucets: [ 'https://testnet.stochainscan.io/en/request-faucet' ],
15516
+ nativeCurrency: { name: 'TSTOC', symbol: 'TSTOC', decimals: 18 },
15517
+ features: [ { name: 'EIP155' } ],
15518
+ infoURL: 'https://www.stochain.io/',
15519
+ shortName: 'tstoc',
15520
+ chainId: 1999,
15521
+ networkId: 1999,
15522
+ explorers: [
15523
+ {
15524
+ name: 'STO Chain Testnet Explorer',
15525
+ url: 'https://testnet.stochainscan.io/en',
15526
+ standard: 'none'
15527
+ }
15528
+ ],
15529
+ status: 'active'
15530
+ },
15453
15531
  {
15454
15532
  name: 'Dogechain Mainnet',
15455
15533
  chain: 'DC',
@@ -27917,6 +27995,26 @@ const chainArray = [
27917
27995
  }
27918
27996
  ]
27919
27997
  },
27998
+ {
27999
+ name: 'TrustBitcoin Mainnet',
28000
+ chain: 'TBC',
28001
+ rpc: [ 'https://rpc.trustbitcoin.io' ],
28002
+ features: [ { name: 'EIP155' } ],
28003
+ faucets: [],
28004
+ nativeCurrency: { name: 'TrustBitcoin', symbol: 'TBC', decimals: 18 },
28005
+ infoURL: 'https://trustbitcoin.io',
28006
+ shortName: 'trustbtc',
28007
+ chainId: 10791,
28008
+ networkId: 10791,
28009
+ icon: 'trustbitcoin',
28010
+ explorers: [
28011
+ {
28012
+ name: 'TrustBitcoin Scan',
28013
+ url: 'https://scan.trustbitcoin.io',
28014
+ standard: 'EIP3091'
28015
+ }
28016
+ ]
28017
+ },
27920
28018
  {
27921
28019
  name: 'CryptoCoinPay',
27922
28020
  chain: 'CCP',
@@ -48297,6 +48395,21 @@ const chainArray = [
48297
48395
  }
48298
48396
  ]
48299
48397
  },
48398
+ {
48399
+ name: 'ClawCoin',
48400
+ chain: 'CC',
48401
+ icon: 'clawcoin',
48402
+ rpc: [ 'https://evm.clawcoin.com' ],
48403
+ features: [ { name: 'EIP155' } ],
48404
+ faucets: [],
48405
+ nativeCurrency: { name: 'ClawCoin', symbol: 'CC', decimals: 18 },
48406
+ infoURL: 'https://clawcoin.com',
48407
+ shortName: 'cc',
48408
+ chainId: 11111111,
48409
+ networkId: 11111111,
48410
+ slip44: 60,
48411
+ status: 'active'
48412
+ },
48300
48413
  {
48301
48414
  name: 'Celo Sepolia Testnet',
48302
48415
  chainId: 11142220,
@@ -51070,6 +51183,27 @@ const chainArray = [
51070
51183
  }
51071
51184
  ]
51072
51185
  },
51186
+ {
51187
+ name: 'Mirasmanda',
51188
+ chain: 'MIRASMANDA',
51189
+ rpc: [ 'https://rpc.evm.mirasmanda.uz' ],
51190
+ faucets: [ 'https://faucet.evm.mirasmanda.uz' ],
51191
+ nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
51192
+ features: [ { name: 'EIP155' } ],
51193
+ infoURL: 'https://asterium.uz/',
51194
+ shortName: 'mirasmanda',
51195
+ chainId: 1213549903,
51196
+ networkId: 1213549903,
51197
+ icon: 'mirasmanda',
51198
+ explorers: [
51199
+ {
51200
+ name: 'blockscout',
51201
+ url: 'https://blockscout.evm.mirasmanda.uz',
51202
+ icon: 'blockscout',
51203
+ standard: 'EIP3091'
51204
+ }
51205
+ ]
51206
+ },
51073
51207
  {
51074
51208
  name: 'HUMAN Protocol',
51075
51209
  title: 'HUMAN Protocol',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.748",
3
+ "version": "0.0.750",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {