eth-chainlist 0.0.81 → 0.0.83
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 +49 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.83 (2023-02-21)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.82 ([2bda4a4](https://github.com/poowf/eth-chainlist/commit/2bda4a4549d46231e0565fa911e09b9cea54885f))
|
9
|
+
* update chain data ([57fc8d5](https://github.com/poowf/eth-chainlist/commit/57fc8d562e06e36173578b1dbcfeb4571774a9a7))
|
10
|
+
|
11
|
+
### 0.0.82 (2023-02-20)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.81 ([0a15c7e](https://github.com/poowf/eth-chainlist/commit/0a15c7e5e618e9a9c849c2c3241656c77a2eebd2))
|
17
|
+
* update chain data ([ccf60fa](https://github.com/poowf/eth-chainlist/commit/ccf60fa4726bf90a02fc6c8f0f03cfd8796dfccc))
|
18
|
+
|
3
19
|
### 0.0.81 (2023-02-19)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3755,6 +3755,24 @@ const chainArray = [
|
|
3755
3755
|
chainId: 600,
|
3756
3756
|
networkId: 600
|
3757
3757
|
},
|
3758
|
+
{
|
3759
|
+
name: 'Graphlinq Blockchain Mainnet',
|
3760
|
+
chain: 'GLQ Blockchain',
|
3761
|
+
rpc: [ 'https://glq-dataseed.graphlinq.io' ],
|
3762
|
+
faucets: [],
|
3763
|
+
nativeCurrency: { name: 'GLQ', symbol: 'GLQ', decimals: 18 },
|
3764
|
+
infoURL: 'https://graphlinq.io',
|
3765
|
+
shortName: 'glq',
|
3766
|
+
chainId: 614,
|
3767
|
+
networkId: 614,
|
3768
|
+
explorers: [
|
3769
|
+
{
|
3770
|
+
name: 'GLQ Explorer',
|
3771
|
+
url: 'https://explorer.graphlinq.io',
|
3772
|
+
standard: 'none'
|
3773
|
+
}
|
3774
|
+
]
|
3775
|
+
},
|
3758
3776
|
{
|
3759
3777
|
name: 'SX Network Testnet',
|
3760
3778
|
chain: 'SX',
|
@@ -8491,6 +8509,25 @@ const chainArray = [
|
|
8491
8509
|
chainId: 8768,
|
8492
8510
|
networkId: 8768
|
8493
8511
|
},
|
8512
|
+
{
|
8513
|
+
name: 'MARO Blockchain Mainnet',
|
8514
|
+
chain: 'MARO Blockchain',
|
8515
|
+
icon: 'MARO',
|
8516
|
+
rpc: [ 'https://rpc-mainnet.ma.ro' ],
|
8517
|
+
faucets: [],
|
8518
|
+
nativeCurrency: { name: 'MARO', symbol: 'MARO', decimals: 18 },
|
8519
|
+
infoURL: 'https://ma.ro/',
|
8520
|
+
shortName: 'maro',
|
8521
|
+
chainId: 8848,
|
8522
|
+
networkId: 8848,
|
8523
|
+
explorers: [
|
8524
|
+
{
|
8525
|
+
name: 'MARO Scan',
|
8526
|
+
url: 'https://scan.ma.ro/#',
|
8527
|
+
standard: 'none'
|
8528
|
+
}
|
8529
|
+
]
|
8530
|
+
},
|
8494
8531
|
{
|
8495
8532
|
name: 'Unique',
|
8496
8533
|
icon: 'unique',
|
@@ -9335,6 +9372,18 @@ const chainArray = [
|
|
9335
9372
|
}
|
9336
9373
|
]
|
9337
9374
|
},
|
9375
|
+
{
|
9376
|
+
name: 'BLG Testnet',
|
9377
|
+
chain: 'BLG',
|
9378
|
+
icon: 'blg',
|
9379
|
+
rpc: [ 'https://rpc.blgchain.com' ],
|
9380
|
+
faucets: [ 'https://faucet.blgchain.com' ],
|
9381
|
+
nativeCurrency: { name: 'Blg', symbol: 'BLG', decimals: 18 },
|
9382
|
+
infoURL: 'https://blgchain.com',
|
9383
|
+
shortName: 'blgchain',
|
9384
|
+
chainId: 12321,
|
9385
|
+
networkId: 12321
|
9386
|
+
},
|
9338
9387
|
{
|
9339
9388
|
name: 'Step Testnet',
|
9340
9389
|
title: 'Step Test Network',
|