eth-chainlist 0.0.786 → 0.0.787

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.787 (2026-06-04)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.786 ([ce2ff5c](https://github.com/poowf/eth-chainlist/commit/ce2ff5ce003a234b0fc39c8e9f95850d06c1620e))
9
+ * update chain data ([ec4f33f](https://github.com/poowf/eth-chainlist/commit/ec4f33ff494e43a45fc8b076f451ebeb7771a08c))
10
+
3
11
  ### 0.0.786 (2026-06-03)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -13080,9 +13080,9 @@ const chainArray = [
13080
13080
  chain: 'Elysium',
13081
13081
  rpc: [ 'https://rpc.elysiumchain.tech', 'https://rpc.elysiumchain.us' ],
13082
13082
  faucets: [ 'https://faucet.elysiumchain.tech' ],
13083
- nativeCurrency: { name: 'ELY', symbol: 'ELY', decimals: 18 },
13083
+ nativeCurrency: { name: 'PYR', symbol: 'PYR', decimals: 18 },
13084
13084
  infoURL: 'https://elysiumchain.tech/',
13085
- shortName: 'ELY',
13085
+ shortName: 'PYR',
13086
13086
  chainId: 1339,
13087
13087
  networkId: 1339,
13088
13088
  icon: 'elysium',
@@ -18041,6 +18041,28 @@ const chainArray = [
18041
18041
  networkId: 2512,
18042
18042
  status: 'incubating'
18043
18043
  },
18044
+ {
18045
+ name: 'SVPChain Testnet',
18046
+ chain: 'SVP',
18047
+ rpc: [
18048
+ 'https://svp-dataseed1-testnet.svpchain.org',
18049
+ 'https://svp-dataseed2-testnet.svpchain.org',
18050
+ 'https://svp-dataseed3-testnet.svpchain.org'
18051
+ ],
18052
+ faucets: [],
18053
+ nativeCurrency: { name: 'SVP Token', symbol: 'SVP', decimals: 18 },
18054
+ infoURL: 'https://svpchain.org',
18055
+ shortName: 'svptest',
18056
+ chainId: 2517,
18057
+ networkId: 2517,
18058
+ explorers: [
18059
+ {
18060
+ name: 'blockscout',
18061
+ url: 'https://explorer.svpchain.com',
18062
+ standard: 'EIP3091'
18063
+ }
18064
+ ]
18065
+ },
18044
18066
  {
18045
18067
  name: 'Fraxtal Testnet',
18046
18068
  chain: 'FRAX',
@@ -21047,7 +21069,7 @@ const chainArray = [
21047
21069
  rpc: [ 'https://testnet-rpc.ikchain.net' ],
21048
21070
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
21049
21071
  faucets: [ 'https://testnet-explorer.ikchain.net' ],
21050
- nativeCurrency: { name: 'IKCrypto', symbol: 'IKCr', decimals: 18 },
21072
+ nativeCurrency: { name: 'IKToken', symbol: 'IKTokn', decimals: 18 },
21051
21073
  infoURL: 'https://ikchain.net',
21052
21074
  shortName: 'ikchain-testnet',
21053
21075
  chainId: 4270,
@@ -30613,6 +30635,27 @@ const chainArray = [
30613
30635
  }
30614
30636
  ]
30615
30637
  },
30638
+ {
30639
+ name: 'NirmalX Smart Chain',
30640
+ chain: 'NRXN',
30641
+ icon: 'nrxn',
30642
+ rpc: [ 'https://rpc.nirmalxscan.com' ],
30643
+ features: [ { name: 'EIP155' } ],
30644
+ faucets: [],
30645
+ nativeCurrency: { name: 'NirmalX Nova', symbol: 'NRXN', decimals: 18 },
30646
+ infoURL: 'https://nirmalxscan.com/',
30647
+ shortName: 'nrxn',
30648
+ chainId: 15526,
30649
+ networkId: 15526,
30650
+ explorers: [
30651
+ {
30652
+ name: 'NirmalX Explorer',
30653
+ url: 'https://nirmalxscan.com',
30654
+ icon: 'nrxn',
30655
+ standard: 'EIP3091'
30656
+ }
30657
+ ]
30658
+ },
30616
30659
  {
30617
30660
  name: 'LoopNetwork Mainnet',
30618
30661
  chain: 'LoopNetwork',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.786",
3
+ "version": "0.0.787",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {