eth-chainlist 0.0.492 → 0.0.494
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/data/chain.js +63 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.494 (2024-09-16)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.493 ([ac7406a](https://github.com/poowf/eth-chainlist/commit/ac7406ab2294bd1dd7f9e227c833aceb909edf0d))
|
9
|
+
* update chain data ([21653a7](https://github.com/poowf/eth-chainlist/commit/21653a798e21e06590a53cac6271aea097bb25b0))
|
10
|
+
|
11
|
+
### 0.0.493 (2024-09-14)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.492 ([aeb46b6](https://github.com/poowf/eth-chainlist/commit/aeb46b68e5198786b3f976f483c3f9475f0aef69))
|
17
|
+
* update chain data ([17910ba](https://github.com/poowf/eth-chainlist/commit/17910ba604d51ec6e57ac6510d5fffaec822686d))
|
18
|
+
|
3
19
|
### 0.0.492 (2024-09-13)
|
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',
|
@@ -14179,6 +14219,7 @@ const chainArray = [
|
|
14179
14219
|
shortName: '6do',
|
14180
14220
|
chainId: 2477,
|
14181
14221
|
networkId: 2477,
|
14222
|
+
icon: '6do',
|
14182
14223
|
explorers: [
|
14183
14224
|
{
|
14184
14225
|
name: '6Degree Chain Explorer',
|
@@ -18355,6 +18396,25 @@ const chainArray = [
|
|
18355
18396
|
}
|
18356
18397
|
]
|
18357
18398
|
},
|
18399
|
+
{
|
18400
|
+
name: 'Mtt Mainnet',
|
18401
|
+
chain: 'MTT',
|
18402
|
+
rpc: [ 'https://evm-rpc.mtt.network' ],
|
18403
|
+
faucets: [],
|
18404
|
+
nativeCurrency: { name: 'Mtt mainnet native coin', symbol: 'MTT', decimals: 18 },
|
18405
|
+
infoURL: 'https://mtt.network',
|
18406
|
+
shortName: 'mtt-mainnet',
|
18407
|
+
chainId: 6880,
|
18408
|
+
networkId: 6880,
|
18409
|
+
icon: 'mttnetwork',
|
18410
|
+
explorers: [
|
18411
|
+
{
|
18412
|
+
name: 'Mtt explorer',
|
18413
|
+
url: 'https://explorer.mtt.network',
|
18414
|
+
standard: 'EIP3091'
|
18415
|
+
}
|
18416
|
+
]
|
18417
|
+
},
|
18358
18418
|
{
|
18359
18419
|
name: 'Laika Mainnet',
|
18360
18420
|
chain: 'LAIKA',
|
@@ -25118,7 +25178,7 @@ const chainArray = [
|
|
25118
25178
|
name: 'Bitgert Mainnet',
|
25119
25179
|
chain: 'Brise',
|
25120
25180
|
rpc: [
|
25121
|
-
'https://rpc.icecreamswap.com',
|
25181
|
+
'https://rpc-bitgert.icecreamswap.com',
|
25122
25182
|
'https://mainnet-rpc.brisescan.com',
|
25123
25183
|
'https://chainrpc.com',
|
25124
25184
|
'https://serverrpc.com'
|
@@ -25859,8 +25919,8 @@ const chainArray = [
|
|
25859
25919
|
]
|
25860
25920
|
},
|
25861
25921
|
{
|
25862
|
-
name: '
|
25863
|
-
chain: '
|
25922
|
+
name: 'Asset Chain Testnet',
|
25923
|
+
chain: 'Asset Chain',
|
25864
25924
|
rpc: [ 'https://enugu-rpc.assetchain.org' ],
|
25865
25925
|
faucets: [ 'https://faucet.assetchain.org' ],
|
25866
25926
|
nativeCurrency: { name: 'Real World Asset', symbol: 'RWA', decimals: 18 },
|