eth-chainlist 0.0.232 → 0.0.233

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.233 (2023-09-12)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.232 ([cdbb5e3](https://github.com/poowf/eth-chainlist/commit/cdbb5e3c6c1acf0d03f655bfb351a1d027958aae))
9
+ * update chain data ([e0a319a](https://github.com/poowf/eth-chainlist/commit/e0a319acb698b545052673eb238b97e038df4daa))
10
+
3
11
  ### 0.0.232 (2023-09-11)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3805,6 +3805,27 @@ const chainArray = [
3805
3805
  }
3806
3806
  ]
3807
3807
  },
3808
+ {
3809
+ name: 'Wyzth Testnet',
3810
+ chain: 'WYZ',
3811
+ rpc: [ 'https://rpc-testnet3.wyzthchain.org/' ],
3812
+ faucets: [],
3813
+ nativeCurrency: { name: 'Wyzth', symbol: 'WYZ', decimals: 18 },
3814
+ features: [ { name: 'EIP155' } ],
3815
+ infoURL: 'https://wyzth.org/',
3816
+ shortName: 'wyz',
3817
+ chainId: 309,
3818
+ networkId: 309,
3819
+ icon: 'wyzth_icon',
3820
+ explorers: [
3821
+ {
3822
+ name: 'wyzth',
3823
+ url: 'http://24.199.108.65:4000',
3824
+ icon: 'wyzth',
3825
+ standard: 'EIP3091'
3826
+ }
3827
+ ]
3828
+ },
3808
3829
  {
3809
3830
  name: 'Omax Mainnet',
3810
3831
  chain: 'OMAX Chain',
@@ -6112,6 +6133,24 @@ const chainArray = [
6112
6133
  chainId: 1001,
6113
6134
  networkId: 1001
6114
6135
  },
6136
+ {
6137
+ name: 'Tectum Emission Token',
6138
+ chain: 'TET',
6139
+ rpc: [ 'https://rpc.softnote.com/' ],
6140
+ faucets: [],
6141
+ nativeCurrency: { name: 'Tectum', symbol: 'TET', decimals: 8 },
6142
+ infoURL: 'https://softnote.com',
6143
+ shortName: 'tet',
6144
+ chainId: 1003,
6145
+ networkId: 1003,
6146
+ explorers: [
6147
+ {
6148
+ name: 'Tectum explorer',
6149
+ url: 'https://explorer.tectum.io',
6150
+ standard: 'none'
6151
+ }
6152
+ ]
6153
+ },
6115
6154
  {
6116
6155
  name: 'T-EKTA',
6117
6156
  title: 'EKTA Testnet T-EKTA',
@@ -7236,39 +7275,45 @@ const chainArray = [
7236
7275
  icon: 'alyx'
7237
7276
  },
7238
7277
  {
7239
- name: 'Aitd Mainnet',
7240
- chain: 'AITD',
7241
- icon: 'aitd',
7242
- rpc: [ 'https://walletrpc.aitd.io', 'https://node.aitd.io' ],
7278
+ name: 'AIA Mainnet',
7279
+ chain: 'AIA',
7280
+ icon: 'aia',
7281
+ rpc: [
7282
+ 'https://aia-dataseed1.aiachain.org',
7283
+ 'https://aia-dataseed2.aiachain.org',
7284
+ 'https://aia-dataseed3.aiachain.org',
7285
+ 'https://aia-dataseed4.aiachain.org'
7286
+ ],
7243
7287
  faucets: [],
7244
- nativeCurrency: { name: 'AITD Mainnet', symbol: 'AITD', decimals: 18 },
7245
- infoURL: 'https://www.aitd.io/',
7246
- shortName: 'aitd',
7288
+ nativeCurrency: { name: 'AIA Mainnet', symbol: 'AIA', decimals: 18 },
7289
+ infoURL: 'https://aiachain.org/',
7290
+ shortName: 'aia',
7247
7291
  chainId: 1319,
7248
7292
  networkId: 1319,
7249
7293
  explorers: [
7250
7294
  {
7251
- name: 'AITD Chain Explorer Mainnet',
7252
- url: 'https://aitd-explorer-new.aitd.io',
7295
+ name: 'AIA Chain Explorer Mainnet',
7296
+ url: 'https://aiascan.com',
7253
7297
  standard: 'EIP3091'
7254
7298
  }
7255
7299
  ]
7256
7300
  },
7257
7301
  {
7258
- name: 'Aitd Testnet',
7259
- chain: 'AITD',
7260
- icon: 'aitd',
7261
- rpc: [ 'http://http-testnet.aitd.io' ],
7262
- faucets: [ 'https://aitd-faucet-pre.aitdcoin.com/' ],
7263
- nativeCurrency: { name: 'AITD Testnet', symbol: 'AITD', decimals: 18 },
7264
- infoURL: 'https://www.aitd.io/',
7265
- shortName: 'aitdtestnet',
7302
+ name: 'AIA Testnet',
7303
+ chain: 'AIA',
7304
+ icon: 'aia',
7305
+ rpc: [ 'https://aia-dataseed1-testnet.aiachain.org' ],
7306
+ faucets: [ 'https://aia-faucet-testnet.aiachain.org' ],
7307
+ nativeCurrency: { name: 'AIA Testnet', symbol: 'AIA', decimals: 18 },
7308
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
7309
+ infoURL: 'https://aiachain.org',
7310
+ shortName: 'aiatestnet',
7266
7311
  chainId: 1320,
7267
7312
  networkId: 1320,
7268
7313
  explorers: [
7269
7314
  {
7270
- name: 'AITD Chain Explorer Testnet',
7271
- url: 'https://block-explorer-testnet.aitd.io',
7315
+ name: 'AIA Chain Explorer Testnet',
7316
+ url: 'https://testnet.aiascan.com',
7272
7317
  standard: 'EIP3091'
7273
7318
  }
7274
7319
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.232",
3
+ "version": "0.0.233",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {