eth-chainlist 0.0.7 → 0.0.9
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 +81 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.9 (2022-11-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.8 ([8ded403](https://github.com/poowf/eth-chainlist/commit/8ded403f241337ac93183983abf96ec7fb5931cf))
|
|
9
|
+
* update chain data ([ed8eec6](https://github.com/poowf/eth-chainlist/commit/ed8eec6d6f314230c7618a1e7f023b0ae88da67c))
|
|
10
|
+
|
|
11
|
+
### 0.0.8 (2022-11-10)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.7 ([2cff7d8](https://github.com/poowf/eth-chainlist/commit/2cff7d8d0d6e0c4c5b7fe61a399a2cb9eb557891))
|
|
17
|
+
* update chain data ([970a62c](https://github.com/poowf/eth-chainlist/commit/970a62c5e18741e0f9ad9badbb6fcd6e29a421b3))
|
|
18
|
+
|
|
3
19
|
### 0.0.7 (2022-11-09)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -3650,6 +3650,29 @@ const chainArray = [
|
|
|
3650
3650
|
}
|
|
3651
3651
|
]
|
|
3652
3652
|
},
|
|
3653
|
+
{
|
|
3654
|
+
name: 'Memo Smart Chain Mainnet',
|
|
3655
|
+
chain: 'MEMO',
|
|
3656
|
+
rpc: [
|
|
3657
|
+
'https://chain.metamemo.one:8501',
|
|
3658
|
+
'wss://chain.metamemo.one:16801'
|
|
3659
|
+
],
|
|
3660
|
+
faucets: [ 'https://faucet.metamemo.one/' ],
|
|
3661
|
+
nativeCurrency: { name: 'Memo', symbol: 'CMEMO', decimals: 18 },
|
|
3662
|
+
infoURL: 'www.memolabs.org',
|
|
3663
|
+
shortName: 'memochain',
|
|
3664
|
+
chainId: 985,
|
|
3665
|
+
networkId: 985,
|
|
3666
|
+
icon: 'memo',
|
|
3667
|
+
explorers: [
|
|
3668
|
+
{
|
|
3669
|
+
name: 'Memo Mainnet Explorer',
|
|
3670
|
+
url: 'https://scan.metamemo.one:8080',
|
|
3671
|
+
icon: 'memoscan',
|
|
3672
|
+
standard: 'EIP3091'
|
|
3673
|
+
}
|
|
3674
|
+
]
|
|
3675
|
+
},
|
|
3653
3676
|
{
|
|
3654
3677
|
name: 'TOP Mainnet',
|
|
3655
3678
|
chain: 'TOP',
|
|
@@ -5320,6 +5343,25 @@ const chainArray = [
|
|
|
5320
5343
|
slip44: 1,
|
|
5321
5344
|
explorers: []
|
|
5322
5345
|
},
|
|
5346
|
+
{
|
|
5347
|
+
name: 'Debounce Subnet Testnet',
|
|
5348
|
+
chain: 'Debounce Network',
|
|
5349
|
+
icon: 'debounce',
|
|
5350
|
+
rpc: [ 'https://dev-rpc.debounce.network' ],
|
|
5351
|
+
faucets: [],
|
|
5352
|
+
nativeCurrency: { name: 'Debounce Network', symbol: 'DB', decimals: 18 },
|
|
5353
|
+
infoURL: 'https://debounce.network',
|
|
5354
|
+
shortName: 'debounce-devnet',
|
|
5355
|
+
chainId: 3306,
|
|
5356
|
+
networkId: 3306,
|
|
5357
|
+
explorers: [
|
|
5358
|
+
{
|
|
5359
|
+
name: 'Debounce Devnet Explorer',
|
|
5360
|
+
url: 'https://explorer.debounce.network',
|
|
5361
|
+
standard: 'EIP3091'
|
|
5362
|
+
}
|
|
5363
|
+
]
|
|
5364
|
+
},
|
|
5323
5365
|
{
|
|
5324
5366
|
name: 'ZCore Testnet',
|
|
5325
5367
|
chain: 'Beach',
|
|
@@ -5426,6 +5468,24 @@ const chainArray = [
|
|
|
5426
5468
|
}
|
|
5427
5469
|
]
|
|
5428
5470
|
},
|
|
5471
|
+
{
|
|
5472
|
+
name: 'Metacodechain',
|
|
5473
|
+
chain: 'metacode',
|
|
5474
|
+
rpc: [ 'https://j.blockcoach.com:8503' ],
|
|
5475
|
+
faucets: [],
|
|
5476
|
+
nativeCurrency: { name: 'J', symbol: 'J', decimals: 18 },
|
|
5477
|
+
infoURL: 'https://j.blockcoach.com:8089',
|
|
5478
|
+
shortName: 'metacode',
|
|
5479
|
+
chainId: 3666,
|
|
5480
|
+
networkId: 3666,
|
|
5481
|
+
explorers: [
|
|
5482
|
+
{
|
|
5483
|
+
name: 'meta',
|
|
5484
|
+
url: 'https://j.blockcoach.com:8089',
|
|
5485
|
+
standard: 'EIP3091'
|
|
5486
|
+
}
|
|
5487
|
+
]
|
|
5488
|
+
},
|
|
5429
5489
|
{
|
|
5430
5490
|
name: 'Bittex Mainnet',
|
|
5431
5491
|
chain: 'BTX',
|
|
@@ -6143,7 +6203,7 @@ const chainArray = [
|
|
|
6143
6203
|
networkId: 8029
|
|
6144
6204
|
},
|
|
6145
6205
|
{
|
|
6146
|
-
name: 'Shardeum Liberty 1.
|
|
6206
|
+
name: 'Shardeum Liberty 1.6',
|
|
6147
6207
|
chain: 'Shardeum',
|
|
6148
6208
|
rpc: [ 'https://liberty10.shardeum.org/' ],
|
|
6149
6209
|
faucets: [ 'https://faucet.liberty10.shardeum.org' ],
|
|
@@ -7939,6 +7999,26 @@ const chainArray = [
|
|
|
7939
7999
|
}
|
|
7940
8000
|
]
|
|
7941
8001
|
},
|
|
8002
|
+
{
|
|
8003
|
+
name: 'SiriusNet',
|
|
8004
|
+
chain: 'SIN',
|
|
8005
|
+
rpc: [
|
|
8006
|
+
'https://u0tnafcv6j:o2T045sxuCNXL878RDQLp5__Zj-es2cvdjtgkl4etn0@u0v7kwtvtg-u0wj114sve-rpc.us0-aws.kaleido.io/'
|
|
8007
|
+
],
|
|
8008
|
+
faucets: [],
|
|
8009
|
+
nativeCurrency: { name: 'MCD', symbol: 'MCD', decimals: 18 },
|
|
8010
|
+
infoURL: 'https://macaucasinolisboa.xyz',
|
|
8011
|
+
shortName: 'mcl',
|
|
8012
|
+
chainId: 67390,
|
|
8013
|
+
networkId: 67390,
|
|
8014
|
+
explorers: [
|
|
8015
|
+
{
|
|
8016
|
+
name: 'siriusnetscan',
|
|
8017
|
+
url: 'https://siriusnet.tryethernal.com',
|
|
8018
|
+
standard: 'EIP3091'
|
|
8019
|
+
}
|
|
8020
|
+
]
|
|
8021
|
+
},
|
|
7942
8022
|
{
|
|
7943
8023
|
name: 'Condrieu',
|
|
7944
8024
|
title: 'Ethereum Verkle Testnet Condrieu',
|