eth-chainlist 0.0.829 → 0.0.830

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.830 (2026-09-08)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.829 ([cc4cfed](https://github.com/poowf/eth-chainlist/commit/cc4cfed3e257d9476d2a24e38d27fe4f18ac1ac8))
9
+ * update chain data ([3098a85](https://github.com/poowf/eth-chainlist/commit/3098a854529b20afda98bf13df29859aee1470ff))
10
+
3
11
  ### 0.0.829 (2026-09-07)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -4315,6 +4315,25 @@ const chainArray = [
4315
4315
  chainId: 208,
4316
4316
  networkId: 208
4317
4317
  },
4318
+ {
4319
+ name: 'Ri-Nn Chain',
4320
+ chain: 'RIN',
4321
+ icon: 'rinn',
4322
+ rpc: [ 'https://rpc.ri-nn.io' ],
4323
+ faucets: [],
4324
+ nativeCurrency: { name: 'RIN', symbol: 'RIN', decimals: 18 },
4325
+ infoURL: 'https://ri-nn.io',
4326
+ shortName: 'ri-nn',
4327
+ chainId: 209,
4328
+ networkId: 209,
4329
+ explorers: [
4330
+ {
4331
+ name: 'Ri-Nn Scan',
4332
+ url: 'https://scan.ri-nn.io',
4333
+ standard: 'EIP3091'
4334
+ }
4335
+ ]
4336
+ },
4318
4337
  {
4319
4338
  name: 'Bitnet',
4320
4339
  chain: 'BTN',
@@ -4484,6 +4503,25 @@ const chainArray = [
4484
4503
  networkId: 218,
4485
4504
  status: 'deprecated'
4486
4505
  },
4506
+ {
4507
+ name: 'Ri-Nn Testnet',
4508
+ chain: 'RIN',
4509
+ icon: 'rinn',
4510
+ rpc: [ 'https://testnet-rpc.ri-nn.io' ],
4511
+ faucets: [],
4512
+ nativeCurrency: { name: 'RIN', symbol: 'RIN', decimals: 18 },
4513
+ infoURL: 'https://ri-nn.io',
4514
+ shortName: 'ri-nn-testnet',
4515
+ chainId: 219,
4516
+ networkId: 219,
4517
+ explorers: [
4518
+ {
4519
+ name: 'Ri-Nn Testnet Scan',
4520
+ url: 'https://testnet-scan.ri-nn.io',
4521
+ standard: 'EIP3091'
4522
+ }
4523
+ ]
4524
+ },
4487
4525
  {
4488
4526
  name: 'Scalind Testnet',
4489
4527
  chain: 'ETH',
@@ -25765,8 +25803,19 @@ const chainArray = [
25765
25803
  shortName: 'rwachain',
25766
25804
  chainId: 7741,
25767
25805
  networkId: 7741,
25768
- status: 'incubating',
25769
- parent: { type: 'L2', chain: 'eip155-1' }
25806
+ status: 'active',
25807
+ parent: {
25808
+ type: 'L2',
25809
+ chain: 'eip155-8453',
25810
+ bridges: [ { url: 'https://rwa-chain.io/explorer/bridge' } ]
25811
+ },
25812
+ explorers: [
25813
+ {
25814
+ name: 'RWA Chain Explorer',
25815
+ url: 'https://explorer.rwa-chain.io',
25816
+ standard: 'EIP3091'
25817
+ }
25818
+ ]
25770
25819
  },
25771
25820
  {
25772
25821
  name: 'Phron Testnet',
@@ -33000,6 +33049,7 @@ const chainArray = [
33000
33049
  faucets: [],
33001
33050
  nativeCurrency: { name: 'Molibra', symbol: 'MOLI', decimals: 18 },
33002
33051
  infoURL: 'https://molibra.org',
33052
+ icon: 'molibra',
33003
33053
  shortName: 'moli',
33004
33054
  chainId: 20226,
33005
33055
  networkId: 20226,
@@ -33007,7 +33057,7 @@ const chainArray = [
33007
33057
  {
33008
33058
  name: 'Moliscan',
33009
33059
  url: 'https://molibra.org/molibra/moliscan',
33010
- standard: 'none'
33060
+ standard: 'EIP3091'
33011
33061
  }
33012
33062
  ]
33013
33063
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.829",
3
+ "version": "0.0.830",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {