eth-chainlist 0.0.313 → 0.0.314
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 +33 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.314 (2023-12-28)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.313 ([42ce964](https://github.com/poowf/eth-chainlist/commit/42ce964939721de66d96b48434f45571a365506d))
|
9
|
+
* update chain data ([cecd0c8](https://github.com/poowf/eth-chainlist/commit/cecd0c882ea142c0b1191985e6401aeb742058b6))
|
10
|
+
|
3
11
|
### 0.0.313 (2023-12-27)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -13638,6 +13638,18 @@ const chainArray = [
|
|
13638
13638
|
networkId: 8086,
|
13639
13639
|
explorers: []
|
13640
13640
|
},
|
13641
|
+
{
|
13642
|
+
name: 'E-Dollar',
|
13643
|
+
chain: 'USD',
|
13644
|
+
rpc: [ 'https://rpc.e-dollar.org' ],
|
13645
|
+
faucets: [],
|
13646
|
+
nativeCurrency: { name: 'E-Dollar', symbol: 'USD', decimals: 18 },
|
13647
|
+
infoURL: 'https://e-dollar.org',
|
13648
|
+
shortName: 'E-Dollar',
|
13649
|
+
chainId: 8087,
|
13650
|
+
networkId: 8087,
|
13651
|
+
explorers: []
|
13652
|
+
},
|
13641
13653
|
{
|
13642
13654
|
name: 'StreamuX Blockchain',
|
13643
13655
|
chain: 'StreamuX',
|
@@ -14194,7 +14206,8 @@ const chainArray = [
|
|
14194
14206
|
name: 'JIBCHAIN L1',
|
14195
14207
|
chain: 'JBC',
|
14196
14208
|
rpc: [ 'https://rpc-l1.jibchain.net', 'https://jib-rpc.inan.in.th' ],
|
14197
|
-
faucets: [],
|
14209
|
+
faucets: [ 'https://faucet.jibchain.net/' ],
|
14210
|
+
icon: 'jbc',
|
14198
14211
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
14199
14212
|
nativeCurrency: { name: 'JIBCOIN', symbol: 'JBC', decimals: 18 },
|
14200
14213
|
infoURL: 'https://jibchain.net',
|
@@ -19117,6 +19130,25 @@ const chainArray = [
|
|
19117
19130
|
}
|
19118
19131
|
]
|
19119
19132
|
},
|
19133
|
+
{
|
19134
|
+
name: 'Combo Testnet',
|
19135
|
+
chain: 'Combo',
|
19136
|
+
icon: 'combo',
|
19137
|
+
rpc: [ 'https://test-rpc.combonetwork.io' ],
|
19138
|
+
faucets: [],
|
19139
|
+
nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'tcBNB', decimals: 18 },
|
19140
|
+
infoURL: 'https://combonetwork.io',
|
19141
|
+
shortName: 'combo-testnet',
|
19142
|
+
chainId: 91715,
|
19143
|
+
networkId: 91715,
|
19144
|
+
explorers: [
|
19145
|
+
{
|
19146
|
+
name: 'combotrace explorer',
|
19147
|
+
url: 'https://combotrace-testnet.nodereal.io',
|
19148
|
+
standard: 'EIP3091'
|
19149
|
+
}
|
19150
|
+
]
|
19151
|
+
},
|
19120
19152
|
{
|
19121
19153
|
name: 'Lambda Testnet',
|
19122
19154
|
chain: 'Lambda',
|