eth-chainlist 0.0.54 → 0.0.55
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 +85 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.55 (2023-01-14)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.54 ([02f5482](https://github.com/poowf/eth-chainlist/commit/02f5482177557ce3810219a548baf45bcbf4a48f))
|
9
|
+
* update chain data ([7da0e0f](https://github.com/poowf/eth-chainlist/commit/7da0e0f56ba2ed3900bbb36978a78b05b25f6134))
|
10
|
+
|
3
11
|
### 0.0.54 (2023-01-13)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -5067,6 +5067,25 @@ const chainArray = [
|
|
5067
5067
|
}
|
5068
5068
|
]
|
5069
5069
|
},
|
5070
|
+
{
|
5071
|
+
name: 'Ctex Scan Blockchain',
|
5072
|
+
chain: 'Ctex Scan Blockchain',
|
5073
|
+
icon: 'ctex',
|
5074
|
+
rpc: [ 'https://mainnet-rpc.ctexscan.com/' ],
|
5075
|
+
faucets: [ 'https://faucet.ctexscan.com' ],
|
5076
|
+
nativeCurrency: { name: 'CTEX', symbol: 'CTEX', decimals: 18 },
|
5077
|
+
infoURL: 'https://ctextoken.io',
|
5078
|
+
shortName: 'CTEX',
|
5079
|
+
chainId: 1455,
|
5080
|
+
networkId: 1455,
|
5081
|
+
explorers: [
|
5082
|
+
{
|
5083
|
+
name: 'Ctex Scan Explorer',
|
5084
|
+
url: 'https://ctexscan.com',
|
5085
|
+
standard: 'none'
|
5086
|
+
}
|
5087
|
+
]
|
5088
|
+
},
|
5070
5089
|
{
|
5071
5090
|
name: 'Sherpax Mainnet',
|
5072
5091
|
chain: 'Sherpax Mainnet',
|
@@ -5360,6 +5379,20 @@ const chainArray = [
|
|
5360
5379
|
}
|
5361
5380
|
]
|
5362
5381
|
},
|
5382
|
+
{
|
5383
|
+
name: 'D-Chain Mainnet',
|
5384
|
+
chain: 'D-Chain',
|
5385
|
+
rpc: [
|
5386
|
+
'https://mainnet.d-chain.network/ext/bc/2ZiR1Bro5E59siVuwdNuRFzqL95NkvkbzyLBdrsYR9BLSHV7H4/rpc'
|
5387
|
+
],
|
5388
|
+
nativeCurrency: { name: 'DOINX', symbol: 'DOINX', decimals: 18 },
|
5389
|
+
shortName: 'dchain-mainnet',
|
5390
|
+
chainId: 1951,
|
5391
|
+
networkId: 1951,
|
5392
|
+
icon: 'dchain',
|
5393
|
+
faucets: [],
|
5394
|
+
infoURL: ''
|
5395
|
+
},
|
5363
5396
|
{
|
5364
5397
|
name: 'ONUS Chain Mainnet',
|
5365
5398
|
title: 'ONUS Chain Mainnet',
|
@@ -7016,12 +7049,12 @@ const chainArray = [
|
|
7016
7049
|
]
|
7017
7050
|
},
|
7018
7051
|
{
|
7019
|
-
name: 'Tres
|
7052
|
+
name: 'Tres Testnet',
|
7020
7053
|
chain: 'TresLeches',
|
7021
7054
|
rpc: [ 'https://rpc-test.tresleches.finance/' ],
|
7022
7055
|
faucets: [ 'http://faucet.tresleches.finance:8080' ],
|
7023
|
-
nativeCurrency: { name: '
|
7024
|
-
infoURL: 'https://
|
7056
|
+
nativeCurrency: { name: 'TRES', symbol: 'TRES', decimals: 18 },
|
7057
|
+
infoURL: 'https://treschain.com',
|
7025
7058
|
shortName: 'TRESTEST',
|
7026
7059
|
chainId: 6065,
|
7027
7060
|
networkId: 6065,
|
@@ -7036,12 +7069,12 @@ const chainArray = [
|
|
7036
7069
|
]
|
7037
7070
|
},
|
7038
7071
|
{
|
7039
|
-
name: 'Tres
|
7072
|
+
name: 'Tres Mainnet',
|
7040
7073
|
chain: 'TresLeches',
|
7041
|
-
rpc: [ 'https://rpc.tresleches.finance/' ],
|
7074
|
+
rpc: [ 'https://rpc.tresleches.finance/', 'https://rpc.treschain.io/' ],
|
7042
7075
|
faucets: [],
|
7043
|
-
nativeCurrency: { name: '
|
7044
|
-
infoURL: 'https://
|
7076
|
+
nativeCurrency: { name: 'TRES', symbol: 'TRES', decimals: 18 },
|
7077
|
+
infoURL: 'https://treschain.com',
|
7045
7078
|
shortName: 'TRESMAIN',
|
7046
7079
|
chainId: 6066,
|
7047
7080
|
networkId: 6066,
|
@@ -8606,14 +8639,20 @@ const chainArray = [
|
|
8606
8639
|
name: 'Oasis Sapphire',
|
8607
8640
|
chain: 'Sapphire',
|
8608
8641
|
icon: 'oasis',
|
8609
|
-
rpc: [ 'https://sapphire.oasis.
|
8642
|
+
rpc: [ 'https://sapphire.oasis.io', 'wss://sapphire.oasis.io/ws' ],
|
8610
8643
|
faucets: [],
|
8611
8644
|
nativeCurrency: { name: 'Sapphire Rose', symbol: 'ROSE', decimals: 18 },
|
8612
8645
|
infoURL: 'https://docs.oasis.io/dapp/sapphire',
|
8613
8646
|
shortName: 'sapphire',
|
8614
8647
|
chainId: 23294,
|
8615
8648
|
networkId: 23294,
|
8616
|
-
|
8649
|
+
explorers: [
|
8650
|
+
{
|
8651
|
+
name: 'Oasis Sapphire Explorer',
|
8652
|
+
url: 'https://explorer.sapphire.oasis.io',
|
8653
|
+
standard: 'EIP3091'
|
8654
|
+
}
|
8655
|
+
]
|
8617
8656
|
},
|
8618
8657
|
{
|
8619
8658
|
name: 'Oasis Sapphire Testnet',
|
@@ -11132,6 +11171,25 @@ const chainArray = [
|
|
11132
11171
|
}
|
11133
11172
|
]
|
11134
11173
|
},
|
11174
|
+
{
|
11175
|
+
name: 'Bear Network Chain Mainnet',
|
11176
|
+
chain: 'BRNKC',
|
11177
|
+
icon: 'brnkc',
|
11178
|
+
rpc: [
|
11179
|
+
'https://brnkc-mainnet.bearnetwork.net',
|
11180
|
+
'https://brnkc-mainnet1.bearnetwork.net'
|
11181
|
+
],
|
11182
|
+
faucets: [],
|
11183
|
+
nativeCurrency: {
|
11184
|
+
name: 'Bear Network Chain Native Token',
|
11185
|
+
symbol: 'BRNKC',
|
11186
|
+
decimals: 18
|
11187
|
+
},
|
11188
|
+
infoURL: 'https://bearnetwork.net',
|
11189
|
+
shortName: 'BRNKC',
|
11190
|
+
chainId: 641230,
|
11191
|
+
networkId: 641230
|
11192
|
+
},
|
11135
11193
|
{
|
11136
11194
|
name: 'Vision - Vpioneer Test Chain',
|
11137
11195
|
chain: 'Vision-Vpioneer',
|
@@ -12454,6 +12512,24 @@ const chainArray = [
|
|
12454
12512
|
}
|
12455
12513
|
]
|
12456
12514
|
},
|
12515
|
+
{
|
12516
|
+
name: 'Zeniq',
|
12517
|
+
chain: 'ZENIQ',
|
12518
|
+
rpc: [ 'https://smart.zeniq.network:9545' ],
|
12519
|
+
faucets: [ 'https://faucet.zeniq.net/' ],
|
12520
|
+
nativeCurrency: { name: 'Zeniq', symbol: 'ZENIQ', decimals: 18 },
|
12521
|
+
infoURL: 'https://www.zeniq.dev/',
|
12522
|
+
shortName: 'zeniq',
|
12523
|
+
chainId: 383414847825,
|
12524
|
+
networkId: 383414847825,
|
12525
|
+
explorers: [
|
12526
|
+
{
|
12527
|
+
name: 'zeniq-smart-chain-explorer',
|
12528
|
+
url: 'https://smart.zeniq.net',
|
12529
|
+
standard: 'EIP3091'
|
12530
|
+
}
|
12531
|
+
]
|
12532
|
+
},
|
12457
12533
|
{
|
12458
12534
|
name: 'PDC Mainnet',
|
12459
12535
|
chain: 'IPDC',
|