eth-chainlist 0.0.229 → 0.0.230
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 +68 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.230 (2023-09-09)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.229 ([14c1226](https://github.com/poowf/eth-chainlist/commit/14c12263ae12a63ec538a96fbd1085ec95a64ff5))
|
9
|
+
* update chain data ([23c663e](https://github.com/poowf/eth-chainlist/commit/23c663e02c87d3c4be8a86abe15f0de4063f839a))
|
10
|
+
|
3
11
|
### 0.0.229 (2023-09-08)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -4144,11 +4144,25 @@ const chainArray = [
|
|
4144
4144
|
'wss://rpc.pulsechain.com',
|
4145
4145
|
'https://pulsechain.publicnode.com'
|
4146
4146
|
],
|
4147
|
+
slip44: 60,
|
4147
4148
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
4148
4149
|
faucets: [],
|
4149
4150
|
ens: { registry: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' },
|
4150
|
-
status: '
|
4151
|
-
nativeCurrency: { name: 'Pulse', symbol: 'PLS', decimals: 18 }
|
4151
|
+
status: 'active',
|
4152
|
+
nativeCurrency: { name: 'Pulse', symbol: 'PLS', decimals: 18 },
|
4153
|
+
explorers: [
|
4154
|
+
{
|
4155
|
+
name: 'blockscout',
|
4156
|
+
url: 'https://scan.pulsechain.com',
|
4157
|
+
icon: 'blockscout',
|
4158
|
+
standard: 'EIP3091'
|
4159
|
+
},
|
4160
|
+
{
|
4161
|
+
name: 'otterscan',
|
4162
|
+
url: 'https://otter.pulsechain.com',
|
4163
|
+
standard: 'EIP3091'
|
4164
|
+
}
|
4165
|
+
]
|
4152
4166
|
},
|
4153
4167
|
{
|
4154
4168
|
name: 'Consta Testnet',
|
@@ -4375,6 +4389,7 @@ const chainArray = [
|
|
4375
4389
|
},
|
4376
4390
|
{
|
4377
4391
|
name: 'Frenchain Testnet',
|
4392
|
+
status: 'deprecated',
|
4378
4393
|
chain: 'tfren',
|
4379
4394
|
rpc: [ 'https://rpc-01tn.frenchain.app' ],
|
4380
4395
|
faucets: [],
|
@@ -5819,6 +5834,7 @@ const chainArray = [
|
|
5819
5834
|
'wss://rpc.v3.testnet.pulsechain.com/'
|
5820
5835
|
],
|
5821
5836
|
faucets: [ 'https://faucet.v3.testnet.pulsechain.com/' ],
|
5837
|
+
status: 'deprecated',
|
5822
5838
|
nativeCurrency: { name: 'Test Pulse', symbol: 'tPLS', decimals: 18 }
|
5823
5839
|
},
|
5824
5840
|
{
|
@@ -5837,9 +5853,17 @@ const chainArray = [
|
|
5837
5853
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
5838
5854
|
faucets: [ 'https://faucet.v4.testnet.pulsechain.com/' ],
|
5839
5855
|
ens: { registry: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' },
|
5840
|
-
status: '
|
5841
|
-
|
5842
|
-
nativeCurrency: { name: 'Test Pulse', symbol: 'tPLS', decimals: 18 }
|
5856
|
+
status: 'active',
|
5857
|
+
slip44: 60,
|
5858
|
+
nativeCurrency: { name: 'Test Pulse', symbol: 'tPLS', decimals: 18 },
|
5859
|
+
explorers: [
|
5860
|
+
{
|
5861
|
+
name: 'blockscout',
|
5862
|
+
url: 'https://scan.v4.testnet.pulsechain.com',
|
5863
|
+
icon: 'blockscout',
|
5864
|
+
standard: 'EIP3091'
|
5865
|
+
}
|
5866
|
+
]
|
5843
5867
|
},
|
5844
5868
|
{
|
5845
5869
|
name: 'muNode Testnet',
|
@@ -6614,6 +6638,25 @@ const chainArray = [
|
|
6614
6638
|
icon: 'defichain-network',
|
6615
6639
|
explorers: []
|
6616
6640
|
},
|
6641
|
+
{
|
6642
|
+
name: 'DeFiMetaChain',
|
6643
|
+
icon: 'changi',
|
6644
|
+
chain: 'DFI',
|
6645
|
+
rpc: [ 'https://testnet-dmc.mydefichain.com:20551' ],
|
6646
|
+
faucets: [ 'http://tc04.mydefichain.com/faucet' ],
|
6647
|
+
nativeCurrency: { name: 'DeFiChain Token', symbol: 'DFI', decimals: 18 },
|
6648
|
+
infoURL: 'https://defichain.com',
|
6649
|
+
shortName: 'changi',
|
6650
|
+
chainId: 1133,
|
6651
|
+
networkId: 1133,
|
6652
|
+
explorers: [
|
6653
|
+
{
|
6654
|
+
name: 'MetaScan',
|
6655
|
+
url: 'https://meta.defiscan.live',
|
6656
|
+
standard: 'EIP3091'
|
6657
|
+
}
|
6658
|
+
]
|
6659
|
+
},
|
6617
6660
|
{
|
6618
6661
|
name: 'AmStar Testnet',
|
6619
6662
|
chain: 'AmStar',
|
@@ -9585,6 +9628,7 @@ const chainArray = [
|
|
9585
9628
|
{
|
9586
9629
|
name: 'Canxium Mainnet',
|
9587
9630
|
chain: 'CAU',
|
9631
|
+
icon: 'canxium',
|
9588
9632
|
rpc: [ 'https://rpc.canxium.org' ],
|
9589
9633
|
faucets: [],
|
9590
9634
|
nativeCurrency: { name: 'Canxium', symbol: 'CAU', decimals: 18 },
|
@@ -14544,6 +14588,25 @@ const chainArray = [
|
|
14544
14588
|
}
|
14545
14589
|
]
|
14546
14590
|
},
|
14591
|
+
{
|
14592
|
+
name: 'Cerium Testnet',
|
14593
|
+
chain: 'CAU',
|
14594
|
+
icon: 'canxium',
|
14595
|
+
rpc: [ 'https://cerium-rpc.canxium.net' ],
|
14596
|
+
faucets: [],
|
14597
|
+
nativeCurrency: { name: 'Canxium', symbol: 'CAU', decimals: 18 },
|
14598
|
+
infoURL: 'https://canxium.org',
|
14599
|
+
shortName: 'ceri',
|
14600
|
+
chainId: 30103,
|
14601
|
+
networkId: 30103,
|
14602
|
+
explorers: [
|
14603
|
+
{
|
14604
|
+
name: 'canxium explorer',
|
14605
|
+
url: 'https://cerium-explorer.canxium.net',
|
14606
|
+
standard: 'none'
|
14607
|
+
}
|
14608
|
+
]
|
14609
|
+
},
|
14547
14610
|
{
|
14548
14611
|
name: 'Ethersocial Network',
|
14549
14612
|
chain: 'ESN',
|
@@ -16278,9 +16341,7 @@ const chainArray = [
|
|
16278
16341
|
chain: 'Polygon',
|
16279
16342
|
icon: 'polygon',
|
16280
16343
|
rpc: [
|
16281
|
-
'https://matic-mumbai.chainstacklabs.com',
|
16282
16344
|
'https://rpc-mumbai.maticvigil.com',
|
16283
|
-
'https://matic-testnet-archive-rpc.bwarelabs.com',
|
16284
16345
|
'https://polygon-mumbai-bor.publicnode.com',
|
16285
16346
|
'https://polygon-mumbai.gateway.tenderly.co',
|
16286
16347
|
'wss://polygon-mumbai.gateway.tenderly.co'
|