eth-chainlist 0.0.795 → 0.0.796
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 +19 -19
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.796 (2026-07-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.795 ([cbe730f](https://github.com/poowf/eth-chainlist/commit/cbe730f4b008298e89ec2738d598a344aff75e5f))
|
|
9
|
+
* update chain data ([f53b9ae](https://github.com/poowf/eth-chainlist/commit/f53b9aed82ba66ce17196505ae23fc9c0c4c86ec))
|
|
10
|
+
|
|
3
11
|
### 0.0.795 (2026-07-27)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -12942,20 +12942,20 @@ const chainArray = [
|
|
|
12942
12942
|
icon: 'alyx'
|
|
12943
12943
|
},
|
|
12944
12944
|
{
|
|
12945
|
-
name: '
|
|
12946
|
-
chain: '
|
|
12947
|
-
rpc: [ 'https://aeneid.
|
|
12948
|
-
faucets: [],
|
|
12949
|
-
nativeCurrency: { name: '
|
|
12950
|
-
infoURL: 'https://
|
|
12951
|
-
icon: '
|
|
12952
|
-
shortName: '
|
|
12945
|
+
name: 'Data Network Aeneid Testnet',
|
|
12946
|
+
chain: 'DATA',
|
|
12947
|
+
rpc: [ 'https://aeneid.datarpc.io' ],
|
|
12948
|
+
faucets: [],
|
|
12949
|
+
nativeCurrency: { name: 'DATA', symbol: 'DATA', decimals: 18 },
|
|
12950
|
+
infoURL: 'https://datafdn.org/',
|
|
12951
|
+
icon: 'data',
|
|
12952
|
+
shortName: 'data-aeneid',
|
|
12953
12953
|
chainId: 1315,
|
|
12954
12954
|
networkId: 1315,
|
|
12955
12955
|
explorers: [
|
|
12956
12956
|
{
|
|
12957
12957
|
name: 'blockscout',
|
|
12958
|
-
url: 'https://aeneid.
|
|
12958
|
+
url: 'https://aeneid.datanetscan.io',
|
|
12959
12959
|
standard: 'EIP3091'
|
|
12960
12960
|
}
|
|
12961
12961
|
]
|
|
@@ -13722,20 +13722,20 @@ const chainArray = [
|
|
|
13722
13722
|
]
|
|
13723
13723
|
},
|
|
13724
13724
|
{
|
|
13725
|
-
name: '
|
|
13726
|
-
chain: '
|
|
13727
|
-
rpc: [ 'https://mainnet.
|
|
13725
|
+
name: 'Data Network',
|
|
13726
|
+
chain: 'DATA',
|
|
13727
|
+
rpc: [ 'https://mainnet.datarpc.io' ],
|
|
13728
13728
|
faucets: [],
|
|
13729
|
-
nativeCurrency: { name: '
|
|
13730
|
-
infoURL: 'https://
|
|
13731
|
-
icon: '
|
|
13732
|
-
shortName: '
|
|
13729
|
+
nativeCurrency: { name: 'DATA', symbol: 'DATA', decimals: 18 },
|
|
13730
|
+
infoURL: 'https://datafdn.org/',
|
|
13731
|
+
icon: 'data',
|
|
13732
|
+
shortName: 'data',
|
|
13733
13733
|
chainId: 1514,
|
|
13734
13734
|
networkId: 1514,
|
|
13735
13735
|
explorers: [
|
|
13736
13736
|
{
|
|
13737
13737
|
name: 'blockscout',
|
|
13738
|
-
url: 'https://
|
|
13738
|
+
url: 'https://datanetscan.io',
|
|
13739
13739
|
standard: 'EIP3091'
|
|
13740
13740
|
}
|
|
13741
13741
|
]
|
|
@@ -47691,9 +47691,9 @@ const chainArray = [
|
|
|
47691
47691
|
chain: 'GMB',
|
|
47692
47692
|
icon: 'gemba',
|
|
47693
47693
|
rpc: [
|
|
47694
|
-
'https://testnet.gembascan.io/rpc',
|
|
47695
47694
|
'https://rpc1.gembascan.io',
|
|
47696
|
-
'https://rpc2.gembascan.io'
|
|
47695
|
+
'https://rpc2.gembascan.io',
|
|
47696
|
+
'https://rpc3.gembascan.io'
|
|
47697
47697
|
],
|
|
47698
47698
|
faucets: [],
|
|
47699
47699
|
nativeCurrency: { name: 'Gemba', symbol: 'GMB', decimals: 18 },
|