eth-chainlist 0.0.746 → 0.0.747

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.747 (2026-04-01)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.746 ([db3b2fc](https://github.com/poowf/eth-chainlist/commit/db3b2fcf6a1e60cf6eaec4e5221fc20047e43c7f))
9
+ * update chain data ([a16431c](https://github.com/poowf/eth-chainlist/commit/a16431ca9730058881533a9eab9885c57a61a1ad))
10
+
3
11
  ### 0.0.746 (2026-03-30)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -15849,6 +15849,28 @@ const chainArray = [
15849
15849
  }
15850
15850
  ]
15851
15851
  },
15852
+ {
15853
+ name: 'ArmaChain Testnet',
15854
+ chain: 'ARMA',
15855
+ rpc: [ 'https://rpc.armascan.io' ],
15856
+ faucets: [ 'https://armafaucet.io' ],
15857
+ nativeCurrency: { name: 'tARMA', symbol: 'tARMA', decimals: 18 },
15858
+ features: [ { name: 'EIP155' } ],
15859
+ infoURL: 'https://armadex.io',
15860
+ shortName: 'arma-testnet',
15861
+ chainId: 2028,
15862
+ networkId: 2028,
15863
+ slip44: 1,
15864
+ icon: 'armachain',
15865
+ explorers: [
15866
+ {
15867
+ name: 'ArmaScan',
15868
+ url: 'https://armascan.io',
15869
+ icon: 'armachain',
15870
+ standard: 'EIP3091'
15871
+ }
15872
+ ]
15873
+ },
15852
15874
  {
15853
15875
  name: 'Centrifuge',
15854
15876
  chain: 'CFG',
@@ -37182,6 +37204,27 @@ const chainArray = [
37182
37204
  nativeCurrency: { name: 'tNXRA', symbol: 'tNXRA', decimals: 18 },
37183
37205
  explorers: []
37184
37206
  },
37207
+ {
37208
+ name: 'Radius Test Network',
37209
+ chain: 'RADIUS',
37210
+ rpc: [ 'https://rpc.testnet.radiustech.xyz' ],
37211
+ faucets: [ 'https://testnet.radiustech.xyz/wallet/' ],
37212
+ nativeCurrency: { name: 'Radius USD', symbol: 'RUSD', decimals: 18 },
37213
+ infoURL: 'https://testnet.radiustech.xyz',
37214
+ shortName: 'radius-network-testnet',
37215
+ chainId: 72344,
37216
+ networkId: 72344,
37217
+ icon: 'rad',
37218
+ slip44: 1,
37219
+ explorers: [
37220
+ {
37221
+ name: 'Radius Test Network Explorer',
37222
+ url: 'https://testnet.radiustech.xyz',
37223
+ standard: 'none'
37224
+ }
37225
+ ],
37226
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
37227
+ },
37185
37228
  {
37186
37229
  name: 'CAGA crypto Ankara testnet',
37187
37230
  chain: 'Ankara',
@@ -38217,6 +38260,27 @@ const chainArray = [
38217
38260
  }
38218
38261
  ]
38219
38262
  },
38263
+ {
38264
+ name: 'Pylun Testnet',
38265
+ chain: 'PYLUN',
38266
+ icon: 'pylun',
38267
+ rpc: [ 'https://rpc.pylun.network', 'wss://ws.pylun.network' ],
38268
+ faucets: [ 'https://faucet.pylun.network' ],
38269
+ nativeCurrency: { name: 'PYLUN', symbol: 'PYLUN', decimals: 18 },
38270
+ infoURL: 'https://pylun.network',
38271
+ shortName: 'pylun',
38272
+ chainId: 82716,
38273
+ networkId: 82716,
38274
+ slip44: 60,
38275
+ explorers: [
38276
+ {
38277
+ name: 'PylunScan',
38278
+ url: 'https://explorer.pylun.network',
38279
+ standard: 'EIP3091'
38280
+ }
38281
+ ],
38282
+ status: 'active'
38283
+ },
38220
38284
  {
38221
38285
  name: 'Xprotocol Testnet',
38222
38286
  chainId: 83144,
@@ -45077,6 +45141,26 @@ const chainArray = [
45077
45141
  }
45078
45142
  ]
45079
45143
  },
45144
+ {
45145
+ name: 'Radius Network',
45146
+ chain: 'RADIUS',
45147
+ rpc: [ 'https://rpc.radiustech.xyz' ],
45148
+ faucets: [],
45149
+ nativeCurrency: { name: 'Radius USD', symbol: 'RUSD', decimals: 18 },
45150
+ infoURL: 'https://network.radiustech.xyz/',
45151
+ shortName: 'radius',
45152
+ chainId: 723487,
45153
+ networkId: 723487,
45154
+ icon: 'rad',
45155
+ explorers: [
45156
+ {
45157
+ name: 'Radius Network Explorer',
45158
+ url: 'https://network.radiustech.xyz',
45159
+ standard: 'none'
45160
+ }
45161
+ ],
45162
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
45163
+ },
45080
45164
  {
45081
45165
  name: 'bokuto',
45082
45166
  chain: 'bokuto',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.746",
3
+ "version": "0.0.747",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {