eth-chainlist 0.0.830 → 0.0.831

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.831 (2026-09-09)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.830 ([cb8288f](https://github.com/poowf/eth-chainlist/commit/cb8288f9463d883bc2af44f0a708d45707090471))
9
+ * update chain data ([cc0555a](https://github.com/poowf/eth-chainlist/commit/cc0555a99e9491e43d072c85e8b8c91af5662ce1))
10
+
3
11
  ### 0.0.830 (2026-09-08)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -11628,6 +11628,25 @@ const chainArray = [
11628
11628
  }
11629
11629
  ]
11630
11630
  },
11631
+ {
11632
+ name: 'Vordium',
11633
+ chain: 'VORD',
11634
+ icon: 'vordium',
11635
+ rpc: [ 'https://rpc.vordium.com' ],
11636
+ faucets: [],
11637
+ nativeCurrency: { name: 'Vordium', symbol: 'VORD', decimals: 18 },
11638
+ infoURL: 'https://vordium.com',
11639
+ shortName: 'vord',
11640
+ chainId: 1110,
11641
+ networkId: 1110,
11642
+ explorers: [
11643
+ {
11644
+ name: 'vordscan',
11645
+ url: 'https://vordscan.io',
11646
+ standard: 'EIP3091'
11647
+ }
11648
+ ]
11649
+ },
11631
11650
  {
11632
11651
  name: 'WEMIX3.0 Mainnet',
11633
11652
  chain: 'WEMIX',
@@ -28387,6 +28406,24 @@ const chainArray = [
28387
28406
  }
28388
28407
  ]
28389
28408
  },
28409
+ {
28410
+ name: 'Rabbit Chain Testnet',
28411
+ chain: 'RAB',
28412
+ rpc: [ 'https://rpc-testnet.rabbitchain.org' ],
28413
+ faucets: [ 'https://rabbitchain.org/platform/faucet' ],
28414
+ nativeCurrency: { name: 'Test RAB', symbol: 'tRAB', decimals: 18 },
28415
+ infoURL: 'https://rabbitchain.org',
28416
+ shortName: 'rabt',
28417
+ chainId: 9280,
28418
+ networkId: 9280,
28419
+ explorers: [
28420
+ {
28421
+ name: 'Rabbit Chain Testnet Explorer',
28422
+ url: 'https://explorer-testnet.rabbitchain.org',
28423
+ standard: 'EIP3091'
28424
+ }
28425
+ ]
28426
+ },
28390
28427
  {
28391
28428
  name: 'Galactica-Reticulum',
28392
28429
  chain: 'Galactica Testnet',
@@ -40093,6 +40130,30 @@ const chainArray = [
40093
40130
  }
40094
40131
  ]
40095
40132
  },
40133
+ {
40134
+ name: 'SELEMAN Chain',
40135
+ chain: 'SMN',
40136
+ rpc: [
40137
+ 'https://seleman.monarcaproject.com/rpc',
40138
+ 'https://seleman-edge.mineriafjs.workers.dev/rpc',
40139
+ 'wss://seleman-ws.monarcaproject.com'
40140
+ ],
40141
+ faucets: [ 'https://seleman.monarcaproject.com/trust-wallet' ],
40142
+ nativeCurrency: { name: 'SELEMAN', symbol: 'SMN', decimals: 18 },
40143
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
40144
+ infoURL: 'https://seleman.monarcaproject.com/seleman-chain',
40145
+ shortName: 'seleman',
40146
+ chainId: 73571,
40147
+ networkId: 73571,
40148
+ slip44: 73571,
40149
+ explorers: [
40150
+ {
40151
+ name: 'seleman',
40152
+ url: 'https://seleman.monarcaproject.com',
40153
+ standard: 'EIP3091'
40154
+ }
40155
+ ]
40156
+ },
40096
40157
  {
40097
40158
  name: 'NV-CHAIN',
40098
40159
  chain: 'NVC',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.830",
3
+ "version": "0.0.831",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {