eth-chainlist 0.0.147 → 0.0.149
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 +82 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.149 (2023-05-13)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.148 ([10a0771](https://github.com/poowf/eth-chainlist/commit/10a077143984b682a7aae92ccb0466417427a5ba))
|
9
|
+
* update chain data ([d47c217](https://github.com/poowf/eth-chainlist/commit/d47c217f780a67106beccd5c3b9ab1f9ac8eb3c6))
|
10
|
+
|
11
|
+
### 0.0.148 (2023-05-12)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.147 ([1253e75](https://github.com/poowf/eth-chainlist/commit/1253e75f1d56ec8aafe8011a792261586fe12c11))
|
17
|
+
* update chain data ([b1bbb20](https://github.com/poowf/eth-chainlist/commit/b1bbb20ed6cfa49bff2bc1700351bbb16a881287))
|
18
|
+
|
3
19
|
### 0.0.147 (2023-05-11)
|
4
20
|
|
5
21
|
|
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 },
|
@@ -8604,10 +8637,10 @@ const chainArray = [
|
|
8604
8637
|
}
|
8605
8638
|
},
|
8606
8639
|
{
|
8607
|
-
name: 'Oasis Testnet',
|
8608
|
-
title: 'Bahamut
|
8640
|
+
name: 'Fastex Chain (Bahamut) Oasis Testnet',
|
8641
|
+
title: 'Bahamut testnet Oasis',
|
8609
8642
|
icon: 'bahamut',
|
8610
|
-
chain: 'Bahamut',
|
8643
|
+
chain: 'Fastex Chain (Bahamut)',
|
8611
8644
|
rpc: [ 'https://rpc1.oasis.bahamutchain.com' ],
|
8612
8645
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
8613
8646
|
faucets: [ 'https://faucet.oasis.fastexchain.com' ],
|
@@ -8946,9 +8979,9 @@ const chainArray = [
|
|
8946
8979
|
]
|
8947
8980
|
},
|
8948
8981
|
{
|
8949
|
-
name: '
|
8982
|
+
name: 'Fastex Chain (Bahamut)',
|
8950
8983
|
title: 'Bahamut mainnet Sahara',
|
8951
|
-
chain: 'Bahamut',
|
8984
|
+
chain: 'Fastex Chain (Bahamut)',
|
8952
8985
|
icon: 'bahamut',
|
8953
8986
|
rpc: [
|
8954
8987
|
'https://rpc1.sahara.bahamutchain.com',
|
@@ -16089,9 +16122,7 @@ const chainArray = [
|
|
16089
16122
|
name: 'Kanazawa',
|
16090
16123
|
title: 'Meld Testnet Kanazawa',
|
16091
16124
|
chain: 'Kanazawa',
|
16092
|
-
rpc: [
|
16093
|
-
'https://rpc-kanazawa.meldlabs.dev/ext/bc/2Ci7VYrUd4fTBqGA5D2HA6UPHzQ4LQyr8rZQww9MGSv9rNkRzn/rpc'
|
16094
|
-
],
|
16125
|
+
rpc: [ 'https://subnets.avax.network/meld/testnet/rpc' ],
|
16095
16126
|
faucets: [],
|
16096
16127
|
features: [],
|
16097
16128
|
nativeCurrency: { name: 'gMeld', symbol: 'gMELD', decimals: 18 },
|
@@ -16100,7 +16131,14 @@ const chainArray = [
|
|
16100
16131
|
shortName: 'kanazawa',
|
16101
16132
|
chainId: 222000222,
|
16102
16133
|
networkId: 222000222,
|
16103
|
-
explorers: [
|
16134
|
+
explorers: [
|
16135
|
+
{
|
16136
|
+
name: 'explorer',
|
16137
|
+
url: 'https://subnets-test.avax.network/meld',
|
16138
|
+
icon: 'meld',
|
16139
|
+
standard: 'EIP3091'
|
16140
|
+
}
|
16141
|
+
]
|
16104
16142
|
},
|
16105
16143
|
{
|
16106
16144
|
name: 'Neon EVM DevNet',
|
@@ -16174,6 +16212,25 @@ const chainArray = [
|
|
16174
16212
|
}
|
16175
16213
|
]
|
16176
16214
|
},
|
16215
|
+
{
|
16216
|
+
name: 'Razor Skale Chain',
|
16217
|
+
chain: 'Razor Schain',
|
16218
|
+
icon: 'razornetwork',
|
16219
|
+
rpc: [ 'https://mainnet.skalenodes.com/v1/turbulent-unique-scheat' ],
|
16220
|
+
faucets: [ 'https://faucet.razorscan.io/' ],
|
16221
|
+
nativeCurrency: { name: 'sFuel', symbol: 'SFUEL', decimals: 18 },
|
16222
|
+
infoURL: 'https://razor.network',
|
16223
|
+
shortName: 'razor',
|
16224
|
+
chainId: 278611351,
|
16225
|
+
networkId: 278611351,
|
16226
|
+
explorers: [
|
16227
|
+
{
|
16228
|
+
name: 'turbulent-unique-scheat',
|
16229
|
+
url: 'https://turbulent-unique-scheat.explorer.mainnet.skalenodes.com',
|
16230
|
+
standard: 'EIP3091'
|
16231
|
+
}
|
16232
|
+
]
|
16233
|
+
},
|
16177
16234
|
{
|
16178
16235
|
name: 'OneLedger Mainnet',
|
16179
16236
|
chain: 'OLT',
|
@@ -16197,7 +16254,7 @@ const chainArray = [
|
|
16197
16254
|
name: 'Meld',
|
16198
16255
|
title: 'Meld Mainnet',
|
16199
16256
|
chain: 'MELD',
|
16200
|
-
rpc: [ 'https://network
|
16257
|
+
rpc: [ 'https://subnets.avax.network/meld/mainnet/rpc' ],
|
16201
16258
|
faucets: [],
|
16202
16259
|
features: [],
|
16203
16260
|
nativeCurrency: { name: 'gMeld', symbol: 'gMELD', decimals: 18 },
|
@@ -16206,7 +16263,14 @@ const chainArray = [
|
|
16206
16263
|
shortName: 'meld',
|
16207
16264
|
chainId: 333000333,
|
16208
16265
|
networkId: 333000333,
|
16209
|
-
explorers: [
|
16266
|
+
explorers: [
|
16267
|
+
{
|
16268
|
+
name: 'explorer',
|
16269
|
+
url: 'https://subnets.avax.network/meld',
|
16270
|
+
icon: 'meld',
|
16271
|
+
standard: 'EIP3091'
|
16272
|
+
}
|
16273
|
+
]
|
16210
16274
|
},
|
16211
16275
|
{
|
16212
16276
|
name: 'Calypso NFT Hub (SKALE Testnet)',
|