eth-chainlist 0.0.377 → 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 +16 -0
- package/data/chain.js +110 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.378 (2024-04-15)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.377 ([ea6c23f](https://github.com/poowf/eth-chainlist/commit/ea6c23f7f689840c74a39ac838f79dca9b3abdb3))
|
17
|
+
* update chain data ([d04dfa1](https://github.com/poowf/eth-chainlist/commit/d04dfa10844b8e5f6c284f6d98c978d9bd80d4fb))
|
18
|
+
|
3
19
|
### 0.0.377 (2024-04-13)
|
4
20
|
|
5
21
|
|
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',
|
@@ -11331,6 +11345,26 @@ const chainArray = [
|
|
11331
11345
|
}
|
11332
11346
|
]
|
11333
11347
|
},
|
11348
|
+
{
|
11349
|
+
name: 'Catena Mainnet',
|
11350
|
+
chain: 'CMCX',
|
11351
|
+
rpc: [ 'https://rpc1.catenarpc.com' ],
|
11352
|
+
faucets: [],
|
11353
|
+
nativeCurrency: { name: 'Catena', symbol: 'CMCX', decimals: 18 },
|
11354
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
11355
|
+
infoURL: 'https://catena.network',
|
11356
|
+
shortName: 'cmcx',
|
11357
|
+
chainId: 2121,
|
11358
|
+
networkId: 2121,
|
11359
|
+
icon: 'catena',
|
11360
|
+
explorers: [
|
11361
|
+
{
|
11362
|
+
name: 'catenascan',
|
11363
|
+
url: 'https://catenascan.com',
|
11364
|
+
standard: 'EIP3091'
|
11365
|
+
}
|
11366
|
+
]
|
11367
|
+
},
|
11334
11368
|
{
|
11335
11369
|
name: 'Metaplayerone Mainnet',
|
11336
11370
|
chain: 'METAD',
|
@@ -16029,6 +16063,7 @@ const chainArray = [
|
|
16029
16063
|
},
|
16030
16064
|
{
|
16031
16065
|
name: 'Karak Sepolia',
|
16066
|
+
title: 'Karak Testnet Sepolia',
|
16032
16067
|
chain: 'Karak',
|
16033
16068
|
icon: 'karak',
|
16034
16069
|
rpc: [ 'https://rpc.sepolia.karak.network' ],
|
@@ -21885,6 +21920,22 @@ const chainArray = [
|
|
21885
21920
|
bridges: [ { url: 'https://bridge-testnet.optopia.ai' } ]
|
21886
21921
|
}
|
21887
21922
|
},
|
21923
|
+
{
|
21924
|
+
name: 'Optopia Mainnet',
|
21925
|
+
status: 'incubating',
|
21926
|
+
chain: 'ETH',
|
21927
|
+
rpc: [],
|
21928
|
+
faucets: [],
|
21929
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
21930
|
+
features: [ { name: 'EIP1559' } ],
|
21931
|
+
infoURL: 'https://optopia.ai',
|
21932
|
+
shortName: 'Optopia',
|
21933
|
+
chainId: 62050,
|
21934
|
+
networkId: 62050,
|
21935
|
+
icon: 'optopia',
|
21936
|
+
explorers: [],
|
21937
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
21938
|
+
},
|
21888
21939
|
{
|
21889
21940
|
name: 'Celo Baklava Testnet',
|
21890
21941
|
chainId: 62320,
|
@@ -22576,7 +22627,7 @@ const chainArray = [
|
|
22576
22627
|
'wss://ws-vanguard.vanarchain.com'
|
22577
22628
|
],
|
22578
22629
|
faucets: [ 'https://faucet.vanarchain.com' ],
|
22579
|
-
nativeCurrency: { name: 'Vanguard Vanry', symbol: '
|
22630
|
+
nativeCurrency: { name: 'Vanguard Vanry', symbol: 'VANRY', decimals: 18 },
|
22580
22631
|
features: [ { name: 'EIP155' } ],
|
22581
22632
|
infoURL: 'https://vanarchain.com',
|
22582
22633
|
shortName: 'vanguard',
|
@@ -22645,7 +22696,7 @@ const chainArray = [
|
|
22645
22696
|
chain: 'Polygon',
|
22646
22697
|
icon: 'polygon',
|
22647
22698
|
rpc: [
|
22648
|
-
'https://
|
22699
|
+
'https://rpc-amoy.polygon.technology',
|
22649
22700
|
'https://polygon-amoy-bor-rpc.publicnode.com',
|
22650
22701
|
'wss://polygon-amoy-bor-rpc.publicnode.com'
|
22651
22702
|
],
|
@@ -24127,6 +24178,19 @@ const chainArray = [
|
|
24127
24178
|
}
|
24128
24179
|
]
|
24129
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
|
+
},
|
24130
24194
|
{
|
24131
24195
|
name: 'Taiko (Alpha-2 Testnet)',
|
24132
24196
|
chain: 'ETH',
|
@@ -25309,6 +25373,26 @@ const chainArray = [
|
|
25309
25373
|
}
|
25310
25374
|
]
|
25311
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
|
+
},
|
25312
25396
|
{
|
25313
25397
|
name: 'Kekchain',
|
25314
25398
|
chain: 'kek',
|
@@ -26702,6 +26786,30 @@ const chainArray = [
|
|
26702
26786
|
}
|
26703
26787
|
]
|
26704
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
|
+
},
|
26705
26813
|
{
|
26706
26814
|
name: 'Turkey Demo Dev',
|
26707
26815
|
chain: 'ETH',
|