eth-chainlist 0.0.113 → 0.0.115
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 +252 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.115 (2023-03-31)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.114 ([97ec5b1](https://github.com/poowf/eth-chainlist/commit/97ec5b1c9d96e5277a0b2f6172fc3752a3a25bc0))
|
9
|
+
* update chain data ([bfb42f5](https://github.com/poowf/eth-chainlist/commit/bfb42f52311217c11c4ce609256dd350e234bff7))
|
10
|
+
|
11
|
+
### 0.0.114 (2023-03-30)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.113 ([77a1858](https://github.com/poowf/eth-chainlist/commit/77a18588cedd915c0bf3baf64e0033b307d55ea9))
|
17
|
+
* update chain data ([dda632c](https://github.com/poowf/eth-chainlist/commit/dda632c827cc8758a22e79b9119b0e6d0b016f8d))
|
18
|
+
|
3
19
|
### 0.0.113 (2023-03-29)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2012,6 +2012,26 @@ const chainArray = [
|
|
2012
2012
|
networkId: 116,
|
2013
2013
|
explorers: []
|
2014
2014
|
},
|
2015
|
+
{
|
2016
|
+
name: 'Uptick Mainnet',
|
2017
|
+
chain: 'Uptick',
|
2018
|
+
rpc: [ 'https://json-rpc.uptick.network' ],
|
2019
|
+
faucets: [],
|
2020
|
+
nativeCurrency: { name: 'Uptick', symbol: 'UPTICK', decimals: 18 },
|
2021
|
+
infoURL: 'https://www.uptick.network',
|
2022
|
+
shortName: 'auptick',
|
2023
|
+
chainId: 117,
|
2024
|
+
networkId: 117,
|
2025
|
+
icon: 'uptick',
|
2026
|
+
explorers: [
|
2027
|
+
{
|
2028
|
+
name: 'Uptick Explorer',
|
2029
|
+
url: 'https://evm-explorer.uptick.network',
|
2030
|
+
icon: 'uptick',
|
2031
|
+
standard: 'none'
|
2032
|
+
}
|
2033
|
+
]
|
2034
|
+
},
|
2015
2035
|
{
|
2016
2036
|
name: 'Arcology Testnet',
|
2017
2037
|
chain: 'Arcology',
|
@@ -2965,7 +2985,7 @@ const chainArray = [
|
|
2965
2985
|
rpc: [ 'https://mainnet.hashio.io/api' ],
|
2966
2986
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
2967
2987
|
faucets: [],
|
2968
|
-
nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals:
|
2988
|
+
nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals: 18 },
|
2969
2989
|
infoURL: 'https://hedera.com',
|
2970
2990
|
shortName: 'hedera-mainnet',
|
2971
2991
|
chainId: 295,
|
@@ -3006,7 +3026,7 @@ const chainArray = [
|
|
3006
3026
|
rpc: [ 'https://testnet.hashio.io/api' ],
|
3007
3027
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
3008
3028
|
faucets: [ 'https://portal.hedera.com' ],
|
3009
|
-
nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals:
|
3029
|
+
nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals: 18 },
|
3010
3030
|
infoURL: 'https://hedera.com',
|
3011
3031
|
shortName: 'hedera-testnet',
|
3012
3032
|
chainId: 296,
|
@@ -3047,7 +3067,7 @@ const chainArray = [
|
|
3047
3067
|
rpc: [ 'https://previewnet.hashio.io/api' ],
|
3048
3068
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
3049
3069
|
faucets: [ 'https://portal.hedera.com' ],
|
3050
|
-
nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals:
|
3070
|
+
nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals: 18 },
|
3051
3071
|
infoURL: 'https://hedera.com',
|
3052
3072
|
shortName: 'hedera-previewnet',
|
3053
3073
|
chainId: 297,
|
@@ -3068,7 +3088,7 @@ const chainArray = [
|
|
3068
3088
|
rpc: [],
|
3069
3089
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
3070
3090
|
faucets: [],
|
3071
|
-
nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals:
|
3091
|
+
nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals: 18 },
|
3072
3092
|
infoURL: 'https://hedera.com',
|
3073
3093
|
shortName: 'hedera-localnet',
|
3074
3094
|
chainId: 298,
|
@@ -3575,7 +3595,7 @@ const chainArray = [
|
|
3575
3595
|
rpc: [],
|
3576
3596
|
faucets: [],
|
3577
3597
|
nativeCurrency: { name: 'Camino', symbol: 'CAM', decimals: 18 },
|
3578
|
-
infoURL: 'https://camino.
|
3598
|
+
infoURL: 'https://camino.network/',
|
3579
3599
|
shortName: 'Camino',
|
3580
3600
|
chainId: 500,
|
3581
3601
|
networkId: 1000,
|
@@ -3591,10 +3611,10 @@ const chainArray = [
|
|
3591
3611
|
{
|
3592
3612
|
name: 'Columbus Test Network',
|
3593
3613
|
chain: 'CAM',
|
3594
|
-
rpc: [],
|
3614
|
+
rpc: [ 'https://columbus.camino.network/ext/bc/C/rpc' ],
|
3595
3615
|
faucets: [],
|
3596
3616
|
nativeCurrency: { name: 'Camino', symbol: 'CAM', decimals: 18 },
|
3597
|
-
infoURL: 'https://camino.
|
3617
|
+
infoURL: 'https://camino.network/',
|
3598
3618
|
shortName: 'Columbus',
|
3599
3619
|
chainId: 501,
|
3600
3620
|
networkId: 1001,
|
@@ -4258,6 +4278,7 @@ const chainArray = [
|
|
4258
4278
|
explorers: [
|
4259
4279
|
{
|
4260
4280
|
name: 'meerscan',
|
4281
|
+
icon: 'meer',
|
4261
4282
|
url: 'https://evm.meerscan.com',
|
4262
4283
|
standard: 'none'
|
4263
4284
|
}
|
@@ -6387,6 +6408,44 @@ const chainArray = [
|
|
6387
6408
|
}
|
6388
6409
|
]
|
6389
6410
|
},
|
6411
|
+
{
|
6412
|
+
name: 'Super Smart Chain Testnet',
|
6413
|
+
chain: 'TSCS',
|
6414
|
+
rpc: [ 'https://testnet.superexchain.com:8544' ],
|
6415
|
+
faucets: [ 'https://testnet.superexchain.com' ],
|
6416
|
+
nativeCurrency: { name: 'Super Chain Native Token', symbol: 'TSCS', decimals: 18 },
|
6417
|
+
infoURL: 'https://testnet.superexchain.com',
|
6418
|
+
shortName: 'tscs',
|
6419
|
+
chainId: 1969,
|
6420
|
+
networkId: 1969,
|
6421
|
+
icon: 'super',
|
6422
|
+
explorers: [
|
6423
|
+
{
|
6424
|
+
name: 'blockscout',
|
6425
|
+
url: 'https://testnetscan.superexchain.com',
|
6426
|
+
standard: 'EIP3091'
|
6427
|
+
}
|
6428
|
+
]
|
6429
|
+
},
|
6430
|
+
{
|
6431
|
+
name: 'Super Smart Chain Mainnet',
|
6432
|
+
chain: 'SCS',
|
6433
|
+
rpc: [ 'https://superexchain.com:8545' ],
|
6434
|
+
faucets: [],
|
6435
|
+
nativeCurrency: { name: 'Super Chain Native Token', symbol: 'SCS', decimals: 18 },
|
6436
|
+
infoURL: 'https://superexchain.com',
|
6437
|
+
shortName: 'scs',
|
6438
|
+
chainId: 1970,
|
6439
|
+
networkId: 1970,
|
6440
|
+
icon: 'super',
|
6441
|
+
explorers: [
|
6442
|
+
{
|
6443
|
+
name: 'blockscout',
|
6444
|
+
url: 'https://scan.superexchain.com',
|
6445
|
+
standard: 'EIP3091'
|
6446
|
+
}
|
6447
|
+
]
|
6448
|
+
},
|
6390
6449
|
{
|
6391
6450
|
name: 'Atelier',
|
6392
6451
|
title: 'Atelier Test Network',
|
@@ -8976,7 +9035,7 @@ const chainArray = [
|
|
8976
9035
|
{
|
8977
9036
|
name: 'Shardeum Scan',
|
8978
9037
|
url: 'https://explorer-liberty10.shardeum.org',
|
8979
|
-
standard: '
|
9038
|
+
standard: 'EIP3091'
|
8980
9039
|
}
|
8981
9040
|
],
|
8982
9041
|
redFlags: [ 'reusedChainId' ]
|
@@ -8996,7 +9055,7 @@ const chainArray = [
|
|
8996
9055
|
{
|
8997
9056
|
name: 'Shardeum Scan',
|
8998
9057
|
url: 'https://explorer-liberty20.shardeum.org',
|
8999
|
-
standard: '
|
9058
|
+
standard: 'EIP3091'
|
9000
9059
|
}
|
9001
9060
|
],
|
9002
9061
|
redFlags: [ 'reusedChainId' ]
|
@@ -9016,7 +9075,7 @@ const chainArray = [
|
|
9016
9075
|
{
|
9017
9076
|
name: 'Shardeum Scan',
|
9018
9077
|
url: 'https://explorer-sphinx.shardeum.org',
|
9019
|
-
standard: '
|
9078
|
+
standard: 'EIP3091'
|
9020
9079
|
}
|
9021
9080
|
],
|
9022
9081
|
redFlags: [ 'reusedChainId' ]
|
@@ -9048,11 +9107,77 @@ const chainArray = [
|
|
9048
9107
|
explorers: [
|
9049
9108
|
{
|
9050
9109
|
name: 'meerscan testnet',
|
9110
|
+
icon: 'meer',
|
9051
9111
|
url: 'https://testnet.qng.meerscan.io',
|
9052
9112
|
standard: 'none'
|
9053
9113
|
}
|
9054
9114
|
]
|
9055
9115
|
},
|
9116
|
+
{
|
9117
|
+
name: 'Qitmeer Network Mixnext',
|
9118
|
+
chain: 'MEER',
|
9119
|
+
rpc: [],
|
9120
|
+
faucets: [],
|
9121
|
+
nativeCurrency: { name: 'Qitmeer Mixnet', symbol: 'MEER-M', decimals: 18 },
|
9122
|
+
infoURL: 'https://github.com/Qitmeer',
|
9123
|
+
shortName: 'meermix',
|
9124
|
+
icon: 'meer',
|
9125
|
+
chainId: 8132,
|
9126
|
+
networkId: 8132,
|
9127
|
+
status: 'incubating'
|
9128
|
+
},
|
9129
|
+
{
|
9130
|
+
name: 'Qitmeer Network Privnet',
|
9131
|
+
chain: 'MEER',
|
9132
|
+
rpc: [],
|
9133
|
+
faucets: [],
|
9134
|
+
nativeCurrency: { name: 'Qitmeer Privnet', symbol: 'MEER-P', decimals: 18 },
|
9135
|
+
infoURL: 'https://github.com/Qitmeer',
|
9136
|
+
shortName: 'meerpriv',
|
9137
|
+
icon: 'meer',
|
9138
|
+
chainId: 8133,
|
9139
|
+
networkId: 8133,
|
9140
|
+
status: 'incubating'
|
9141
|
+
},
|
9142
|
+
{
|
9143
|
+
name: 'Amana',
|
9144
|
+
chain: 'MEER',
|
9145
|
+
rpc: [],
|
9146
|
+
faucets: [],
|
9147
|
+
nativeCurrency: { name: 'Amana Mainnet', symbol: 'MEER', decimals: 18 },
|
9148
|
+
infoURL: 'https://github.com/Qitmeer',
|
9149
|
+
shortName: 'amana',
|
9150
|
+
icon: 'meer',
|
9151
|
+
chainId: 8134,
|
9152
|
+
networkId: 8134,
|
9153
|
+
status: 'incubating'
|
9154
|
+
},
|
9155
|
+
{
|
9156
|
+
name: 'Flana',
|
9157
|
+
chain: 'MEER',
|
9158
|
+
rpc: [],
|
9159
|
+
faucets: [],
|
9160
|
+
nativeCurrency: { name: 'Flana Mainnet', symbol: 'MEER', decimals: 18 },
|
9161
|
+
infoURL: 'https://github.com/Qitmeer',
|
9162
|
+
shortName: 'flana',
|
9163
|
+
icon: 'meer',
|
9164
|
+
chainId: 8135,
|
9165
|
+
networkId: 8135,
|
9166
|
+
status: 'incubating'
|
9167
|
+
},
|
9168
|
+
{
|
9169
|
+
name: 'Mizana',
|
9170
|
+
chain: 'MEER',
|
9171
|
+
rpc: [],
|
9172
|
+
faucets: [],
|
9173
|
+
nativeCurrency: { name: 'Mizana Mainnet', symbol: 'MEER', decimals: 18 },
|
9174
|
+
infoURL: 'https://github.com/Qitmeer',
|
9175
|
+
shortName: 'mizana',
|
9176
|
+
icon: 'meer',
|
9177
|
+
chainId: 8136,
|
9178
|
+
networkId: 8136,
|
9179
|
+
status: 'incubating'
|
9180
|
+
},
|
9056
9181
|
{
|
9057
9182
|
name: 'BeOne Chain Testnet',
|
9058
9183
|
chain: 'BOC',
|
@@ -12199,6 +12324,123 @@ const chainArray = [
|
|
12199
12324
|
}
|
12200
12325
|
]
|
12201
12326
|
},
|
12327
|
+
{
|
12328
|
+
name: 'Amana Testnet',
|
12329
|
+
chain: 'MEER',
|
12330
|
+
rpc: [],
|
12331
|
+
faucets: [],
|
12332
|
+
nativeCurrency: { name: 'Amana Testnet', symbol: 'MEER-t', decimals: 18 },
|
12333
|
+
infoURL: 'https://github.com/Qitmeer',
|
12334
|
+
shortName: 'amanatest',
|
12335
|
+
icon: 'meer',
|
12336
|
+
chainId: 81341,
|
12337
|
+
networkId: 81341,
|
12338
|
+
status: 'incubating'
|
12339
|
+
},
|
12340
|
+
{
|
12341
|
+
name: 'Amana Mixnet',
|
12342
|
+
chain: 'MEER',
|
12343
|
+
rpc: [],
|
12344
|
+
faucets: [],
|
12345
|
+
nativeCurrency: { name: 'Amana Mixnet', symbol: 'MEER-m', decimals: 18 },
|
12346
|
+
infoURL: 'https://github.com/Qitmeer',
|
12347
|
+
shortName: 'amanamix',
|
12348
|
+
icon: 'meer',
|
12349
|
+
chainId: 81342,
|
12350
|
+
networkId: 81342,
|
12351
|
+
status: 'incubating'
|
12352
|
+
},
|
12353
|
+
{
|
12354
|
+
name: 'Amana Privnet',
|
12355
|
+
chain: 'MEER',
|
12356
|
+
rpc: [],
|
12357
|
+
faucets: [],
|
12358
|
+
nativeCurrency: { name: 'Amana Privnet', symbol: 'MEER-p', decimals: 18 },
|
12359
|
+
infoURL: 'https://github.com/Qitmeer',
|
12360
|
+
shortName: 'amanapriv',
|
12361
|
+
icon: 'meer',
|
12362
|
+
chainId: 81343,
|
12363
|
+
networkId: 81343,
|
12364
|
+
status: 'incubating'
|
12365
|
+
},
|
12366
|
+
{
|
12367
|
+
name: 'Flana Testnet',
|
12368
|
+
chain: 'MEER',
|
12369
|
+
rpc: [],
|
12370
|
+
faucets: [],
|
12371
|
+
nativeCurrency: { name: 'Flana Testnet', symbol: 'MEER-t', decimals: 18 },
|
12372
|
+
infoURL: 'https://github.com/Qitmeer',
|
12373
|
+
shortName: 'flanatest',
|
12374
|
+
icon: 'meer',
|
12375
|
+
chainId: 81351,
|
12376
|
+
networkId: 81351,
|
12377
|
+
status: 'incubating'
|
12378
|
+
},
|
12379
|
+
{
|
12380
|
+
name: 'Flana Mixnet',
|
12381
|
+
chain: 'MEER',
|
12382
|
+
rpc: [],
|
12383
|
+
faucets: [],
|
12384
|
+
nativeCurrency: { name: 'Flana Mixnet', symbol: 'MEER-m', decimals: 18 },
|
12385
|
+
infoURL: 'https://github.com/Qitmeer',
|
12386
|
+
shortName: 'flanamix',
|
12387
|
+
icon: 'meer',
|
12388
|
+
chainId: 81352,
|
12389
|
+
networkId: 81352,
|
12390
|
+
status: 'incubating'
|
12391
|
+
},
|
12392
|
+
{
|
12393
|
+
name: 'Flana Privnet',
|
12394
|
+
chain: 'MEER',
|
12395
|
+
rpc: [],
|
12396
|
+
faucets: [],
|
12397
|
+
nativeCurrency: { name: 'Flana Privnet', symbol: 'MEER-p', decimals: 18 },
|
12398
|
+
infoURL: 'https://github.com/Qitmeer',
|
12399
|
+
shortName: 'flanapriv',
|
12400
|
+
icon: 'meer',
|
12401
|
+
chainId: 81353,
|
12402
|
+
networkId: 81353,
|
12403
|
+
status: 'incubating'
|
12404
|
+
},
|
12405
|
+
{
|
12406
|
+
name: 'Mizana Testnet',
|
12407
|
+
chain: 'MEER',
|
12408
|
+
rpc: [],
|
12409
|
+
faucets: [],
|
12410
|
+
nativeCurrency: { name: 'Mizana Testnet', symbol: 'MEER-t', decimals: 18 },
|
12411
|
+
infoURL: 'https://github.com/Qitmeer',
|
12412
|
+
shortName: 'mizanatest',
|
12413
|
+
icon: 'meer',
|
12414
|
+
chainId: 81361,
|
12415
|
+
networkId: 81361,
|
12416
|
+
status: 'incubating'
|
12417
|
+
},
|
12418
|
+
{
|
12419
|
+
name: 'Mizana Mixnet',
|
12420
|
+
chain: 'MEER',
|
12421
|
+
rpc: [],
|
12422
|
+
faucets: [],
|
12423
|
+
nativeCurrency: { name: 'Mizana Mixnet', symbol: 'MEER-m', decimals: 18 },
|
12424
|
+
infoURL: 'https://github.com/Qitmeer',
|
12425
|
+
shortName: 'mizanamix',
|
12426
|
+
icon: 'meer',
|
12427
|
+
chainId: 81362,
|
12428
|
+
networkId: 81362,
|
12429
|
+
status: 'incubating'
|
12430
|
+
},
|
12431
|
+
{
|
12432
|
+
name: 'Mizana Privnet',
|
12433
|
+
chain: 'MEER',
|
12434
|
+
rpc: [],
|
12435
|
+
faucets: [],
|
12436
|
+
nativeCurrency: { name: 'Mizana Privnet', symbol: 'MEER-p', decimals: 18 },
|
12437
|
+
infoURL: 'https://github.com/Qitmeer',
|
12438
|
+
shortName: 'mizanapriv',
|
12439
|
+
icon: 'meer',
|
12440
|
+
chainId: 81363,
|
12441
|
+
networkId: 81363,
|
12442
|
+
status: 'incubating'
|
12443
|
+
},
|
12202
12444
|
{
|
12203
12445
|
name: 'Base Goerli Testnet',
|
12204
12446
|
chain: 'ETH',
|