eth-chainlist 0.0.294 → 0.0.296
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 +108 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.296 (2023-12-04)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.295 ([d6ac82d](https://github.com/poowf/eth-chainlist/commit/d6ac82d43c30ac259f1d4b5b64e3623ec8c97263))
|
9
|
+
* update chain data ([0a8dfd3](https://github.com/poowf/eth-chainlist/commit/0a8dfd33600a9bbac449583cfcbe0ebc723d5859))
|
10
|
+
|
11
|
+
### 0.0.295 (2023-12-03)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.294 ([e2c7db8](https://github.com/poowf/eth-chainlist/commit/e2c7db88afcf15397d3a0ade10f7000440bef3d9))
|
17
|
+
* update chain data ([cf27aa8](https://github.com/poowf/eth-chainlist/commit/cf27aa892c5e072dbe85cd9eee3627f54bf0c6ba))
|
18
|
+
|
3
19
|
### 0.0.294 (2023-12-02)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -5503,6 +5503,18 @@ const chainArray = [
|
|
5503
5503
|
}
|
5504
5504
|
]
|
5505
5505
|
},
|
5506
|
+
{
|
5507
|
+
name: 'Blucrates',
|
5508
|
+
chain: 'BLU',
|
5509
|
+
rpc: [ 'https://data.bluchain.pro' ],
|
5510
|
+
faucets: [],
|
5511
|
+
nativeCurrency: { name: 'Blucrates', symbol: 'BLU', decimals: 18 },
|
5512
|
+
infoURL: 'https://www.blucrates.com',
|
5513
|
+
shortName: 'blu',
|
5514
|
+
chainId: 727,
|
5515
|
+
networkId: 727,
|
5516
|
+
slip44: 727
|
5517
|
+
},
|
5506
5518
|
{
|
5507
5519
|
name: 'Canto Testnet',
|
5508
5520
|
chain: 'Canto Tesnet',
|
@@ -11020,6 +11032,25 @@ const chainArray = [
|
|
11020
11032
|
}
|
11021
11033
|
]
|
11022
11034
|
},
|
11035
|
+
{
|
11036
|
+
name: 'X1 Fastnet',
|
11037
|
+
chain: 'X1',
|
11038
|
+
rpc: [ 'https://x1-fastnet.xen.network' ],
|
11039
|
+
faucets: [],
|
11040
|
+
nativeCurrency: { name: 'XN', symbol: 'XN', decimals: 18 },
|
11041
|
+
infoURL: 'https://docs.xen.network/go-x1/',
|
11042
|
+
shortName: 'x1-fastnet',
|
11043
|
+
chainId: 4003,
|
11044
|
+
networkId: 4003,
|
11045
|
+
explorers: [
|
11046
|
+
{
|
11047
|
+
name: 'Blockscout',
|
11048
|
+
url: 'https://explorer.x1-fastnet.xen.network',
|
11049
|
+
icon: 'blockscout',
|
11050
|
+
standard: 'EIP3091'
|
11051
|
+
}
|
11052
|
+
]
|
11053
|
+
},
|
11023
11054
|
{
|
11024
11055
|
name: 'Bobaopera Testnet',
|
11025
11056
|
chain: 'Bobaopera Testnet',
|
@@ -17027,6 +17058,26 @@ const chainArray = [
|
|
17027
17058
|
],
|
17028
17059
|
status: 'active'
|
17029
17060
|
},
|
17061
|
+
{
|
17062
|
+
name: 'Genesys Code Mainnet',
|
17063
|
+
chain: 'GCODE',
|
17064
|
+
rpc: [ 'https://mainnet.genesyscode.io/' ],
|
17065
|
+
faucets: [],
|
17066
|
+
nativeCurrency: { name: 'GenesysCode', symbol: 'GCODE', decimals: 18 },
|
17067
|
+
infoURL: 'https://genesyscode.io',
|
17068
|
+
shortName: 'gcode',
|
17069
|
+
chainId: 59971,
|
17070
|
+
networkId: 59971,
|
17071
|
+
icon: 'genesyscode',
|
17072
|
+
explorers: [
|
17073
|
+
{
|
17074
|
+
name: 'Genesys Scan',
|
17075
|
+
url: 'https://genesysscan.io',
|
17076
|
+
icon: 'genesyscode',
|
17077
|
+
standard: 'none'
|
17078
|
+
}
|
17079
|
+
]
|
17080
|
+
},
|
17030
17081
|
{
|
17031
17082
|
name: 'Thinkium Testnet Chain 0',
|
17032
17083
|
chain: 'Thinkium',
|
@@ -19087,6 +19138,25 @@ const chainArray = [
|
|
19087
19138
|
}
|
19088
19139
|
]
|
19089
19140
|
},
|
19141
|
+
{
|
19142
|
+
name: 'X1 Devnet',
|
19143
|
+
chain: 'X1',
|
19144
|
+
rpc: [ 'https://x1-devnet.xen.network' ],
|
19145
|
+
faucets: [],
|
19146
|
+
nativeCurrency: { name: 'XN', symbol: 'XN', decimals: 18 },
|
19147
|
+
infoURL: 'https://docs.xen.network/x1/',
|
19148
|
+
shortName: 'x1-devnet',
|
19149
|
+
chainId: 202212,
|
19150
|
+
networkId: 202212,
|
19151
|
+
explorers: [
|
19152
|
+
{
|
19153
|
+
name: 'Blockscout',
|
19154
|
+
url: 'https://explorer.x1-devnet.xen.network',
|
19155
|
+
icon: 'blockscout',
|
19156
|
+
standard: 'EIP3091'
|
19157
|
+
}
|
19158
|
+
]
|
19159
|
+
},
|
19090
19160
|
{
|
19091
19161
|
name: 'Jellie',
|
19092
19162
|
title: 'Twala Testnet Jellie',
|
@@ -19111,6 +19181,25 @@ const chainArray = [
|
|
19111
19181
|
}
|
19112
19182
|
]
|
19113
19183
|
},
|
19184
|
+
{
|
19185
|
+
name: 'X1 Network',
|
19186
|
+
chain: 'X1',
|
19187
|
+
rpc: [ 'https://x1-testnet.xen.network' ],
|
19188
|
+
faucets: [],
|
19189
|
+
nativeCurrency: { name: 'XN', symbol: 'XN', decimals: 18 },
|
19190
|
+
infoURL: 'https://docs.xen.network/go-x1/',
|
19191
|
+
shortName: 'x1-testnet',
|
19192
|
+
chainId: 204005,
|
19193
|
+
networkId: 204005,
|
19194
|
+
explorers: [
|
19195
|
+
{
|
19196
|
+
name: 'Blockscout',
|
19197
|
+
url: 'https://explorer.x1-testnet.xen.network',
|
19198
|
+
icon: 'blockscout',
|
19199
|
+
standard: 'EIP3091'
|
19200
|
+
}
|
19201
|
+
]
|
19202
|
+
},
|
19114
19203
|
{
|
19115
19204
|
name: 'PlatON Mainnet',
|
19116
19205
|
chain: 'PlatON',
|
@@ -20472,6 +20561,25 @@ const chainArray = [
|
|
20472
20561
|
}
|
20473
20562
|
]
|
20474
20563
|
},
|
20564
|
+
{
|
20565
|
+
name: 'Tiltyard Subnet',
|
20566
|
+
chain: 'TILTYARD',
|
20567
|
+
rpc: [ 'https://subnets.avax.network/tiltyard/testnet/rpc' ],
|
20568
|
+
features: [ { name: 'EIP1559' } ],
|
20569
|
+
faucets: [],
|
20570
|
+
nativeCurrency: { name: 'Tiltyard Token', symbol: 'TILTG', decimals: 18 },
|
20571
|
+
infoURL: '',
|
20572
|
+
shortName: 'tiltyard',
|
20573
|
+
chainId: 1127469,
|
20574
|
+
networkId: 1127469,
|
20575
|
+
explorers: [
|
20576
|
+
{
|
20577
|
+
name: 'TILTYARD Explorer',
|
20578
|
+
url: 'http://testnet-explorer.tiltyard.gg',
|
20579
|
+
standard: 'EIP3091'
|
20580
|
+
}
|
20581
|
+
]
|
20582
|
+
},
|
20475
20583
|
{
|
20476
20584
|
name: 'zKatana',
|
20477
20585
|
shortName: 'azktn',
|