eth-chainlist 0.0.234 → 0.0.236
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 +125 -19
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.236 (2023-09-20)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.235 ([8bebc29](https://github.com/poowf/eth-chainlist/commit/8bebc29296b4e00eca7666ed3f925df6cab8d21d))
|
9
|
+
* update chain data ([15900c0](https://github.com/poowf/eth-chainlist/commit/15900c0011329efa94ad293b80643a17630f89d7))
|
10
|
+
|
11
|
+
### 0.0.235 (2023-09-14)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.234 ([ba0fe4d](https://github.com/poowf/eth-chainlist/commit/ba0fe4d43f626305c34b73a084c23b543d5eee51))
|
17
|
+
* update chain data ([6c89535](https://github.com/poowf/eth-chainlist/commit/6c89535d7ddd4562b75ca1b4cd621a46eb2bb2de))
|
18
|
+
|
3
19
|
### 0.0.234 (2023-09-13)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2877,6 +2877,26 @@ const chainArray = [
|
|
2877
2877
|
}
|
2878
2878
|
]
|
2879
2879
|
},
|
2880
|
+
{
|
2881
|
+
name: 'Manta Pacific Mainnet',
|
2882
|
+
chain: 'Manta Pacific',
|
2883
|
+
rpc: [ 'https://pacific-rpc.manta.network/http' ],
|
2884
|
+
faucets: [],
|
2885
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
2886
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
2887
|
+
infoURL: 'https://pacific-info.manta.network',
|
2888
|
+
shortName: 'manta',
|
2889
|
+
chainId: 169,
|
2890
|
+
networkId: 169,
|
2891
|
+
icon: 'manta',
|
2892
|
+
explorers: [
|
2893
|
+
{
|
2894
|
+
name: 'manta-pacific Explorer',
|
2895
|
+
url: 'https://pacific-explorer.manta.network',
|
2896
|
+
standard: 'EIP3091'
|
2897
|
+
}
|
2898
|
+
]
|
2899
|
+
},
|
2880
2900
|
{
|
2881
2901
|
name: 'HOO Smart Chain Testnet',
|
2882
2902
|
chain: 'ETH',
|
@@ -4420,25 +4440,33 @@ const chainArray = [
|
|
4420
4440
|
}
|
4421
4441
|
},
|
4422
4442
|
{
|
4423
|
-
name: '
|
4424
|
-
status: '
|
4425
|
-
chain: '
|
4426
|
-
rpc: [ 'https://
|
4443
|
+
name: 'Synapse Chain Testnet',
|
4444
|
+
status: 'active',
|
4445
|
+
chain: 'ETH',
|
4446
|
+
rpc: [ 'https://sepolia.synapseprotocol.com' ],
|
4427
4447
|
faucets: [],
|
4428
|
-
nativeCurrency: { name: '
|
4429
|
-
infoURL: 'https://
|
4430
|
-
shortName: '
|
4448
|
+
nativeCurrency: { name: 'Sepolia ETH', symbol: 'ETH', decimals: 18 },
|
4449
|
+
infoURL: 'https://synapseprotocol.com',
|
4450
|
+
shortName: 'synapse-sepolia',
|
4431
4451
|
chainId: 444,
|
4432
4452
|
networkId: 444,
|
4433
|
-
|
4453
|
+
redFlags: [ 'reusedChainId' ],
|
4434
4454
|
explorers: [
|
4435
4455
|
{
|
4436
|
-
name: '
|
4437
|
-
url: 'https://
|
4438
|
-
icon: 'fren',
|
4456
|
+
name: 'Synapse Chain Sepolia',
|
4457
|
+
url: 'https://sepolia.synapsescan.com',
|
4439
4458
|
standard: 'EIP3091'
|
4440
4459
|
}
|
4441
|
-
]
|
4460
|
+
],
|
4461
|
+
parent: {
|
4462
|
+
type: 'L2',
|
4463
|
+
chain: 'eip155-11155111',
|
4464
|
+
bridges: [
|
4465
|
+
{
|
4466
|
+
url: 'https://docs.synapseprotocol.com/synapse-chain/using-synapse-chain/bridging-to-synapse-chain'
|
4467
|
+
}
|
4468
|
+
]
|
4469
|
+
}
|
4442
4470
|
},
|
4443
4471
|
{
|
4444
4472
|
name: 'ARZIO Chain',
|
@@ -4465,9 +4493,9 @@ const chainArray = [
|
|
4465
4493
|
icon: 'areon',
|
4466
4494
|
rpc: [ 'https://testnet-rpc.areon.network' ],
|
4467
4495
|
faucets: [],
|
4468
|
-
nativeCurrency: { name: 'Areon', symbol: '
|
4496
|
+
nativeCurrency: { name: 'Areon', symbol: 'TAREA', decimals: 18 },
|
4469
4497
|
infoURL: 'https://areon.network',
|
4470
|
-
shortName: '
|
4498
|
+
shortName: 'tarea',
|
4471
4499
|
chainId: 462,
|
4472
4500
|
networkId: 462,
|
4473
4501
|
explorers: [
|
@@ -5824,6 +5852,25 @@ const chainArray = [
|
|
5824
5852
|
bridges: [ { url: 'https://bridge.mode.network/' } ]
|
5825
5853
|
}
|
5826
5854
|
},
|
5855
|
+
{
|
5856
|
+
name: 'Yidark Chain Mainnet',
|
5857
|
+
chain: 'Yidark',
|
5858
|
+
icon: 'ydk',
|
5859
|
+
rpc: [ 'https://rpc.yidark.io' ],
|
5860
|
+
faucets: [],
|
5861
|
+
nativeCurrency: { name: 'Yidark', symbol: 'YDK', decimals: 18 },
|
5862
|
+
infoURL: 'https://yidarkscan.com',
|
5863
|
+
shortName: 'ydk',
|
5864
|
+
chainId: 927,
|
5865
|
+
networkId: 927,
|
5866
|
+
explorers: [
|
5867
|
+
{
|
5868
|
+
name: 'Yidarkscan',
|
5869
|
+
url: 'https://yidarkscan.com',
|
5870
|
+
standard: 'EIP3091'
|
5871
|
+
}
|
5872
|
+
]
|
5873
|
+
},
|
5827
5874
|
{
|
5828
5875
|
name: 'PulseChain Testnet',
|
5829
5876
|
shortName: 'tpls',
|
@@ -6545,7 +6592,7 @@ const chainArray = [
|
|
6545
6592
|
faucets: [],
|
6546
6593
|
nativeCurrency: { name: 'BLXQ', symbol: 'BLXQ', decimals: 18 },
|
6547
6594
|
infoURL: 'https://blx.org',
|
6548
|
-
shortName: '
|
6595
|
+
shortName: 'tblxq',
|
6549
6596
|
chainId: 1107,
|
6550
6597
|
networkId: 1107,
|
6551
6598
|
explorers: [
|
@@ -6557,6 +6604,26 @@ const chainArray = [
|
|
6557
6604
|
}
|
6558
6605
|
]
|
6559
6606
|
},
|
6607
|
+
{
|
6608
|
+
name: 'BLXq Mainnet',
|
6609
|
+
chain: 'BLXQ',
|
6610
|
+
icon: 'blxq',
|
6611
|
+
rpc: [ 'https://mainnet.blxq.org' ],
|
6612
|
+
faucets: [],
|
6613
|
+
nativeCurrency: { name: 'BLXQ', symbol: 'BLXQ', decimals: 18 },
|
6614
|
+
infoURL: 'https://blx.org',
|
6615
|
+
shortName: 'blxq',
|
6616
|
+
chainId: 1108,
|
6617
|
+
networkId: 1108,
|
6618
|
+
explorers: [
|
6619
|
+
{
|
6620
|
+
name: 'BLXq Explorer',
|
6621
|
+
url: 'https://explorer.blxq.org',
|
6622
|
+
icon: 'blxq',
|
6623
|
+
standard: 'EIP3091'
|
6624
|
+
}
|
6625
|
+
]
|
6626
|
+
},
|
6560
6627
|
{
|
6561
6628
|
name: 'WEMIX3.0 Mainnet',
|
6562
6629
|
chain: 'WEMIX',
|
@@ -13065,6 +13132,25 @@ const chainArray = [
|
|
13065
13132
|
}
|
13066
13133
|
]
|
13067
13134
|
},
|
13135
|
+
{
|
13136
|
+
name: 'Agung Network',
|
13137
|
+
chain: 'Agung',
|
13138
|
+
icon: 'agung',
|
13139
|
+
rpc: [ 'https://rpcpc1-qa.agung.peaq.network' ],
|
13140
|
+
faucets: [],
|
13141
|
+
nativeCurrency: { name: 'Agung', symbol: 'AGNG', decimals: 18 },
|
13142
|
+
infoURL: 'https://www.peaq.network',
|
13143
|
+
shortName: 'AGNG',
|
13144
|
+
chainId: 9990,
|
13145
|
+
networkId: 9990,
|
13146
|
+
explorers: [
|
13147
|
+
{
|
13148
|
+
name: 'Polkadot.js',
|
13149
|
+
url: 'https://polkadot.js.org/apps/?rpc=wss://wsspc1-qa.agung.peaq.network#/explorer',
|
13150
|
+
standard: 'none'
|
13151
|
+
}
|
13152
|
+
]
|
13153
|
+
},
|
13068
13154
|
{
|
13069
13155
|
name: 'Mind Smart Chain Mainnet',
|
13070
13156
|
chain: 'MIND',
|
@@ -14460,7 +14546,7 @@ const chainArray = [
|
|
14460
14546
|
icon: 'map',
|
14461
14547
|
rpc: [ 'https://rpc.maplabs.io' ],
|
14462
14548
|
faucets: [],
|
14463
|
-
nativeCurrency: { name: '
|
14549
|
+
nativeCurrency: { name: 'MAPO', symbol: 'MAPO', decimals: 18 },
|
14464
14550
|
infoURL: 'https://maplabs.io',
|
14465
14551
|
shortName: 'map',
|
14466
14552
|
chainId: 22776,
|
@@ -15338,8 +15424,8 @@ const chainArray = [
|
|
15338
15424
|
infoURL: 'https://docs.celo.org/',
|
15339
15425
|
explorers: [
|
15340
15426
|
{
|
15341
|
-
name: '
|
15342
|
-
url: 'https://celoscan.io',
|
15427
|
+
name: 'Alfajoresscan',
|
15428
|
+
url: 'https://alfajores.celoscan.io',
|
15343
15429
|
standard: 'EIP3091'
|
15344
15430
|
}
|
15345
15431
|
]
|
@@ -17573,6 +17659,26 @@ const chainArray = [
|
|
17573
17659
|
}
|
17574
17660
|
]
|
17575
17661
|
},
|
17662
|
+
{
|
17663
|
+
name: 'Taiko Jolnir L2',
|
17664
|
+
chain: 'ETH',
|
17665
|
+
status: 'incubating',
|
17666
|
+
icon: 'taiko',
|
17667
|
+
rpc: [ 'https://rpc.jolnir.taiko.xyz' ],
|
17668
|
+
faucets: [],
|
17669
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
17670
|
+
infoURL: 'https://taiko.xyz',
|
17671
|
+
shortName: 'tko-jolnir',
|
17672
|
+
chainId: 167007,
|
17673
|
+
networkId: 167007,
|
17674
|
+
explorers: [
|
17675
|
+
{
|
17676
|
+
name: 'blockscout',
|
17677
|
+
url: 'https://explorer.jolnir.taiko.xyz',
|
17678
|
+
standard: 'EIP3091'
|
17679
|
+
}
|
17680
|
+
]
|
17681
|
+
},
|
17576
17682
|
{
|
17577
17683
|
name: 'Condor Test Network',
|
17578
17684
|
chain: 'CONDOR',
|
@@ -19168,7 +19274,7 @@ const chainArray = [
|
|
19168
19274
|
nativeCurrency: { name: 'Manta', symbol: 'MANTA', decimals: 18 },
|
19169
19275
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
19170
19276
|
infoURL: 'https://manta-testnet.caldera.dev/',
|
19171
|
-
shortName: '
|
19277
|
+
shortName: 'mantaTestnet',
|
19172
19278
|
chainId: 3441005,
|
19173
19279
|
networkId: 3441005,
|
19174
19280
|
icon: 'manta',
|