eth-chainlist 0.0.73 → 0.0.74
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 +23 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.74 (2023-02-11)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.73 ([d24fc8c](https://github.com/poowf/eth-chainlist/commit/d24fc8cd630cf235426ce06f4ed2ba933687ca79))
|
9
|
+
* update chain data ([0a90d71](https://github.com/poowf/eth-chainlist/commit/0a90d716d11c9495b73a4b92f7637ecbf2b60a85))
|
10
|
+
|
3
11
|
### 0.0.73 (2023-02-10)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -12224,6 +12224,29 @@ const chainArray = [
|
|
12224
12224
|
networkId: 666666,
|
12225
12225
|
slip44: 60
|
12226
12226
|
},
|
12227
|
+
{
|
12228
|
+
name: 'Bear Network Chain Testnet',
|
12229
|
+
chain: 'BRNKCTEST',
|
12230
|
+
icon: 'brnkc',
|
12231
|
+
rpc: [ 'https://brnkc-test.bearnetwork.net' ],
|
12232
|
+
faucets: [],
|
12233
|
+
nativeCurrency: {
|
12234
|
+
name: 'Bear Network Chain Testnet Token',
|
12235
|
+
symbol: 'tBRNKC',
|
12236
|
+
decimals: 18
|
12237
|
+
},
|
12238
|
+
infoURL: 'https://bearnetwork.net',
|
12239
|
+
shortName: 'BRNKCTEST',
|
12240
|
+
chainId: 751230,
|
12241
|
+
networkId: 751230,
|
12242
|
+
explorers: [
|
12243
|
+
{
|
12244
|
+
name: 'brnktestscan',
|
12245
|
+
url: 'https://brnktest-scan.bearnetwork.net',
|
12246
|
+
standard: 'EIP3091'
|
12247
|
+
}
|
12248
|
+
]
|
12249
|
+
},
|
12227
12250
|
{
|
12228
12251
|
name: 'OctaSpace',
|
12229
12252
|
chain: 'OCTA',
|