eth-chainlist 0.0.73 → 0.0.75

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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.75 (2023-02-12)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.74 ([8384756](https://github.com/poowf/eth-chainlist/commit/83847565d60221aa0ef955a45afe45df376543c1))
9
+ * update chain data ([e5f3f17](https://github.com/poowf/eth-chainlist/commit/e5f3f178a3b71716d18167e7d34c9e470abcae0a))
10
+
11
+ ### 0.0.74 (2023-02-11)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.73 ([d24fc8c](https://github.com/poowf/eth-chainlist/commit/d24fc8cd630cf235426ce06f4ed2ba933687ca79))
17
+ * update chain data ([0a90d71](https://github.com/poowf/eth-chainlist/commit/0a90d716d11c9495b73a4b92f7637ecbf2b60a85))
18
+
3
19
  ### 0.0.73 (2023-02-10)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -4040,6 +4040,26 @@ const chainArray = [
4040
4040
  }
4041
4041
  ]
4042
4042
  },
4043
+ {
4044
+ name: 'Bandai Namco Research Verse Mainnet',
4045
+ chain: 'Bandai Namco Research Verse',
4046
+ icon: 'bnken',
4047
+ rpc: [ 'https://rpc.main.oasvrs.bnken.net' ],
4048
+ faucets: [],
4049
+ nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
4050
+ infoURL: 'https://www.bandainamco-mirai.com/en/',
4051
+ shortName: 'BNKEN',
4052
+ chainId: 876,
4053
+ networkId: 876,
4054
+ explorers: [
4055
+ {
4056
+ name: 'Bandai Namco Research Verse Explorer',
4057
+ url: 'https://explorer.main.oasvrs.bnken.net',
4058
+ standard: 'EIP3091'
4059
+ }
4060
+ ],
4061
+ parent: { type: 'L2', chain: 'eip155-248' }
4062
+ },
4043
4063
  {
4044
4064
  name: 'Dexit Network',
4045
4065
  chain: 'DXT',
@@ -12224,6 +12244,29 @@ const chainArray = [
12224
12244
  networkId: 666666,
12225
12245
  slip44: 60
12226
12246
  },
12247
+ {
12248
+ name: 'Bear Network Chain Testnet',
12249
+ chain: 'BRNKCTEST',
12250
+ icon: 'brnkc',
12251
+ rpc: [ 'https://brnkc-test.bearnetwork.net' ],
12252
+ faucets: [],
12253
+ nativeCurrency: {
12254
+ name: 'Bear Network Chain Testnet Token',
12255
+ symbol: 'tBRNKC',
12256
+ decimals: 18
12257
+ },
12258
+ infoURL: 'https://bearnetwork.net',
12259
+ shortName: 'BRNKCTEST',
12260
+ chainId: 751230,
12261
+ networkId: 751230,
12262
+ explorers: [
12263
+ {
12264
+ name: 'brnktestscan',
12265
+ url: 'https://brnktest-scan.bearnetwork.net',
12266
+ standard: 'EIP3091'
12267
+ }
12268
+ ]
12269
+ },
12227
12270
  {
12228
12271
  name: 'OctaSpace',
12229
12272
  chain: 'OCTA',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.73",
3
+ "version": "0.0.75",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {