eth-chainlist 0.0.378 → 0.0.379
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 +74 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.379 (2024-04-16)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.378 ([df2fb36](https://github.com/poowf/eth-chainlist/commit/df2fb36bdc961e79728edc831de4121d39960aba))
|
9
|
+
* update chain data ([5f90bb7](https://github.com/poowf/eth-chainlist/commit/5f90bb707825796320d1cd2b0ec5d39b4af99ee7))
|
10
|
+
|
3
11
|
### 0.0.378 (2024-04-15)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -11125,6 +11125,20 @@ const chainArray = [
|
|
11125
11125
|
}
|
11126
11126
|
]
|
11127
11127
|
},
|
11128
|
+
{
|
11129
|
+
name: 'Vanar Mainnet',
|
11130
|
+
title: 'Vanarchain',
|
11131
|
+
chain: 'VANAR',
|
11132
|
+
rpc: [ 'https://rpc.vanarchain.com', 'wss://ws.vanarchain.com' ],
|
11133
|
+
faucets: [],
|
11134
|
+
nativeCurrency: { name: 'VANRY', symbol: 'VANRY', decimals: 18 },
|
11135
|
+
features: [ { name: 'EIP155' } ],
|
11136
|
+
infoURL: 'https://vanarchain.com',
|
11137
|
+
shortName: 'Vanar',
|
11138
|
+
chainId: 2040,
|
11139
|
+
networkId: 2040,
|
11140
|
+
icon: 'vanar'
|
11141
|
+
},
|
11128
11142
|
{
|
11129
11143
|
name: 'OriginTrail Parachain',
|
11130
11144
|
chain: 'OTP',
|
@@ -16049,6 +16063,7 @@ const chainArray = [
|
|
16049
16063
|
},
|
16050
16064
|
{
|
16051
16065
|
name: 'Karak Sepolia',
|
16066
|
+
title: 'Karak Testnet Sepolia',
|
16052
16067
|
chain: 'Karak',
|
16053
16068
|
icon: 'karak',
|
16054
16069
|
rpc: [ 'https://rpc.sepolia.karak.network' ],
|
@@ -22612,7 +22627,7 @@ const chainArray = [
|
|
22612
22627
|
'wss://ws-vanguard.vanarchain.com'
|
22613
22628
|
],
|
22614
22629
|
faucets: [ 'https://faucet.vanarchain.com' ],
|
22615
|
-
nativeCurrency: { name: 'Vanguard Vanry', symbol: '
|
22630
|
+
nativeCurrency: { name: 'Vanguard Vanry', symbol: 'VANRY', decimals: 18 },
|
22616
22631
|
features: [ { name: 'EIP155' } ],
|
22617
22632
|
infoURL: 'https://vanarchain.com',
|
22618
22633
|
shortName: 'vanguard',
|
@@ -22681,7 +22696,7 @@ const chainArray = [
|
|
22681
22696
|
chain: 'Polygon',
|
22682
22697
|
icon: 'polygon',
|
22683
22698
|
rpc: [
|
22684
|
-
'https://
|
22699
|
+
'https://rpc-amoy.polygon.technology',
|
22685
22700
|
'https://polygon-amoy-bor-rpc.publicnode.com',
|
22686
22701
|
'wss://polygon-amoy-bor-rpc.publicnode.com'
|
22687
22702
|
],
|
@@ -24163,6 +24178,19 @@ const chainArray = [
|
|
24163
24178
|
}
|
24164
24179
|
]
|
24165
24180
|
},
|
24181
|
+
{
|
24182
|
+
name: 'PlayFi Mainnet',
|
24183
|
+
chain: 'PLAY',
|
24184
|
+
rpc: [],
|
24185
|
+
faucets: [],
|
24186
|
+
nativeCurrency: { name: 'Play', symbol: 'PLAY', decimals: 18 },
|
24187
|
+
infoURL: 'https://www.playfi.ai/',
|
24188
|
+
shortName: 'playfi',
|
24189
|
+
chainId: 161212,
|
24190
|
+
networkId: 161212,
|
24191
|
+
explorers: [],
|
24192
|
+
status: 'incubating'
|
24193
|
+
},
|
24166
24194
|
{
|
24167
24195
|
name: 'Taiko (Alpha-2 Testnet)',
|
24168
24196
|
chain: 'ETH',
|
@@ -25345,6 +25373,26 @@ const chainArray = [
|
|
25345
25373
|
}
|
25346
25374
|
]
|
25347
25375
|
},
|
25376
|
+
{
|
25377
|
+
name: 'AIE Testnet',
|
25378
|
+
chain: 'AIE',
|
25379
|
+
rpc: [ 'https://rpc1-testnet.aiechain.io' ],
|
25380
|
+
faucets: [],
|
25381
|
+
nativeCurrency: { name: 'AIE', symbol: 'tAIE', decimals: 18 },
|
25382
|
+
infoURL: 'https://testnet.aiescan.io',
|
25383
|
+
shortName: 'aiet',
|
25384
|
+
chainId: 413413,
|
25385
|
+
networkId: 413413,
|
25386
|
+
icon: 'aie',
|
25387
|
+
explorers: [
|
25388
|
+
{
|
25389
|
+
name: 'aiescan-testnet',
|
25390
|
+
icon: 'aie',
|
25391
|
+
url: 'https://testnet.aiescan.io',
|
25392
|
+
standard: 'none'
|
25393
|
+
}
|
25394
|
+
]
|
25395
|
+
},
|
25348
25396
|
{
|
25349
25397
|
name: 'Kekchain',
|
25350
25398
|
chain: 'kek',
|
@@ -26738,6 +26786,30 @@ const chainArray = [
|
|
26738
26786
|
}
|
26739
26787
|
]
|
26740
26788
|
},
|
26789
|
+
{
|
26790
|
+
name: 'PlayFi Albireo Testnet',
|
26791
|
+
chain: 'ETH',
|
26792
|
+
rpc: [ 'https://albireo-rpc.playfi.ai' ],
|
26793
|
+
faucets: [],
|
26794
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
26795
|
+
infoURL: 'https://www.playfi.ai/',
|
26796
|
+
shortName: 'alberio',
|
26797
|
+
chainId: 1612127,
|
26798
|
+
networkId: 1612127,
|
26799
|
+
slip44: 1,
|
26800
|
+
explorers: [
|
26801
|
+
{
|
26802
|
+
name: 'PlayFi Block Explorer',
|
26803
|
+
url: 'https://albireo-explorer.playfi.ai',
|
26804
|
+
standard: 'EIP3091'
|
26805
|
+
}
|
26806
|
+
],
|
26807
|
+
parent: {
|
26808
|
+
type: 'L2',
|
26809
|
+
chain: 'eip155-1',
|
26810
|
+
bridges: [ { url: 'https://portal.playfi.ai/bridge' } ]
|
26811
|
+
}
|
26812
|
+
},
|
26741
26813
|
{
|
26742
26814
|
name: 'Turkey Demo Dev',
|
26743
26815
|
chain: 'ETH',
|