eth-chainlist 0.0.294 → 0.0.295
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 +57 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.295 (2023-12-03)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.294 ([e2c7db8](https://github.com/poowf/eth-chainlist/commit/e2c7db88afcf15397d3a0ade10f7000440bef3d9))
|
9
|
+
* update chain data ([cf27aa8](https://github.com/poowf/eth-chainlist/commit/cf27aa892c5e072dbe85cd9eee3627f54bf0c6ba))
|
10
|
+
|
3
11
|
### 0.0.294 (2023-12-02)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -11020,6 +11020,25 @@ const chainArray = [
|
|
11020
11020
|
}
|
11021
11021
|
]
|
11022
11022
|
},
|
11023
|
+
{
|
11024
|
+
name: 'X1 Fastnet',
|
11025
|
+
chain: 'X1',
|
11026
|
+
rpc: [ 'https://x1-fastnet.xen.network' ],
|
11027
|
+
faucets: [],
|
11028
|
+
nativeCurrency: { name: 'XN', symbol: 'XN', decimals: 18 },
|
11029
|
+
infoURL: 'https://docs.xen.network/go-x1/',
|
11030
|
+
shortName: 'x1-fastnet',
|
11031
|
+
chainId: 4003,
|
11032
|
+
networkId: 4003,
|
11033
|
+
explorers: [
|
11034
|
+
{
|
11035
|
+
name: 'Blockscout',
|
11036
|
+
url: 'https://explorer.x1-fastnet.xen.network',
|
11037
|
+
icon: 'blockscout',
|
11038
|
+
standard: 'EIP3091'
|
11039
|
+
}
|
11040
|
+
]
|
11041
|
+
},
|
11023
11042
|
{
|
11024
11043
|
name: 'Bobaopera Testnet',
|
11025
11044
|
chain: 'Bobaopera Testnet',
|
@@ -19087,6 +19106,25 @@ const chainArray = [
|
|
19087
19106
|
}
|
19088
19107
|
]
|
19089
19108
|
},
|
19109
|
+
{
|
19110
|
+
name: 'X1 Devnet',
|
19111
|
+
chain: 'X1',
|
19112
|
+
rpc: [ 'https://x1-devnet.xen.network' ],
|
19113
|
+
faucets: [],
|
19114
|
+
nativeCurrency: { name: 'XN', symbol: 'XN', decimals: 18 },
|
19115
|
+
infoURL: 'https://docs.xen.network/x1/',
|
19116
|
+
shortName: 'x1-devnet',
|
19117
|
+
chainId: 202212,
|
19118
|
+
networkId: 202212,
|
19119
|
+
explorers: [
|
19120
|
+
{
|
19121
|
+
name: 'Blockscout',
|
19122
|
+
url: 'https://explorer.x1-devnet.xen.network',
|
19123
|
+
icon: 'blockscout',
|
19124
|
+
standard: 'EIP3091'
|
19125
|
+
}
|
19126
|
+
]
|
19127
|
+
},
|
19090
19128
|
{
|
19091
19129
|
name: 'Jellie',
|
19092
19130
|
title: 'Twala Testnet Jellie',
|
@@ -19111,6 +19149,25 @@ const chainArray = [
|
|
19111
19149
|
}
|
19112
19150
|
]
|
19113
19151
|
},
|
19152
|
+
{
|
19153
|
+
name: 'X1 Network',
|
19154
|
+
chain: 'X1',
|
19155
|
+
rpc: [ 'https://x1-testnet.xen.network' ],
|
19156
|
+
faucets: [],
|
19157
|
+
nativeCurrency: { name: 'XN', symbol: 'XN', decimals: 18 },
|
19158
|
+
infoURL: 'https://docs.xen.network/go-x1/',
|
19159
|
+
shortName: 'x1-testnet',
|
19160
|
+
chainId: 204005,
|
19161
|
+
networkId: 204005,
|
19162
|
+
explorers: [
|
19163
|
+
{
|
19164
|
+
name: 'Blockscout',
|
19165
|
+
url: 'https://explorer.x1-testnet.xen.network',
|
19166
|
+
icon: 'blockscout',
|
19167
|
+
standard: 'EIP3091'
|
19168
|
+
}
|
19169
|
+
]
|
19170
|
+
},
|
19114
19171
|
{
|
19115
19172
|
name: 'PlatON Mainnet',
|
19116
19173
|
chain: 'PlatON',
|