eth-chainlist 0.0.15 → 0.0.16
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 +113 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.16 (2022-11-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.15 ([3fb3fe1](https://github.com/poowf/eth-chainlist/commit/3fb3fe1bea11c7f047ef6feb470eff580e4fd248))
|
|
9
|
+
* update chain data ([74bbff1](https://github.com/poowf/eth-chainlist/commit/74bbff1fa35cbecd5363d904e976c40905d6b68c))
|
|
10
|
+
|
|
3
11
|
### 0.0.15 (2022-11-22)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -1923,8 +1923,9 @@ const chainArray = [
|
|
|
1923
1923
|
chain: 'DeBank',
|
|
1924
1924
|
rpc: [],
|
|
1925
1925
|
faucets: [],
|
|
1926
|
+
icon: 'debank',
|
|
1926
1927
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
1927
|
-
infoURL: '',
|
|
1928
|
+
infoURL: 'https://debank.com',
|
|
1928
1929
|
shortName: 'debank-testnet',
|
|
1929
1930
|
chainId: 115,
|
|
1930
1931
|
networkId: 115,
|
|
@@ -1935,8 +1936,9 @@ const chainArray = [
|
|
|
1935
1936
|
chain: 'DeBank',
|
|
1936
1937
|
rpc: [],
|
|
1937
1938
|
faucets: [],
|
|
1939
|
+
icon: 'debank',
|
|
1938
1940
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
1939
|
-
infoURL: '',
|
|
1941
|
+
infoURL: 'https://debank.com',
|
|
1940
1942
|
shortName: 'debank-mainnet',
|
|
1941
1943
|
chainId: 116,
|
|
1942
1944
|
networkId: 116,
|
|
@@ -2052,6 +2054,24 @@ const chainArray = [
|
|
|
2052
2054
|
}
|
|
2053
2055
|
]
|
|
2054
2056
|
},
|
|
2057
|
+
{
|
|
2058
|
+
name: 'Alyx Chain Testnet',
|
|
2059
|
+
chain: 'Alyx Chain Testnet',
|
|
2060
|
+
rpc: [ 'https://testnet-rpc.alyxchain.com' ],
|
|
2061
|
+
faucets: [ 'https://faucet.alyxchain.com' ],
|
|
2062
|
+
nativeCurrency: { name: 'Alyx Testnet Native Token', symbol: 'ALYX', decimals: 18 },
|
|
2063
|
+
infoURL: 'https://www.alyxchain.com',
|
|
2064
|
+
shortName: 'AlyxTestnet',
|
|
2065
|
+
chainId: 135,
|
|
2066
|
+
networkId: 135,
|
|
2067
|
+
explorers: [
|
|
2068
|
+
{
|
|
2069
|
+
name: 'alyx testnet scan',
|
|
2070
|
+
url: 'https://testnet.alyxscan.com',
|
|
2071
|
+
standard: 'EIP3091'
|
|
2072
|
+
}
|
|
2073
|
+
]
|
|
2074
|
+
},
|
|
2055
2075
|
{
|
|
2056
2076
|
name: 'Polygon Mainnet',
|
|
2057
2077
|
chain: 'Polygon',
|
|
@@ -3353,6 +3373,27 @@ const chainArray = [
|
|
|
3353
3373
|
}
|
|
3354
3374
|
]
|
|
3355
3375
|
},
|
|
3376
|
+
{
|
|
3377
|
+
name: 'QL1',
|
|
3378
|
+
chain: 'QOM',
|
|
3379
|
+
status: 'incubating',
|
|
3380
|
+
rpc: [ 'https://mainnet.qom.one:8545' ],
|
|
3381
|
+
faucets: [],
|
|
3382
|
+
nativeCurrency: { name: 'Shiba Predator', symbol: 'QOM', decimals: 18 },
|
|
3383
|
+
infoURL: 'https://qom.one',
|
|
3384
|
+
shortName: 'qom',
|
|
3385
|
+
chainId: 766,
|
|
3386
|
+
networkId: 766,
|
|
3387
|
+
icon: 'qom',
|
|
3388
|
+
explorers: [
|
|
3389
|
+
{
|
|
3390
|
+
name: 'QL1 Mainnet Explorer',
|
|
3391
|
+
url: 'https://mainnet.qom.one',
|
|
3392
|
+
icon: 'qom',
|
|
3393
|
+
standard: 'EIP3091'
|
|
3394
|
+
}
|
|
3395
|
+
]
|
|
3396
|
+
},
|
|
3356
3397
|
{
|
|
3357
3398
|
name: 'OpenChain Testnet',
|
|
3358
3399
|
chain: 'OpenChain Testnet',
|
|
@@ -4073,6 +4114,35 @@ const chainArray = [
|
|
|
4073
4114
|
}
|
|
4074
4115
|
]
|
|
4075
4116
|
},
|
|
4117
|
+
{
|
|
4118
|
+
name: 'DeFiChain EVM Network Mainnet',
|
|
4119
|
+
chain: 'defichain-evm',
|
|
4120
|
+
status: 'incubating',
|
|
4121
|
+
rpc: [],
|
|
4122
|
+
faucets: [],
|
|
4123
|
+
nativeCurrency: { name: 'DeFiChain', symbol: 'DFI', decimals: 18 },
|
|
4124
|
+
infoURL: 'https://meta.defichain.com/',
|
|
4125
|
+
shortName: 'DFI',
|
|
4126
|
+
chainId: 1130,
|
|
4127
|
+
networkId: 1130,
|
|
4128
|
+
slip44: 1130,
|
|
4129
|
+
icon: 'defichain-network',
|
|
4130
|
+
explorers: []
|
|
4131
|
+
},
|
|
4132
|
+
{
|
|
4133
|
+
name: 'DeFiChain EVM Network Testnet',
|
|
4134
|
+
chain: 'defichain-evm-testnet',
|
|
4135
|
+
status: 'incubating',
|
|
4136
|
+
rpc: [],
|
|
4137
|
+
faucets: [],
|
|
4138
|
+
nativeCurrency: { name: 'DeFiChain', symbol: 'DFI', decimals: 18 },
|
|
4139
|
+
infoURL: 'https://meta.defichain.com/',
|
|
4140
|
+
shortName: 'DFI-T',
|
|
4141
|
+
chainId: 1131,
|
|
4142
|
+
networkId: 1131,
|
|
4143
|
+
icon: 'defichain-network',
|
|
4144
|
+
explorers: []
|
|
4145
|
+
},
|
|
4076
4146
|
{
|
|
4077
4147
|
name: 'MathChain',
|
|
4078
4148
|
chain: 'MATH',
|
|
@@ -4439,6 +4509,24 @@ const chainArray = [
|
|
|
4439
4509
|
}
|
|
4440
4510
|
]
|
|
4441
4511
|
},
|
|
4512
|
+
{
|
|
4513
|
+
name: 'Alyx Mainnet',
|
|
4514
|
+
chain: 'ALYX',
|
|
4515
|
+
rpc: [ 'https://rpc.alyxchain.com' ],
|
|
4516
|
+
faucets: [],
|
|
4517
|
+
nativeCurrency: { name: 'Alyx Chain Native Token', symbol: 'ALYX', decimals: 18 },
|
|
4518
|
+
infoURL: 'https://www.alyxchain.com',
|
|
4519
|
+
shortName: 'alyx',
|
|
4520
|
+
chainId: 1314,
|
|
4521
|
+
networkId: 1314,
|
|
4522
|
+
explorers: [
|
|
4523
|
+
{
|
|
4524
|
+
name: 'alyxscan',
|
|
4525
|
+
url: 'https://www.alyxscan.com',
|
|
4526
|
+
standard: 'EIP3091'
|
|
4527
|
+
}
|
|
4528
|
+
]
|
|
4529
|
+
},
|
|
4442
4530
|
{
|
|
4443
4531
|
name: 'Aitd Mainnet',
|
|
4444
4532
|
chain: 'AITD',
|
|
@@ -5602,6 +5690,7 @@ const chainArray = [
|
|
|
5602
5690
|
{
|
|
5603
5691
|
name: 'Pandonet',
|
|
5604
5692
|
chain: 'Pando',
|
|
5693
|
+
icon: 'pando',
|
|
5605
5694
|
rpc: [ 'https://eth-rpc-api.pandoproject.org/rpc' ],
|
|
5606
5695
|
faucets: [],
|
|
5607
5696
|
nativeCurrency: { name: 'Pando token ', symbol: 'PTX', decimals: 18 },
|
|
@@ -5620,6 +5709,7 @@ const chainArray = [
|
|
|
5620
5709
|
{
|
|
5621
5710
|
name: 'Pando Testnet',
|
|
5622
5711
|
chain: 'Pando',
|
|
5712
|
+
icon: 'pando',
|
|
5623
5713
|
rpc: [ 'https://testnet.ethrpc.pandoproject.org/rpc' ],
|
|
5624
5714
|
faucets: [],
|
|
5625
5715
|
nativeCurrency: { name: 'Pando token ', symbol: 'PTX', decimals: 18 },
|
|
@@ -9972,6 +10062,27 @@ const chainArray = [
|
|
|
9972
10062
|
}
|
|
9973
10063
|
]
|
|
9974
10064
|
},
|
|
10065
|
+
{
|
|
10066
|
+
name: 'QL1 Testnet',
|
|
10067
|
+
chain: 'QOM',
|
|
10068
|
+
status: 'incubating',
|
|
10069
|
+
rpc: [ 'https://testnet.qom.one:8545' ],
|
|
10070
|
+
faucets: [ 'https://faucet.qom.one' ],
|
|
10071
|
+
nativeCurrency: { name: 'Shiba Predator', symbol: 'QOM', decimals: 18 },
|
|
10072
|
+
infoURL: 'https://qom.one',
|
|
10073
|
+
shortName: 'tqom',
|
|
10074
|
+
chainId: 7668378,
|
|
10075
|
+
networkId: 7668378,
|
|
10076
|
+
icon: 'qom',
|
|
10077
|
+
explorers: [
|
|
10078
|
+
{
|
|
10079
|
+
name: 'QL1 Testnet Explorer',
|
|
10080
|
+
url: 'https://testnet.qom.one',
|
|
10081
|
+
icon: 'qom',
|
|
10082
|
+
standard: 'EIP3091'
|
|
10083
|
+
}
|
|
10084
|
+
]
|
|
10085
|
+
},
|
|
9975
10086
|
{
|
|
9976
10087
|
name: 'Musicoin',
|
|
9977
10088
|
chain: 'MUSIC',
|