eth-chainlist 0.0.746 → 0.0.748

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.748 (2026-04-02)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.747 ([dd789ae](https://github.com/poowf/eth-chainlist/commit/dd789ae4eff5781d83be23a0d765b585d3673e3e))
9
+ * update chain data ([e69169f](https://github.com/poowf/eth-chainlist/commit/e69169f61b38438df91e41451c948b6273599e1e))
10
+
11
+ ### 0.0.747 (2026-04-01)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.746 ([db3b2fc](https://github.com/poowf/eth-chainlist/commit/db3b2fcf6a1e60cf6eaec4e5221fc20047e43c7f))
17
+ * update chain data ([a16431c](https://github.com/poowf/eth-chainlist/commit/a16431ca9730058881533a9eab9885c57a61a1ad))
18
+
3
19
  ### 0.0.746 (2026-03-30)
4
20
 
5
21
 
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',
@@ -26874,6 +26896,22 @@ const chainArray = [
26874
26896
  }
26875
26897
  ]
26876
26898
  },
26899
+ {
26900
+ name: 'Nepachain',
26901
+ chain: 'Nepachain',
26902
+ faucets: [],
26903
+ rpc: [
26904
+ 'https://network.nepachain.org',
26905
+ 'https://network.nepachain.com'
26906
+ ],
26907
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP2930' } ],
26908
+ nativeCurrency: { name: 'Nepacoin', symbol: 'NPC', decimals: 18 },
26909
+ infoURL: 'https://docs.nepachain.org/',
26910
+ shortName: 'Nepachain',
26911
+ chainId: 9770,
26912
+ networkId: 9770,
26913
+ explorers: []
26914
+ },
26877
26915
  {
26878
26916
  name: 'PepeNetwork Mainnet',
26879
26917
  chain: 'PepeNetwork',
@@ -30738,6 +30776,66 @@ const chainArray = [
30738
30776
  ],
30739
30777
  infoURL: 'https://www.camelark.com'
30740
30778
  },
30779
+ {
30780
+ name: 'Mandala Chain',
30781
+ chain: 'MANDALA',
30782
+ icon: 'mandala',
30783
+ rpc: [ 'https://rpc1-mainnet.mandalachain.io' ],
30784
+ faucets: [],
30785
+ nativeCurrency: { name: 'Kepeng', symbol: 'KPG', decimals: 18 },
30786
+ infoURL: 'https://mandalachain.io',
30787
+ shortName: 'mandala',
30788
+ chainId: 20010,
30789
+ networkId: 20010,
30790
+ explorers: [
30791
+ {
30792
+ name: 'Blockscout',
30793
+ url: 'https://explorer.mandalachain.io',
30794
+ icon: 'blockscout',
30795
+ standard: 'EIP3091'
30796
+ }
30797
+ ],
30798
+ parent: {
30799
+ type: 'L2',
30800
+ chain: 'eip155-1',
30801
+ bridges: [
30802
+ {
30803
+ url: 'https://portal.arbitrum.io/bridge?destinationChain=mandala-chain&sanitized=true&sourceChain=ethereum'
30804
+ }
30805
+ ]
30806
+ },
30807
+ status: 'active'
30808
+ },
30809
+ {
30810
+ name: 'Mandala Chain Testnet',
30811
+ chain: 'MANDALA',
30812
+ icon: 'mandala',
30813
+ rpc: [ 'https://rpc1-testnet.mandalachain.io' ],
30814
+ faucets: [ 'https://dripper.mandalachain.io' ],
30815
+ nativeCurrency: { name: 'Kepeng Test', symbol: 'KPGT', decimals: 18 },
30816
+ infoURL: 'https://mandalachain.io',
30817
+ shortName: 'mandala-testnet',
30818
+ chainId: 20011,
30819
+ networkId: 20011,
30820
+ explorers: [
30821
+ {
30822
+ name: 'Blockscout',
30823
+ url: 'https://explorer.testnet.mandalachain.io',
30824
+ icon: 'blockscout',
30825
+ standard: 'EIP3091'
30826
+ }
30827
+ ],
30828
+ parent: {
30829
+ type: 'L2',
30830
+ chain: 'eip155-11155111',
30831
+ bridges: [
30832
+ {
30833
+ url: 'https://portal.arbitrum.io/bridge?destinationChain=mandala-chain-testnet&sanitized=true&sourceChain=sepolia'
30834
+ }
30835
+ ]
30836
+ },
30837
+ status: 'active'
30838
+ },
30741
30839
  {
30742
30840
  name: 'Niza Chain Mainnet',
30743
30841
  chain: 'NIZA',
@@ -37182,6 +37280,27 @@ const chainArray = [
37182
37280
  nativeCurrency: { name: 'tNXRA', symbol: 'tNXRA', decimals: 18 },
37183
37281
  explorers: []
37184
37282
  },
37283
+ {
37284
+ name: 'Radius Test Network',
37285
+ chain: 'RADIUS',
37286
+ rpc: [ 'https://rpc.testnet.radiustech.xyz' ],
37287
+ faucets: [ 'https://testnet.radiustech.xyz/wallet/' ],
37288
+ nativeCurrency: { name: 'Radius USD', symbol: 'RUSD', decimals: 18 },
37289
+ infoURL: 'https://testnet.radiustech.xyz',
37290
+ shortName: 'radius-network-testnet',
37291
+ chainId: 72344,
37292
+ networkId: 72344,
37293
+ icon: 'rad',
37294
+ slip44: 1,
37295
+ explorers: [
37296
+ {
37297
+ name: 'Radius Test Network Explorer',
37298
+ url: 'https://testnet.radiustech.xyz',
37299
+ standard: 'none'
37300
+ }
37301
+ ],
37302
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
37303
+ },
37185
37304
  {
37186
37305
  name: 'CAGA crypto Ankara testnet',
37187
37306
  chain: 'Ankara',
@@ -38217,6 +38336,27 @@ const chainArray = [
38217
38336
  }
38218
38337
  ]
38219
38338
  },
38339
+ {
38340
+ name: 'Pylun Testnet',
38341
+ chain: 'PYLUN',
38342
+ icon: 'pylun',
38343
+ rpc: [ 'https://rpc.pylun.network', 'wss://ws.pylun.network' ],
38344
+ faucets: [ 'https://faucet.pylun.network' ],
38345
+ nativeCurrency: { name: 'PYLUN', symbol: 'PYLUN', decimals: 18 },
38346
+ infoURL: 'https://pylun.network',
38347
+ shortName: 'pylun',
38348
+ chainId: 82716,
38349
+ networkId: 82716,
38350
+ slip44: 60,
38351
+ explorers: [
38352
+ {
38353
+ name: 'PylunScan',
38354
+ url: 'https://explorer.pylun.network',
38355
+ standard: 'EIP3091'
38356
+ }
38357
+ ],
38358
+ status: 'active'
38359
+ },
38220
38360
  {
38221
38361
  name: 'Xprotocol Testnet',
38222
38362
  chainId: 83144,
@@ -38756,6 +38896,18 @@ const chainArray = [
38756
38896
  }
38757
38897
  ]
38758
38898
  },
38899
+ {
38900
+ name: 'JAMIROQU.AI',
38901
+ chain: 'INSAN',
38902
+ rpc: [],
38903
+ faucets: [],
38904
+ nativeCurrency: { name: 'INSAN', symbol: 'INSAN', decimals: 18 },
38905
+ infoURL: 'https://www.jamiroqu.ai',
38906
+ shortName: 'insan',
38907
+ chainId: 89001,
38908
+ networkId: 89001,
38909
+ status: 'incubating'
38910
+ },
38759
38911
  {
38760
38912
  name: 'Pundi AIFX Omnilayer Testnet',
38761
38913
  chain: 'PUNDIAI',
@@ -45077,6 +45229,26 @@ const chainArray = [
45077
45229
  }
45078
45230
  ]
45079
45231
  },
45232
+ {
45233
+ name: 'Radius Network',
45234
+ chain: 'RADIUS',
45235
+ rpc: [ 'https://rpc.radiustech.xyz' ],
45236
+ faucets: [],
45237
+ nativeCurrency: { name: 'Radius USD', symbol: 'RUSD', decimals: 18 },
45238
+ infoURL: 'https://network.radiustech.xyz/',
45239
+ shortName: 'radius',
45240
+ chainId: 723487,
45241
+ networkId: 723487,
45242
+ icon: 'rad',
45243
+ explorers: [
45244
+ {
45245
+ name: 'Radius Network Explorer',
45246
+ url: 'https://network.radiustech.xyz',
45247
+ standard: 'none'
45248
+ }
45249
+ ],
45250
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
45251
+ },
45080
45252
  {
45081
45253
  name: 'bokuto',
45082
45254
  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.748",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {