eth-chainlist 0.0.739 → 0.0.740
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 +141 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.740 (2026-03-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.739 ([a2d7831](https://github.com/poowf/eth-chainlist/commit/a2d7831db6a16d8770ee752a1f96e2291c8862e8))
|
|
9
|
+
* update chain data ([6765305](https://github.com/poowf/eth-chainlist/commit/676530568c63671dba2cc5b42d45a2dffc21bbee))
|
|
10
|
+
|
|
3
11
|
### 0.0.739 (2026-03-22)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -9562,6 +9562,29 @@ const chainArray = [
|
|
|
9562
9562
|
}
|
|
9563
9563
|
]
|
|
9564
9564
|
},
|
|
9565
|
+
{
|
|
9566
|
+
name: 'Capital Exchange',
|
|
9567
|
+
chain: 'CXM',
|
|
9568
|
+
rpc: [
|
|
9569
|
+
'https://rpc.capitalexchange.net',
|
|
9570
|
+
'https://rpc.capitalexchangecrypto.com'
|
|
9571
|
+
],
|
|
9572
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
9573
|
+
faucets: [],
|
|
9574
|
+
nativeCurrency: { name: 'Capital Exchange', symbol: 'CXM', decimals: 18 },
|
|
9575
|
+
infoURL: 'https://www.capitalexchange.markets',
|
|
9576
|
+
shortName: 'CXM',
|
|
9577
|
+
chainId: 890,
|
|
9578
|
+
networkId: 890,
|
|
9579
|
+
status: 'active',
|
|
9580
|
+
explorers: [
|
|
9581
|
+
{
|
|
9582
|
+
name: 'Capital Exchange EVM',
|
|
9583
|
+
url: 'https://explorer.capitalexchange.net',
|
|
9584
|
+
standard: 'EIP3091'
|
|
9585
|
+
}
|
|
9586
|
+
]
|
|
9587
|
+
},
|
|
9565
9588
|
{
|
|
9566
9589
|
name: 'MAXI Chain Testnet',
|
|
9567
9590
|
chain: 'MAXI',
|
|
@@ -33041,6 +33064,46 @@ const chainArray = [
|
|
|
33041
33064
|
}
|
|
33042
33065
|
]
|
|
33043
33066
|
},
|
|
33067
|
+
{
|
|
33068
|
+
name: 'Igra Network',
|
|
33069
|
+
chain: 'IGRA',
|
|
33070
|
+
icon: 'igra',
|
|
33071
|
+
rpc: [ 'https://rpc.igralabs.com:8545' ],
|
|
33072
|
+
faucets: [],
|
|
33073
|
+
nativeCurrency: { name: 'iKAS', symbol: 'iKAS', decimals: 18 },
|
|
33074
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
33075
|
+
infoURL: 'https://igralabs.com',
|
|
33076
|
+
shortName: 'igra',
|
|
33077
|
+
chainId: 38833,
|
|
33078
|
+
networkId: 38833,
|
|
33079
|
+
explorers: [
|
|
33080
|
+
{
|
|
33081
|
+
name: 'Igra Explorer',
|
|
33082
|
+
url: 'https://explorer.igralabs.com',
|
|
33083
|
+
standard: 'EIP3091'
|
|
33084
|
+
}
|
|
33085
|
+
]
|
|
33086
|
+
},
|
|
33087
|
+
{
|
|
33088
|
+
name: 'Igra Testnet',
|
|
33089
|
+
chain: 'IGRA',
|
|
33090
|
+
icon: 'igra',
|
|
33091
|
+
rpc: [ 'https://galleon-testnet.igralabs.com:8545' ],
|
|
33092
|
+
faucets: [],
|
|
33093
|
+
nativeCurrency: { name: 'iKAS', symbol: 'iKAS', decimals: 18 },
|
|
33094
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
33095
|
+
infoURL: 'https://igralabs.com',
|
|
33096
|
+
shortName: 'igra-galleon-testnet',
|
|
33097
|
+
chainId: 38836,
|
|
33098
|
+
networkId: 38836,
|
|
33099
|
+
explorers: [
|
|
33100
|
+
{
|
|
33101
|
+
name: 'Igra Galleon Testnet Explorer',
|
|
33102
|
+
url: 'https://explorer.galleon-testnet.igralabs.com',
|
|
33103
|
+
standard: 'EIP3091'
|
|
33104
|
+
}
|
|
33105
|
+
]
|
|
33106
|
+
},
|
|
33044
33107
|
{
|
|
33045
33108
|
name: 'PRM Mainnet',
|
|
33046
33109
|
chain: 'prm',
|
|
@@ -38143,6 +38206,26 @@ const chainArray = [
|
|
|
38143
38206
|
networkId: 88688,
|
|
38144
38207
|
icon: 'cycle'
|
|
38145
38208
|
},
|
|
38209
|
+
{
|
|
38210
|
+
name: 'PropTech Mainnet',
|
|
38211
|
+
chain: 'PTEK',
|
|
38212
|
+
icon: 'ptek',
|
|
38213
|
+
rpc: [ 'https://mainnet.ptekcoin.com' ],
|
|
38214
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
38215
|
+
faucets: [],
|
|
38216
|
+
nativeCurrency: { name: 'PropTech Token', symbol: 'PTEK', decimals: 18 },
|
|
38217
|
+
infoURL: 'https://ptek.ai',
|
|
38218
|
+
shortName: 'ptek',
|
|
38219
|
+
chainId: 88788,
|
|
38220
|
+
networkId: 88788,
|
|
38221
|
+
explorers: [
|
|
38222
|
+
{
|
|
38223
|
+
name: 'PropTech Blockchain Explorer',
|
|
38224
|
+
url: 'https://explorer.ptekcoin.com',
|
|
38225
|
+
standard: 'EIP3091'
|
|
38226
|
+
}
|
|
38227
|
+
]
|
|
38228
|
+
},
|
|
38146
38229
|
{
|
|
38147
38230
|
name: 'ZKasino Mainnet',
|
|
38148
38231
|
chain: 'ZKasino',
|
|
@@ -39160,6 +39243,46 @@ const chainArray = [
|
|
|
39160
39243
|
}
|
|
39161
39244
|
]
|
|
39162
39245
|
},
|
|
39246
|
+
{
|
|
39247
|
+
name: 'Dorsen Chain',
|
|
39248
|
+
chain: 'Dorsen',
|
|
39249
|
+
rpc: [ 'https://mainnet-rpc.dorsenscan.io' ],
|
|
39250
|
+
faucets: [],
|
|
39251
|
+
nativeCurrency: { name: 'Dorsen Chain', symbol: 'DC', decimals: 18 },
|
|
39252
|
+
infoURL: 'https://docs.dorsenscan.io',
|
|
39253
|
+
icon: 'dorsen',
|
|
39254
|
+
shortName: 'dorsen-test',
|
|
39255
|
+
chainId: 99110,
|
|
39256
|
+
networkId: 99110,
|
|
39257
|
+
explorers: [
|
|
39258
|
+
{
|
|
39259
|
+
name: 'DorsenScan Mainnet',
|
|
39260
|
+
url: 'https://dorsenscan.io',
|
|
39261
|
+
standard: 'EIP3091'
|
|
39262
|
+
}
|
|
39263
|
+
],
|
|
39264
|
+
status: 'active'
|
|
39265
|
+
},
|
|
39266
|
+
{
|
|
39267
|
+
name: 'Dorsen Testnet',
|
|
39268
|
+
chain: 'Dorsen',
|
|
39269
|
+
rpc: [ 'https://testnet-rpc.dorsenscan.io' ],
|
|
39270
|
+
faucets: [ 'https://faucet.dorsenscan.io' ],
|
|
39271
|
+
nativeCurrency: { name: 'Dorsen Chain', symbol: 'tDC', decimals: 18 },
|
|
39272
|
+
infoURL: 'https://docs.dorsenscan.io',
|
|
39273
|
+
shortName: 'dorsen-main',
|
|
39274
|
+
icon: 'dorsen',
|
|
39275
|
+
chainId: 99119,
|
|
39276
|
+
networkId: 99119,
|
|
39277
|
+
explorers: [
|
|
39278
|
+
{
|
|
39279
|
+
name: 'DorsenScan Testnet',
|
|
39280
|
+
url: 'https://testnet.dorsenscan.io',
|
|
39281
|
+
standard: 'EIP3091'
|
|
39282
|
+
}
|
|
39283
|
+
],
|
|
39284
|
+
status: 'active'
|
|
39285
|
+
},
|
|
39163
39286
|
{
|
|
39164
39287
|
name: 'Edge Matrix Chain Testnet',
|
|
39165
39288
|
chain: 'EMC Testnet',
|
|
@@ -40579,6 +40702,24 @@ const chainArray = [
|
|
|
40579
40702
|
}
|
|
40580
40703
|
]
|
|
40581
40704
|
},
|
|
40705
|
+
{
|
|
40706
|
+
name: 'Orqus Testnet',
|
|
40707
|
+
chain: 'Orqus',
|
|
40708
|
+
rpc: [ 'https://rpc-test.orqus.io' ],
|
|
40709
|
+
faucets: [],
|
|
40710
|
+
nativeCurrency: { name: 'No native currency', symbol: 'USD', decimals: 18 },
|
|
40711
|
+
infoURL: 'https://orqus.io',
|
|
40712
|
+
shortName: 'orqus-testnet',
|
|
40713
|
+
chainId: 153871,
|
|
40714
|
+
networkId: 153871,
|
|
40715
|
+
explorers: [
|
|
40716
|
+
{
|
|
40717
|
+
name: 'Orquscan',
|
|
40718
|
+
url: 'https://orquscan.io',
|
|
40719
|
+
standard: 'EIP3091'
|
|
40720
|
+
}
|
|
40721
|
+
]
|
|
40722
|
+
},
|
|
40582
40723
|
{
|
|
40583
40724
|
name: 'CryptoX',
|
|
40584
40725
|
chain: 'XCOIN',
|