eth-chainlist 0.0.303 → 0.0.304
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 +65 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.304 (2023-12-14)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.303 ([ffcd365](https://github.com/poowf/eth-chainlist/commit/ffcd365217c59290b0ea4cf5bade29dbbcc24402))
|
9
|
+
* update chain data ([57b7f6e](https://github.com/poowf/eth-chainlist/commit/57b7f6e97edcf119b6807713bff44dacd1aff580))
|
10
|
+
|
3
11
|
### 0.0.303 (2023-12-13)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -21767,13 +21767,53 @@ const chainArray = [
|
|
21767
21767
|
slip44: 61717561
|
21768
21768
|
},
|
21769
21769
|
{
|
21770
|
-
name: 'Autonity
|
21770
|
+
name: 'Autonity Bakerloo (Thames) Testnet',
|
21771
|
+
status: 'deprecated',
|
21772
|
+
chain: 'AUT',
|
21773
|
+
rpc: [],
|
21774
|
+
faucets: [ 'https://faucet.autonity.org/' ],
|
21775
|
+
nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
|
21776
|
+
infoURL: 'https://autonity.org/',
|
21777
|
+
shortName: 'bakerloo-0',
|
21778
|
+
chainId: 65010000,
|
21779
|
+
networkId: 65010000,
|
21780
|
+
icon: 'autonity',
|
21781
|
+
explorers: [
|
21782
|
+
{
|
21783
|
+
name: 'autonity-blockscout',
|
21784
|
+
url: 'https://bakerloo.autonity.org',
|
21785
|
+
standard: 'EIP3091'
|
21786
|
+
}
|
21787
|
+
]
|
21788
|
+
},
|
21789
|
+
{
|
21790
|
+
name: 'Autonity Bakerloo (Barada) Testnet',
|
21771
21791
|
chain: 'AUT',
|
21772
21792
|
rpc: [
|
21773
|
-
'https://rpc1.
|
21774
|
-
'wss://rpc1.
|
21793
|
+
'https://rpc1.bakerloo.autonity.org/',
|
21794
|
+
'wss://rpc1.bakerloo.autonity.org/ws/'
|
21775
21795
|
],
|
21776
21796
|
faucets: [ 'https://faucet.autonity.org/' ],
|
21797
|
+
nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
|
21798
|
+
infoURL: 'https://autonity.org/',
|
21799
|
+
shortName: 'bakerloo-01',
|
21800
|
+
chainId: 65010001,
|
21801
|
+
networkId: 65010001,
|
21802
|
+
icon: 'autonity',
|
21803
|
+
explorers: [
|
21804
|
+
{
|
21805
|
+
name: 'autonity-blockscout',
|
21806
|
+
url: 'https://bakerloo.autonity.org',
|
21807
|
+
standard: 'EIP3091'
|
21808
|
+
}
|
21809
|
+
]
|
21810
|
+
},
|
21811
|
+
{
|
21812
|
+
name: 'Autonity Piccadilly (Thames) Testnet',
|
21813
|
+
status: 'deprecated',
|
21814
|
+
chain: 'AUT',
|
21815
|
+
rpc: [],
|
21816
|
+
faucets: [ 'https://faucet.autonity.org/' ],
|
21777
21817
|
nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
|
21778
21818
|
infoURL: 'https://autonity.org/',
|
21779
21819
|
shortName: 'piccadilly-0',
|
@@ -21788,6 +21828,28 @@ const chainArray = [
|
|
21788
21828
|
}
|
21789
21829
|
]
|
21790
21830
|
},
|
21831
|
+
{
|
21832
|
+
name: 'Autonity Piccadilly (Barada) Testnet',
|
21833
|
+
chain: 'AUT',
|
21834
|
+
rpc: [
|
21835
|
+
'https://rpc1.piccadilly.autonity.org/',
|
21836
|
+
'wss://rpc1.piccadilly.autonity.org/ws/'
|
21837
|
+
],
|
21838
|
+
faucets: [],
|
21839
|
+
nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
|
21840
|
+
infoURL: 'https://autonity.org/',
|
21841
|
+
shortName: 'piccadilly-01',
|
21842
|
+
chainId: 65100001,
|
21843
|
+
networkId: 65100001,
|
21844
|
+
icon: 'autonity',
|
21845
|
+
explorers: [
|
21846
|
+
{
|
21847
|
+
name: 'autonity-blockscout',
|
21848
|
+
url: 'https://piccadilly.autonity.org',
|
21849
|
+
standard: 'EIP3091'
|
21850
|
+
}
|
21851
|
+
]
|
21852
|
+
},
|
21791
21853
|
{
|
21792
21854
|
name: 'Frame Testnet',
|
21793
21855
|
chain: 'ETH',
|