eth-chainlist 0.0.461 → 0.0.463
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 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.463 (2024-08-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.462 ([250eff6](https://github.com/poowf/eth-chainlist/commit/250eff6abb1b661988b44386cb42b617d3f93c87))
|
|
9
|
+
* update chain data ([4d489ec](https://github.com/poowf/eth-chainlist/commit/4d489ecd61d46b838fc7c28d84de7b060f55feac))
|
|
10
|
+
|
|
11
|
+
### 0.0.462 (2024-08-10)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.461 ([05bdd41](https://github.com/poowf/eth-chainlist/commit/05bdd411e9f5a0e502a2caa28a17c0f03691a81f))
|
|
17
|
+
* update chain data ([390f97a](https://github.com/poowf/eth-chainlist/commit/390f97ae9bdc7d4dd73d3d9558b07b33e1c87e0d))
|
|
18
|
+
|
|
3
19
|
### 0.0.461 (2024-08-09)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -9730,6 +9730,26 @@ const chainArray = [
|
|
|
9730
9730
|
],
|
|
9731
9731
|
status: 'active'
|
|
9732
9732
|
},
|
|
9733
|
+
{
|
|
9734
|
+
name: 'Bitcoin Protocol Testnet',
|
|
9735
|
+
chain: 'BTCP Testnet',
|
|
9736
|
+
icon: 'btcprotocol',
|
|
9737
|
+
rpc: [ 'https://testnet-chain.btcprotocol.io/' ],
|
|
9738
|
+
faucets: [],
|
|
9739
|
+
nativeCurrency: { name: 'BTC Protocol', symbol: 'BTCP', decimals: 18 },
|
|
9740
|
+
infoURL: 'https://btcprotocol.io/',
|
|
9741
|
+
shortName: 'BTCP',
|
|
9742
|
+
chainId: 1227,
|
|
9743
|
+
networkId: 1227,
|
|
9744
|
+
explorers: [
|
|
9745
|
+
{
|
|
9746
|
+
name: 'BTCP explorer',
|
|
9747
|
+
url: 'https://explorer.btcprotocol.io',
|
|
9748
|
+
standard: 'EIP3091'
|
|
9749
|
+
}
|
|
9750
|
+
],
|
|
9751
|
+
status: 'active'
|
|
9752
|
+
},
|
|
9733
9753
|
{
|
|
9734
9754
|
name: 'Exzo Network Mainnet',
|
|
9735
9755
|
chain: 'EXZO',
|
|
@@ -22089,7 +22109,7 @@ const chainArray = [
|
|
|
22089
22109
|
chain: 'Gravity',
|
|
22090
22110
|
rpc: [ 'https://rpc-sepolia.gravity.xyz' ],
|
|
22091
22111
|
faucets: [],
|
|
22092
|
-
nativeCurrency: { name: 'Sepolia Gravity', symbol: 'G
|
|
22112
|
+
nativeCurrency: { name: 'Sepolia Gravity', symbol: 'G', decimals: 18 },
|
|
22093
22113
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP1108' } ],
|
|
22094
22114
|
infoURL: 'https://gravity.xyz',
|
|
22095
22115
|
shortName: 'gravitysep',
|
|
@@ -24549,6 +24569,25 @@ const chainArray = [
|
|
|
24549
24569
|
}
|
|
24550
24570
|
]
|
|
24551
24571
|
},
|
|
24572
|
+
{
|
|
24573
|
+
name: 'Curtis',
|
|
24574
|
+
chain: 'Curtis',
|
|
24575
|
+
rpc: [ 'https://curtis.rpc.caldera.xyz/http' ],
|
|
24576
|
+
faucets: [ 'https://curtis.hub.caldera.xyz' ],
|
|
24577
|
+
nativeCurrency: { name: 'ApeCoin', symbol: 'APE', decimals: 18 },
|
|
24578
|
+
infoURL: 'https://curtis.hub.caldera.xyz',
|
|
24579
|
+
shortName: 'curtis',
|
|
24580
|
+
chainId: 33111,
|
|
24581
|
+
networkId: 33111,
|
|
24582
|
+
icon: 'curtis',
|
|
24583
|
+
explorers: [
|
|
24584
|
+
{
|
|
24585
|
+
name: 'Curtis Explorer',
|
|
24586
|
+
url: 'https://curtis.explorer.caldera.xyz',
|
|
24587
|
+
standard: 'EIP3091'
|
|
24588
|
+
}
|
|
24589
|
+
]
|
|
24590
|
+
},
|
|
24552
24591
|
{
|
|
24553
24592
|
name: 'Entangle Testnet',
|
|
24554
24593
|
chain: 'NGL',
|
|
@@ -24881,6 +24920,29 @@ const chainArray = [
|
|
|
24881
24920
|
}
|
|
24882
24921
|
]
|
|
24883
24922
|
},
|
|
24923
|
+
{
|
|
24924
|
+
name: 'Aleph Zero EVM',
|
|
24925
|
+
chain: 'Aleph Zero EVM',
|
|
24926
|
+
icon: 'aleph-zero',
|
|
24927
|
+
rpc: [
|
|
24928
|
+
'https://rpc.alephzero.raas.gelato.cloud',
|
|
24929
|
+
'wss://ws.alephzero.raas.gelato.cloud'
|
|
24930
|
+
],
|
|
24931
|
+
faucets: [],
|
|
24932
|
+
nativeCurrency: { name: 'Aleph Zero', symbol: 'AZERO', decimals: 18 },
|
|
24933
|
+
infoURL: 'https://alephzero.org/',
|
|
24934
|
+
shortName: 'aleph-zero',
|
|
24935
|
+
chainId: 41455,
|
|
24936
|
+
networkId: 41455,
|
|
24937
|
+
explorers: [
|
|
24938
|
+
{
|
|
24939
|
+
name: 'Aleph Zero EVM Mainnet Explorer',
|
|
24940
|
+
url: 'https://evm-explorer.alephzero.org',
|
|
24941
|
+
icon: 'aleph-zero',
|
|
24942
|
+
standard: 'none'
|
|
24943
|
+
}
|
|
24944
|
+
]
|
|
24945
|
+
},
|
|
24884
24946
|
{
|
|
24885
24947
|
name: 'Opulent-X BETA',
|
|
24886
24948
|
chainId: 41500,
|
|
@@ -25086,6 +25148,25 @@ const chainArray = [
|
|
|
25086
25148
|
}
|
|
25087
25149
|
]
|
|
25088
25150
|
},
|
|
25151
|
+
{
|
|
25152
|
+
name: 'AssetChain Testnet',
|
|
25153
|
+
chain: 'RWA',
|
|
25154
|
+
rpc: [ 'https://enugu-rpc.assetchain.org' ],
|
|
25155
|
+
faucets: [ 'https://faucet.assetchain.org' ],
|
|
25156
|
+
nativeCurrency: { name: 'Real World Asset', symbol: 'RWA', decimals: 18 },
|
|
25157
|
+
infoURL: 'https://docs.assetchain.org',
|
|
25158
|
+
shortName: 'rwa',
|
|
25159
|
+
chainId: 42421,
|
|
25160
|
+
networkId: 42421,
|
|
25161
|
+
icon: 'assetchain',
|
|
25162
|
+
explorers: [
|
|
25163
|
+
{
|
|
25164
|
+
name: 'Asset Chain Testnet Explorer',
|
|
25165
|
+
url: 'https://scan-testnet.assetchain.org',
|
|
25166
|
+
standard: 'EIP3091'
|
|
25167
|
+
}
|
|
25168
|
+
]
|
|
25169
|
+
},
|
|
25089
25170
|
{
|
|
25090
25171
|
name: 'ZKFair Mainnet',
|
|
25091
25172
|
title: 'ZKFair Mainnet',
|
|
@@ -25525,7 +25606,7 @@ const chainArray = [
|
|
|
25525
25606
|
name: 'Zircuit Testnet',
|
|
25526
25607
|
chain: 'Zircuit Testnet',
|
|
25527
25608
|
icon: 'zircuit',
|
|
25528
|
-
rpc: [ '
|
|
25609
|
+
rpc: [ 'http://zircuit1-testnet.p2pify.com/' ],
|
|
25529
25610
|
faucets: [],
|
|
25530
25611
|
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
25531
25612
|
infoURL: 'https://www.zircuit.com/',
|
|
@@ -25535,7 +25616,7 @@ const chainArray = [
|
|
|
25535
25616
|
explorers: [
|
|
25536
25617
|
{
|
|
25537
25618
|
name: 'Zircuit',
|
|
25538
|
-
url: 'https://explorer.zircuit.com',
|
|
25619
|
+
url: 'https://explorer.testnet.zircuit.com',
|
|
25539
25620
|
icon: 'zircuit',
|
|
25540
25621
|
standard: 'none'
|
|
25541
25622
|
}
|
|
@@ -25545,14 +25626,21 @@ const chainArray = [
|
|
|
25545
25626
|
name: 'Zircuit Mainnet',
|
|
25546
25627
|
chain: 'Zircuit Mainnet',
|
|
25547
25628
|
icon: 'zircuit',
|
|
25548
|
-
rpc: [],
|
|
25629
|
+
rpc: [ 'https://zircuit1-mainnet.p2pify.com/' ],
|
|
25549
25630
|
faucets: [],
|
|
25550
25631
|
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
25551
25632
|
infoURL: 'https://www.zircuit.com/',
|
|
25552
25633
|
shortName: 'zircuit-mainnet',
|
|
25553
25634
|
chainId: 48900,
|
|
25554
25635
|
networkId: 48900,
|
|
25555
|
-
explorers: [
|
|
25636
|
+
explorers: [
|
|
25637
|
+
{
|
|
25638
|
+
name: 'Zircuit',
|
|
25639
|
+
url: 'https://explorer.zircuit.com',
|
|
25640
|
+
icon: 'zircuit',
|
|
25641
|
+
standard: 'none'
|
|
25642
|
+
}
|
|
25643
|
+
]
|
|
25556
25644
|
},
|
|
25557
25645
|
{
|
|
25558
25646
|
name: 'Wireshape Floripa Testnet',
|
|
@@ -28003,21 +28091,21 @@ const chainArray = [
|
|
|
28003
28091
|
]
|
|
28004
28092
|
},
|
|
28005
28093
|
{
|
|
28006
|
-
name: '
|
|
28094
|
+
name: 'InoAi',
|
|
28007
28095
|
chain: 'INOAI',
|
|
28008
28096
|
faucets: [],
|
|
28009
28097
|
rpc: [ 'https://inoai-network.com' ],
|
|
28010
|
-
nativeCurrency: { name: '
|
|
28011
|
-
infoURL: 'https://inoai.info',
|
|
28012
|
-
shortName: '
|
|
28098
|
+
nativeCurrency: { name: 'InoAi', symbol: 'INO', decimals: 18 },
|
|
28099
|
+
infoURL: 'https://docs.inoai.info/',
|
|
28100
|
+
shortName: 'INO',
|
|
28013
28101
|
chainId: 88559,
|
|
28014
28102
|
networkId: 88559,
|
|
28015
28103
|
icon: 'inoai',
|
|
28016
28104
|
explorers: [
|
|
28017
28105
|
{
|
|
28018
|
-
name: 'inoai
|
|
28106
|
+
name: 'inoai.live',
|
|
28019
28107
|
url: 'https://inoai.live',
|
|
28020
|
-
standard: '
|
|
28108
|
+
standard: 'EIP3091'
|
|
28021
28109
|
}
|
|
28022
28110
|
]
|
|
28023
28111
|
},
|