eth-chainlist 0.0.302 → 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 +16 -0
- package/data/chain.js +84 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.303 (2023-12-13)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.302 ([417be5c](https://github.com/poowf/eth-chainlist/commit/417be5c9b66cecd83b3421586f66d2fc0a62c833))
|
17
|
+
* update chain data ([17cbe0b](https://github.com/poowf/eth-chainlist/commit/17cbe0bdf1a0d3a75a9138d4d1609f445f57e9fb))
|
18
|
+
|
3
19
|
### 0.0.302 (2023-12-10)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -17747,6 +17747,25 @@ const chainArray = [
|
|
17747
17747
|
}
|
17748
17748
|
]
|
17749
17749
|
},
|
17750
|
+
{
|
17751
|
+
name: 'Grok Chain Mainnet',
|
17752
|
+
chain: 'Grok',
|
17753
|
+
icon: 'grokicon',
|
17754
|
+
rpc: [ 'https://mainnet-rpc.grokchain.dev' ],
|
17755
|
+
faucets: [],
|
17756
|
+
nativeCurrency: { name: 'Groc', symbol: 'GROC', decimals: 18 },
|
17757
|
+
infoURL: 'https://grokchain.dev',
|
17758
|
+
shortName: 'GrokChain',
|
17759
|
+
chainId: 72992,
|
17760
|
+
networkId: 72992,
|
17761
|
+
explorers: [
|
17762
|
+
{
|
17763
|
+
name: 'GrokScan',
|
17764
|
+
url: 'https://mainnet-explorer.grokchain.dev',
|
17765
|
+
standard: 'none'
|
17766
|
+
}
|
17767
|
+
]
|
17768
|
+
},
|
17750
17769
|
{
|
17751
17770
|
name: 'Energy Web Volta Testnet',
|
17752
17771
|
chain: 'Volta',
|
@@ -21748,13 +21767,53 @@ const chainArray = [
|
|
21748
21767
|
slip44: 61717561
|
21749
21768
|
},
|
21750
21769
|
{
|
21751
|
-
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',
|
21752
21791
|
chain: 'AUT',
|
21753
21792
|
rpc: [
|
21754
|
-
'https://rpc1.
|
21755
|
-
'wss://rpc1.
|
21793
|
+
'https://rpc1.bakerloo.autonity.org/',
|
21794
|
+
'wss://rpc1.bakerloo.autonity.org/ws/'
|
21756
21795
|
],
|
21757
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/' ],
|
21758
21817
|
nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
|
21759
21818
|
infoURL: 'https://autonity.org/',
|
21760
21819
|
shortName: 'piccadilly-0',
|
@@ -21769,6 +21828,28 @@ const chainArray = [
|
|
21769
21828
|
}
|
21770
21829
|
]
|
21771
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
|
+
},
|
21772
21853
|
{
|
21773
21854
|
name: 'Frame Testnet',
|
21774
21855
|
chain: 'ETH',
|