eth-chainlist 0.0.211 → 0.0.213
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 +96 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.213 (2023-08-18)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.212 ([cc75423](https://github.com/poowf/eth-chainlist/commit/cc75423f6f565f825408df06c247c4d388341da2))
|
9
|
+
* update chain data ([fbba11b](https://github.com/poowf/eth-chainlist/commit/fbba11b062afbbe81d2203ab0fc719b22ba25450))
|
10
|
+
|
11
|
+
### 0.0.212 (2023-08-17)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.211 ([199cc9e](https://github.com/poowf/eth-chainlist/commit/199cc9e1cdfa3ff5c71661a17c6b14bc82e72d20))
|
17
|
+
* update chain data ([b235833](https://github.com/poowf/eth-chainlist/commit/b23583368163f58ab3f5c85f6e5934fa1ab1d444))
|
18
|
+
|
3
19
|
### 0.0.211 (2023-08-16)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -1878,6 +1878,7 @@ const chainArray = [
|
|
1878
1878
|
'https://gnosis.api.onfinality.io/public',
|
1879
1879
|
'https://gnosis.blockpi.network/v1/rpc/public',
|
1880
1880
|
'https://web3endpoints.com/gnosischain-mainnet',
|
1881
|
+
'https://gnosis.oat.farm',
|
1881
1882
|
'wss://rpc.gnosischain.com/wss'
|
1882
1883
|
],
|
1883
1884
|
faucets: [
|
@@ -4737,6 +4738,30 @@ const chainArray = [
|
|
4737
4738
|
chainId: 666,
|
4738
4739
|
networkId: 666
|
4739
4740
|
},
|
4741
|
+
{
|
4742
|
+
name: 'LAOS Arrakis',
|
4743
|
+
title: 'LAOS Testnet Arrakis',
|
4744
|
+
chain: 'LAOS',
|
4745
|
+
icon: 'laos',
|
4746
|
+
rpc: [
|
4747
|
+
'https://arrakis.gorengine.com/own',
|
4748
|
+
'wss://arrakis.gorengine.com/own'
|
4749
|
+
],
|
4750
|
+
faucets: [],
|
4751
|
+
nativeCurrency: { name: 'LAOS', symbol: 'LAOS', decimals: 18 },
|
4752
|
+
infoURL: 'https://www.laosfoundation.io/',
|
4753
|
+
shortName: 'laos',
|
4754
|
+
chainId: 667,
|
4755
|
+
networkId: 667,
|
4756
|
+
explorers: [
|
4757
|
+
{
|
4758
|
+
name: 'blockscout',
|
4759
|
+
url: 'https://arrakis.gorengine.com',
|
4760
|
+
icon: 'laos',
|
4761
|
+
standard: 'EIP3091'
|
4762
|
+
}
|
4763
|
+
]
|
4764
|
+
},
|
4740
4765
|
{
|
4741
4766
|
name: 'Karura Network',
|
4742
4767
|
chain: 'KAR',
|
@@ -8221,6 +8246,25 @@ const chainArray = [
|
|
8221
8246
|
}
|
8222
8247
|
]
|
8223
8248
|
},
|
8249
|
+
{
|
8250
|
+
name: 'Kiwi Subnet',
|
8251
|
+
chain: 'KIWI',
|
8252
|
+
rpc: [ 'https://subnets.avax.network/kiwi/testnet/rpc' ],
|
8253
|
+
features: [ { name: 'EIP1559' } ],
|
8254
|
+
faucets: [],
|
8255
|
+
nativeCurrency: { name: 'Shrapgas', symbol: 'SHRAP', decimals: 18 },
|
8256
|
+
infoURL: '',
|
8257
|
+
shortName: 'kiwi',
|
8258
|
+
chainId: 2037,
|
8259
|
+
networkId: 2037,
|
8260
|
+
explorers: [
|
8261
|
+
{
|
8262
|
+
name: 'KIWI Explorer',
|
8263
|
+
url: 'https://subnets-test.avax.network/kiwi',
|
8264
|
+
standard: 'EIP3091'
|
8265
|
+
}
|
8266
|
+
]
|
8267
|
+
},
|
8224
8268
|
{
|
8225
8269
|
name: 'OriginTrail Parachain',
|
8226
8270
|
chain: 'OTP',
|
@@ -8577,9 +8621,13 @@ const chainArray = [
|
|
8577
8621
|
]
|
8578
8622
|
},
|
8579
8623
|
{
|
8580
|
-
name: 'Kava
|
8624
|
+
name: 'Kava Testnet',
|
8581
8625
|
chain: 'KAVA',
|
8582
|
-
rpc: [
|
8626
|
+
rpc: [
|
8627
|
+
'https://evm.testnet.kava.io',
|
8628
|
+
'https://kava-evm-testnet.rpc.thirdweb.com',
|
8629
|
+
'wss://wevm.testnet.kava.io'
|
8630
|
+
],
|
8583
8631
|
faucets: [ 'https://faucet.kava.io' ],
|
8584
8632
|
nativeCurrency: { name: 'TKava', symbol: 'TKAVA', decimals: 18 },
|
8585
8633
|
infoURL: 'https://www.kava.io',
|
@@ -8590,18 +8638,20 @@ const chainArray = [
|
|
8590
8638
|
explorers: [
|
8591
8639
|
{
|
8592
8640
|
name: 'Kava Testnet Explorer',
|
8593
|
-
url: '
|
8641
|
+
url: 'http://testnet.kavascan.com',
|
8594
8642
|
standard: 'EIP3091',
|
8595
8643
|
icon: 'kava'
|
8596
8644
|
}
|
8597
8645
|
]
|
8598
8646
|
},
|
8599
8647
|
{
|
8600
|
-
name: 'Kava
|
8648
|
+
name: 'Kava',
|
8601
8649
|
chain: 'KAVA',
|
8602
8650
|
rpc: [
|
8603
8651
|
'https://evm.kava.io',
|
8604
8652
|
'https://evm2.kava.io',
|
8653
|
+
'https://kava-rpc.gateway.pokt.network',
|
8654
|
+
'https://kava-evm.rpc.thirdweb.com',
|
8605
8655
|
'wss://wevm.kava.io',
|
8606
8656
|
'wss://wevm2.kava.io',
|
8607
8657
|
'https://kava-evm.publicnode.com'
|
@@ -8616,7 +8666,7 @@ const chainArray = [
|
|
8616
8666
|
explorers: [
|
8617
8667
|
{
|
8618
8668
|
name: 'Kava EVM Explorer',
|
8619
|
-
url: 'https://
|
8669
|
+
url: 'https://kavascan.com',
|
8620
8670
|
standard: 'EIP3091',
|
8621
8671
|
icon: 'kava'
|
8622
8672
|
}
|
@@ -8676,7 +8726,13 @@ const chainArray = [
|
|
8676
8726
|
{
|
8677
8727
|
name: 'SOMA Network Testnet',
|
8678
8728
|
chain: 'SOMA',
|
8679
|
-
rpc: [
|
8729
|
+
rpc: [
|
8730
|
+
'https://data-testnet-v1.somanetwork.io/',
|
8731
|
+
'https://testnet-au-server-2.somanetwork.io',
|
8732
|
+
'https://testnet-au-server-1.somanetwork.io',
|
8733
|
+
'https://testnet-sg-server-1.somanetwork.io',
|
8734
|
+
'https://testnet-sg-server-2.somanetwork.io'
|
8735
|
+
],
|
8680
8736
|
faucets: [ 'https://faucet.somanetwork.io' ],
|
8681
8737
|
nativeCurrency: { name: 'SMA', symbol: 'tSMA', decimals: 18 },
|
8682
8738
|
infoURL: 'https://somanetwork.io',
|
@@ -8717,7 +8773,12 @@ const chainArray = [
|
|
8717
8773
|
{
|
8718
8774
|
name: 'SOMA Network Mainnet',
|
8719
8775
|
chain: 'SOMA',
|
8720
|
-
rpc: [
|
8776
|
+
rpc: [
|
8777
|
+
'https://data-mainnet-v1.somanetwork.io/',
|
8778
|
+
'https://id-mainnet.somanetwork.io',
|
8779
|
+
'https://hk-mainnet.somanetwork.io',
|
8780
|
+
'https://sg-mainnet.somanetwork.io'
|
8781
|
+
],
|
8721
8782
|
faucets: [ 'https://airdrop.somanetwork.io' ],
|
8722
8783
|
nativeCurrency: { name: 'Soma Native Token', symbol: 'SMA', decimals: 18 },
|
8723
8784
|
infoURL: 'https://somanetwork.io',
|
@@ -11545,7 +11606,10 @@ const chainArray = [
|
|
11545
11606
|
{
|
11546
11607
|
name: 'Base',
|
11547
11608
|
chain: 'ETH',
|
11548
|
-
rpc: [
|
11609
|
+
rpc: [
|
11610
|
+
'https://mainnet.base.org/',
|
11611
|
+
'https://developer-access-mainnet.base.org/'
|
11612
|
+
],
|
11549
11613
|
faucets: [],
|
11550
11614
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
11551
11615
|
infoURL: 'https://base.org',
|
@@ -17168,6 +17232,30 @@ const chainArray = [
|
|
17168
17232
|
}
|
17169
17233
|
]
|
17170
17234
|
},
|
17235
|
+
{
|
17236
|
+
name: 'Alterium L2 Testnet',
|
17237
|
+
chain: 'ALT',
|
17238
|
+
icon: 'alterium',
|
17239
|
+
rpc: [ 'https://l2-testnet-rpc.altscan.org' ],
|
17240
|
+
faucets: [],
|
17241
|
+
nativeCurrency: { name: 'Alterium ETH', symbol: 'AltETH', decimals: 18 },
|
17242
|
+
infoURL: 'https://alteriumprotocol.org',
|
17243
|
+
shortName: 'alterium',
|
17244
|
+
chainId: 420692,
|
17245
|
+
networkId: 420692,
|
17246
|
+
parent: {
|
17247
|
+
type: 'L2',
|
17248
|
+
chain: 'eip155-5',
|
17249
|
+
bridges: [ { url: 'https://testnet-bridge.alteriumprotocol.org' } ]
|
17250
|
+
},
|
17251
|
+
explorers: [
|
17252
|
+
{
|
17253
|
+
name: 'Alterium L2 Testnet Explorer',
|
17254
|
+
url: 'https://l2-testnet.altscan.org',
|
17255
|
+
standard: 'EIP3091'
|
17256
|
+
}
|
17257
|
+
]
|
17258
|
+
},
|
17171
17259
|
{
|
17172
17260
|
name: 'Arbitrum Rinkeby',
|
17173
17261
|
title: 'Arbitrum Testnet Rinkeby',
|