eth-chainlist 0.0.147 → 0.0.148
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 +59 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.148 (2023-05-12)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.147 ([1253e75](https://github.com/poowf/eth-chainlist/commit/1253e75f1d56ec8aafe8011a792261586fe12c11))
|
9
|
+
* update chain data ([b1bbb20](https://github.com/poowf/eth-chainlist/commit/b1bbb20ed6cfa49bff2bc1700351bbb16a881287))
|
10
|
+
|
3
11
|
### 0.0.147 (2023-05-11)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -2873,6 +2873,17 @@ const chainArray = [
|
|
2873
2873
|
}
|
2874
2874
|
]
|
2875
2875
|
},
|
2876
|
+
{
|
2877
|
+
name: 'Structx Mainnet',
|
2878
|
+
chain: 'utx',
|
2879
|
+
rpc: [ 'https://mainnet.structx.io' ],
|
2880
|
+
faucets: [],
|
2881
|
+
nativeCurrency: { name: 'Notes', symbol: 'utx', decimals: 18 },
|
2882
|
+
infoURL: 'https://structx.io',
|
2883
|
+
shortName: 'utx',
|
2884
|
+
chainId: 208,
|
2885
|
+
networkId: 208
|
2886
|
+
},
|
2876
2887
|
{
|
2877
2888
|
name: 'Freight Trust Network',
|
2878
2889
|
chain: 'EDI',
|
@@ -3175,6 +3186,28 @@ const chainArray = [
|
|
3175
3186
|
{ name: 'hscan', url: 'https://hscan.org', standard: 'EIP3091' }
|
3176
3187
|
]
|
3177
3188
|
},
|
3189
|
+
{
|
3190
|
+
name: 'LaChain',
|
3191
|
+
chain: 'LaChain',
|
3192
|
+
rpc: [
|
3193
|
+
'https://rpc1.mainnet.lachain.network',
|
3194
|
+
'https://rpc2.mainnet.lachain.network'
|
3195
|
+
],
|
3196
|
+
faucets: [],
|
3197
|
+
nativeCurrency: { name: 'LaCoin', symbol: 'LAC', decimals: 18 },
|
3198
|
+
features: [ { name: 'EIP155' } ],
|
3199
|
+
infoURL: '',
|
3200
|
+
shortName: 'lachain',
|
3201
|
+
chainId: 274,
|
3202
|
+
networkId: 274,
|
3203
|
+
explorers: [
|
3204
|
+
{
|
3205
|
+
name: 'LaChain Explorer',
|
3206
|
+
url: 'https://explorer.lachain.network',
|
3207
|
+
standard: 'EIP3091'
|
3208
|
+
}
|
3209
|
+
]
|
3210
|
+
},
|
3178
3211
|
{
|
3179
3212
|
name: 'zkSync Era Testnet',
|
3180
3213
|
chain: 'ETH',
|
@@ -3683,17 +3716,17 @@ const chainArray = [
|
|
3683
3716
|
]
|
3684
3717
|
},
|
3685
3718
|
{
|
3686
|
-
name: 'PulseChain
|
3719
|
+
name: 'PulseChain',
|
3687
3720
|
shortName: 'pls',
|
3688
3721
|
chain: 'PLS',
|
3689
3722
|
chainId: 369,
|
3690
3723
|
networkId: 369,
|
3691
3724
|
infoURL: 'https://pulsechain.com/',
|
3692
|
-
rpc: [
|
3693
|
-
|
3694
|
-
'wss://rpc.mainnet.pulsechain.com/'
|
3695
|
-
],
|
3725
|
+
rpc: [ 'https://rpc.pulsechain.com/', 'wss://rpc.pulsechain.com/' ],
|
3726
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
3696
3727
|
faucets: [],
|
3728
|
+
ens: { registry: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' },
|
3729
|
+
status: 'incubating',
|
3697
3730
|
nativeCurrency: { name: 'Pulse', symbol: 'PLS', decimals: 18 }
|
3698
3731
|
},
|
3699
3732
|
{
|
@@ -7107,8 +7140,8 @@ const chainArray = [
|
|
7107
7140
|
icon: 'dogechain',
|
7108
7141
|
rpc: [
|
7109
7142
|
'https://rpc.dogechain.dog',
|
7110
|
-
'https://
|
7111
|
-
'https://
|
7143
|
+
'https://rpc01-sg.dogechain.dog',
|
7144
|
+
'https://rpc.ankr.com/dogechain'
|
7112
7145
|
],
|
7113
7146
|
faucets: [],
|
7114
7147
|
nativeCurrency: { name: 'Dogecoin', symbol: 'DOGE', decimals: 18 },
|
@@ -16174,6 +16207,25 @@ const chainArray = [
|
|
16174
16207
|
}
|
16175
16208
|
]
|
16176
16209
|
},
|
16210
|
+
{
|
16211
|
+
name: 'Razor Skale Chain',
|
16212
|
+
chain: 'Razor Schain',
|
16213
|
+
icon: 'razornetwork',
|
16214
|
+
rpc: [ 'https://mainnet.skalenodes.com/v1/turbulent-unique-scheat' ],
|
16215
|
+
faucets: [ 'https://faucet.razorscan.io/' ],
|
16216
|
+
nativeCurrency: { name: 'sFuel', symbol: 'SFUEL', decimals: 18 },
|
16217
|
+
infoURL: 'https://razor.network',
|
16218
|
+
shortName: 'razor',
|
16219
|
+
chainId: 278611351,
|
16220
|
+
networkId: 278611351,
|
16221
|
+
explorers: [
|
16222
|
+
{
|
16223
|
+
name: 'turbulent-unique-scheat',
|
16224
|
+
url: 'https://turbulent-unique-scheat.explorer.mainnet.skalenodes.com',
|
16225
|
+
standard: 'EIP3091'
|
16226
|
+
}
|
16227
|
+
]
|
16228
|
+
},
|
16177
16229
|
{
|
16178
16230
|
name: 'OneLedger Mainnet',
|
16179
16231
|
chain: 'OLT',
|