eth-chainlist 0.0.302 → 0.0.303
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 +19 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.303 (2023-12-13)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.302 ([417be5c](https://github.com/poowf/eth-chainlist/commit/417be5c9b66cecd83b3421586f66d2fc0a62c833))
|
9
|
+
* update chain data ([17cbe0b](https://github.com/poowf/eth-chainlist/commit/17cbe0bdf1a0d3a75a9138d4d1609f445f57e9fb))
|
10
|
+
|
3
11
|
### 0.0.302 (2023-12-10)
|
4
12
|
|
5
13
|
|
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',
|