eth-chainlist 0.0.295 → 0.0.297
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 +88 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.297 (2023-12-05)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.296 ([6a9e5e6](https://github.com/poowf/eth-chainlist/commit/6a9e5e6d7de4c5b13ffe51394d8e31693fd4a8be))
|
9
|
+
* update chain data ([58c6e33](https://github.com/poowf/eth-chainlist/commit/58c6e333371ec36e16a5e1f7c9cd9cd6a614c29e))
|
10
|
+
|
11
|
+
### 0.0.296 (2023-12-04)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.295 ([d6ac82d](https://github.com/poowf/eth-chainlist/commit/d6ac82d43c30ac259f1d4b5b64e3623ec8c97263))
|
17
|
+
* update chain data ([0a8dfd3](https://github.com/poowf/eth-chainlist/commit/0a8dfd33600a9bbac449583cfcbe0ebc723d5859))
|
18
|
+
|
3
19
|
### 0.0.295 (2023-12-03)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4751,6 +4751,25 @@ const chainArray = [
|
|
4751
4751
|
}
|
4752
4752
|
]
|
4753
4753
|
},
|
4754
|
+
{
|
4755
|
+
name: 'Areon Network Mainnet',
|
4756
|
+
chain: 'Areon',
|
4757
|
+
icon: 'areon',
|
4758
|
+
rpc: [ 'https://mainnet-rpc.areon.network' ],
|
4759
|
+
faucets: [],
|
4760
|
+
nativeCurrency: { name: 'Areon', symbol: 'AREA', decimals: 18 },
|
4761
|
+
infoURL: 'https://areon.network',
|
4762
|
+
shortName: 'area',
|
4763
|
+
chainId: 463,
|
4764
|
+
networkId: 463,
|
4765
|
+
explorers: [
|
4766
|
+
{
|
4767
|
+
name: 'AreonScan',
|
4768
|
+
url: 'https://areonscan.com',
|
4769
|
+
standard: 'none'
|
4770
|
+
}
|
4771
|
+
]
|
4772
|
+
},
|
4754
4773
|
{
|
4755
4774
|
name: 'Rupaya',
|
4756
4775
|
chain: 'RUPX',
|
@@ -5277,6 +5296,24 @@ const chainArray = [
|
|
5277
5296
|
}
|
5278
5297
|
]
|
5279
5298
|
},
|
5299
|
+
{
|
5300
|
+
name: 'Kalichain Mainnet',
|
5301
|
+
chain: 'Kalichain',
|
5302
|
+
rpc: [ 'https://rpc.kalichain.com' ],
|
5303
|
+
faucets: [],
|
5304
|
+
nativeCurrency: { name: 'kalis', symbol: 'KALIS', decimals: 18 },
|
5305
|
+
infoURL: 'https://kalichain.com',
|
5306
|
+
shortName: 'kalichain',
|
5307
|
+
chainId: 653,
|
5308
|
+
networkId: 653,
|
5309
|
+
explorers: [
|
5310
|
+
{
|
5311
|
+
name: 'kalichain explorer',
|
5312
|
+
url: 'https://explorer.kalichain.com',
|
5313
|
+
standard: 'EIP3091'
|
5314
|
+
}
|
5315
|
+
]
|
5316
|
+
},
|
5280
5317
|
{
|
5281
5318
|
name: 'Pixie Chain Testnet',
|
5282
5319
|
chain: 'PixieChain',
|
@@ -5503,6 +5540,18 @@ const chainArray = [
|
|
5503
5540
|
}
|
5504
5541
|
]
|
5505
5542
|
},
|
5543
|
+
{
|
5544
|
+
name: 'Blucrates',
|
5545
|
+
chain: 'BLU',
|
5546
|
+
rpc: [ 'https://data.bluchain.pro' ],
|
5547
|
+
faucets: [],
|
5548
|
+
nativeCurrency: { name: 'Blucrates', symbol: 'BLU', decimals: 18 },
|
5549
|
+
infoURL: 'https://www.blucrates.com',
|
5550
|
+
shortName: 'blu',
|
5551
|
+
chainId: 727,
|
5552
|
+
networkId: 727,
|
5553
|
+
slip44: 727
|
5554
|
+
},
|
5506
5555
|
{
|
5507
5556
|
name: 'Canto Testnet',
|
5508
5557
|
chain: 'Canto Tesnet',
|
@@ -17046,6 +17095,26 @@ const chainArray = [
|
|
17046
17095
|
],
|
17047
17096
|
status: 'active'
|
17048
17097
|
},
|
17098
|
+
{
|
17099
|
+
name: 'Genesys Code Mainnet',
|
17100
|
+
chain: 'GCODE',
|
17101
|
+
rpc: [ 'https://mainnet.genesyscode.io/' ],
|
17102
|
+
faucets: [],
|
17103
|
+
nativeCurrency: { name: 'GenesysCode', symbol: 'GCODE', decimals: 18 },
|
17104
|
+
infoURL: 'https://genesyscode.io',
|
17105
|
+
shortName: 'gcode',
|
17106
|
+
chainId: 59971,
|
17107
|
+
networkId: 59971,
|
17108
|
+
icon: 'genesyscode',
|
17109
|
+
explorers: [
|
17110
|
+
{
|
17111
|
+
name: 'Genesys Scan',
|
17112
|
+
url: 'https://genesysscan.io',
|
17113
|
+
icon: 'genesyscode',
|
17114
|
+
standard: 'none'
|
17115
|
+
}
|
17116
|
+
]
|
17117
|
+
},
|
17049
17118
|
{
|
17050
17119
|
name: 'Thinkium Testnet Chain 0',
|
17051
17120
|
chain: 'Thinkium',
|
@@ -20529,6 +20598,25 @@ const chainArray = [
|
|
20529
20598
|
}
|
20530
20599
|
]
|
20531
20600
|
},
|
20601
|
+
{
|
20602
|
+
name: 'Tiltyard Subnet',
|
20603
|
+
chain: 'TILTYARD',
|
20604
|
+
rpc: [ 'https://subnets.avax.network/tiltyard/testnet/rpc' ],
|
20605
|
+
features: [ { name: 'EIP1559' } ],
|
20606
|
+
faucets: [],
|
20607
|
+
nativeCurrency: { name: 'Tiltyard Token', symbol: 'TILTG', decimals: 18 },
|
20608
|
+
infoURL: '',
|
20609
|
+
shortName: 'tiltyard',
|
20610
|
+
chainId: 1127469,
|
20611
|
+
networkId: 1127469,
|
20612
|
+
explorers: [
|
20613
|
+
{
|
20614
|
+
name: 'TILTYARD Explorer',
|
20615
|
+
url: 'http://testnet-explorer.tiltyard.gg',
|
20616
|
+
standard: 'EIP3091'
|
20617
|
+
}
|
20618
|
+
]
|
20619
|
+
},
|
20532
20620
|
{
|
20533
20621
|
name: 'zKatana',
|
20534
20622
|
shortName: 'azktn',
|