eth-chainlist 0.0.74 → 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 +8 -0
- package/data/chain.js +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.74 (2023-02-11)
|
4
12
|
|
5
13
|
|
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',
|