eth-chainlist 0.0.50 → 0.0.52
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 +144 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.52 (2023-01-06)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.51 ([07b6971](https://github.com/poowf/eth-chainlist/commit/07b697155e0b69525b01e746a1afaa78cf696bfb))
|
9
|
+
* update chain data ([d6ae1e9](https://github.com/poowf/eth-chainlist/commit/d6ae1e9bf96d7697c30d1cbd69ee5856f225ca86))
|
10
|
+
|
11
|
+
### 0.0.51 (2023-01-05)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.50 ([43433b9](https://github.com/poowf/eth-chainlist/commit/43433b976b5dc3bb09ff432d2081029df83d9391))
|
17
|
+
* update chain data ([e816182](https://github.com/poowf/eth-chainlist/commit/e8161823296b371d397a7f1562a075f454f1ba3c))
|
18
|
+
|
3
19
|
### 0.0.50 (2023-01-04)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -6836,6 +6836,25 @@ const chainArray = [
|
|
6836
6836
|
bridges: [ { url: 'https://bridge.nahmii.io' } ]
|
6837
6837
|
}
|
6838
6838
|
},
|
6839
|
+
{
|
6840
|
+
name: 'Chain Verse Mainnet',
|
6841
|
+
chain: 'CVERSE',
|
6842
|
+
icon: 'chain_verse',
|
6843
|
+
rpc: [ 'https://rpc.chainverse.info' ],
|
6844
|
+
faucets: [],
|
6845
|
+
nativeCurrency: { name: 'Oasys', symbol: 'OAS', decimals: 18 },
|
6846
|
+
infoURL: 'https://chainverse.info',
|
6847
|
+
shortName: 'cverse',
|
6848
|
+
chainId: 5555,
|
6849
|
+
networkId: 5555,
|
6850
|
+
explorers: [
|
6851
|
+
{
|
6852
|
+
name: 'Chain Verse Explorer',
|
6853
|
+
url: 'https://explorer.chainverse.info',
|
6854
|
+
standard: 'EIP3091'
|
6855
|
+
}
|
6856
|
+
]
|
6857
|
+
},
|
6839
6858
|
{
|
6840
6859
|
name: 'Syscoin Tanenbaum Testnet',
|
6841
6860
|
chain: 'SYS',
|
@@ -7285,6 +7304,19 @@ const chainArray = [
|
|
7285
7304
|
],
|
7286
7305
|
redFlags: [ 'reusedChainId' ]
|
7287
7306
|
},
|
7307
|
+
{
|
7308
|
+
name: 'StreamuX Blockchain',
|
7309
|
+
chain: 'StreamuX',
|
7310
|
+
rpc: [
|
7311
|
+
'https://u0ma6t6heb:KDNwOsRDGcyM2Oeui1p431Bteb4rvcWkuPgQNHwB4FM@u0xy4x6x82-u0e2mg517m-rpc.us0-aws.kaleido.io/'
|
7312
|
+
],
|
7313
|
+
faucets: [],
|
7314
|
+
nativeCurrency: { name: 'StreamuX', symbol: 'SmuX', decimals: 18 },
|
7315
|
+
infoURL: 'https://www.streamux.cloud',
|
7316
|
+
shortName: 'StreamuX',
|
7317
|
+
chainId: 8098,
|
7318
|
+
networkId: 8098
|
7319
|
+
},
|
7288
7320
|
{
|
7289
7321
|
name: 'Qitmeer Network Testnet',
|
7290
7322
|
chain: 'MEER',
|
@@ -8139,6 +8171,26 @@ const chainArray = [
|
|
8139
8171
|
}
|
8140
8172
|
]
|
8141
8173
|
},
|
8174
|
+
{
|
8175
|
+
name: 'Susono',
|
8176
|
+
chain: 'SUS',
|
8177
|
+
rpc: [
|
8178
|
+
'https://gateway.opn.network/node/ext/bc/2VsZe5DstWw2bfgdx3YbjKcMsJnNDjni95sZorBEdk9L9Qr9Fr/rpc'
|
8179
|
+
],
|
8180
|
+
faucets: [],
|
8181
|
+
nativeCurrency: { name: 'Susono', symbol: 'OPN', decimals: 18 },
|
8182
|
+
infoURL: '',
|
8183
|
+
shortName: 'sus',
|
8184
|
+
chainId: 13812,
|
8185
|
+
networkId: 13812,
|
8186
|
+
explorers: [
|
8187
|
+
{
|
8188
|
+
name: 'Susono',
|
8189
|
+
url: 'http://explorer.opn.network',
|
8190
|
+
standard: 'none'
|
8191
|
+
}
|
8192
|
+
]
|
8193
|
+
},
|
8142
8194
|
{
|
8143
8195
|
name: 'SPS Testnet',
|
8144
8196
|
chain: 'SPS-Testnet',
|
@@ -8487,6 +8539,27 @@ const chainArray = [
|
|
8487
8539
|
}
|
8488
8540
|
]
|
8489
8541
|
},
|
8542
|
+
{
|
8543
|
+
name: 'Hertz Network Mainnet',
|
8544
|
+
chain: 'HTZ',
|
8545
|
+
rpc: [ 'https://mainnet-rpc.hertzscan.com' ],
|
8546
|
+
faucets: [],
|
8547
|
+
nativeCurrency: { name: 'Hertz', symbol: 'HTZ', decimals: 18 },
|
8548
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
8549
|
+
infoURL: 'https://www.hertz-network.com',
|
8550
|
+
shortName: 'HTZ',
|
8551
|
+
chainId: 26600,
|
8552
|
+
networkId: 26600,
|
8553
|
+
icon: 'hertz-network',
|
8554
|
+
explorers: [
|
8555
|
+
{
|
8556
|
+
name: 'Hertz Scan',
|
8557
|
+
url: 'https://hertzscan.com',
|
8558
|
+
icon: 'hertz-network',
|
8559
|
+
standard: 'EIP3091'
|
8560
|
+
}
|
8561
|
+
]
|
8562
|
+
},
|
8490
8563
|
{
|
8491
8564
|
name: 'OasisChain Mainnet',
|
8492
8565
|
chain: 'OasisChain',
|
@@ -10444,6 +10517,27 @@ const chainArray = [
|
|
10444
10517
|
}
|
10445
10518
|
]
|
10446
10519
|
},
|
10520
|
+
{
|
10521
|
+
name: 'Mas Mainnet',
|
10522
|
+
chain: 'MAS',
|
10523
|
+
rpc: [ 'http://node.masnet.ai:8545' ],
|
10524
|
+
faucets: [],
|
10525
|
+
nativeCurrency: { name: 'Master Bank', symbol: 'MAS', decimals: 18 },
|
10526
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
10527
|
+
infoURL: 'https://masterbank.org',
|
10528
|
+
shortName: 'mas',
|
10529
|
+
chainId: 220315,
|
10530
|
+
networkId: 220315,
|
10531
|
+
icon: 'mas',
|
10532
|
+
explorers: [
|
10533
|
+
{
|
10534
|
+
name: 'explorer masnet',
|
10535
|
+
url: 'https://explorer.masnet.ai',
|
10536
|
+
icon: 'explorer',
|
10537
|
+
standard: 'EIP3091'
|
10538
|
+
}
|
10539
|
+
]
|
10540
|
+
},
|
10447
10541
|
{
|
10448
10542
|
name: 'Haymo Testnet',
|
10449
10543
|
chain: 'tHYM',
|
@@ -11266,6 +11360,25 @@ const chainArray = [
|
|
11266
11360
|
}
|
11267
11361
|
]
|
11268
11362
|
},
|
11363
|
+
{
|
11364
|
+
name: 'OpenVessel',
|
11365
|
+
chain: 'VSL',
|
11366
|
+
icon: 'vsl',
|
11367
|
+
rpc: [ 'https://mainnet-external.openvessel.io' ],
|
11368
|
+
faucets: [],
|
11369
|
+
nativeCurrency: { name: 'Vessel ETH', symbol: 'VETH', decimals: 18 },
|
11370
|
+
infoURL: 'https://www.openvessel.io',
|
11371
|
+
shortName: 'vsl',
|
11372
|
+
chainId: 7355310,
|
11373
|
+
networkId: 7355310,
|
11374
|
+
explorers: [
|
11375
|
+
{
|
11376
|
+
name: 'openvessel-mainnet',
|
11377
|
+
url: 'https://mainnet-explorer.openvessel.io',
|
11378
|
+
standard: 'none'
|
11379
|
+
}
|
11380
|
+
]
|
11381
|
+
},
|
11269
11382
|
{
|
11270
11383
|
name: 'QL1 Testnet',
|
11271
11384
|
chain: 'QOM',
|
@@ -11387,7 +11500,7 @@ const chainArray = [
|
|
11387
11500
|
explorers: [
|
11388
11501
|
{
|
11389
11502
|
name: 'anduschain explorer',
|
11390
|
-
url: '
|
11503
|
+
url: 'https://explorer.anduschain.io',
|
11391
11504
|
icon: 'daon',
|
11392
11505
|
standard: 'none'
|
11393
11506
|
}
|
@@ -12015,6 +12128,36 @@ const chainArray = [
|
|
12015
12128
|
chainId: 2021121117,
|
12016
12129
|
networkId: 2021121117
|
12017
12130
|
},
|
12131
|
+
{
|
12132
|
+
name: 'Europa SKALE Chain',
|
12133
|
+
chain: 'europa',
|
12134
|
+
icon: 'europa',
|
12135
|
+
rpc: [
|
12136
|
+
'https://mainnet.skalenodes.com/v1/elated-tan-skat',
|
12137
|
+
'wss://mainnet.skalenodes.com/v1/elated-tan-skat'
|
12138
|
+
],
|
12139
|
+
faucets: [
|
12140
|
+
'https://ruby.exchange/faucet.html',
|
12141
|
+
'https://sfuel.mylilius.com/'
|
12142
|
+
],
|
12143
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
12144
|
+
infoURL: 'https://europahub.network/',
|
12145
|
+
shortName: 'europa',
|
12146
|
+
chainId: 2046399126,
|
12147
|
+
networkId: 2046399126,
|
12148
|
+
explorers: [
|
12149
|
+
{
|
12150
|
+
name: 'Blockscout',
|
12151
|
+
url: 'https://elated-tan-skat.explorer.mainnet.skalenodes.com',
|
12152
|
+
standard: 'EIP3091'
|
12153
|
+
}
|
12154
|
+
],
|
12155
|
+
parent: {
|
12156
|
+
type: 'L2',
|
12157
|
+
chain: 'eip155-1',
|
12158
|
+
bridges: [ { url: 'https://ruby.exchange/bridge.html' } ]
|
12159
|
+
}
|
12160
|
+
},
|
12018
12161
|
{
|
12019
12162
|
name: 'Pirl',
|
12020
12163
|
chain: 'PIRL',
|