eth-chainlist 0.0.88 → 0.0.90
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 +87 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.90 (2023-03-02)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.89 ([e21a79c](https://github.com/poowf/eth-chainlist/commit/e21a79c8e2a0f08d1d92307cba525e6930ea33bb))
|
9
|
+
* update chain data ([5ea0d18](https://github.com/poowf/eth-chainlist/commit/5ea0d188a68319c5030012f5f372e796b2db987b))
|
10
|
+
|
11
|
+
### 0.0.89 (2023-03-01)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.88 ([1cd8297](https://github.com/poowf/eth-chainlist/commit/1cd82970f3b45ce7aa130c11c734001798e774ce))
|
17
|
+
* update chain data ([93def38](https://github.com/poowf/eth-chainlist/commit/93def3854d539d1f0937698791afa6e7eabf3ae3))
|
18
|
+
|
3
19
|
### 0.0.88 (2023-02-27)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -7573,6 +7573,25 @@ const chainArray = [
|
|
7573
7573
|
}
|
7574
7574
|
]
|
7575
7575
|
},
|
7576
|
+
{
|
7577
|
+
name: 'Tipboxcoin Testnet',
|
7578
|
+
chain: 'TPBX',
|
7579
|
+
icon: 'tipboxcoinIcon',
|
7580
|
+
rpc: [ 'https://testnet-rpc.tipboxcoin.net' ],
|
7581
|
+
faucets: [ 'https://faucet.tipboxcoin.net' ],
|
7582
|
+
nativeCurrency: { name: 'Tipboxcoin', symbol: 'TPBX', decimals: 18 },
|
7583
|
+
infoURL: 'https://tipboxcoin.net',
|
7584
|
+
shortName: 'TPBXt',
|
7585
|
+
chainId: 4141,
|
7586
|
+
networkId: 4141,
|
7587
|
+
explorers: [
|
7588
|
+
{
|
7589
|
+
name: 'Tipboxcoin',
|
7590
|
+
url: 'https://testnet.tipboxcoin.net',
|
7591
|
+
standard: 'EIP3091'
|
7592
|
+
}
|
7593
|
+
]
|
7594
|
+
},
|
7576
7595
|
{
|
7577
7596
|
name: 'PHI Network V1',
|
7578
7597
|
chain: 'PHI V1',
|
@@ -8232,6 +8251,24 @@ const chainArray = [
|
|
8232
8251
|
}
|
8233
8252
|
]
|
8234
8253
|
},
|
8254
|
+
{
|
8255
|
+
name: 'KLYNTAR',
|
8256
|
+
chain: 'KLY',
|
8257
|
+
rpc: [
|
8258
|
+
'https://evm.klyntar.org/kly_evm_rpc',
|
8259
|
+
'https://evm.klyntarscan.org/kly_evm_rpc'
|
8260
|
+
],
|
8261
|
+
faucets: [],
|
8262
|
+
nativeCurrency: { name: 'KLYNTAR', symbol: 'KLY', decimals: 18 },
|
8263
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
8264
|
+
infoURL: 'https://klyntar.org',
|
8265
|
+
shortName: 'kly',
|
8266
|
+
chainId: 7331,
|
8267
|
+
networkId: 7331,
|
8268
|
+
icon: 'klyntar',
|
8269
|
+
explorers: [],
|
8270
|
+
status: 'incubating'
|
8271
|
+
},
|
8235
8272
|
{
|
8236
8273
|
name: 'Shyft Mainnet',
|
8237
8274
|
chain: 'SHYFT',
|
@@ -12077,6 +12114,35 @@ const chainArray = [
|
|
12077
12114
|
}
|
12078
12115
|
]
|
12079
12116
|
},
|
12117
|
+
{
|
12118
|
+
name: 'Siberium Network',
|
12119
|
+
chain: 'SBR',
|
12120
|
+
rpc: [
|
12121
|
+
'https://rpc.main.siberium.net',
|
12122
|
+
'https://rpc.main.siberium.net.ru'
|
12123
|
+
],
|
12124
|
+
faucets: [],
|
12125
|
+
nativeCurrency: { name: 'Siberium', symbol: 'SBR', decimals: 18 },
|
12126
|
+
infoURL: 'https://siberium.net',
|
12127
|
+
shortName: 'sbr',
|
12128
|
+
chainId: 111111,
|
12129
|
+
networkId: 111111,
|
12130
|
+
icon: 'siberium',
|
12131
|
+
explorers: [
|
12132
|
+
{
|
12133
|
+
name: 'Siberium Mainnet Explorer - blockscout - 1',
|
12134
|
+
url: 'https://explorer.main.siberium.net',
|
12135
|
+
icon: 'siberium',
|
12136
|
+
standard: 'EIP3091'
|
12137
|
+
},
|
12138
|
+
{
|
12139
|
+
name: 'Siberium Mainnet Explorer - blockscout - 2',
|
12140
|
+
url: 'https://explorer.main.siberium.net.ru',
|
12141
|
+
icon: 'siberium',
|
12142
|
+
standard: 'EIP3091'
|
12143
|
+
}
|
12144
|
+
]
|
12145
|
+
},
|
12080
12146
|
{
|
12081
12147
|
name: 'ETND Chain Mainnets',
|
12082
12148
|
chain: 'ETND',
|
@@ -12532,6 +12598,25 @@ const chainArray = [
|
|
12532
12598
|
}
|
12533
12599
|
]
|
12534
12600
|
},
|
12601
|
+
{
|
12602
|
+
name: 'Tipboxcoin Mainnet',
|
12603
|
+
chain: 'TPBX',
|
12604
|
+
icon: 'tipboxcoinIcon',
|
12605
|
+
rpc: [ 'https://mainnet-rpc.tipboxcoin.net' ],
|
12606
|
+
faucets: [ 'https://faucet.tipboxcoin.net' ],
|
12607
|
+
nativeCurrency: { name: 'Tipboxcoin', symbol: 'TPBX', decimals: 18 },
|
12608
|
+
infoURL: 'https://tipboxcoin.net',
|
12609
|
+
shortName: 'TPBXm',
|
12610
|
+
chainId: 404040,
|
12611
|
+
networkId: 404040,
|
12612
|
+
explorers: [
|
12613
|
+
{
|
12614
|
+
name: 'Tipboxcoin',
|
12615
|
+
url: 'https://tipboxcoin.net',
|
12616
|
+
standard: 'EIP3091'
|
12617
|
+
}
|
12618
|
+
]
|
12619
|
+
},
|
12535
12620
|
{
|
12536
12621
|
name: 'Kekchain',
|
12537
12622
|
chain: 'kek',
|
@@ -13689,6 +13774,7 @@ const chainArray = [
|
|
13689
13774
|
shortName: 'bakerloo-0',
|
13690
13775
|
chainId: 65010000,
|
13691
13776
|
networkId: 65010000,
|
13777
|
+
icon: 'autonity',
|
13692
13778
|
explorers: [
|
13693
13779
|
{
|
13694
13780
|
name: 'autonity-blockscout',
|
@@ -13710,6 +13796,7 @@ const chainArray = [
|
|
13710
13796
|
shortName: 'piccadilly-0',
|
13711
13797
|
chainId: 65100000,
|
13712
13798
|
networkId: 65100000,
|
13799
|
+
icon: 'autonity',
|
13713
13800
|
explorers: [
|
13714
13801
|
{
|
13715
13802
|
name: 'autonity-blockscout',
|