eth-chainlist 0.0.583 → 0.0.584
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 +57 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.584 (2025-01-11)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.583 ([dc636e6](https://github.com/poowf/eth-chainlist/commit/dc636e679d5e3b5e3efe61e64beb0c520d998cf6))
|
9
|
+
* update chain data ([67b9f07](https://github.com/poowf/eth-chainlist/commit/67b9f07a74b5a312d666dd85d999b4694bf69493))
|
10
|
+
|
3
11
|
### 0.0.583 (2025-01-10)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -15695,6 +15695,20 @@ const chainArray = [
|
|
15695
15695
|
}
|
15696
15696
|
]
|
15697
15697
|
},
|
15698
|
+
{
|
15699
|
+
name: 'inEVM Testnet',
|
15700
|
+
chain: 'inEVM testnet',
|
15701
|
+
icon: 'inevm',
|
15702
|
+
rpc: [ 'https://testnet.rpc.inevm.com/http' ],
|
15703
|
+
faucets: [],
|
15704
|
+
nativeCurrency: { name: 'Injective', symbol: 'INJ', decimals: 18 },
|
15705
|
+
infoURL: 'https://inevm.com',
|
15706
|
+
shortName: 'inevm-testnet',
|
15707
|
+
chainId: 2424,
|
15708
|
+
networkId: 2424,
|
15709
|
+
explorers: [],
|
15710
|
+
status: 'active'
|
15711
|
+
},
|
15698
15712
|
{
|
15699
15713
|
name: 'King Of Legends Mainnet',
|
15700
15714
|
title: 'King Of Legends Mainnet',
|
@@ -24105,7 +24119,7 @@ const chainArray = [
|
|
24105
24119
|
name: 'Agung Network',
|
24106
24120
|
chain: 'Agung',
|
24107
24121
|
icon: 'agung',
|
24108
|
-
rpc: [ 'https
|
24122
|
+
rpc: [ 'https:///wss-async.agung.peaq.network' ],
|
24109
24123
|
faucets: [],
|
24110
24124
|
nativeCurrency: { name: 'Agung', symbol: 'AGNG', decimals: 18 },
|
24111
24125
|
infoURL: 'https://www.peaq.network',
|
@@ -24115,12 +24129,12 @@ const chainArray = [
|
|
24115
24129
|
explorers: [
|
24116
24130
|
{
|
24117
24131
|
name: 'Polkadot.js',
|
24118
|
-
url: 'https://polkadot.js.org/apps/?rpc=wss
|
24132
|
+
url: 'https://polkadot.js.org/apps/?rpc=wss:///wss-async.agung.peaq.network#/explorer',
|
24119
24133
|
standard: 'none'
|
24120
24134
|
},
|
24121
24135
|
{
|
24122
24136
|
name: 'Subscan',
|
24123
|
-
url: 'https://agung.subscan.io',
|
24137
|
+
url: 'https://agung-testnet.subscan.io',
|
24124
24138
|
standard: 'none'
|
24125
24139
|
}
|
24126
24140
|
]
|
@@ -25342,7 +25356,7 @@ const chainArray = [
|
|
25342
25356
|
slip44: 1
|
25343
25357
|
},
|
25344
25358
|
{
|
25345
|
-
name: 'Huddle01',
|
25359
|
+
name: 'Huddle01 dRTC Chain',
|
25346
25360
|
chain: 'huddle01',
|
25347
25361
|
rpc: [ 'https://huddle01.calderachain.xyz/http' ],
|
25348
25362
|
faucets: [],
|
@@ -35027,6 +35041,25 @@ const chainArray = [
|
|
35027
35041
|
}
|
35028
35042
|
]
|
35029
35043
|
},
|
35044
|
+
{
|
35045
|
+
name: 'Openledger Testnet',
|
35046
|
+
chain: 'Openledger Testnet',
|
35047
|
+
rpc: [ 'https://rpctn.openledger.xyz' ],
|
35048
|
+
faucets: [],
|
35049
|
+
nativeCurrency: { name: 'Openledger', symbol: 'OPN', decimals: 18 },
|
35050
|
+
infoURL: 'https://www.openledger.xyz',
|
35051
|
+
shortName: 'openledgertest',
|
35052
|
+
chainId: 161201,
|
35053
|
+
networkId: 161201,
|
35054
|
+
icon: 'openledger',
|
35055
|
+
explorers: [
|
35056
|
+
{
|
35057
|
+
name: 'Openledger Testnet Explorer',
|
35058
|
+
url: 'https://scantn.openledger.xyz',
|
35059
|
+
standard: 'EIP3091'
|
35060
|
+
}
|
35061
|
+
]
|
35062
|
+
},
|
35030
35063
|
{
|
35031
35064
|
name: 'PlayFi Mainnet',
|
35032
35065
|
chain: 'PLAY',
|
@@ -35304,6 +35337,26 @@ const chainArray = [
|
|
35304
35337
|
}
|
35305
35338
|
]
|
35306
35339
|
},
|
35340
|
+
{
|
35341
|
+
name: 'Chronicle Loa - Lit Protocol Testnet',
|
35342
|
+
chain: 'LPL',
|
35343
|
+
icon: 'lit',
|
35344
|
+
rpc: [ 'https://loa-rpc.litprotocol.com' ],
|
35345
|
+
faucets: [ 'https://developer.litprotocol.com/support/intro' ],
|
35346
|
+
nativeCurrency: { name: 'Test Lit', symbol: 'tLit', decimals: 18 },
|
35347
|
+
infoURL: 'https://litprotocol.com',
|
35348
|
+
shortName: 'lpl',
|
35349
|
+
chainId: 175190,
|
35350
|
+
networkId: 175190,
|
35351
|
+
explorers: [
|
35352
|
+
{
|
35353
|
+
name: 'Lit Chronicle Loa Explorer',
|
35354
|
+
url: 'https://loa-explorer.litprotocol.com',
|
35355
|
+
icon: 'lit',
|
35356
|
+
standard: 'EIP3091'
|
35357
|
+
}
|
35358
|
+
]
|
35359
|
+
},
|
35307
35360
|
{
|
35308
35361
|
name: 'Bitica Chain Mainnet',
|
35309
35362
|
chain: 'BDCC',
|