eth-chainlist 0.0.134 → 0.0.136
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 +96 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.136 (2023-04-25)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.135 ([bef5f83](https://github.com/poowf/eth-chainlist/commit/bef5f8356fec7f86323ad672688027ce01992d2c))
|
9
|
+
* update chain data ([7b6e7f7](https://github.com/poowf/eth-chainlist/commit/7b6e7f77fae85618519b5c92ce81078dc4a11e14))
|
10
|
+
|
11
|
+
### 0.0.135 (2023-04-24)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.134 ([76c6a37](https://github.com/poowf/eth-chainlist/commit/76c6a37bd2a67fa133e89e86bd9c77aac321f407))
|
17
|
+
* update chain data ([80c353b](https://github.com/poowf/eth-chainlist/commit/80c353ba37bd60f74fb3965468adfe9f0315a3d7))
|
18
|
+
|
3
19
|
### 0.0.134 (2023-04-22)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4905,6 +4905,26 @@ const chainArray = [
|
|
4905
4905
|
}
|
4906
4906
|
]
|
4907
4907
|
},
|
4908
|
+
{
|
4909
|
+
name: '5ireChain Thunder',
|
4910
|
+
chain: '5ireChain',
|
4911
|
+
rpc: [ 'https://rpc-testnet.5ire.network' ],
|
4912
|
+
faucets: [ 'https://explorer.5ire.network/faucet' ],
|
4913
|
+
nativeCurrency: { name: '5ire Token', symbol: '5ire', decimals: 18 },
|
4914
|
+
infoURL: 'https://5ire.org',
|
4915
|
+
shortName: '5ire',
|
4916
|
+
chainId: 997,
|
4917
|
+
networkId: 997,
|
4918
|
+
icon: '5ireChain',
|
4919
|
+
explorers: [
|
4920
|
+
{
|
4921
|
+
name: '5ireChain Explorer',
|
4922
|
+
url: 'https://explorer.5ire.network',
|
4923
|
+
standard: 'none',
|
4924
|
+
icon: '5ireChain'
|
4925
|
+
}
|
4926
|
+
]
|
4927
|
+
},
|
4908
4928
|
{
|
4909
4929
|
name: 'Lucky Network',
|
4910
4930
|
chain: 'LN',
|
@@ -7252,6 +7272,26 @@ const chainArray = [
|
|
7252
7272
|
}
|
7253
7273
|
]
|
7254
7274
|
},
|
7275
|
+
{
|
7276
|
+
name: 'Metaplayerone Network',
|
7277
|
+
chain: 'MP1 Dubai-Testnet',
|
7278
|
+
icon: 'meu',
|
7279
|
+
rpc: [ 'https://rpc-dubai.mp1network.com/' ],
|
7280
|
+
faucets: [],
|
7281
|
+
nativeCurrency: { name: 'Metaunit', symbol: 'MEU', decimals: 18 },
|
7282
|
+
infoURL: 'https://docs.metaplayer.one/',
|
7283
|
+
shortName: 'MEU',
|
7284
|
+
chainId: 2124,
|
7285
|
+
networkId: 2124,
|
7286
|
+
explorers: [
|
7287
|
+
{
|
7288
|
+
name: 'MP1Scan',
|
7289
|
+
url: 'https://dubai.mp1scan.io',
|
7290
|
+
icon: 'meu',
|
7291
|
+
standard: 'EIP3091'
|
7292
|
+
}
|
7293
|
+
]
|
7294
|
+
},
|
7255
7295
|
{
|
7256
7296
|
name: 'Defi Oracle Meta Testnet',
|
7257
7297
|
chain: 'dfiometatest',
|
@@ -8796,6 +8836,25 @@ const chainArray = [
|
|
8796
8836
|
}
|
8797
8837
|
]
|
8798
8838
|
},
|
8839
|
+
{
|
8840
|
+
name: 'SatoshiChain Testnet',
|
8841
|
+
chain: 'SATS',
|
8842
|
+
icon: 'satoshichain',
|
8843
|
+
rpc: [ 'https://rpc.satoshichain.io' ],
|
8844
|
+
faucets: [ 'https://faucet.satoshichain.io' ],
|
8845
|
+
nativeCurrency: { name: 'SatoshiChain Coin', symbol: 'SATS', decimals: 18 },
|
8846
|
+
infoURL: 'https://satoshichain.net',
|
8847
|
+
shortName: 'sats',
|
8848
|
+
chainId: 5758,
|
8849
|
+
networkId: 5758,
|
8850
|
+
explorers: [
|
8851
|
+
{
|
8852
|
+
name: 'SatoshiChain Explorer',
|
8853
|
+
url: 'https://satoshiscan.io',
|
8854
|
+
standard: 'EIP3091'
|
8855
|
+
}
|
8856
|
+
]
|
8857
|
+
},
|
8799
8858
|
{
|
8800
8859
|
name: 'Ganache',
|
8801
8860
|
title: 'Ganache GUI Ethereum Testnet',
|
@@ -13734,6 +13793,25 @@ const chainArray = [
|
|
13734
13793
|
}
|
13735
13794
|
]
|
13736
13795
|
},
|
13796
|
+
{
|
13797
|
+
name: 'ICPlaza Mainnet',
|
13798
|
+
chain: 'ICPlaza',
|
13799
|
+
icon: 'icplaza',
|
13800
|
+
rpc: [ 'https://rpcmainnet.ic-plaza.org/' ],
|
13801
|
+
faucets: [],
|
13802
|
+
nativeCurrency: { name: 'ict', symbol: 'ict', decimals: 18 },
|
13803
|
+
infoURL: 'https://docs.ic-plaza.org/',
|
13804
|
+
shortName: 'ICPlaza',
|
13805
|
+
chainId: 142857,
|
13806
|
+
networkId: 142857,
|
13807
|
+
explorers: [
|
13808
|
+
{
|
13809
|
+
name: 'ICPlaza',
|
13810
|
+
url: 'https://browsemainnet.ic-plaza.org/index',
|
13811
|
+
standard: 'none'
|
13812
|
+
}
|
13813
|
+
]
|
13814
|
+
},
|
13737
13815
|
{
|
13738
13816
|
name: 'Taiko (Alpha-2 Testnet)',
|
13739
13817
|
chain: 'ETH',
|
@@ -15633,15 +15711,16 @@ const chainArray = [
|
|
15633
15711
|
{
|
15634
15712
|
name: 'Kanazawa',
|
15635
15713
|
title: 'Meld Testnet Kanazawa',
|
15636
|
-
chain: '
|
15714
|
+
chain: 'Kanazawa',
|
15637
15715
|
rpc: [
|
15638
15716
|
'https://rpc-kanazawa.meldlabs.dev/ext/bc/2Ci7VYrUd4fTBqGA5D2HA6UPHzQ4LQyr8rZQww9MGSv9rNkRzn/rpc'
|
15639
15717
|
],
|
15640
15718
|
faucets: [],
|
15641
15719
|
features: [],
|
15642
15720
|
nativeCurrency: { name: 'gMeld', symbol: 'gMELD', decimals: 18 },
|
15721
|
+
icon: 'meld',
|
15643
15722
|
infoURL: 'https://meld.com',
|
15644
|
-
shortName: '
|
15723
|
+
shortName: 'kanazawa',
|
15645
15724
|
chainId: 222000222,
|
15646
15725
|
networkId: 222000222,
|
15647
15726
|
explorers: []
|
@@ -15737,6 +15816,21 @@ const chainArray = [
|
|
15737
15816
|
}
|
15738
15817
|
]
|
15739
15818
|
},
|
15819
|
+
{
|
15820
|
+
name: 'Meld',
|
15821
|
+
title: 'Meld Mainnet',
|
15822
|
+
chain: 'MELD',
|
15823
|
+
rpc: [ 'https://network-rpc.meld.com' ],
|
15824
|
+
faucets: [],
|
15825
|
+
features: [],
|
15826
|
+
nativeCurrency: { name: 'gMeld', symbol: 'gMELD', decimals: 18 },
|
15827
|
+
icon: 'meld',
|
15828
|
+
infoURL: 'https://meld.com',
|
15829
|
+
shortName: 'meld',
|
15830
|
+
chainId: 333000333,
|
15831
|
+
networkId: 333000333,
|
15832
|
+
explorers: []
|
15833
|
+
},
|
15740
15834
|
{
|
15741
15835
|
name: 'Calypso NFT Hub (SKALE Testnet)',
|
15742
15836
|
title: 'Calypso NFT Hub Testnet',
|