eth-chainlist 0.0.446 → 0.0.448
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 +177 -15
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.448 (2024-07-19)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.447 ([e87d472](https://github.com/poowf/eth-chainlist/commit/e87d472ced047019cb8a6d5f1ca61c245eebac27))
|
9
|
+
* update chain data ([fbf6d3b](https://github.com/poowf/eth-chainlist/commit/fbf6d3b20a26ec139d30fbc4250d376eb815d3ee))
|
10
|
+
|
11
|
+
### 0.0.447 (2024-07-18)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.446 ([3d5120f](https://github.com/poowf/eth-chainlist/commit/3d5120f65f3894442f01f0f08e28b64344337852))
|
17
|
+
* update chain data ([0c473ef](https://github.com/poowf/eth-chainlist/commit/0c473ef9c2021249344b4deb0cfc850a35fa1ab9))
|
18
|
+
|
3
19
|
### 0.0.446 (2024-07-17)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4372,6 +4372,24 @@ const chainArray = [
|
|
4372
4372
|
],
|
4373
4373
|
status: 'active'
|
4374
4374
|
},
|
4375
|
+
{
|
4376
|
+
name: 'Swan Chain Mainnet',
|
4377
|
+
chain: 'SWAN',
|
4378
|
+
rpc: [ 'https://mainnet-rpc01.swanchain.io' ],
|
4379
|
+
faucets: [],
|
4380
|
+
nativeCurrency: { name: 'SWANETH', symbol: 'sETH', decimals: 18 },
|
4381
|
+
infoURL: 'https://swanchain.io/',
|
4382
|
+
shortName: 'Swan',
|
4383
|
+
chainId: 254,
|
4384
|
+
networkId: 254,
|
4385
|
+
explorers: [
|
4386
|
+
{
|
4387
|
+
name: 'Swanchain Explorer',
|
4388
|
+
url: 'https://swanscan.io',
|
4389
|
+
standard: 'EIP3091'
|
4390
|
+
}
|
4391
|
+
]
|
4392
|
+
},
|
4375
4393
|
{
|
4376
4394
|
name: 'Kroma',
|
4377
4395
|
chain: 'ETH',
|
@@ -6667,9 +6685,9 @@ const chainArray = [
|
|
6667
6685
|
icon: 'flowevm',
|
6668
6686
|
explorers: [
|
6669
6687
|
{
|
6670
|
-
name: 'Flow
|
6671
|
-
url: 'https://
|
6672
|
-
standard: '
|
6688
|
+
name: 'EVM on Flow Block Explorer (PreviewNet)',
|
6689
|
+
url: 'https://eth.flowscan.io',
|
6690
|
+
standard: 'EIP3091'
|
6673
6691
|
}
|
6674
6692
|
]
|
6675
6693
|
},
|
@@ -8315,13 +8333,33 @@ const chainArray = [
|
|
8315
8333
|
]
|
8316
8334
|
},
|
8317
8335
|
{
|
8318
|
-
name: '5ireChain
|
8336
|
+
name: '5ireChain Mainnet',
|
8319
8337
|
chain: '5ireChain',
|
8338
|
+
rpc: [ 'https://rpc.5ire.network' ],
|
8339
|
+
faucets: [],
|
8340
|
+
nativeCurrency: { name: '5ire Token', symbol: '5IRE', decimals: 18 },
|
8341
|
+
infoURL: 'https://5ire.org',
|
8342
|
+
shortName: '5ire',
|
8343
|
+
chainId: 995,
|
8344
|
+
networkId: 995,
|
8345
|
+
icon: '5ireChain',
|
8346
|
+
explorers: [
|
8347
|
+
{
|
8348
|
+
name: '5ireChain Explorer',
|
8349
|
+
url: 'https://5irescan.io',
|
8350
|
+
standard: 'none',
|
8351
|
+
icon: '5ireChain'
|
8352
|
+
}
|
8353
|
+
]
|
8354
|
+
},
|
8355
|
+
{
|
8356
|
+
name: '5ireChain Thunder',
|
8357
|
+
chain: '5ireChain Testnet',
|
8320
8358
|
rpc: [ 'https://rpc-testnet.5ire.network' ],
|
8321
8359
|
faucets: [ 'https://explorer.5ire.network/faucet' ],
|
8322
|
-
nativeCurrency: { name: '5ire Token', symbol: '
|
8360
|
+
nativeCurrency: { name: '5ire Testnet Token', symbol: 'T5IRE', decimals: 18 },
|
8323
8361
|
infoURL: 'https://5ire.org',
|
8324
|
-
shortName: '
|
8362
|
+
shortName: 'T5ire',
|
8325
8363
|
chainId: 997,
|
8326
8364
|
networkId: 997,
|
8327
8365
|
icon: '5ireChain',
|
@@ -11915,6 +11953,25 @@ const chainArray = [
|
|
11915
11953
|
}
|
11916
11954
|
]
|
11917
11955
|
},
|
11956
|
+
{
|
11957
|
+
name: 'B3 Sepolia Testnet',
|
11958
|
+
chain: 'B3 Sepolia Testnet',
|
11959
|
+
icon: 'b3',
|
11960
|
+
rpc: [ 'https://sepolia.b3.fun' ],
|
11961
|
+
faucets: [],
|
11962
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
11963
|
+
infoURL: 'https://b3.fun',
|
11964
|
+
shortName: 'b3-sepolia',
|
11965
|
+
chainId: 1993,
|
11966
|
+
networkId: 1993,
|
11967
|
+
explorers: [
|
11968
|
+
{
|
11969
|
+
name: 'Blockscout',
|
11970
|
+
url: 'https://sepolia.explorer.b3.fun',
|
11971
|
+
standard: 'EIP3091'
|
11972
|
+
}
|
11973
|
+
]
|
11974
|
+
},
|
11918
11975
|
{
|
11919
11976
|
name: 'Ekta',
|
11920
11977
|
chain: 'EKTA',
|
@@ -12372,7 +12429,7 @@ const chainArray = [
|
|
12372
12429
|
faucets: [],
|
12373
12430
|
nativeCurrency: { name: 'SWANETH', symbol: 'sETH', decimals: 18 },
|
12374
12431
|
infoURL: 'https://swanchain.io/',
|
12375
|
-
shortName: '
|
12432
|
+
shortName: 'saturn',
|
12376
12433
|
chainId: 2024,
|
12377
12434
|
networkId: 2024
|
12378
12435
|
},
|
@@ -13584,22 +13641,22 @@ const chainArray = [
|
|
13584
13641
|
]
|
13585
13642
|
},
|
13586
13643
|
{
|
13587
|
-
name: 'King Of Legends
|
13588
|
-
title: 'King Of Legends
|
13589
|
-
chain: '
|
13644
|
+
name: 'King Of Legends Mainnet',
|
13645
|
+
title: 'King Of Legends Mainnet',
|
13646
|
+
chain: 'KCC',
|
13590
13647
|
icon: 'kol',
|
13591
|
-
rpc: [ 'https://rpc-
|
13648
|
+
rpc: [ 'https://rpc-mainnet.kinggamer.org/' ],
|
13592
13649
|
faucets: [],
|
13593
|
-
nativeCurrency: { name: 'King Of Legends', symbol: '
|
13650
|
+
nativeCurrency: { name: 'King Of Legends', symbol: 'KCC', decimals: 18 },
|
13594
13651
|
infoURL: 'https://kingoflegends.net/',
|
13595
|
-
shortName: '
|
13652
|
+
shortName: 'kcc',
|
13596
13653
|
chainId: 2425,
|
13597
13654
|
networkId: 2425,
|
13598
13655
|
slip44: 1,
|
13599
13656
|
explorers: [
|
13600
13657
|
{
|
13601
|
-
name: 'King Of Legends
|
13602
|
-
url: 'https://
|
13658
|
+
name: 'King Of Legends Mainnet Explorer',
|
13659
|
+
url: 'https://kingscan.org',
|
13603
13660
|
icon: 'kol',
|
13604
13661
|
standard: 'EIP3091'
|
13605
13662
|
}
|
@@ -17199,6 +17256,30 @@ const chainArray = [
|
|
17199
17256
|
}
|
17200
17257
|
]
|
17201
17258
|
},
|
17259
|
+
{
|
17260
|
+
name: 'LAOS',
|
17261
|
+
title: 'LAOS Mainnet',
|
17262
|
+
chain: 'LAOS',
|
17263
|
+
icon: 'laosnetwork',
|
17264
|
+
rpc: [
|
17265
|
+
'https://rpc.laos.laosfoundation.io',
|
17266
|
+
'wss://rpc.laos.laosfoundation.io'
|
17267
|
+
],
|
17268
|
+
faucets: [],
|
17269
|
+
nativeCurrency: { name: 'LAOS', symbol: 'LAOS', decimals: 18 },
|
17270
|
+
infoURL: 'https://laosnetwork.io',
|
17271
|
+
shortName: 'laosnetwork',
|
17272
|
+
chainId: 6283,
|
17273
|
+
networkId: 6283,
|
17274
|
+
explorers: [
|
17275
|
+
{
|
17276
|
+
name: 'blockscout',
|
17277
|
+
url: 'https://blockscout.laos.laosfoundation.io',
|
17278
|
+
icon: 'blockscout',
|
17279
|
+
standard: 'EIP3091'
|
17280
|
+
}
|
17281
|
+
]
|
17282
|
+
},
|
17202
17283
|
{
|
17203
17284
|
name: 'Aura Euphoria Testnet',
|
17204
17285
|
chain: 'Aura',
|
@@ -24057,6 +24138,11 @@ const chainArray = [
|
|
24057
24138
|
chainId: 33979,
|
24058
24139
|
networkId: 33979,
|
24059
24140
|
explorers: [
|
24141
|
+
{
|
24142
|
+
name: 'FunkiScan',
|
24143
|
+
url: 'https://funkiscan.io',
|
24144
|
+
standard: 'none'
|
24145
|
+
},
|
24060
24146
|
{
|
24061
24147
|
name: 'Funki Mainnet Explorer',
|
24062
24148
|
url: 'https://funki.superscan.network',
|
@@ -28764,6 +28850,26 @@ const chainArray = [
|
|
28764
28850
|
}
|
28765
28851
|
]
|
28766
28852
|
},
|
28853
|
+
{
|
28854
|
+
name: 'Chronicle Yellowstone - Lit Protocol Testnet',
|
28855
|
+
chain: 'LPY',
|
28856
|
+
icon: 'lit',
|
28857
|
+
rpc: [ 'https://yellowstone-rpc.litprotocol.com' ],
|
28858
|
+
faucets: [ 'https://developer.litprotocol.com/support/intro' ],
|
28859
|
+
nativeCurrency: { name: 'Test LPX', symbol: 'tstLPX', decimals: 18 },
|
28860
|
+
infoURL: 'https://litprotocol.com',
|
28861
|
+
shortName: 'lpy',
|
28862
|
+
chainId: 175188,
|
28863
|
+
networkId: 175188,
|
28864
|
+
explorers: [
|
28865
|
+
{
|
28866
|
+
name: 'Lit Chronicle Yellowstone Explorer',
|
28867
|
+
url: 'https://yellowstone-explorer.litprotocol.com',
|
28868
|
+
icon: 'lit',
|
28869
|
+
standard: 'EIP3091'
|
28870
|
+
}
|
28871
|
+
]
|
28872
|
+
},
|
28767
28873
|
{
|
28768
28874
|
name: 'Bitica Chain Mainnet',
|
28769
28875
|
chain: 'BDCC',
|
@@ -33067,6 +33173,26 @@ const chainArray = [
|
|
33067
33173
|
}
|
33068
33174
|
]
|
33069
33175
|
},
|
33176
|
+
{
|
33177
|
+
name: 'Mande Network Mainnet',
|
33178
|
+
chain: 'Mande',
|
33179
|
+
rpc: [ 'https://mande-mainnet.public.blastapi.io' ],
|
33180
|
+
faucets: [],
|
33181
|
+
nativeCurrency: { name: 'Mand', symbol: 'MAND', decimals: 18 },
|
33182
|
+
infoURL: 'https://mande.network/',
|
33183
|
+
shortName: 'Mande',
|
33184
|
+
chainId: 18071918,
|
33185
|
+
networkId: 18071918,
|
33186
|
+
icon: 'mande',
|
33187
|
+
explorers: [
|
33188
|
+
{
|
33189
|
+
name: 'FYI',
|
33190
|
+
url: 'https://dym.fyi/r/mande',
|
33191
|
+
icon: 'fyi',
|
33192
|
+
standard: 'EIP3091'
|
33193
|
+
}
|
33194
|
+
]
|
33195
|
+
},
|
33070
33196
|
{
|
33071
33197
|
name: 'IOLite',
|
33072
33198
|
chain: 'ILT',
|
@@ -33168,6 +33294,25 @@ const chainArray = [
|
|
33168
33294
|
}
|
33169
33295
|
]
|
33170
33296
|
},
|
33297
|
+
{
|
33298
|
+
name: 'Vcity Testnet',
|
33299
|
+
chain: 'VCITY',
|
33300
|
+
rpc: [ 'https://testnet.vcity.app' ],
|
33301
|
+
faucets: [],
|
33302
|
+
nativeCurrency: { name: 'Testnet Vcity Token', symbol: 'VCITY', decimals: 18 },
|
33303
|
+
features: [],
|
33304
|
+
infoURL: 'https://vcity.app',
|
33305
|
+
shortName: 'Vcity',
|
33306
|
+
chainId: 20230825,
|
33307
|
+
networkId: 20230825,
|
33308
|
+
explorers: [
|
33309
|
+
{
|
33310
|
+
name: 'Vcity Explorer',
|
33311
|
+
url: 'https://scan.vcity.app',
|
33312
|
+
standard: 'EIP3091'
|
33313
|
+
}
|
33314
|
+
]
|
33315
|
+
},
|
33171
33316
|
{
|
33172
33317
|
name: 'DeBank Sepolia Testnet',
|
33173
33318
|
chain: 'DeBank',
|
@@ -33677,6 +33822,23 @@ const chainArray = [
|
|
33677
33822
|
bridges: [ { url: 'https://app.optimism.io/bridge/deposit' } ]
|
33678
33823
|
}
|
33679
33824
|
},
|
33825
|
+
{
|
33826
|
+
name: 'Backstop Testnet',
|
33827
|
+
chain: 'backstopTestnet',
|
33828
|
+
icon: 'backstop',
|
33829
|
+
rpc: [ 'https://testnet.rpc.backstop.technology' ],
|
33830
|
+
faucets: [],
|
33831
|
+
nativeCurrency: { name: 'Backstop Testnet 1', symbol: 'ZBS', decimals: 18 },
|
33832
|
+
infoURL: 'https://backstop.technology/testnet',
|
33833
|
+
shortName: 'backstop-testnet',
|
33834
|
+
chainId: 88558801,
|
33835
|
+
networkId: 88558801,
|
33836
|
+
parent: {
|
33837
|
+
type: 'L2',
|
33838
|
+
chain: 'eip155-11155111',
|
33839
|
+
bridges: [ { url: 'https://testnet.bridge.backstop.technology' } ]
|
33840
|
+
}
|
33841
|
+
},
|
33680
33842
|
{
|
33681
33843
|
name: 'T.E.A.M Blockchain',
|
33682
33844
|
chain: 'TEAM',
|