eth-chainlist 0.0.782 → 0.0.784
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 +16 -0
- package/data/chain.js +89 -24
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.784 (2026-05-31)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.783 ([2658b1c](https://github.com/poowf/eth-chainlist/commit/2658b1cdd08a64e7e7f42d0a139ab62f14a297e5))
|
|
9
|
+
* update chain data ([9202bd4](https://github.com/poowf/eth-chainlist/commit/9202bd4161af0a62aac8e65b29e53a2affc2b7a6))
|
|
10
|
+
|
|
11
|
+
### 0.0.783 (2026-05-30)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.782 ([390cd9b](https://github.com/poowf/eth-chainlist/commit/390cd9bb496bf4110c32035e746e13d57078d9fa))
|
|
17
|
+
* update chain data ([a865c26](https://github.com/poowf/eth-chainlist/commit/a865c26fcba9b15e49a39d625af2813b6303d49e))
|
|
18
|
+
|
|
3
19
|
### 0.0.782 (2026-05-29)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -2333,11 +2333,7 @@ const chainArray = [
|
|
|
2333
2333
|
name: 'Shibarium',
|
|
2334
2334
|
chain: 'Shibarium',
|
|
2335
2335
|
icon: 'shibarium',
|
|
2336
|
-
rpc: [
|
|
2337
|
-
'https://www.shibrpc.com',
|
|
2338
|
-
'https://rpc.shibrpc.com',
|
|
2339
|
-
'https://shib.nownodes.io'
|
|
2340
|
-
],
|
|
2336
|
+
rpc: [ 'https://rpc.shibrpc.com', 'https://shib.nownodes.io' ],
|
|
2341
2337
|
faucets: [],
|
|
2342
2338
|
nativeCurrency: { name: 'BONE Shibarium', symbol: 'BONE', decimals: 18 },
|
|
2343
2339
|
infoURL: 'https://shibariumecosystem.com',
|
|
@@ -6240,20 +6236,20 @@ const chainArray = [
|
|
|
6240
6236
|
status: 'incubating'
|
|
6241
6237
|
},
|
|
6242
6238
|
{
|
|
6243
|
-
name: 'Capital Exchange
|
|
6239
|
+
name: 'Capital Exchange',
|
|
6244
6240
|
chain: 'BOURSE',
|
|
6245
6241
|
rpc: [ 'https://rpc.capitalexchange.digital' ],
|
|
6246
6242
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
6247
6243
|
faucets: [],
|
|
6248
6244
|
nativeCurrency: { name: 'Bourse', symbol: 'BOURSE', decimals: 18 },
|
|
6249
|
-
infoURL: 'https://www.capitalexchange.
|
|
6245
|
+
infoURL: 'https://www.capitalexchange.com',
|
|
6250
6246
|
shortName: 'bourse',
|
|
6251
6247
|
chainId: 343,
|
|
6252
6248
|
networkId: 343,
|
|
6253
6249
|
icon: 'bourse',
|
|
6254
6250
|
explorers: [
|
|
6255
6251
|
{
|
|
6256
|
-
name: 'Capital Exchange
|
|
6252
|
+
name: 'Capital Exchange | Digital',
|
|
6257
6253
|
url: 'https://explorer.capitalexchange.se',
|
|
6258
6254
|
icon: 'bourse',
|
|
6259
6255
|
standard: 'none'
|
|
@@ -10892,6 +10888,31 @@ const chainArray = [
|
|
|
10892
10888
|
chainId: 1012,
|
|
10893
10889
|
networkId: 1012
|
|
10894
10890
|
},
|
|
10891
|
+
{
|
|
10892
|
+
name: 'MAI Chain Mainnet',
|
|
10893
|
+
chain: 'MAI',
|
|
10894
|
+
rpc: [
|
|
10895
|
+
'https://mainnet-node-0.maichain.org',
|
|
10896
|
+
'https://mainnet-node-1.maichain.org',
|
|
10897
|
+
'https://mainnet-node-2.maichain.org'
|
|
10898
|
+
],
|
|
10899
|
+
faucets: [],
|
|
10900
|
+
nativeCurrency: { name: 'MAI Chain Native Token', symbol: 'MAI', decimals: 18 },
|
|
10901
|
+
features: [ { name: 'EIP1559' } ],
|
|
10902
|
+
infoURL: '',
|
|
10903
|
+
shortName: 'mai',
|
|
10904
|
+
chainId: 1019,
|
|
10905
|
+
networkId: 1019,
|
|
10906
|
+
icon: 'mai',
|
|
10907
|
+
explorers: [
|
|
10908
|
+
{
|
|
10909
|
+
name: 'maiscan',
|
|
10910
|
+
url: 'https://maiscan.org',
|
|
10911
|
+
icon: 'mai',
|
|
10912
|
+
standard: 'EIP3091'
|
|
10913
|
+
}
|
|
10914
|
+
]
|
|
10915
|
+
},
|
|
10895
10916
|
{
|
|
10896
10917
|
name: 'Sakura',
|
|
10897
10918
|
chain: 'Sakura',
|
|
@@ -25049,29 +25070,26 @@ const chainArray = [
|
|
|
25049
25070
|
]
|
|
25050
25071
|
},
|
|
25051
25072
|
{
|
|
25052
|
-
name: '
|
|
25053
|
-
chain: '
|
|
25054
|
-
|
|
25055
|
-
|
|
25056
|
-
'https://testnet2.riseofthewarbots.com',
|
|
25057
|
-
'https://testnet3.riseofthewarbots.com',
|
|
25058
|
-
'https://testnet4.riseofthewarbots.com',
|
|
25059
|
-
'https://testnet5.riseofthewarbots.com'
|
|
25060
|
-
],
|
|
25073
|
+
name: 'TTL Coin',
|
|
25074
|
+
chain: 'TTL',
|
|
25075
|
+
icon: 'ttl',
|
|
25076
|
+
rpc: [ 'https://rpc.ttl1.top' ],
|
|
25061
25077
|
faucets: [],
|
|
25062
|
-
nativeCurrency: { name: '
|
|
25063
|
-
|
|
25064
|
-
|
|
25078
|
+
nativeCurrency: { name: 'TTL Coin', symbol: 'TTL', decimals: 18 },
|
|
25079
|
+
features: [ { name: 'EIP155' } ],
|
|
25080
|
+
infoURL: 'https://github.com/okneo31/ttlcoin',
|
|
25081
|
+
shortName: 'ttl',
|
|
25065
25082
|
chainId: 7777,
|
|
25066
25083
|
networkId: 7777,
|
|
25067
|
-
slip44: 1,
|
|
25068
25084
|
explorers: [
|
|
25069
25085
|
{
|
|
25070
|
-
name: '
|
|
25071
|
-
url: 'https://
|
|
25086
|
+
name: 'TTL Scan',
|
|
25087
|
+
url: 'https://scan.ttl1.top',
|
|
25072
25088
|
standard: 'none'
|
|
25073
25089
|
}
|
|
25074
|
-
]
|
|
25090
|
+
],
|
|
25091
|
+
redFlags: [ 'reusedChainId' ],
|
|
25092
|
+
status: 'active'
|
|
25075
25093
|
},
|
|
25076
25094
|
{
|
|
25077
25095
|
name: 'Orenium Mainnet Protocol',
|
|
@@ -36063,6 +36081,25 @@ const chainArray = [
|
|
|
36063
36081
|
networkId: 50001,
|
|
36064
36082
|
explorers: []
|
|
36065
36083
|
},
|
|
36084
|
+
{
|
|
36085
|
+
name: 'Mantle Hoodi Testnet',
|
|
36086
|
+
chain: 'ETH',
|
|
36087
|
+
rpc: [ 'https://rpc.hoodi.mantle.xyz' ],
|
|
36088
|
+
faucets: [ 'https://faucet.mantle.xyz' ],
|
|
36089
|
+
nativeCurrency: { name: 'Hoodi Mantle', symbol: 'MNT', decimals: 18 },
|
|
36090
|
+
infoURL: 'https://mantle.xyz',
|
|
36091
|
+
shortName: 'mnt-hoodi',
|
|
36092
|
+
chainId: 50002,
|
|
36093
|
+
networkId: 50002,
|
|
36094
|
+
slip44: 1,
|
|
36095
|
+
explorers: [
|
|
36096
|
+
{
|
|
36097
|
+
name: 'blockscout',
|
|
36098
|
+
url: 'https://explorer.hoodi.mantle.xyz',
|
|
36099
|
+
standard: 'EIP3091'
|
|
36100
|
+
}
|
|
36101
|
+
]
|
|
36102
|
+
},
|
|
36066
36103
|
{
|
|
36067
36104
|
name: 'Yooldo Verse Mainnet',
|
|
36068
36105
|
chain: 'Yooldo Verse',
|
|
@@ -50298,6 +50335,20 @@ const chainArray = [
|
|
|
50298
50335
|
chainId: 18289463,
|
|
50299
50336
|
networkId: 18289463
|
|
50300
50337
|
},
|
|
50338
|
+
{
|
|
50339
|
+
name: 'Crynux on Base',
|
|
50340
|
+
chain: 'ETH',
|
|
50341
|
+
rpc: [ 'https://json-rpc.base.crynux.io' ],
|
|
50342
|
+
faucets: [],
|
|
50343
|
+
nativeCurrency: { name: 'Crynux', symbol: 'CNX', decimals: 18 },
|
|
50344
|
+
infoURL: 'https://crynux.io',
|
|
50345
|
+
shortName: 'crynux-base',
|
|
50346
|
+
chainId: 18896214,
|
|
50347
|
+
networkId: 18896214,
|
|
50348
|
+
icon: 'crynux',
|
|
50349
|
+
explorers: [],
|
|
50350
|
+
parent: { type: 'L2', chain: 'eip155-8453' }
|
|
50351
|
+
},
|
|
50301
50352
|
{
|
|
50302
50353
|
name: 'DeepBrainChain Testnet',
|
|
50303
50354
|
chain: 'DeepBrainChain',
|
|
@@ -51772,6 +51823,20 @@ const chainArray = [
|
|
|
51772
51823
|
],
|
|
51773
51824
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
51774
51825
|
},
|
|
51826
|
+
{
|
|
51827
|
+
name: 'Crynux on Base Sepolia',
|
|
51828
|
+
chain: 'ETH',
|
|
51829
|
+
rpc: [ 'https://json-rpc.base-sepolia.crynux.io' ],
|
|
51830
|
+
faucets: [],
|
|
51831
|
+
nativeCurrency: { name: 'Sepolia Crynux', symbol: 'CNX', decimals: 18 },
|
|
51832
|
+
infoURL: 'https://crynux.io',
|
|
51833
|
+
shortName: 'crynux-base-sepolia',
|
|
51834
|
+
chainId: 188962142,
|
|
51835
|
+
networkId: 188962142,
|
|
51836
|
+
icon: 'crynux',
|
|
51837
|
+
explorers: [],
|
|
51838
|
+
parent: { type: 'L2', chain: 'eip155-84532' }
|
|
51839
|
+
},
|
|
51775
51840
|
{
|
|
51776
51841
|
name: 'Gather Mainnet Network',
|
|
51777
51842
|
chain: 'GTH',
|