eth-chainlist 0.0.7 → 0.0.8
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 +41 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.8 (2022-11-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.7 ([2cff7d8](https://github.com/poowf/eth-chainlist/commit/2cff7d8d0d6e0c4c5b7fe61a399a2cb9eb557891))
|
|
9
|
+
* update chain data ([970a62c](https://github.com/poowf/eth-chainlist/commit/970a62c5e18741e0f9ad9badbb6fcd6e29a421b3))
|
|
10
|
+
|
|
3
11
|
### 0.0.7 (2022-11-09)
|
|
4
12
|
|
|
5
13
|
|
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',
|
|
@@ -5426,6 +5449,24 @@ const chainArray = [
|
|
|
5426
5449
|
}
|
|
5427
5450
|
]
|
|
5428
5451
|
},
|
|
5452
|
+
{
|
|
5453
|
+
name: 'Metacodechain',
|
|
5454
|
+
chain: 'metacode',
|
|
5455
|
+
rpc: [ 'https://j.blockcoach.com:8503' ],
|
|
5456
|
+
faucets: [],
|
|
5457
|
+
nativeCurrency: { name: 'J', symbol: 'J', decimals: 18 },
|
|
5458
|
+
infoURL: 'https://j.blockcoach.com:8089',
|
|
5459
|
+
shortName: 'metacode',
|
|
5460
|
+
chainId: 3666,
|
|
5461
|
+
networkId: 3666,
|
|
5462
|
+
explorers: [
|
|
5463
|
+
{
|
|
5464
|
+
name: 'meta',
|
|
5465
|
+
url: 'https://j.blockcoach.com:8089',
|
|
5466
|
+
standard: 'EIP3091'
|
|
5467
|
+
}
|
|
5468
|
+
]
|
|
5469
|
+
},
|
|
5429
5470
|
{
|
|
5430
5471
|
name: 'Bittex Mainnet',
|
|
5431
5472
|
chain: 'BTX',
|