eth-chainlist 0.0.153 → 0.0.155
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 +80 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.155 (2023-05-23)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.154 ([2cfe4c3](https://github.com/poowf/eth-chainlist/commit/2cfe4c3778c57d1c7f366a16c2898844e2c8470e))
|
9
|
+
* update chain data ([847e7f2](https://github.com/poowf/eth-chainlist/commit/847e7f24dd32916f29f6f227b738d9a83a0b5e98))
|
10
|
+
|
11
|
+
### 0.0.154 (2023-05-22)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.153 ([2f89b9f](https://github.com/poowf/eth-chainlist/commit/2f89b9fe67eb922a220b2d0ac6078d878cec49aa))
|
17
|
+
* update chain data ([846d886](https://github.com/poowf/eth-chainlist/commit/846d8865fa702c2e1ad494526f1b79ad0f76366f))
|
18
|
+
|
3
19
|
### 0.0.153 (2023-05-20)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -454,17 +454,17 @@ const chainArray = [
|
|
454
454
|
{
|
455
455
|
name: 'ShibaChain',
|
456
456
|
chain: 'SHIB',
|
457
|
-
rpc: [ 'https://rpc.
|
457
|
+
rpc: [ 'https://rpc.shibchain.org' ],
|
458
458
|
faucets: [],
|
459
459
|
nativeCurrency: { name: 'SHIBA INU COIN', symbol: 'SHIB', decimals: 18 },
|
460
|
-
infoURL: 'https://
|
460
|
+
infoURL: 'https://shibchain.org',
|
461
461
|
shortName: 'shib',
|
462
462
|
chainId: 27,
|
463
463
|
networkId: 27,
|
464
464
|
explorers: [
|
465
465
|
{
|
466
466
|
name: 'Shiba Explorer',
|
467
|
-
url: 'https://exp.
|
467
|
+
url: 'https://exp.shibchain.org',
|
468
468
|
standard: 'none'
|
469
469
|
}
|
470
470
|
]
|
@@ -2854,15 +2854,15 @@ const chainArray = [
|
|
2854
2854
|
rpc: [ 'https://rpc.bittorrentchain.io/' ],
|
2855
2855
|
faucets: [],
|
2856
2856
|
nativeCurrency: { name: 'BitTorrent', symbol: 'BTT', decimals: 18 },
|
2857
|
-
infoURL: 'https
|
2857
|
+
infoURL: 'https:/bt.io',
|
2858
2858
|
shortName: 'BTT',
|
2859
2859
|
chainId: 199,
|
2860
2860
|
networkId: 199,
|
2861
2861
|
explorers: [
|
2862
2862
|
{
|
2863
|
-
name: '
|
2864
|
-
url: 'https://
|
2865
|
-
standard: '
|
2863
|
+
name: 'BitTorrent Chain Explorer',
|
2864
|
+
url: 'https://bttcscan.com',
|
2865
|
+
standard: 'EIP3091'
|
2866
2866
|
}
|
2867
2867
|
]
|
2868
2868
|
},
|
@@ -8444,6 +8444,25 @@ const chainArray = [
|
|
8444
8444
|
}
|
8445
8445
|
]
|
8446
8446
|
},
|
8447
|
+
{
|
8448
|
+
name: 'SecureChain Testnet',
|
8449
|
+
chain: 'SCAI',
|
8450
|
+
icon: 'scaiIcon',
|
8451
|
+
rpc: [ 'https://testnet-rpc.securechain.ai' ],
|
8452
|
+
faucets: [ 'https://faucet.securechain.ai' ],
|
8453
|
+
nativeCurrency: { name: 'SCAI', symbol: 'SCAI', decimals: 18 },
|
8454
|
+
infoURL: 'https://securechain.ai',
|
8455
|
+
shortName: 'SCAIt',
|
8456
|
+
chainId: 3434,
|
8457
|
+
networkId: 3434,
|
8458
|
+
explorers: [
|
8459
|
+
{
|
8460
|
+
name: 'SecureChain',
|
8461
|
+
url: 'https://testnet.securechain.ai',
|
8462
|
+
standard: 'EIP3091'
|
8463
|
+
}
|
8464
|
+
]
|
8465
|
+
},
|
8447
8466
|
{
|
8448
8467
|
name: 'Paribu Net Testnet',
|
8449
8468
|
chain: 'PRB',
|
@@ -13549,6 +13568,31 @@ const chainArray = [
|
|
13549
13568
|
chainId: 78110,
|
13550
13569
|
networkId: 78110
|
13551
13570
|
},
|
13571
|
+
{
|
13572
|
+
name: 'Dragonfly Mainnet (Hexapod)',
|
13573
|
+
chain: 'Dragonfly',
|
13574
|
+
icon: 'dragonfly',
|
13575
|
+
rpc: [
|
13576
|
+
'https://dragonfly-rpc.switch.ch',
|
13577
|
+
'https://dragonfly-rpc.kore-technologies.ch',
|
13578
|
+
'https://dragonfly-rpc.phoenix-systems.io',
|
13579
|
+
'https://dragonfly-rpc.block-spirit.ch'
|
13580
|
+
],
|
13581
|
+
faucets: [],
|
13582
|
+
nativeCurrency: { name: 'Dragonfly', symbol: 'DFLY', decimals: 18 },
|
13583
|
+
infoURL: 'https://hexapod.network',
|
13584
|
+
shortName: 'dfly',
|
13585
|
+
chainId: 78281,
|
13586
|
+
networkId: 78281,
|
13587
|
+
explorers: [
|
13588
|
+
{
|
13589
|
+
name: 'Dragonfly Blockscout',
|
13590
|
+
url: 'https://blockscout.dragonfly.hexapod.network',
|
13591
|
+
icon: 'blockscout',
|
13592
|
+
standard: 'EIP3091'
|
13593
|
+
}
|
13594
|
+
]
|
13595
|
+
},
|
13552
13596
|
{
|
13553
13597
|
name: 'Gold Smart Chain Testnet',
|
13554
13598
|
chain: 'STAND',
|
@@ -13826,6 +13870,35 @@ const chainArray = [
|
|
13826
13870
|
}
|
13827
13871
|
]
|
13828
13872
|
},
|
13873
|
+
{
|
13874
|
+
name: 'Mantis Testnet (Hexapod)',
|
13875
|
+
chain: 'Mantis',
|
13876
|
+
icon: 'mantis',
|
13877
|
+
rpc: [
|
13878
|
+
'https://mantis-rpc.switch.ch',
|
13879
|
+
'https://mantis-rpc.kore-technologies.ch',
|
13880
|
+
'https://mantis-rpc.phoenix-systems.io'
|
13881
|
+
],
|
13882
|
+
faucets: [
|
13883
|
+
'https://mantis.switch.ch/faucet',
|
13884
|
+
'https://mantis.kore-technologies.ch/faucet',
|
13885
|
+
'https://mantis.phoenix-systems.io/faucet',
|
13886
|
+
'https://mantis.block-spirit.ch/faucet'
|
13887
|
+
],
|
13888
|
+
nativeCurrency: { name: 'Mantis', symbol: 'MANTIS', decimals: 18 },
|
13889
|
+
infoURL: 'https://hexapod.network',
|
13890
|
+
shortName: 'mantis',
|
13891
|
+
chainId: 96970,
|
13892
|
+
networkId: 96970,
|
13893
|
+
explorers: [
|
13894
|
+
{
|
13895
|
+
name: 'Mantis Blockscout',
|
13896
|
+
url: 'https://blockscout.mantis.hexapod.network',
|
13897
|
+
icon: 'blockscout',
|
13898
|
+
standard: 'EIP3091'
|
13899
|
+
}
|
13900
|
+
]
|
13901
|
+
},
|
13829
13902
|
{
|
13830
13903
|
name: 'Boba BNB Mainnet Old',
|
13831
13904
|
chain: 'Boba BNB Mainnet',
|