eth-chainlist 0.0.732 → 0.0.733
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 +56 -20
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.733 (2026-02-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.732 ([5735697](https://github.com/poowf/eth-chainlist/commit/5735697c2ec3bfafd6da00cbedabe123ff45736b))
|
|
9
|
+
* update chain data ([3f8a8d7](https://github.com/poowf/eth-chainlist/commit/3f8a8d7b736bdcd56b4b74318768b257f6d04002))
|
|
10
|
+
|
|
3
11
|
### 0.0.732 (2026-02-02)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -8091,7 +8091,7 @@ const chainArray = [
|
|
|
8091
8091
|
{
|
|
8092
8092
|
name: 'Kalichain Testnet',
|
|
8093
8093
|
chain: 'Kalichain',
|
|
8094
|
-
rpc: [
|
|
8094
|
+
rpc: [],
|
|
8095
8095
|
faucets: [],
|
|
8096
8096
|
nativeCurrency: { name: 'kalis', symbol: 'KALIS', decimals: 18 },
|
|
8097
8097
|
infoURL: 'https://kalichain.com',
|
|
@@ -8099,18 +8099,13 @@ const chainArray = [
|
|
|
8099
8099
|
chainId: 653,
|
|
8100
8100
|
networkId: 653,
|
|
8101
8101
|
icon: 'kalichain',
|
|
8102
|
-
explorers: [
|
|
8103
|
-
|
|
8104
|
-
name: 'kalichain explorer',
|
|
8105
|
-
url: 'https://explorer.kalichain.com',
|
|
8106
|
-
standard: 'EIP3091'
|
|
8107
|
-
}
|
|
8108
|
-
]
|
|
8102
|
+
explorers: [],
|
|
8103
|
+
status: 'deprecated'
|
|
8109
8104
|
},
|
|
8110
8105
|
{
|
|
8111
8106
|
name: 'Kalichain',
|
|
8112
8107
|
chain: 'Kalichain',
|
|
8113
|
-
rpc: [
|
|
8108
|
+
rpc: [],
|
|
8114
8109
|
faucets: [],
|
|
8115
8110
|
nativeCurrency: { name: 'kalis', symbol: 'KALIS', decimals: 18 },
|
|
8116
8111
|
infoURL: 'https://kalichain.com',
|
|
@@ -8118,13 +8113,8 @@ const chainArray = [
|
|
|
8118
8113
|
chainId: 654,
|
|
8119
8114
|
networkId: 654,
|
|
8120
8115
|
icon: 'kalichain',
|
|
8121
|
-
explorers: [
|
|
8122
|
-
|
|
8123
|
-
name: 'kalichain explorer',
|
|
8124
|
-
url: 'https://explorer.kalichain.com',
|
|
8125
|
-
standard: 'EIP3091'
|
|
8126
|
-
}
|
|
8127
|
-
]
|
|
8116
|
+
explorers: [],
|
|
8117
|
+
status: 'deprecated'
|
|
8128
8118
|
},
|
|
8129
8119
|
{
|
|
8130
8120
|
name: 'AmaxSmartchain',
|
|
@@ -15052,6 +15042,30 @@ const chainArray = [
|
|
|
15052
15042
|
}
|
|
15053
15043
|
]
|
|
15054
15044
|
},
|
|
15045
|
+
{
|
|
15046
|
+
name: 'CratD2C Testnet',
|
|
15047
|
+
chain: 'CRATD2C',
|
|
15048
|
+
rpc: [
|
|
15049
|
+
'https://rpc-testnet-1.cratd2csmartchain.io/',
|
|
15050
|
+
'https://rpc-testnet-2.cratd2csmartchain.io/',
|
|
15051
|
+
'https://rpc-testnet-3.cratd2csmartchain.io/'
|
|
15052
|
+
],
|
|
15053
|
+
faucets: [],
|
|
15054
|
+
nativeCurrency: { name: 'CRATD2C', symbol: 'CRAT', decimals: 18 },
|
|
15055
|
+
infoURL: 'https://cratd2csmartchain.io',
|
|
15056
|
+
shortName: 'cratd2c-testnet',
|
|
15057
|
+
chainId: 1979,
|
|
15058
|
+
networkId: 1979,
|
|
15059
|
+
icon: 'cratd2c-testnet',
|
|
15060
|
+
explorers: [
|
|
15061
|
+
{
|
|
15062
|
+
name: 'Blockscout',
|
|
15063
|
+
url: 'https://explorer-testnet.cratd2csmartchain.io',
|
|
15064
|
+
icon: 'blockscout',
|
|
15065
|
+
standard: 'EIP3091'
|
|
15066
|
+
}
|
|
15067
|
+
]
|
|
15068
|
+
},
|
|
15055
15069
|
{
|
|
15056
15070
|
name: 'Krown Mainnet',
|
|
15057
15071
|
chain: 'KROWN',
|
|
@@ -18490,6 +18504,27 @@ const chainArray = [
|
|
|
18490
18504
|
networkId: 3270,
|
|
18491
18505
|
slip44: 1
|
|
18492
18506
|
},
|
|
18507
|
+
{
|
|
18508
|
+
name: 'Irys Mainnet Beta',
|
|
18509
|
+
chain: 'IRYS',
|
|
18510
|
+
rpc: [ 'https://mainnet-beta-rpc.irys.xyz/v1/execution-rpc' ],
|
|
18511
|
+
faucets: [],
|
|
18512
|
+
nativeCurrency: { name: 'Irys', symbol: 'IRYS', decimals: 18 },
|
|
18513
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
18514
|
+
infoURL: 'https://irys.xyz',
|
|
18515
|
+
shortName: 'irys-mainnet-beta',
|
|
18516
|
+
chainId: 3282,
|
|
18517
|
+
networkId: 3282,
|
|
18518
|
+
icon: 'irys',
|
|
18519
|
+
explorers: [
|
|
18520
|
+
{
|
|
18521
|
+
name: 'Irys Mainnet Beta Explorer',
|
|
18522
|
+
url: 'https://evm-explorer.irys.xyz',
|
|
18523
|
+
icon: 'irys',
|
|
18524
|
+
standard: 'EIP3091'
|
|
18525
|
+
}
|
|
18526
|
+
]
|
|
18527
|
+
},
|
|
18493
18528
|
{
|
|
18494
18529
|
name: 'Realio Testnet',
|
|
18495
18530
|
chain: 'Realio Testnet',
|
|
@@ -33248,7 +33283,7 @@ const chainArray = [
|
|
|
33248
33283
|
chain: 'ETH',
|
|
33249
33284
|
rpc: [ 'https://rpc.testnet.tempo.xyz' ],
|
|
33250
33285
|
faucets: [],
|
|
33251
|
-
nativeCurrency: { name: 'No native currency', symbol: 'USD', decimals:
|
|
33286
|
+
nativeCurrency: { name: 'No native currency', symbol: 'USD', decimals: 18 },
|
|
33252
33287
|
infoURL: 'https://tempo.xyz',
|
|
33253
33288
|
shortName: 'tempo-andantino',
|
|
33254
33289
|
chainId: 42429,
|
|
@@ -33272,7 +33307,7 @@ const chainArray = [
|
|
|
33272
33307
|
'wss://rpc.moderato.tempo.xyz'
|
|
33273
33308
|
],
|
|
33274
33309
|
faucets: [],
|
|
33275
|
-
nativeCurrency: { name: 'No native currency', symbol: 'USD', decimals:
|
|
33310
|
+
nativeCurrency: { name: 'No native currency', symbol: 'USD', decimals: 18 },
|
|
33276
33311
|
infoURL: 'https://tempo.xyz',
|
|
33277
33312
|
shortName: 'tempo-moderato',
|
|
33278
33313
|
chainId: 42431,
|
|
@@ -36017,8 +36052,9 @@ const chainArray = [
|
|
|
36017
36052
|
]
|
|
36018
36053
|
},
|
|
36019
36054
|
{
|
|
36020
|
-
name: 'CratD2C Testnet',
|
|
36055
|
+
name: 'CratD2C Testnet Deprecated',
|
|
36021
36056
|
chain: 'CRATD2C',
|
|
36057
|
+
status: 'deprecated',
|
|
36022
36058
|
rpc: [
|
|
36023
36059
|
'https://cratd2c-testnet-node1.cratd2csmartchain.io/',
|
|
36024
36060
|
'https://cratd2c-testnet-node2.cratd2csmartchain.io/'
|
|
@@ -36026,7 +36062,7 @@ const chainArray = [
|
|
|
36026
36062
|
faucets: [],
|
|
36027
36063
|
nativeCurrency: { name: 'CRATD2C', symbol: 'CRAT', decimals: 18 },
|
|
36028
36064
|
infoURL: 'https://cratd2csmartchain.io',
|
|
36029
|
-
shortName: 'cratd2c-testnet',
|
|
36065
|
+
shortName: 'cratd2c-testnet-deprecated',
|
|
36030
36066
|
chainId: 65349,
|
|
36031
36067
|
networkId: 65349,
|
|
36032
36068
|
icon: 'cratd2c-testnet',
|