eth-chainlist 0.0.407 → 0.0.409
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 +111 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.409 (2024-05-21)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.408 ([20b3260](https://github.com/poowf/eth-chainlist/commit/20b3260eeb9338794387932d4b046571568131fa))
|
9
|
+
* update chain data ([978e39f](https://github.com/poowf/eth-chainlist/commit/978e39fa51ee45e4fd3a74d01cf958698e3274c5))
|
10
|
+
|
11
|
+
### 0.0.408 (2024-05-20)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.407 ([60c3dcf](https://github.com/poowf/eth-chainlist/commit/60c3dcfdfa4c15ae64a90b5c3111e17285fdbf91))
|
17
|
+
* update chain data ([a10d143](https://github.com/poowf/eth-chainlist/commit/a10d1434aeddd242ce76d8714e6229f31f2a9812))
|
18
|
+
|
3
19
|
### 0.0.407 (2024-05-19)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2722,6 +2722,17 @@ const chainArray = [
|
|
2722
2722
|
}
|
2723
2723
|
]
|
2724
2724
|
},
|
2725
|
+
{
|
2726
|
+
name: 'Namefi Chain Mainnet',
|
2727
|
+
chain: 'NFIC',
|
2728
|
+
rpc: [ 'https://rpc.chain.namefi.io' ],
|
2729
|
+
faucets: [],
|
2730
|
+
nativeCurrency: { name: 'Namefi Coin', symbol: 'NFIC', decimals: 18 },
|
2731
|
+
infoURL: 'https://namefi.io/',
|
2732
|
+
shortName: 'nfic',
|
2733
|
+
chainId: 132,
|
2734
|
+
networkId: 132
|
2735
|
+
},
|
2725
2736
|
{
|
2726
2737
|
name: 'HashKey Chain Testnet',
|
2727
2738
|
title: 'HashKey Chain Testnet',
|
@@ -11345,6 +11356,17 @@ const chainArray = [
|
|
11345
11356
|
}
|
11346
11357
|
]
|
11347
11358
|
},
|
11359
|
+
{
|
11360
|
+
name: 'Panarchy',
|
11361
|
+
chain: 'Panarchy',
|
11362
|
+
rpc: [ 'https://polytopia.org:8545' ],
|
11363
|
+
faucets: [],
|
11364
|
+
nativeCurrency: { name: 'GAS', symbol: 'GAS', decimals: 18 },
|
11365
|
+
infoURL: 'https://polytopia.org/',
|
11366
|
+
shortName: 'panarchy',
|
11367
|
+
chainId: 2013,
|
11368
|
+
networkId: 1
|
11369
|
+
},
|
11348
11370
|
{
|
11349
11371
|
name: 'NOW Chain',
|
11350
11372
|
chain: 'NOW',
|
@@ -11702,6 +11724,29 @@ const chainArray = [
|
|
11702
11724
|
}
|
11703
11725
|
]
|
11704
11726
|
},
|
11727
|
+
{
|
11728
|
+
name: 'Aleph Zero Testnet',
|
11729
|
+
chain: 'Aleph Zero Testnet',
|
11730
|
+
icon: 'aleph',
|
11731
|
+
rpc: [
|
11732
|
+
'https://rpc.alephzero-testnet.gelato.digital',
|
11733
|
+
'wss://rpc.alephzero-testnet.gelato.digital'
|
11734
|
+
],
|
11735
|
+
faucets: [],
|
11736
|
+
nativeCurrency: { name: 'TZERO', symbol: 'TZERO', decimals: 18 },
|
11737
|
+
infoURL: 'https://testnet.alephzero.org',
|
11738
|
+
shortName: 'aleph',
|
11739
|
+
chainId: 2039,
|
11740
|
+
networkId: 2039,
|
11741
|
+
explorers: [
|
11742
|
+
{
|
11743
|
+
name: 'Aleph Zero Testnet',
|
11744
|
+
url: 'https://test.azero.dev/#/explorer',
|
11745
|
+
icon: 'aleph',
|
11746
|
+
standard: 'none'
|
11747
|
+
}
|
11748
|
+
]
|
11749
|
+
},
|
11705
11750
|
{
|
11706
11751
|
name: 'Vanar Mainnet',
|
11707
11752
|
title: 'Vanarchain',
|
@@ -19559,6 +19604,27 @@ const chainArray = [
|
|
19559
19604
|
}
|
19560
19605
|
]
|
19561
19606
|
},
|
19607
|
+
{
|
19608
|
+
name: 'PlayFair Testnet Subnet',
|
19609
|
+
chain: 'PLAYFAIR',
|
19610
|
+
icon: 'playfair',
|
19611
|
+
rpc: [
|
19612
|
+
'https://rpc.letsplayfair.ai/ext/bc/2hhXFNp1jR4RuqvCmWQnBtt9CZnCmmyGr7TNTkxt7XY7pAzHMY/rpc'
|
19613
|
+
],
|
19614
|
+
faucets: [],
|
19615
|
+
nativeCurrency: { name: 'BTLT Token', symbol: 'BTLT', decimals: 18 },
|
19616
|
+
infoURL: 'https://letsplayfair.ai',
|
19617
|
+
shortName: 'playfair',
|
19618
|
+
chainId: 12898,
|
19619
|
+
networkId: 12898,
|
19620
|
+
explorers: [
|
19621
|
+
{
|
19622
|
+
name: 'Avalanche Subnet Explorer',
|
19623
|
+
url: 'https://subnets-test.avax.network/letsplayfair',
|
19624
|
+
standard: 'EIP3091'
|
19625
|
+
}
|
19626
|
+
]
|
19627
|
+
},
|
19562
19628
|
{
|
19563
19629
|
name: 'SPS',
|
19564
19630
|
chain: 'SPS',
|
@@ -27266,23 +27332,49 @@ const chainArray = [
|
|
27266
27332
|
}
|
27267
27333
|
]
|
27268
27334
|
},
|
27335
|
+
{
|
27336
|
+
name: 'Bitfinity Network Mainnet',
|
27337
|
+
chain: 'BFT',
|
27338
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
27339
|
+
rpc: [ 'https://mainnet.bitfinity.network' ],
|
27340
|
+
faucets: [],
|
27341
|
+
nativeCurrency: { name: 'Bitfinity Token', symbol: 'BFT', decimals: 18 },
|
27342
|
+
infoURL: 'https://bitfinity.network',
|
27343
|
+
shortName: 'bitfinity-mainnet',
|
27344
|
+
chainId: 355110,
|
27345
|
+
networkId: 355110,
|
27346
|
+
explorers: [
|
27347
|
+
{
|
27348
|
+
name: 'Bitfinity Mainnet Block Explorer',
|
27349
|
+
url: 'https://explorer.testnet.bitfinity.network',
|
27350
|
+
icon: 'bitfinity',
|
27351
|
+
standard: 'EIP3091'
|
27352
|
+
}
|
27353
|
+
]
|
27354
|
+
},
|
27269
27355
|
{
|
27270
27356
|
name: 'Bitfinity Network Testnet',
|
27271
27357
|
chain: 'BFT',
|
27358
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
27272
27359
|
rpc: [ 'https://testnet.bitfinity.network' ],
|
27273
27360
|
faucets: [ 'https://bitfinity.network/faucet' ],
|
27274
|
-
nativeCurrency: { name: '
|
27361
|
+
nativeCurrency: { name: 'Bitfinity Token', symbol: 'BFT', decimals: 18 },
|
27275
27362
|
infoURL: 'https://bitfinity.network',
|
27276
|
-
shortName: '
|
27363
|
+
shortName: 'bitfinity-testnet',
|
27277
27364
|
chainId: 355113,
|
27278
27365
|
networkId: 355113,
|
27279
|
-
slip44: 1,
|
27280
27366
|
explorers: [
|
27281
27367
|
{
|
27282
|
-
name: 'Bitfinity Block Explorer',
|
27283
|
-
url: 'https://explorer.bitfinity.network',
|
27368
|
+
name: 'Bitfinity Testnet Block Explorer',
|
27369
|
+
url: 'https://explorer.testnet.bitfinity.network',
|
27284
27370
|
icon: 'bitfinity',
|
27285
27371
|
standard: 'EIP3091'
|
27372
|
+
},
|
27373
|
+
{
|
27374
|
+
name: 'Bitfinity Testnet Block Explorer',
|
27375
|
+
url: 'https://bitfinity-test.dex.guru',
|
27376
|
+
icon: 'dexguru',
|
27377
|
+
standard: 'EIP3091'
|
27286
27378
|
}
|
27287
27379
|
]
|
27288
27380
|
},
|
@@ -29512,6 +29604,20 @@ const chainArray = [
|
|
29512
29604
|
}
|
29513
29605
|
]
|
29514
29606
|
},
|
29607
|
+
{
|
29608
|
+
name: 'Waterfall 8 Test Network',
|
29609
|
+
chain: 'Waterfall Testnet8',
|
29610
|
+
rpc: [ 'https://rpc.testnet8.waterfall.network/' ],
|
29611
|
+
faucets: [ 'https://faucet.testnet8.waterfall.network' ],
|
29612
|
+
nativeCurrency: { name: 'WATER', symbol: 'WATER', decimals: 18 },
|
29613
|
+
features: [ { name: 'EIP1559' } ],
|
29614
|
+
infoURL: 'https://waterfall.network',
|
29615
|
+
shortName: 'waterfall',
|
29616
|
+
chainId: 8601152,
|
29617
|
+
networkId: 8601152,
|
29618
|
+
icon: 'waterfall',
|
29619
|
+
explorers: []
|
29620
|
+
},
|
29515
29621
|
{
|
29516
29622
|
name: 'HAPchain',
|
29517
29623
|
chain: 'HAPchain',
|