eth-chainlist 0.0.179 → 0.0.181
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 +99 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.181 (2023-07-11)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.180 ([9ac32ab](https://github.com/poowf/eth-chainlist/commit/9ac32ab80367e4d4586efc279064eec41a9547dc))
|
9
|
+
* update chain data ([8f9fdbc](https://github.com/poowf/eth-chainlist/commit/8f9fdbc92b2f877b487f8633f310a4e201fb9fbf))
|
10
|
+
|
11
|
+
### 0.0.180 (2023-07-09)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.179 ([cd24196](https://github.com/poowf/eth-chainlist/commit/cd24196c1c9a015c389555223e0ec8741c862c2c))
|
17
|
+
* update chain data ([faf5e47](https://github.com/poowf/eth-chainlist/commit/faf5e477b5df91322ec1187187737d7167a6ede2))
|
18
|
+
|
3
19
|
### 0.0.179 (2023-07-08)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3098,6 +3098,29 @@ const chainArray = [
|
|
3098
3098
|
}
|
3099
3099
|
]
|
3100
3100
|
},
|
3101
|
+
{
|
3102
|
+
name: 'Plinga Mainnet',
|
3103
|
+
chain: 'Plinga',
|
3104
|
+
icon: 'plinga',
|
3105
|
+
rpc: [
|
3106
|
+
'https://rpcurl.mainnet.plgchain.com',
|
3107
|
+
'https://rpcurl.plgchain.blockchain.evmnode.online',
|
3108
|
+
'https://rpcurl.mainnet.plgchain.plinga.technology'
|
3109
|
+
],
|
3110
|
+
faucets: [],
|
3111
|
+
nativeCurrency: { name: 'Plinga', symbol: 'PLINGA', decimals: 18 },
|
3112
|
+
infoURL: 'https://www.plinga.technology/',
|
3113
|
+
shortName: 'plgchain',
|
3114
|
+
chainId: 242,
|
3115
|
+
networkId: 242,
|
3116
|
+
explorers: [
|
3117
|
+
{
|
3118
|
+
name: 'plgscan',
|
3119
|
+
url: 'https://www.plgscan.com',
|
3120
|
+
standard: 'EIP3091'
|
3121
|
+
}
|
3122
|
+
]
|
3123
|
+
},
|
3101
3124
|
{
|
3102
3125
|
name: 'Energy Web Chain',
|
3103
3126
|
chain: 'Energy Web Chain',
|
@@ -8817,6 +8840,44 @@ const chainArray = [
|
|
8817
8840
|
}
|
8818
8841
|
]
|
8819
8842
|
},
|
8843
|
+
{
|
8844
|
+
name: 'Botanix Testnet',
|
8845
|
+
chain: 'BTC',
|
8846
|
+
icon: 'botanix',
|
8847
|
+
rpc: [ 'https://testnet-rpc.btxtestchain.com' ],
|
8848
|
+
faucets: [ 'https://faucet.btxtestchain.com' ],
|
8849
|
+
nativeCurrency: { name: 'Botanix', symbol: 'BTC', decimals: 18 },
|
8850
|
+
infoURL: 'https://btxtestchain.com',
|
8851
|
+
shortName: 'BTCt',
|
8852
|
+
chainId: 3636,
|
8853
|
+
networkId: 3636,
|
8854
|
+
explorers: [
|
8855
|
+
{
|
8856
|
+
name: 'Botanix',
|
8857
|
+
url: 'https://testnet.btxtestchain.com',
|
8858
|
+
standard: 'EIP3091'
|
8859
|
+
}
|
8860
|
+
]
|
8861
|
+
},
|
8862
|
+
{
|
8863
|
+
name: 'Botanix Mainnet',
|
8864
|
+
chain: 'BTC',
|
8865
|
+
icon: 'botanix',
|
8866
|
+
rpc: [ 'https://rpc.btxtestchain.com' ],
|
8867
|
+
faucets: [ 'https://faucet.btxtestchain.com' ],
|
8868
|
+
nativeCurrency: { name: 'Botanix', symbol: 'BTC', decimals: 18 },
|
8869
|
+
infoURL: 'https://btxtestchain.com',
|
8870
|
+
shortName: 'BTCm',
|
8871
|
+
chainId: 3637,
|
8872
|
+
networkId: 3637,
|
8873
|
+
explorers: [
|
8874
|
+
{
|
8875
|
+
name: 'Botanix',
|
8876
|
+
url: 'https://btxtestchain.com',
|
8877
|
+
standard: 'EIP3091'
|
8878
|
+
}
|
8879
|
+
]
|
8880
|
+
},
|
8820
8881
|
{
|
8821
8882
|
name: 'Jouleverse Mainnet',
|
8822
8883
|
chain: 'Jouleverse',
|
@@ -8871,6 +8932,25 @@ const chainArray = [
|
|
8871
8932
|
}
|
8872
8933
|
]
|
8873
8934
|
},
|
8935
|
+
{
|
8936
|
+
name: 'SenjePowers Testnet',
|
8937
|
+
chain: 'SPC',
|
8938
|
+
icon: 'SenjePowers',
|
8939
|
+
rpc: [ 'https://testnet-rpc.senjepowersscan.com' ],
|
8940
|
+
faucets: [ 'https://faucet.senjepowersscan.com' ],
|
8941
|
+
nativeCurrency: { name: 'SenjePowers', symbol: 'SPC', decimals: 18 },
|
8942
|
+
infoURL: 'https://senjepowersscan.com',
|
8943
|
+
shortName: 'SPCt',
|
8944
|
+
chainId: 3698,
|
8945
|
+
networkId: 3698,
|
8946
|
+
explorers: [
|
8947
|
+
{
|
8948
|
+
name: 'SenjePowers',
|
8949
|
+
url: 'https://testnet.senjepowersscan.com',
|
8950
|
+
standard: 'EIP3091'
|
8951
|
+
}
|
8952
|
+
]
|
8953
|
+
},
|
8874
8954
|
{
|
8875
8955
|
name: 'Crossbell',
|
8876
8956
|
chain: 'Crossbell',
|
@@ -10082,10 +10162,7 @@ const chainArray = [
|
|
10082
10162
|
name: 'ZetaChain Athens Testnet',
|
10083
10163
|
chain: 'ZetaChain',
|
10084
10164
|
icon: 'zetachain',
|
10085
|
-
rpc: [
|
10086
|
-
'https://zetachain-athens-evm.blockpi.network/v1/rpc/public',
|
10087
|
-
'wss://zetachain-athens.blockpi.network/rpc/v1/public/websocket'
|
10088
|
-
],
|
10165
|
+
rpc: [ 'https://api.athens2.zetachain.com/evm' ],
|
10089
10166
|
faucets: [ 'https://labs.zetachain.com/get-zeta' ],
|
10090
10167
|
nativeCurrency: { name: 'Zeta', symbol: 'aZETA', decimals: 18 },
|
10091
10168
|
infoURL: 'https://zetachain.com/docs',
|
@@ -16109,6 +16186,24 @@ const chainArray = [
|
|
16109
16186
|
}
|
16110
16187
|
]
|
16111
16188
|
},
|
16189
|
+
{
|
16190
|
+
name: 'Shinarium Beta',
|
16191
|
+
chain: 'Shinarium',
|
16192
|
+
rpc: [ 'https://rpc.shinarium.org' ],
|
16193
|
+
faucets: [ 'https://faucet.shinarium.org' ],
|
16194
|
+
nativeCurrency: { name: 'Shina Inu', symbol: 'SHI', decimals: 18 },
|
16195
|
+
infoURL: 'https://shinarium.org',
|
16196
|
+
shortName: 'shi',
|
16197
|
+
chainId: 534849,
|
16198
|
+
networkId: 534849,
|
16199
|
+
explorers: [
|
16200
|
+
{
|
16201
|
+
name: 'shinascan',
|
16202
|
+
url: 'https://shinascan.shinarium.org',
|
16203
|
+
standard: 'EIP3091'
|
16204
|
+
}
|
16205
|
+
]
|
16206
|
+
},
|
16112
16207
|
{
|
16113
16208
|
name: 'BeanEco SmartChain',
|
16114
16209
|
title: 'BESC Mainnet',
|