eth-chainlist 0.0.734 → 0.0.735

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.735 (2026-02-18)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.734 ([664772f](https://github.com/poowf/eth-chainlist/commit/664772f72ad4e9249e2cd1d002f2aafe157c6ddb))
9
+ * update chain data ([767e8a5](https://github.com/poowf/eth-chainlist/commit/767e8a549bbdd76b6a1167ecb5ddab875c645f52))
10
+
3
11
  ### 0.0.734 (2026-02-06)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -12120,6 +12120,30 @@ const chainArray = [
12120
12120
  }
12121
12121
  ]
12122
12122
  },
12123
+ {
12124
+ name: 'Irys Testnet V1',
12125
+ chain: 'IRYS',
12126
+ rpc: [
12127
+ 'https://testnet-rpc.irys.xyz/v1/execution-rpc',
12128
+ 'https://testnet-rpc-2.irys.xyz/v1/execution-rpc'
12129
+ ],
12130
+ faucets: [],
12131
+ nativeCurrency: { name: 'Irys', symbol: 'IRYS', decimals: 18 },
12132
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
12133
+ infoURL: 'https://irys.xyz',
12134
+ shortName: 'irys-testnet-v1',
12135
+ chainId: 1270,
12136
+ networkId: 1270,
12137
+ icon: 'irys',
12138
+ explorers: [
12139
+ {
12140
+ name: 'Irys Testnet Explorer',
12141
+ url: 'https://testnet-explorer.irys.xyz',
12142
+ icon: 'irys',
12143
+ standard: 'none'
12144
+ }
12145
+ ]
12146
+ },
12123
12147
  {
12124
12148
  name: 'HALO Mainnet',
12125
12149
  chain: 'HALO',
@@ -15553,6 +15577,7 @@ const chainArray = [
15553
15577
  shortName: 'ron',
15554
15578
  chainId: 2020,
15555
15579
  networkId: 2020,
15580
+ icon: 'ronin',
15556
15581
  redFlags: [ 'reusedChainId' ],
15557
15582
  explorers: [
15558
15583
  {
@@ -18507,7 +18532,10 @@ const chainArray = [
18507
18532
  {
18508
18533
  name: 'Irys Mainnet Beta',
18509
18534
  chain: 'IRYS',
18510
- rpc: [ 'https://mainnet-beta-rpc.irys.xyz/v1/execution-rpc' ],
18535
+ rpc: [
18536
+ 'https://mainnet-beta-rpc.irys.xyz/v1/execution-rpc',
18537
+ 'https://mainnet-beta-rpc-2.irys.xyz/v1/execution-rpc'
18538
+ ],
18511
18539
  faucets: [],
18512
18540
  nativeCurrency: { name: 'Irys', symbol: 'IRYS', decimals: 18 },
18513
18541
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
@@ -32760,6 +32788,56 @@ const chainArray = [
32760
32788
  }
32761
32789
  ]
32762
32790
  },
32791
+ {
32792
+ name: 'AMA Testnet',
32793
+ chain: 'AMA',
32794
+ rpc: [ 'https://testnet-rpc.ama.one' ],
32795
+ faucets: [ 'https://mcp.ama.one/testnet-faucet' ],
32796
+ nativeCurrency: { name: 'AMA', symbol: 'AMA', decimals: 9 },
32797
+ infoURL: 'https://ama.one',
32798
+ shortName: 'AMA-TESTNET',
32799
+ chainId: 36968,
32800
+ networkId: 36968,
32801
+ slip44: 1,
32802
+ status: 'incubating',
32803
+ explorers: [
32804
+ {
32805
+ name: 'AMA Explorer Testnet',
32806
+ url: 'https://testnet-ama.ddns.net',
32807
+ standard: 'none'
32808
+ },
32809
+ {
32810
+ name: 'AMA Explorer Testnet Alt',
32811
+ url: 'https://testnet.explorer.ama.one',
32812
+ standard: 'none'
32813
+ }
32814
+ ]
32815
+ },
32816
+ {
32817
+ name: 'AMA Mainnet',
32818
+ chain: 'AMA',
32819
+ rpc: [ 'https://mainnet-rpc.ama.one' ],
32820
+ faucets: [],
32821
+ nativeCurrency: { name: 'AMA', symbol: 'AMA', decimals: 9 },
32822
+ infoURL: 'https://ama.one',
32823
+ shortName: 'AMA',
32824
+ chainId: 36969,
32825
+ networkId: 36969,
32826
+ slip44: 36969,
32827
+ status: 'active',
32828
+ explorers: [
32829
+ {
32830
+ name: 'AMA Explorer Mainnet',
32831
+ url: 'https://ama-explorer.ddns.net',
32832
+ standard: 'none'
32833
+ },
32834
+ {
32835
+ name: 'AMA Explorer Mainnet Alt',
32836
+ url: 'https://explorer.ama.one',
32837
+ standard: 'none'
32838
+ }
32839
+ ]
32840
+ },
32763
32841
  {
32764
32842
  name: 'Lens Testnet',
32765
32843
  title: 'Lens Network Sepolia Testnet',
@@ -41379,6 +41457,38 @@ const chainArray = [
41379
41457
  }
41380
41458
  ]
41381
41459
  },
41460
+ {
41461
+ name: 'Ronin Saigon Testnet',
41462
+ chain: 'ronin',
41463
+ rpc: [
41464
+ 'https://saigon-testnet.roninchain.com/rpc',
41465
+ 'https://ronin-saigon.drpc.org'
41466
+ ],
41467
+ faucets: [ 'https://faucet.roninchain.com/' ],
41468
+ nativeCurrency: { name: 'Ronin', symbol: 'RON', decimals: 18 },
41469
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
41470
+ infoURL: 'https://roninchain.com',
41471
+ shortName: 'ronin-saigon',
41472
+ chainId: 202601,
41473
+ networkId: 202601,
41474
+ icon: 'ronin',
41475
+ explorers: [
41476
+ {
41477
+ name: 'Ronin Saigon Explorer',
41478
+ url: 'https://saigon-explorer.roninchain.com',
41479
+ standard: 'EIP3091'
41480
+ }
41481
+ ],
41482
+ parent: {
41483
+ type: 'L2',
41484
+ chain: 'eip155-11155111',
41485
+ bridges: [
41486
+ {
41487
+ url: 'https://saigon-testnet-cc58e966ql-f24a704b3d708471.testnets.rollbridge.app/'
41488
+ }
41489
+ ]
41490
+ }
41491
+ },
41382
41492
  {
41383
41493
  name: 'Jellie',
41384
41494
  title: 'Twala Testnet Jellie',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.734",
3
+ "version": "0.0.735",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {