eth-chainlist 0.0.67 → 0.0.69
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 +174 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.69 (2023-02-02)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.68 ([af3515a](https://github.com/poowf/eth-chainlist/commit/af3515aa81e28654af2dc74be35554edaea4f346))
|
9
|
+
* update chain data ([ee2f351](https://github.com/poowf/eth-chainlist/commit/ee2f351868b6352cdb41fb2123bb6a8ac0a1be47))
|
10
|
+
|
11
|
+
### 0.0.68 (2023-02-01)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.67 ([c47b215](https://github.com/poowf/eth-chainlist/commit/c47b215212772daf924ba33f28c60e2ca9c50b67))
|
17
|
+
* update chain data ([0da5ff2](https://github.com/poowf/eth-chainlist/commit/0da5ff269fd0e1e976b45c671e71e9f686a79415))
|
18
|
+
|
3
19
|
### 0.0.67 (2023-01-31)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2278,6 +2278,25 @@ const chainArray = [
|
|
2278
2278
|
chainId: 163,
|
2279
2279
|
networkId: 163
|
2280
2280
|
},
|
2281
|
+
{
|
2282
|
+
name: 'Atoshi Testnet',
|
2283
|
+
chain: 'ATOSHI',
|
2284
|
+
icon: 'atoshi',
|
2285
|
+
rpc: [ 'https://node.atoshi.io/' ],
|
2286
|
+
faucets: [],
|
2287
|
+
nativeCurrency: { name: 'ATOSHI', symbol: 'ATOS', decimals: 18 },
|
2288
|
+
infoURL: 'https://atoshi.org',
|
2289
|
+
shortName: 'atoshi',
|
2290
|
+
chainId: 167,
|
2291
|
+
networkId: 167,
|
2292
|
+
explorers: [
|
2293
|
+
{
|
2294
|
+
name: 'atoshiscan',
|
2295
|
+
url: 'https://scan.atoverse.info',
|
2296
|
+
standard: 'EIP3091'
|
2297
|
+
}
|
2298
|
+
]
|
2299
|
+
},
|
2281
2300
|
{
|
2282
2301
|
name: 'AIOZ Network',
|
2283
2302
|
chain: 'AIOZ',
|
@@ -4598,6 +4617,54 @@ const chainArray = [
|
|
4598
4617
|
}
|
4599
4618
|
]
|
4600
4619
|
},
|
4620
|
+
{
|
4621
|
+
name: 'Core Blockchain Testnet',
|
4622
|
+
chain: 'Core',
|
4623
|
+
icon: 'core',
|
4624
|
+
rpc: [ 'https://rpc.test.btcs.network/' ],
|
4625
|
+
faucets: [ 'https://scan.test.btcs.network/faucet' ],
|
4626
|
+
nativeCurrency: {
|
4627
|
+
name: 'Core Blockchain Testnet Native Token',
|
4628
|
+
symbol: 'tCORE',
|
4629
|
+
decimals: 18
|
4630
|
+
},
|
4631
|
+
infoURL: 'https://www.coredao.org',
|
4632
|
+
shortName: 'tcore',
|
4633
|
+
chainId: 1115,
|
4634
|
+
networkId: 1115,
|
4635
|
+
explorers: [
|
4636
|
+
{
|
4637
|
+
name: 'Core Scan Testnet',
|
4638
|
+
url: 'https://scan.test.btcs.network',
|
4639
|
+
icon: 'core',
|
4640
|
+
standard: 'EIP3091'
|
4641
|
+
}
|
4642
|
+
]
|
4643
|
+
},
|
4644
|
+
{
|
4645
|
+
name: 'Core Blockchain Mainnet',
|
4646
|
+
chain: 'Core',
|
4647
|
+
icon: 'core',
|
4648
|
+
rpc: [ 'https://rpc.coredao.org/' ],
|
4649
|
+
faucets: [],
|
4650
|
+
nativeCurrency: {
|
4651
|
+
name: 'Core Blockchain Native Token',
|
4652
|
+
symbol: 'CORE',
|
4653
|
+
decimals: 18
|
4654
|
+
},
|
4655
|
+
infoURL: 'https://www.coredao.org',
|
4656
|
+
shortName: 'core',
|
4657
|
+
chainId: 1116,
|
4658
|
+
networkId: 1116,
|
4659
|
+
explorers: [
|
4660
|
+
{
|
4661
|
+
name: 'Core Scan',
|
4662
|
+
url: 'https://scan.coredao.org',
|
4663
|
+
icon: 'core',
|
4664
|
+
standard: 'EIP3091'
|
4665
|
+
}
|
4666
|
+
]
|
4667
|
+
},
|
4601
4668
|
{
|
4602
4669
|
name: 'DeFiChain EVM Network Mainnet',
|
4603
4670
|
chain: 'defichain-evm',
|
@@ -5332,18 +5399,26 @@ const chainArray = [
|
|
5332
5399
|
name: 'Kerleano',
|
5333
5400
|
title: 'Proof of Carbon Reduction testnet',
|
5334
5401
|
chain: 'CRC',
|
5335
|
-
status: '
|
5402
|
+
status: 'active',
|
5336
5403
|
rpc: [
|
5337
5404
|
'https://cacib-saturn-test.francecentral.cloudapp.azure.com',
|
5338
5405
|
'wss://cacib-saturn-test.francecentral.cloudapp.azure.com:9443'
|
5339
5406
|
],
|
5340
|
-
faucets: [
|
5407
|
+
faucets: [
|
5408
|
+
'https://github.com/ethereum-pocr/kerleano/blob/main/docs/faucet.md'
|
5409
|
+
],
|
5341
5410
|
nativeCurrency: { name: 'Carbon Reduction Coin', symbol: 'CRC', decimals: 18 },
|
5342
5411
|
infoURL: 'https://github.com/ethereum-pocr/kerleano',
|
5343
5412
|
shortName: 'kerleano',
|
5344
5413
|
chainId: 1804,
|
5345
5414
|
networkId: 1804,
|
5346
|
-
explorers: [
|
5415
|
+
explorers: [
|
5416
|
+
{
|
5417
|
+
name: 'Lite Explorer',
|
5418
|
+
url: 'https://ethereum-pocr.github.io/explorer/kerleano',
|
5419
|
+
standard: 'EIP3091'
|
5420
|
+
}
|
5421
|
+
]
|
5347
5422
|
},
|
5348
5423
|
{
|
5349
5424
|
name: 'Rabbit Analog Testnet Chain',
|
@@ -5958,6 +6033,26 @@ const chainArray = [
|
|
5958
6033
|
}
|
5959
6034
|
]
|
5960
6035
|
},
|
6036
|
+
{
|
6037
|
+
name: 'Metaplayerone Mainnet',
|
6038
|
+
chain: 'METAD',
|
6039
|
+
icon: 'metad',
|
6040
|
+
rpc: [ 'https://rpc.metaplayer.one/' ],
|
6041
|
+
faucets: [],
|
6042
|
+
nativeCurrency: { name: 'METAD', symbol: 'METAD', decimals: 18 },
|
6043
|
+
infoURL: 'https://docs.metaplayer.one/',
|
6044
|
+
shortName: 'Metad',
|
6045
|
+
chainId: 2122,
|
6046
|
+
networkId: 2122,
|
6047
|
+
explorers: [
|
6048
|
+
{
|
6049
|
+
name: 'Metad Scan',
|
6050
|
+
url: 'https://scan.metaplayer.one',
|
6051
|
+
icon: 'metad',
|
6052
|
+
standard: 'EIP3091'
|
6053
|
+
}
|
6054
|
+
]
|
6055
|
+
},
|
5961
6056
|
{
|
5962
6057
|
name: 'BOSagora Mainnet',
|
5963
6058
|
chain: 'ETH',
|
@@ -6270,15 +6365,24 @@ const chainArray = [
|
|
6270
6365
|
name: 'PoCRNet',
|
6271
6366
|
title: 'Proof of Carbon Reduction mainnet',
|
6272
6367
|
chain: 'CRC',
|
6273
|
-
status: '
|
6274
|
-
rpc: [
|
6368
|
+
status: 'active',
|
6369
|
+
rpc: [
|
6370
|
+
'https://pocrnet.westeurope.cloudapp.azure.com/http',
|
6371
|
+
'wss://pocrnet.westeurope.cloudapp.azure.com/ws'
|
6372
|
+
],
|
6275
6373
|
faucets: [],
|
6276
6374
|
nativeCurrency: { name: 'Carbon Reduction Coin', symbol: 'CRC', decimals: 18 },
|
6277
|
-
infoURL: 'https://github.com/ethereum-pocr',
|
6375
|
+
infoURL: 'https://github.com/ethereum-pocr/pocrnet',
|
6278
6376
|
shortName: 'pocrnet',
|
6279
6377
|
chainId: 2606,
|
6280
6378
|
networkId: 2606,
|
6281
|
-
explorers: [
|
6379
|
+
explorers: [
|
6380
|
+
{
|
6381
|
+
name: 'Lite Explorer',
|
6382
|
+
url: 'https://ethereum-pocr.github.io/explorer/pocrnet',
|
6383
|
+
standard: 'EIP3091'
|
6384
|
+
}
|
6385
|
+
]
|
6282
6386
|
},
|
6283
6387
|
{
|
6284
6388
|
name: 'Redlight Chain Mainnet',
|
@@ -6673,6 +6777,24 @@ const chainArray = [
|
|
6673
6777
|
}
|
6674
6778
|
]
|
6675
6779
|
},
|
6780
|
+
{
|
6781
|
+
name: 'Empire Network',
|
6782
|
+
chain: 'EMPIRE',
|
6783
|
+
rpc: [ 'https://rpc.empirenetwork.io' ],
|
6784
|
+
faucets: [],
|
6785
|
+
nativeCurrency: { name: 'Empire', symbol: 'EMPIRE', decimals: 18 },
|
6786
|
+
infoURL: 'https://www.empirenetwork.io/',
|
6787
|
+
shortName: 'empire',
|
6788
|
+
chainId: 3693,
|
6789
|
+
networkId: 3693,
|
6790
|
+
explorers: [
|
6791
|
+
{
|
6792
|
+
name: 'Empire Explorer',
|
6793
|
+
url: 'https://explorer.empirenetwork.io',
|
6794
|
+
standard: 'none'
|
6795
|
+
}
|
6796
|
+
]
|
6797
|
+
},
|
6676
6798
|
{
|
6677
6799
|
name: 'Crossbell',
|
6678
6800
|
chain: 'Crossbell',
|
@@ -7793,6 +7915,18 @@ const chainArray = [
|
|
7793
7915
|
}
|
7794
7916
|
]
|
7795
7917
|
},
|
7918
|
+
{
|
7919
|
+
name: 'TMY Chain',
|
7920
|
+
chain: 'TMY',
|
7921
|
+
icon: 'ethereum',
|
7922
|
+
rpc: [ 'https://node1.tmyblockchain.org/rpc' ],
|
7923
|
+
faucets: [ 'https://faucet.tmychain.org/' ],
|
7924
|
+
nativeCurrency: { name: 'TMY', symbol: 'TMY', decimals: 18 },
|
7925
|
+
infoURL: 'https://tmychain.org/',
|
7926
|
+
shortName: 'tmy',
|
7927
|
+
chainId: 8768,
|
7928
|
+
networkId: 8768
|
7929
|
+
},
|
7796
7930
|
{
|
7797
7931
|
name: 'Unique',
|
7798
7932
|
icon: 'unique',
|
@@ -9814,7 +9948,7 @@ const chainArray = [
|
|
9814
9948
|
{
|
9815
9949
|
name: 'Liveplex OracleEVM',
|
9816
9950
|
chain: 'Liveplex OracleEVM Network',
|
9817
|
-
rpc: [ 'https://oracle.liveplex.io' ],
|
9951
|
+
rpc: [ 'https://rpc.oracle.liveplex.io' ],
|
9818
9952
|
faucets: [],
|
9819
9953
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
9820
9954
|
infoURL: '',
|
@@ -11708,7 +11842,14 @@ const chainArray = [
|
|
11708
11842
|
infoURL: 'https://bearnetwork.net',
|
11709
11843
|
shortName: 'BRNKC',
|
11710
11844
|
chainId: 641230,
|
11711
|
-
networkId: 641230
|
11845
|
+
networkId: 641230,
|
11846
|
+
explorers: [
|
11847
|
+
{
|
11848
|
+
name: 'brnkscan',
|
11849
|
+
url: 'https://brnkscan.bearnetwork.net',
|
11850
|
+
standard: 'EIP3091'
|
11851
|
+
}
|
11852
|
+
]
|
11712
11853
|
},
|
11713
11854
|
{
|
11714
11855
|
name: 'Vision - Vpioneer Test Chain',
|
@@ -11970,6 +12111,29 @@ const chainArray = [
|
|
11970
12111
|
}
|
11971
12112
|
]
|
11972
12113
|
},
|
12114
|
+
{
|
12115
|
+
name: 'Zhejiang',
|
12116
|
+
chain: 'ETH',
|
12117
|
+
rpc: [ 'https://rpc.zhejiang.ethpandaops.io' ],
|
12118
|
+
faucets: [
|
12119
|
+
'https://faucet.zhejiang.ethpandaops.io',
|
12120
|
+
'https://zhejiang-faucet.pk910.de'
|
12121
|
+
],
|
12122
|
+
nativeCurrency: { name: 'Testnet ETH', symbol: 'ETH', decimals: 18 },
|
12123
|
+
infoURL: 'https://zhejiang.ethpandaops.io',
|
12124
|
+
shortName: 'zhejiang',
|
12125
|
+
chainId: 1337803,
|
12126
|
+
networkId: 1337803,
|
12127
|
+
icon: 'ethereum',
|
12128
|
+
explorers: [
|
12129
|
+
{
|
12130
|
+
name: 'Zhejiang Explorer',
|
12131
|
+
url: 'https://zhejiang.beaconcha.in',
|
12132
|
+
icon: 'ethereum',
|
12133
|
+
standard: 'EIP3091'
|
12134
|
+
}
|
12135
|
+
]
|
12136
|
+
},
|
11973
12137
|
{
|
11974
12138
|
name: 'Plian Mainnet Main',
|
11975
12139
|
chain: 'Plian',
|
@@ -12225,7 +12389,7 @@ const chainArray = [
|
|
12225
12389
|
faucets: [
|
12226
12390
|
'http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'
|
12227
12391
|
],
|
12228
|
-
nativeCurrency: { name: 'Sepolia Ether', symbol: '
|
12392
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
12229
12393
|
infoURL: 'https://sepolia.otterscan.io',
|
12230
12394
|
shortName: 'sep',
|
12231
12395
|
chainId: 11155111,
|