eth-chainlist 0.0.749 → 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.
- package/CHANGELOG.md +8 -0
- package/data/chain.js +77 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
3
11
|
### 0.0.749 (2026-04-03)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -7034,26 +7034,26 @@ const chainArray = [
|
|
|
7034
7034
|
]
|
|
7035
7035
|
},
|
|
7036
7036
|
{
|
|
7037
|
-
name: '
|
|
7038
|
-
chain: '
|
|
7037
|
+
name: 'Areum Network Mainnet',
|
|
7038
|
+
chain: 'Areum',
|
|
7039
7039
|
icon: 'areon',
|
|
7040
7040
|
rpc: [
|
|
7041
|
-
'https://mainnet-rpc.
|
|
7042
|
-
'https://mainnet-rpc2.
|
|
7043
|
-
'https://mainnet-rpc3.
|
|
7044
|
-
'https://mainnet-rpc4.
|
|
7045
|
-
'https://mainnet-rpc5.
|
|
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: '
|
|
7049
|
-
infoURL: 'https://
|
|
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: '
|
|
7056
|
-
url: 'https://
|
|
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',
|
|
@@ -27970,6 +27995,26 @@ const chainArray = [
|
|
|
27970
27995
|
}
|
|
27971
27996
|
]
|
|
27972
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
|
+
},
|
|
27973
28018
|
{
|
|
27974
28019
|
name: 'CryptoCoinPay',
|
|
27975
28020
|
chain: 'CCP',
|
|
@@ -51138,6 +51183,27 @@ const chainArray = [
|
|
|
51138
51183
|
}
|
|
51139
51184
|
]
|
|
51140
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
|
+
},
|
|
51141
51207
|
{
|
|
51142
51208
|
name: 'HUMAN Protocol',
|
|
51143
51209
|
title: 'HUMAN Protocol',
|