eth-chainlist 0.0.447 → 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 +8 -0
- package/data/chain.js +99 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.447 (2024-07-18)
|
4
12
|
|
5
13
|
|
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',
|
@@ -12411,7 +12429,7 @@ const chainArray = [
|
|
12411
12429
|
faucets: [],
|
12412
12430
|
nativeCurrency: { name: 'SWANETH', symbol: 'sETH', decimals: 18 },
|
12413
12431
|
infoURL: 'https://swanchain.io/',
|
12414
|
-
shortName: '
|
12432
|
+
shortName: 'saturn',
|
12415
12433
|
chainId: 2024,
|
12416
12434
|
networkId: 2024
|
12417
12435
|
},
|
@@ -17238,6 +17256,30 @@ const chainArray = [
|
|
17238
17256
|
}
|
17239
17257
|
]
|
17240
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
|
+
},
|
17241
17283
|
{
|
17242
17284
|
name: 'Aura Euphoria Testnet',
|
17243
17285
|
chain: 'Aura',
|
@@ -33131,6 +33173,26 @@ const chainArray = [
|
|
33131
33173
|
}
|
33132
33174
|
]
|
33133
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
|
+
},
|
33134
33196
|
{
|
33135
33197
|
name: 'IOLite',
|
33136
33198
|
chain: 'ILT',
|
@@ -33232,6 +33294,25 @@ const chainArray = [
|
|
33232
33294
|
}
|
33233
33295
|
]
|
33234
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
|
+
},
|
33235
33316
|
{
|
33236
33317
|
name: 'DeBank Sepolia Testnet',
|
33237
33318
|
chain: 'DeBank',
|
@@ -33741,6 +33822,23 @@ const chainArray = [
|
|
33741
33822
|
bridges: [ { url: 'https://app.optimism.io/bridge/deposit' } ]
|
33742
33823
|
}
|
33743
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
|
+
},
|
33744
33842
|
{
|
33745
33843
|
name: 'T.E.A.M Blockchain',
|
33746
33844
|
chain: 'TEAM',
|