eth-chainlist 0.0.119 → 0.0.121
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 +41 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.121 (2023-04-07)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.120 ([03ac950](https://github.com/poowf/eth-chainlist/commit/03ac95022d4948840a41922538f858ef0aa49918))
|
9
|
+
* update chain data ([3d8bfab](https://github.com/poowf/eth-chainlist/commit/3d8bfab8b8c06306ef2ffdf097dce2fd645d97e2))
|
10
|
+
|
11
|
+
### 0.0.120 (2023-04-06)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.119 ([e93e8af](https://github.com/poowf/eth-chainlist/commit/e93e8af3f155f7cfe9952c723dc9c5150bbd4395))
|
17
|
+
* update chain data ([de7bb18](https://github.com/poowf/eth-chainlist/commit/de7bb188f1048a707afabe595bf3d50c278ad6a2))
|
18
|
+
|
3
19
|
### 0.0.119 (2023-04-05)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4347,6 +4347,33 @@ const chainArray = [
|
|
4347
4347
|
}
|
4348
4348
|
]
|
4349
4349
|
},
|
4350
|
+
{
|
4351
|
+
name: 'BeOne Chain Mainnet',
|
4352
|
+
chain: 'BOC',
|
4353
|
+
icon: 'beonechain',
|
4354
|
+
rpc: [
|
4355
|
+
'https://dataseed1.beonechain.com',
|
4356
|
+
'https://dataseed2.beonechain.com',
|
4357
|
+
'https://dataseed-us1.beonechain.com',
|
4358
|
+
'https://dataseed-us2.beonechain.com',
|
4359
|
+
'https://dataseed-uk1.beonechain.com',
|
4360
|
+
'https://dataseed-uk2.beonechain.com'
|
4361
|
+
],
|
4362
|
+
faucets: [],
|
4363
|
+
nativeCurrency: { name: 'BeOne Chain Mainnet', symbol: 'BOC', decimals: 18 },
|
4364
|
+
infoURL: 'https://beonechain.com',
|
4365
|
+
shortName: 'BOC',
|
4366
|
+
chainId: 818,
|
4367
|
+
networkId: 818,
|
4368
|
+
slip44: 8181,
|
4369
|
+
explorers: [
|
4370
|
+
{
|
4371
|
+
name: 'BeOne Chain Mainnet',
|
4372
|
+
url: 'https://beonescan.com',
|
4373
|
+
standard: 'EIP3091'
|
4374
|
+
}
|
4375
|
+
]
|
4376
|
+
},
|
4350
4377
|
{
|
4351
4378
|
name: 'Callisto Mainnet',
|
4352
4379
|
chain: 'CLO',
|
@@ -9280,7 +9307,7 @@ const chainArray = [
|
|
9280
9307
|
]
|
9281
9308
|
},
|
9282
9309
|
{
|
9283
|
-
name: 'Qitmeer Network
|
9310
|
+
name: 'Qitmeer Network Mixnet',
|
9284
9311
|
chain: 'MEER',
|
9285
9312
|
rpc: [],
|
9286
9313
|
faucets: [],
|
@@ -12495,7 +12522,7 @@ const chainArray = [
|
|
12495
12522
|
chain: 'MEER',
|
12496
12523
|
rpc: [],
|
12497
12524
|
faucets: [],
|
12498
|
-
nativeCurrency: { name: 'Amana Testnet', symbol: 'MEER-
|
12525
|
+
nativeCurrency: { name: 'Amana Testnet', symbol: 'MEER-T', decimals: 18 },
|
12499
12526
|
infoURL: 'https://github.com/Qitmeer',
|
12500
12527
|
shortName: 'amanatest',
|
12501
12528
|
icon: 'meer',
|
@@ -12508,7 +12535,7 @@ const chainArray = [
|
|
12508
12535
|
chain: 'MEER',
|
12509
12536
|
rpc: [],
|
12510
12537
|
faucets: [],
|
12511
|
-
nativeCurrency: { name: 'Amana Mixnet', symbol: 'MEER-
|
12538
|
+
nativeCurrency: { name: 'Amana Mixnet', symbol: 'MEER-M', decimals: 18 },
|
12512
12539
|
infoURL: 'https://github.com/Qitmeer',
|
12513
12540
|
shortName: 'amanamix',
|
12514
12541
|
icon: 'meer',
|
@@ -12521,7 +12548,7 @@ const chainArray = [
|
|
12521
12548
|
chain: 'MEER',
|
12522
12549
|
rpc: [],
|
12523
12550
|
faucets: [],
|
12524
|
-
nativeCurrency: { name: 'Amana Privnet', symbol: 'MEER-
|
12551
|
+
nativeCurrency: { name: 'Amana Privnet', symbol: 'MEER-P', decimals: 18 },
|
12525
12552
|
infoURL: 'https://github.com/Qitmeer',
|
12526
12553
|
shortName: 'amanapriv',
|
12527
12554
|
icon: 'meer',
|
@@ -12534,7 +12561,7 @@ const chainArray = [
|
|
12534
12561
|
chain: 'MEER',
|
12535
12562
|
rpc: [],
|
12536
12563
|
faucets: [],
|
12537
|
-
nativeCurrency: { name: 'Flana Testnet', symbol: 'MEER-
|
12564
|
+
nativeCurrency: { name: 'Flana Testnet', symbol: 'MEER-T', decimals: 18 },
|
12538
12565
|
infoURL: 'https://github.com/Qitmeer',
|
12539
12566
|
shortName: 'flanatest',
|
12540
12567
|
icon: 'meer',
|
@@ -12547,7 +12574,7 @@ const chainArray = [
|
|
12547
12574
|
chain: 'MEER',
|
12548
12575
|
rpc: [],
|
12549
12576
|
faucets: [],
|
12550
|
-
nativeCurrency: { name: 'Flana Mixnet', symbol: 'MEER-
|
12577
|
+
nativeCurrency: { name: 'Flana Mixnet', symbol: 'MEER-M', decimals: 18 },
|
12551
12578
|
infoURL: 'https://github.com/Qitmeer',
|
12552
12579
|
shortName: 'flanamix',
|
12553
12580
|
icon: 'meer',
|
@@ -12560,7 +12587,7 @@ const chainArray = [
|
|
12560
12587
|
chain: 'MEER',
|
12561
12588
|
rpc: [],
|
12562
12589
|
faucets: [],
|
12563
|
-
nativeCurrency: { name: 'Flana Privnet', symbol: 'MEER-
|
12590
|
+
nativeCurrency: { name: 'Flana Privnet', symbol: 'MEER-P', decimals: 18 },
|
12564
12591
|
infoURL: 'https://github.com/Qitmeer',
|
12565
12592
|
shortName: 'flanapriv',
|
12566
12593
|
icon: 'meer',
|
@@ -12573,7 +12600,7 @@ const chainArray = [
|
|
12573
12600
|
chain: 'MEER',
|
12574
12601
|
rpc: [],
|
12575
12602
|
faucets: [],
|
12576
|
-
nativeCurrency: { name: 'Mizana Testnet', symbol: 'MEER-
|
12603
|
+
nativeCurrency: { name: 'Mizana Testnet', symbol: 'MEER-T', decimals: 18 },
|
12577
12604
|
infoURL: 'https://github.com/Qitmeer',
|
12578
12605
|
shortName: 'mizanatest',
|
12579
12606
|
icon: 'meer',
|
@@ -12586,7 +12613,7 @@ const chainArray = [
|
|
12586
12613
|
chain: 'MEER',
|
12587
12614
|
rpc: [],
|
12588
12615
|
faucets: [],
|
12589
|
-
nativeCurrency: { name: 'Mizana Mixnet', symbol: 'MEER-
|
12616
|
+
nativeCurrency: { name: 'Mizana Mixnet', symbol: 'MEER-M', decimals: 18 },
|
12590
12617
|
infoURL: 'https://github.com/Qitmeer',
|
12591
12618
|
shortName: 'mizanamix',
|
12592
12619
|
icon: 'meer',
|
@@ -12599,7 +12626,7 @@ const chainArray = [
|
|
12599
12626
|
chain: 'MEER',
|
12600
12627
|
rpc: [],
|
12601
12628
|
faucets: [],
|
12602
|
-
nativeCurrency: { name: 'Mizana Privnet', symbol: 'MEER-
|
12629
|
+
nativeCurrency: { name: 'Mizana Privnet', symbol: 'MEER-P', decimals: 18 },
|
12603
12630
|
infoURL: 'https://github.com/Qitmeer',
|
12604
12631
|
shortName: 'mizanapriv',
|
12605
12632
|
icon: 'meer',
|
@@ -15166,10 +15193,12 @@ const chainArray = [
|
|
15166
15193
|
shortName: 'GTH',
|
15167
15194
|
chainId: 192837465,
|
15168
15195
|
networkId: 192837465,
|
15196
|
+
icon: 'gather',
|
15169
15197
|
explorers: [
|
15170
15198
|
{
|
15171
15199
|
name: 'Blockscout',
|
15172
15200
|
url: 'https://explorer.gather.network',
|
15201
|
+
icon: 'gather',
|
15173
15202
|
standard: 'none'
|
15174
15203
|
}
|
15175
15204
|
]
|
@@ -15297,10 +15326,12 @@ const chainArray = [
|
|
15297
15326
|
shortName: 'tGTH',
|
15298
15327
|
chainId: 356256156,
|
15299
15328
|
networkId: 356256156,
|
15329
|
+
icon: 'gather',
|
15300
15330
|
explorers: [
|
15301
15331
|
{
|
15302
15332
|
name: 'Blockscout',
|
15303
15333
|
url: 'https://testnet-explorer.gather.network',
|
15334
|
+
icon: 'gather',
|
15304
15335
|
standard: 'none'
|
15305
15336
|
}
|
15306
15337
|
]
|