eth-chainlist 0.0.354 → 0.0.355

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.355 (2024-03-04)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.354 ([2928470](https://github.com/poowf/eth-chainlist/commit/292847019d71b1aa9cec51cf0b25e168588f3e93))
9
+ * update chain data ([16a6da3](https://github.com/poowf/eth-chainlist/commit/16a6da3424c27e4a5369a3c25f4fcca06ab7896b))
10
+
3
11
  ### 0.0.354 (2024-03-03)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -6509,6 +6509,27 @@ const chainArray = [
6509
6509
  slip44: 1,
6510
6510
  status: 'deprecated'
6511
6511
  },
6512
+ {
6513
+ name: 'Runic Chain Testnet',
6514
+ chain: 'Runic',
6515
+ rpc: [ 'https://rpc-testnet.runic.build' ],
6516
+ faucets: [ 'https://faucet.runic.build' ],
6517
+ nativeCurrency: { name: 'Bitcoin', symbol: 'rBTC', decimals: 18 },
6518
+ infoURL: 'https://runic.build',
6519
+ shortName: 'runic-testnet',
6520
+ chainId: 822,
6521
+ networkId: 822,
6522
+ status: 'active',
6523
+ icon: 'runic-testnet',
6524
+ explorers: [
6525
+ {
6526
+ name: 'RunicScan',
6527
+ url: 'https://scan.runic.build',
6528
+ icon: 'runic-testnet',
6529
+ standard: 'EIP3091'
6530
+ }
6531
+ ]
6532
+ },
6512
6533
  {
6513
6534
  name: 'CheckDot Blockchain Devnet',
6514
6535
  chain: 'CDT Blockchain',
@@ -6798,8 +6819,13 @@ const chainArray = [
6798
6819
  chainId: 917,
6799
6820
  networkId: 917,
6800
6821
  slip44: 1,
6801
- explorers: [],
6802
- status: 'incubating'
6822
+ explorers: [
6823
+ {
6824
+ name: 'FireScan',
6825
+ url: 'https://rinia.firescan.io',
6826
+ standard: 'EIP3091'
6827
+ }
6828
+ ]
6803
6829
  },
6804
6830
  {
6805
6831
  name: 'Mode Testnet',
@@ -12210,14 +12236,14 @@ const chainArray = [
12210
12236
  ]
12211
12237
  },
12212
12238
  {
12213
- name: 'Firechain zkEVM Testnet',
12214
- title: 'Firechain zkEVM Ghostrider',
12239
+ name: 'Firechain zkEVM Ghostrider',
12240
+ title: 'Firechain zkEVM Testnet',
12215
12241
  chain: 'Firechain',
12216
12242
  rpc: [ 'https://rpc-zkevm-ghostrider.thefirechain.com' ],
12217
12243
  faucets: [ 'zkevm-faucet.thefirechain.com' ],
12218
12244
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
12219
12245
  infoURL: 'https://docs.thefirechain.com/',
12220
- shortName: 'firechain-zkEVM-ghostrider',
12246
+ shortName: 'firechain-zkEVM-testnet',
12221
12247
  chainId: 3885,
12222
12248
  networkId: 3885,
12223
12249
  explorers: []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.354",
3
+ "version": "0.0.355",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {