eth-chainlist 0.0.232 → 0.0.234
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 +16 -0
- package/data/chain.js +66 -21
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.234 (2023-09-13)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.233 ([4bfe62f](https://github.com/poowf/eth-chainlist/commit/4bfe62f966f3fa58674e0232d05e21fc0bdcaf19))
|
9
|
+
* update chain data ([49515ea](https://github.com/poowf/eth-chainlist/commit/49515ea30dd7b2e789b10f7c2804e626062300bc))
|
10
|
+
|
11
|
+
### 0.0.233 (2023-09-12)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.232 ([cdbb5e3](https://github.com/poowf/eth-chainlist/commit/cdbb5e3c6c1acf0d03f655bfb351a1d027958aae))
|
17
|
+
* update chain data ([e0a319a](https://github.com/poowf/eth-chainlist/commit/e0a319acb698b545052673eb238b97e038df4daa))
|
18
|
+
|
3
19
|
### 0.0.232 (2023-09-11)
|
4
20
|
|
5
21
|
|
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: '
|
7240
|
-
chain: '
|
7241
|
-
icon: '
|
7242
|
-
rpc: [
|
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: '
|
7245
|
-
infoURL: 'https://
|
7246
|
-
shortName: '
|
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: '
|
7252
|
-
url: 'https://
|
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: '
|
7259
|
-
chain: '
|
7260
|
-
icon: '
|
7261
|
-
rpc: [ '
|
7262
|
-
faucets: [ 'https://
|
7263
|
-
nativeCurrency: { name: '
|
7264
|
-
|
7265
|
-
|
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: '
|
7271
|
-
url: 'https://
|
7315
|
+
name: 'AIA Chain Explorer Testnet',
|
7316
|
+
url: 'https://testnet.aiascan.com',
|
7272
7317
|
standard: 'EIP3091'
|
7273
7318
|
}
|
7274
7319
|
]
|
@@ -13008,7 +13053,7 @@ const chainArray = [
|
|
13008
13053
|
],
|
13009
13054
|
faucets: [ 'https://faucet.mindchain.info/' ],
|
13010
13055
|
nativeCurrency: { name: 'MIND Coin', symbol: 'tMIND', decimals: 18 },
|
13011
|
-
infoURL: 'https://
|
13056
|
+
infoURL: 'https://mindchain.info',
|
13012
13057
|
shortName: 'tMIND',
|
13013
13058
|
chainId: 9977,
|
13014
13059
|
networkId: 9977,
|
@@ -13031,7 +13076,7 @@ const chainArray = [
|
|
13031
13076
|
],
|
13032
13077
|
faucets: [],
|
13033
13078
|
nativeCurrency: { name: 'MIND Coin', symbol: 'MIND', decimals: 18 },
|
13034
|
-
infoURL: 'https://
|
13079
|
+
infoURL: 'https://mindchain.info',
|
13035
13080
|
shortName: 'MIND',
|
13036
13081
|
chainId: 9996,
|
13037
13082
|
networkId: 9996,
|