eth-chainlist 0.0.492 → 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,13 @@
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
+
3
11
  ### 0.0.492 (2024-09-13)
4
12
 
5
13
 
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',
@@ -25118,7 +25177,7 @@ const chainArray = [
25118
25177
  name: 'Bitgert Mainnet',
25119
25178
  chain: 'Brise',
25120
25179
  rpc: [
25121
- 'https://rpc.icecreamswap.com',
25180
+ 'https://rpc-bitgert.icecreamswap.com',
25122
25181
  'https://mainnet-rpc.brisescan.com',
25123
25182
  'https://chainrpc.com',
25124
25183
  'https://serverrpc.com'
@@ -25859,8 +25918,8 @@ const chainArray = [
25859
25918
  ]
25860
25919
  },
25861
25920
  {
25862
- name: 'AssetChain Testnet',
25863
- chain: 'RWA',
25921
+ name: 'Asset Chain Testnet',
25922
+ chain: 'Asset Chain',
25864
25923
  rpc: [ 'https://enugu-rpc.assetchain.org' ],
25865
25924
  faucets: [ 'https://faucet.assetchain.org' ],
25866
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.492",
3
+ "version": "0.0.493",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {