eth-chainlist 0.0.425 → 0.0.427
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 +68 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.427 (2024-06-10)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.426 ([f11a37e](https://github.com/poowf/eth-chainlist/commit/f11a37e4a96c5761b2cc40227f04ecaa1bc93ca4))
|
9
|
+
* update chain data ([6531258](https://github.com/poowf/eth-chainlist/commit/653125897db05f99b2d0bb884c54395a484e68d4))
|
10
|
+
|
11
|
+
### 0.0.426 (2024-06-09)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.425 ([cb8f516](https://github.com/poowf/eth-chainlist/commit/cb8f516ca3b55f60db07c292d0dca6275e074de1))
|
17
|
+
* update chain data ([c5e9f4b](https://github.com/poowf/eth-chainlist/commit/c5e9f4bbcc957f6ff83719bfc8c447448dd30ed9))
|
18
|
+
|
3
19
|
### 0.0.425 (2024-06-08)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2891,7 +2891,7 @@ const chainArray = [
|
|
2891
2891
|
]
|
2892
2892
|
},
|
2893
2893
|
{
|
2894
|
-
name: '
|
2894
|
+
name: 'Eternal Mainnet',
|
2895
2895
|
chain: 'Eter',
|
2896
2896
|
icon: 'eternal',
|
2897
2897
|
rpc: [
|
@@ -14042,6 +14042,26 @@ const chainArray = [
|
|
14042
14042
|
}
|
14043
14043
|
]
|
14044
14044
|
},
|
14045
|
+
{
|
14046
|
+
name: 'LayerEdge testnet',
|
14047
|
+
chain: 'LayerEdge',
|
14048
|
+
rpc: [ 'https://testnet-rpc.layeredge.io' ],
|
14049
|
+
faucets: [ 'https://testnet-faucet.layeredge.io' ],
|
14050
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
14051
|
+
infoURL: 'https://www.layeredge.io',
|
14052
|
+
shortName: 'LayerEdge-testnet',
|
14053
|
+
chainId: 3456,
|
14054
|
+
networkId: 3456,
|
14055
|
+
icon: 'layerEdge',
|
14056
|
+
explorers: [
|
14057
|
+
{
|
14058
|
+
name: 'LayerEdge Testnet Explorer',
|
14059
|
+
url: 'https://testnet-explorer.layeredge.io',
|
14060
|
+
icon: 'layerEdge',
|
14061
|
+
standard: 'EIP3091'
|
14062
|
+
}
|
14063
|
+
]
|
14064
|
+
},
|
14045
14065
|
{
|
14046
14066
|
name: 'Paribu Net Testnet',
|
14047
14067
|
chain: 'PRB',
|
@@ -20056,13 +20076,14 @@ const chainArray = [
|
|
20056
20076
|
]
|
20057
20077
|
},
|
20058
20078
|
{
|
20059
|
-
|
20060
|
-
|
20079
|
+
status: 'deprecated',
|
20080
|
+
name: 'Santiment Intelligence Network DEPRECATED',
|
20081
|
+
chain: 'Santiment Intelligence Network DEPRECATED',
|
20061
20082
|
rpc: [ 'https://sanrchain-node.santiment.net' ],
|
20062
20083
|
faucets: [],
|
20063
|
-
nativeCurrency: { name: '
|
20084
|
+
nativeCurrency: { name: 'SANold', symbol: 'SANold', decimals: 18 },
|
20064
20085
|
infoURL: 'https://sanr.app',
|
20065
|
-
shortName: '
|
20086
|
+
shortName: 'SANold',
|
20066
20087
|
chainId: 11888,
|
20067
20088
|
networkId: 11888,
|
20068
20089
|
icon: 'sanrchain',
|
@@ -22655,6 +22676,30 @@ const chainArray = [
|
|
22655
22676
|
}
|
22656
22677
|
]
|
22657
22678
|
},
|
22679
|
+
{
|
22680
|
+
name: 'Santiment Intelligence Network',
|
22681
|
+
chain: 'Santiment Intelligence Network',
|
22682
|
+
rpc: [ 'https://node.sanr.app' ],
|
22683
|
+
faucets: [],
|
22684
|
+
nativeCurrency: { name: 'SANR', symbol: 'SANR', decimals: 18 },
|
22685
|
+
infoURL: 'https://sanr.app',
|
22686
|
+
shortName: 'SANR',
|
22687
|
+
chainId: 32382,
|
22688
|
+
networkId: 32382,
|
22689
|
+
icon: 'sanrchain',
|
22690
|
+
parent: {
|
22691
|
+
chain: 'eip155-1',
|
22692
|
+
type: 'L2',
|
22693
|
+
bridges: [ { url: 'https://sanr.app' } ]
|
22694
|
+
},
|
22695
|
+
explorers: [
|
22696
|
+
{
|
22697
|
+
name: 'Santiment Intelligence Explorer',
|
22698
|
+
url: 'https://app-explorer-pos.sanr.app',
|
22699
|
+
standard: 'none'
|
22700
|
+
}
|
22701
|
+
]
|
22702
|
+
},
|
22658
22703
|
{
|
22659
22704
|
name: 'Bitgert Mainnet',
|
22660
22705
|
chain: 'Brise',
|
@@ -30368,6 +30413,24 @@ const chainArray = [
|
|
30368
30413
|
bridges: [ { url: 'https://portal.playfi.ai/bridge' } ]
|
30369
30414
|
}
|
30370
30415
|
},
|
30416
|
+
{
|
30417
|
+
name: 'Xterio Testnet',
|
30418
|
+
chain: 'Xterio Testnet',
|
30419
|
+
rpc: [ 'https://xterio-testnet.alt.technology' ],
|
30420
|
+
faucets: [],
|
30421
|
+
nativeCurrency: { name: 'tBNB', symbol: 'tBNB', decimals: 18 },
|
30422
|
+
infoURL: 'https://xter.io',
|
30423
|
+
shortName: 'xteriotest',
|
30424
|
+
chainId: 1637450,
|
30425
|
+
networkId: 1637450,
|
30426
|
+
explorers: [
|
30427
|
+
{
|
30428
|
+
name: 'Xterio Testnet Explorer',
|
30429
|
+
url: 'https://testnet.xterscan.io',
|
30430
|
+
standard: 'EIP3091'
|
30431
|
+
}
|
30432
|
+
]
|
30433
|
+
},
|
30371
30434
|
{
|
30372
30435
|
name: 'Turkey Demo Dev',
|
30373
30436
|
chain: 'ETH',
|