eth-chainlist 0.0.321 → 0.0.322
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 +81 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.322 (2024-01-16)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.321 ([fc329e6](https://github.com/poowf/eth-chainlist/commit/fc329e6720bd1677c2421fb24bab5bc49b81cd05))
|
9
|
+
* update chain data ([2660701](https://github.com/poowf/eth-chainlist/commit/26607012bcc9a8c916b4f6429d6b40a25cda9ca9))
|
10
|
+
|
3
11
|
### 0.0.321 (2024-01-15)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -13162,6 +13162,26 @@ const chainArray = [
|
|
13162
13162
|
}
|
13163
13163
|
]
|
13164
13164
|
},
|
13165
|
+
{
|
13166
|
+
name: 'PAXB Mainnet',
|
13167
|
+
chain: 'PAXB',
|
13168
|
+
rpc: [ 'https://chain.paxb.io' ],
|
13169
|
+
faucets: [],
|
13170
|
+
nativeCurrency: { name: 'PAXB', symbol: 'PAXB', decimals: 18 },
|
13171
|
+
infoURL: 'https://paxb.io/',
|
13172
|
+
shortName: 'PAXB',
|
13173
|
+
chainId: 6701,
|
13174
|
+
networkId: 6701,
|
13175
|
+
icon: 'paxb',
|
13176
|
+
explorers: [
|
13177
|
+
{
|
13178
|
+
name: 'PAXB Explorer',
|
13179
|
+
url: 'https://scan.paxb.io',
|
13180
|
+
icon: 'paxb',
|
13181
|
+
standard: 'EIP3091'
|
13182
|
+
}
|
13183
|
+
]
|
13184
|
+
},
|
13165
13185
|
{
|
13166
13186
|
name: 'Compverse Mainnet',
|
13167
13187
|
chain: 'CPV',
|
@@ -14694,6 +14714,25 @@ const chainArray = [
|
|
14694
14714
|
}
|
14695
14715
|
]
|
14696
14716
|
},
|
14717
|
+
{
|
14718
|
+
name: 'Evoke Mainnet',
|
14719
|
+
chain: 'MTHN',
|
14720
|
+
icon: 'mthn',
|
14721
|
+
rpc: [ 'https://mainnet-rpc.evokescan.org' ],
|
14722
|
+
faucets: [],
|
14723
|
+
nativeCurrency: { name: 'MTHN', symbol: 'MTHN', decimals: 18 },
|
14724
|
+
infoURL: 'https://explorer.evokescan.org',
|
14725
|
+
shortName: 'MTHN',
|
14726
|
+
chainId: 9395,
|
14727
|
+
networkId: 9395,
|
14728
|
+
explorers: [
|
14729
|
+
{
|
14730
|
+
name: 'Evoke SmartChain Explorer',
|
14731
|
+
url: 'https://explorer.evokescan.org',
|
14732
|
+
standard: 'EIP3091'
|
14733
|
+
}
|
14734
|
+
]
|
14735
|
+
},
|
14697
14736
|
{
|
14698
14737
|
name: 'Rangers Protocol Testnet Robin',
|
14699
14738
|
chain: 'Rangers',
|
@@ -17052,6 +17091,25 @@ const chainArray = [
|
|
17052
17091
|
}
|
17053
17092
|
]
|
17054
17093
|
},
|
17094
|
+
{
|
17095
|
+
name: 'Evoke Testnet',
|
17096
|
+
chain: 'Evoke',
|
17097
|
+
icon: 'mthn',
|
17098
|
+
rpc: [ 'https://testnet-rpc.evokescan.org' ],
|
17099
|
+
faucets: [ 'https://faucet.evokescan.org' ],
|
17100
|
+
nativeCurrency: { name: 'MTHN Testnet', symbol: 'MTHN', decimals: 18 },
|
17101
|
+
infoURL: 'https://testnet-explorer.evokescan.org',
|
17102
|
+
shortName: 'tmthn',
|
17103
|
+
chainId: 31414,
|
17104
|
+
networkId: 31414,
|
17105
|
+
explorers: [
|
17106
|
+
{
|
17107
|
+
name: 'Evoke SmartChain Testnet Explorer',
|
17108
|
+
url: 'https://testnet-explorer.evokescan.org',
|
17109
|
+
standard: 'EIP3091'
|
17110
|
+
}
|
17111
|
+
]
|
17112
|
+
},
|
17055
17113
|
{
|
17056
17114
|
name: 'Filecoin - Wallaby testnet',
|
17057
17115
|
status: 'deprecated',
|
@@ -23129,6 +23187,26 @@ const chainArray = [
|
|
23129
23187
|
}
|
23130
23188
|
]
|
23131
23189
|
},
|
23190
|
+
{
|
23191
|
+
name: 'Ancient8 Testnet',
|
23192
|
+
chain: 'Ancient8',
|
23193
|
+
icon: 'ancient8',
|
23194
|
+
rpc: [ 'https://rpcv2-testnet.ancient8.gg' ],
|
23195
|
+
faucets: [],
|
23196
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
23197
|
+
infoURL: 'https://ancient8.gg/',
|
23198
|
+
shortName: 'a8',
|
23199
|
+
chainId: 28122024,
|
23200
|
+
networkId: 28122024,
|
23201
|
+
slip44: 1,
|
23202
|
+
explorers: [
|
23203
|
+
{
|
23204
|
+
name: 'scan-testnet',
|
23205
|
+
url: 'https://scanv2-testnet.ancient8.gg',
|
23206
|
+
standard: 'EIP3091'
|
23207
|
+
}
|
23208
|
+
]
|
23209
|
+
},
|
23132
23210
|
{
|
23133
23211
|
name: 'Auxilium Network Mainnet',
|
23134
23212
|
chain: 'AUX',
|
@@ -24084,14 +24162,15 @@ const chainArray = [
|
|
24084
24162
|
}
|
24085
24163
|
},
|
24086
24164
|
{
|
24087
|
-
name: 'Ancient8 Testnet',
|
24165
|
+
name: 'Ancient8 Testnet (deprecated)',
|
24166
|
+
status: 'deprecated',
|
24088
24167
|
chain: 'Ancient8',
|
24089
24168
|
icon: 'ancient8',
|
24090
24169
|
rpc: [ 'https://rpc-testnet.ancient8.gg' ],
|
24091
24170
|
faucets: [],
|
24092
24171
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
24093
24172
|
infoURL: 'https://ancient8.gg/',
|
24094
|
-
shortName: '
|
24173
|
+
shortName: 'a8old',
|
24095
24174
|
chainId: 2863311531,
|
24096
24175
|
networkId: 2863311531,
|
24097
24176
|
slip44: 1,
|