eth-chainlist 0.0.491 → 0.0.493

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.493 (2024-09-14)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.492 ([aeb46b6](https://github.com/poowf/eth-chainlist/commit/aeb46b68e5198786b3f976f483c3f9475f0aef69))
9
+ * update chain data ([17910ba](https://github.com/poowf/eth-chainlist/commit/17910ba604d51ec6e57ac6510d5fffaec822686d))
10
+
11
+ ### 0.0.492 (2024-09-13)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.491 ([54cb191](https://github.com/poowf/eth-chainlist/commit/54cb191b1631676f4370b98afdd15cf17201c2ea))
17
+ * update chain data ([93d70f7](https://github.com/poowf/eth-chainlist/commit/93d70f7dc51643cb4cf1b751875e047639033e9a))
18
+
3
19
  ### 0.0.491 (2024-09-12)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -10138,6 +10138,26 @@ const chainArray = [
10138
10138
  }
10139
10139
  ]
10140
10140
  },
10141
+ {
10142
+ name: 'Metacces Testnet',
10143
+ chain: 'Metacces Testnet',
10144
+ icon: 'metacces',
10145
+ rpc: [ 'https://tapi.accesscan.io' ],
10146
+ faucets: [],
10147
+ nativeCurrency: { name: 'Metacces', symbol: 'ACCES', decimals: 18 },
10148
+ infoURL: 'https://metacces.com',
10149
+ shortName: 'ACCESt',
10150
+ chainId: 1260,
10151
+ networkId: 1260,
10152
+ explorers: [
10153
+ {
10154
+ name: 'accesscan',
10155
+ url: 'https://testnet.accesscan.io',
10156
+ icon: 'metacces',
10157
+ standard: 'EIP3091'
10158
+ }
10159
+ ]
10160
+ },
10141
10161
  {
10142
10162
  name: 'HALO Mainnet',
10143
10163
  chain: 'HALO',
@@ -13104,6 +13124,26 @@ const chainArray = [
13104
13124
  }
13105
13125
  ]
13106
13126
  },
13127
+ {
13128
+ name: 'Metacces Mainnet',
13129
+ chain: 'Metacces Mainnet',
13130
+ icon: 'metacces',
13131
+ rpc: [ 'https://oli.accesscan.io' ],
13132
+ faucets: [],
13133
+ nativeCurrency: { name: 'Metacces', symbol: 'ACCES', decimals: 18 },
13134
+ infoURL: 'https://metacces.com',
13135
+ shortName: 'ACCES',
13136
+ chainId: 2071,
13137
+ networkId: 2071,
13138
+ explorers: [
13139
+ {
13140
+ name: 'accesscan',
13141
+ url: 'https://accesscan.io',
13142
+ icon: 'metacces',
13143
+ standard: 'EIP3091'
13144
+ }
13145
+ ]
13146
+ },
13107
13147
  {
13108
13148
  name: 'Quokkacoin Mainnet',
13109
13149
  chain: 'Qkacoin',
@@ -18355,6 +18395,25 @@ const chainArray = [
18355
18395
  }
18356
18396
  ]
18357
18397
  },
18398
+ {
18399
+ name: 'Mtt Mainnet',
18400
+ chain: 'MTT',
18401
+ rpc: [ 'https://evm-rpc.mtt.network' ],
18402
+ faucets: [],
18403
+ nativeCurrency: { name: 'Mtt mainnet native coin', symbol: 'MTT', decimals: 18 },
18404
+ infoURL: 'https://mtt.network',
18405
+ shortName: 'mtt-mainnet',
18406
+ chainId: 6880,
18407
+ networkId: 6880,
18408
+ icon: 'mttnetwork',
18409
+ explorers: [
18410
+ {
18411
+ name: 'Mtt explorer',
18412
+ url: 'https://explorer.mtt.network',
18413
+ standard: 'EIP3091'
18414
+ }
18415
+ ]
18416
+ },
18358
18417
  {
18359
18418
  name: 'Laika Mainnet',
18360
18419
  chain: 'LAIKA',
@@ -19344,6 +19403,28 @@ const chainArray = [
19344
19403
  }
19345
19404
  ]
19346
19405
  },
19406
+ {
19407
+ name: 'iSunCoin Mainnet',
19408
+ chain: 'iSunCoin',
19409
+ icon: 'isuncoin',
19410
+ rpc: [ 'https://mainnet.isuncoin.com' ],
19411
+ faucets: [],
19412
+ nativeCurrency: { name: 'ISC', symbol: 'ISC', decimals: 18 },
19413
+ infoURL: 'https://isuncoin.com',
19414
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
19415
+ shortName: 'isc',
19416
+ chainId: 8017,
19417
+ networkId: 8017,
19418
+ slip44: 8017,
19419
+ explorers: [
19420
+ {
19421
+ name: 'iSunCoin Explorer',
19422
+ icon: 'isuncoin',
19423
+ url: 'https://baifa.io/app/chains/8017',
19424
+ standard: 'none'
19425
+ }
19426
+ ]
19427
+ },
19347
19428
  {
19348
19429
  name: 'MDGL Testnet',
19349
19430
  chain: 'MDGL',
@@ -25096,7 +25177,7 @@ const chainArray = [
25096
25177
  name: 'Bitgert Mainnet',
25097
25178
  chain: 'Brise',
25098
25179
  rpc: [
25099
- 'https://rpc.icecreamswap.com',
25180
+ 'https://rpc-bitgert.icecreamswap.com',
25100
25181
  'https://mainnet-rpc.brisescan.com',
25101
25182
  'https://chainrpc.com',
25102
25183
  'https://serverrpc.com'
@@ -25837,8 +25918,8 @@ const chainArray = [
25837
25918
  ]
25838
25919
  },
25839
25920
  {
25840
- name: 'AssetChain Testnet',
25841
- chain: 'RWA',
25921
+ name: 'Asset Chain Testnet',
25922
+ chain: 'Asset Chain',
25842
25923
  rpc: [ 'https://enugu-rpc.assetchain.org' ],
25843
25924
  faucets: [ 'https://faucet.assetchain.org' ],
25844
25925
  nativeCurrency: { name: 'Real World Asset', symbol: 'RWA', decimals: 18 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.491",
3
+ "version": "0.0.493",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {