eth-chainlist 0.0.49 → 0.0.50
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 +8 -0
- package/data/chain.js +21 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.50 (2023-01-04)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.49 ([e632413](https://github.com/poowf/eth-chainlist/commit/e632413a24283b20768b7303a298181187fcea99))
|
9
|
+
* update chain data ([c2d182b](https://github.com/poowf/eth-chainlist/commit/c2d182b4edc24a30fba110167ceba5a6db0bb186))
|
10
|
+
|
3
11
|
### 0.0.49 (2023-01-03)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -2451,9 +2451,7 @@ const chainArray = [
|
|
2451
2451
|
name: 'SiriusNet V2',
|
2452
2452
|
chain: 'SIN2',
|
2453
2453
|
faucets: [],
|
2454
|
-
rpc: [
|
2455
|
-
'https://u0zpw2zdzz:uf4y-ZGiQP_CJJgY6Vea2mSaeXOa1vFvfQ1PZhaDQ9M@u0iclv2dgh-u0jlczjhef-rpc.us0-aws.kaleido.io/'
|
2456
|
-
],
|
2454
|
+
rpc: [ 'https://rpc2.siriusnet.io' ],
|
2457
2455
|
icon: 'siriusnet',
|
2458
2456
|
nativeCurrency: { name: 'MCD', symbol: 'MCD', decimals: 18 },
|
2459
2457
|
infoURL: 'https://siriusnet.io',
|
@@ -2463,7 +2461,7 @@ const chainArray = [
|
|
2463
2461
|
explorers: [
|
2464
2462
|
{
|
2465
2463
|
name: 'siriusnet explorer',
|
2466
|
-
url: '
|
2464
|
+
url: 'https://scan.siriusnet.io',
|
2467
2465
|
standard: 'none'
|
2468
2466
|
}
|
2469
2467
|
]
|
@@ -11376,6 +11374,25 @@ const chainArray = [
|
|
11376
11374
|
chainId: 13371337,
|
11377
11375
|
networkId: 13371337
|
11378
11376
|
},
|
11377
|
+
{
|
11378
|
+
name: 'Anduschain Mainnet',
|
11379
|
+
chain: 'anduschain',
|
11380
|
+
rpc: [ 'https://rpc.anduschain.io/rpc', 'wss://rpc.anduschain.io/ws' ],
|
11381
|
+
faucets: [],
|
11382
|
+
nativeCurrency: { name: 'DAON', symbol: 'DEB', decimals: 18 },
|
11383
|
+
infoURL: 'https://anduschain.io/',
|
11384
|
+
shortName: 'anduschain-mainnet',
|
11385
|
+
chainId: 14288640,
|
11386
|
+
networkId: 14288640,
|
11387
|
+
explorers: [
|
11388
|
+
{
|
11389
|
+
name: 'anduschain explorer',
|
11390
|
+
url: 'http://explorer.anduschain.io',
|
11391
|
+
icon: 'daon',
|
11392
|
+
standard: 'none'
|
11393
|
+
}
|
11394
|
+
]
|
11395
|
+
},
|
11379
11396
|
{
|
11380
11397
|
name: 'Plian Testnet Main',
|
11381
11398
|
chain: 'Plian',
|