eth-chainlist 0.0.202 → 0.0.203
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 +5 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.203 (2023-08-06)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.202 ([b61a863](https://github.com/poowf/eth-chainlist/commit/b61a863e42ca2d36bbab9e902608eb7cb17da50f))
|
9
|
+
* update chain data ([dd3b366](https://github.com/poowf/eth-chainlist/commit/dd3b366fd1ab6ef36be22ab9b3ca2eb089764e21))
|
10
|
+
|
3
11
|
### 0.0.202 (2023-08-05)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -12789,21 +12789,21 @@ const chainArray = [
|
|
12789
12789
|
]
|
12790
12790
|
},
|
12791
12791
|
{
|
12792
|
-
name: 'Credit
|
12792
|
+
name: 'Credit Smart Chain',
|
12793
12793
|
chain: 'CREDIT',
|
12794
|
-
rpc: [ 'https://
|
12794
|
+
rpc: [ 'https://rpc.creditsmartchain.com' ],
|
12795
12795
|
faucets: [],
|
12796
12796
|
nativeCurrency: { name: 'Credit', symbol: 'CREDIT', decimals: 18 },
|
12797
12797
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
12798
12798
|
infoURL: 'https://creditsmartchain.com',
|
12799
12799
|
shortName: 'Credit',
|
12800
12800
|
chainId: 13308,
|
12801
|
-
networkId:
|
12801
|
+
networkId: 13308,
|
12802
12802
|
icon: 'credit',
|
12803
12803
|
explorers: [
|
12804
12804
|
{
|
12805
|
-
name: '
|
12806
|
-
url: 'https://
|
12805
|
+
name: 'Creditscan',
|
12806
|
+
url: 'https://scan.creditsmartchain.com',
|
12807
12807
|
icon: 'credit',
|
12808
12808
|
standard: 'EIP3091'
|
12809
12809
|
}
|