eth-chainlist 0.0.27 → 0.0.29
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 +72 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.29 (2022-12-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.28 ([7e04969](https://github.com/poowf/eth-chainlist/commit/7e04969365a8fb72da3fc108291d15ceeec0c811))
|
|
9
|
+
* update chain data ([532d3c7](https://github.com/poowf/eth-chainlist/commit/532d3c7087cb8df2eaa80450683325b7ee6ddb37))
|
|
10
|
+
|
|
11
|
+
### 0.0.28 (2022-12-07)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.27 ([fd99a31](https://github.com/poowf/eth-chainlist/commit/fd99a316da3d5f4ddb4ba3aebc21f0d4a6aaf9da))
|
|
17
|
+
* update chain data ([04d50e8](https://github.com/poowf/eth-chainlist/commit/04d50e8e9191309fe1b7ad660ef224368cfde318))
|
|
18
|
+
|
|
3
19
|
### 0.0.27 (2022-12-06)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -2993,6 +2993,44 @@ const chainArray = [
|
|
|
2993
2993
|
networkId: 499,
|
|
2994
2994
|
slip44: 499
|
|
2995
2995
|
},
|
|
2996
|
+
{
|
|
2997
|
+
name: 'Camino C-Chain',
|
|
2998
|
+
chain: 'CAM',
|
|
2999
|
+
rpc: [ 'https://mainnet.camino.foundation/ext/bc/C/rpc' ],
|
|
3000
|
+
faucets: [],
|
|
3001
|
+
nativeCurrency: { name: 'Camino', symbol: 'CAM', decimals: 18 },
|
|
3002
|
+
infoURL: 'https://camino.foundation/',
|
|
3003
|
+
shortName: 'Camino',
|
|
3004
|
+
chainId: 500,
|
|
3005
|
+
networkId: 1000,
|
|
3006
|
+
icon: 'camino',
|
|
3007
|
+
explorers: [
|
|
3008
|
+
{
|
|
3009
|
+
name: 'blockexplorer',
|
|
3010
|
+
url: 'https://explorer.camino.foundation/mainnet',
|
|
3011
|
+
standard: 'none'
|
|
3012
|
+
}
|
|
3013
|
+
]
|
|
3014
|
+
},
|
|
3015
|
+
{
|
|
3016
|
+
name: 'Columbus Test Network',
|
|
3017
|
+
chain: 'CAM',
|
|
3018
|
+
rpc: [ 'https://columbus.camino.foundation/ext/bc/C/rpc' ],
|
|
3019
|
+
faucets: [],
|
|
3020
|
+
nativeCurrency: { name: 'Camino', symbol: 'CAM', decimals: 18 },
|
|
3021
|
+
infoURL: 'https://camino.foundation/',
|
|
3022
|
+
shortName: 'Columbus',
|
|
3023
|
+
chainId: 501,
|
|
3024
|
+
networkId: 1001,
|
|
3025
|
+
icon: 'camino',
|
|
3026
|
+
explorers: [
|
|
3027
|
+
{
|
|
3028
|
+
name: 'blockexplorer',
|
|
3029
|
+
url: 'https://explorer.camino.foundation',
|
|
3030
|
+
standard: 'none'
|
|
3031
|
+
}
|
|
3032
|
+
]
|
|
3033
|
+
},
|
|
2996
3034
|
{
|
|
2997
3035
|
name: 'Double-A Chain Mainnet',
|
|
2998
3036
|
chain: 'AAC',
|
|
@@ -3412,7 +3450,7 @@ const chainArray = [
|
|
|
3412
3450
|
name: 'QL1',
|
|
3413
3451
|
chain: 'QOM',
|
|
3414
3452
|
status: 'incubating',
|
|
3415
|
-
rpc: [ 'https://
|
|
3453
|
+
rpc: [ 'https://rpc.qom.one:8545' ],
|
|
3416
3454
|
faucets: [],
|
|
3417
3455
|
nativeCurrency: { name: 'Shiba Predator', symbol: 'QOM', decimals: 18 },
|
|
3418
3456
|
infoURL: 'https://qom.one',
|
|
@@ -5493,15 +5531,15 @@ const chainArray = [
|
|
|
5493
5531
|
{
|
|
5494
5532
|
name: 'Altcoinchain',
|
|
5495
5533
|
chain: 'mainnet',
|
|
5496
|
-
rpc: [ 'http://161.35.101.221:
|
|
5534
|
+
rpc: [ 'http://161.35.101.221:8547', 'https://rpc0.altcoinchain.org' ],
|
|
5497
5535
|
faucets: [],
|
|
5498
5536
|
nativeCurrency: { name: 'Altcoin', symbol: 'ALT', decimals: 18 },
|
|
5499
5537
|
infoURL: 'https://altcoinchain.org',
|
|
5500
5538
|
shortName: 'alt',
|
|
5501
5539
|
chainId: 2330,
|
|
5502
|
-
networkId:
|
|
5540
|
+
networkId: 2330,
|
|
5503
5541
|
icon: 'altcoinchain',
|
|
5504
|
-
status: '
|
|
5542
|
+
status: 'active',
|
|
5505
5543
|
explorers: [
|
|
5506
5544
|
{
|
|
5507
5545
|
name: 'expedition',
|
|
@@ -7899,7 +7937,7 @@ const chainArray = [
|
|
|
7899
7937
|
icon: 'cloudtx',
|
|
7900
7938
|
rpc: [ 'https://mainnet-rpc.cloudtx.finance' ],
|
|
7901
7939
|
faucets: [],
|
|
7902
|
-
nativeCurrency: { name: 'CloudTx', symbol: 'CLD', decimals:
|
|
7940
|
+
nativeCurrency: { name: 'CloudTx', symbol: 'CLD', decimals: 18 },
|
|
7903
7941
|
infoURL: 'https://cloudtx.finance',
|
|
7904
7942
|
shortName: 'CLDTX',
|
|
7905
7943
|
chainId: 31223,
|
|
@@ -7915,19 +7953,18 @@ const chainArray = [
|
|
|
7915
7953
|
{
|
|
7916
7954
|
name: 'CloudTx Testnet',
|
|
7917
7955
|
chain: 'CloudTx',
|
|
7956
|
+
icon: 'cloudtx',
|
|
7918
7957
|
rpc: [ 'https://testnet-rpc.cloudtx.finance' ],
|
|
7919
7958
|
faucets: [ 'https://faucet.cloudtx.finance' ],
|
|
7920
|
-
nativeCurrency: { name: 'CloudTx', symbol: '
|
|
7959
|
+
nativeCurrency: { name: 'CloudTx', symbol: 'CLD', decimals: 18 },
|
|
7921
7960
|
infoURL: 'https://cloudtx.finance/',
|
|
7922
7961
|
shortName: 'CLD',
|
|
7923
7962
|
chainId: 31224,
|
|
7924
7963
|
networkId: 31224,
|
|
7925
|
-
icon: 'cloudtx',
|
|
7926
7964
|
explorers: [
|
|
7927
7965
|
{
|
|
7928
7966
|
name: 'cloudtxexplorer',
|
|
7929
|
-
url: 'https://explorer.cloudtx.finance
|
|
7930
|
-
icon: 'cloudtx',
|
|
7967
|
+
url: 'https://explorer.cloudtx.finance',
|
|
7931
7968
|
standard: 'EIP3091'
|
|
7932
7969
|
}
|
|
7933
7970
|
]
|
|
@@ -8086,6 +8123,26 @@ const chainArray = [
|
|
|
8086
8123
|
networkId: 39797,
|
|
8087
8124
|
slip44: 39797
|
|
8088
8125
|
},
|
|
8126
|
+
{
|
|
8127
|
+
name: 'OHO Mainnet',
|
|
8128
|
+
chain: 'OHO',
|
|
8129
|
+
rpc: [ 'https://mainnet.oho.ai' ],
|
|
8130
|
+
faucets: [],
|
|
8131
|
+
nativeCurrency: { name: 'OHO', symbol: 'OHO', decimals: 18 },
|
|
8132
|
+
infoURL: 'https://oho.ai',
|
|
8133
|
+
shortName: 'oho',
|
|
8134
|
+
chainId: 39815,
|
|
8135
|
+
networkId: 39815,
|
|
8136
|
+
icon: 'oho',
|
|
8137
|
+
explorers: [
|
|
8138
|
+
{
|
|
8139
|
+
name: 'ohoscan',
|
|
8140
|
+
url: 'https://ohoscan.com',
|
|
8141
|
+
icon: 'ohoscan',
|
|
8142
|
+
standard: 'EIP3091'
|
|
8143
|
+
}
|
|
8144
|
+
]
|
|
8145
|
+
},
|
|
8089
8146
|
{
|
|
8090
8147
|
name: 'Opulent-X BETA',
|
|
8091
8148
|
chainId: 41500,
|
|
@@ -8778,9 +8835,12 @@ const chainArray = [
|
|
|
8778
8835
|
networkId: 1
|
|
8779
8836
|
},
|
|
8780
8837
|
{
|
|
8781
|
-
name: 'Godwoken Testnet
|
|
8838
|
+
name: 'Godwoken Testnet v1',
|
|
8782
8839
|
chain: 'GWT',
|
|
8783
|
-
rpc: [
|
|
8840
|
+
rpc: [
|
|
8841
|
+
'https://godwoken-testnet-v1.ckbapp.dev',
|
|
8842
|
+
'https://v1.testnet.godwoken.io/rpc'
|
|
8843
|
+
],
|
|
8784
8844
|
faucets: [ 'https://testnet.bridge.godwoken.io' ],
|
|
8785
8845
|
nativeCurrency: { name: 'pCKB', symbol: 'pCKB', decimals: 18 },
|
|
8786
8846
|
infoURL: 'https://www.nervos.org',
|
|
@@ -10447,7 +10507,7 @@ const chainArray = [
|
|
|
10447
10507
|
name: 'QL1 Testnet',
|
|
10448
10508
|
chain: 'QOM',
|
|
10449
10509
|
status: 'incubating',
|
|
10450
|
-
rpc: [ 'https://
|
|
10510
|
+
rpc: [ 'https://rpct.qom.one:8545' ],
|
|
10451
10511
|
faucets: [ 'https://faucet.qom.one' ],
|
|
10452
10512
|
nativeCurrency: { name: 'Shiba Predator', symbol: 'QOM', decimals: 18 },
|
|
10453
10513
|
infoURL: 'https://qom.one',
|