eth-chainlist 0.0.439 → 0.0.440
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 +86 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.440 (2024-07-11)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.439 ([21984e3](https://github.com/poowf/eth-chainlist/commit/21984e339623852bb87f0951ea68c3f6ca11a142))
|
9
|
+
* update chain data ([067b831](https://github.com/poowf/eth-chainlist/commit/067b831289592069202e04a56a9083fb6c99927f))
|
10
|
+
|
3
11
|
### 0.0.439 (2024-07-09)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -893,7 +893,7 @@ const chainArray = [
|
|
893
893
|
chain: 'crab',
|
894
894
|
rpc: [
|
895
895
|
'https://crab-rpc.darwinia.network',
|
896
|
-
'https://crab-rpc.
|
896
|
+
'https://crab-rpc.dcdao.box'
|
897
897
|
],
|
898
898
|
faucets: [],
|
899
899
|
nativeCurrency: { name: 'Crab Network Native Token', symbol: 'CRAB', decimals: 18 },
|
@@ -939,7 +939,7 @@ const chainArray = [
|
|
939
939
|
chain: 'darwinia',
|
940
940
|
rpc: [
|
941
941
|
'https://rpc.darwinia.network',
|
942
|
-
'https://darwinia-rpc.
|
942
|
+
'https://darwinia-rpc.dcdao.box',
|
943
943
|
'https://darwinia-rpc.dwellir.com'
|
944
944
|
],
|
945
945
|
faucets: [],
|
@@ -948,14 +948,14 @@ const chainArray = [
|
|
948
948
|
symbol: 'RING',
|
949
949
|
decimals: 18
|
950
950
|
},
|
951
|
-
infoURL: 'https://darwinia.network
|
951
|
+
infoURL: 'https://darwinia.network',
|
952
952
|
shortName: 'darwinia',
|
953
953
|
chainId: 46,
|
954
954
|
networkId: 46,
|
955
955
|
explorers: [
|
956
956
|
{
|
957
|
-
name: '
|
958
|
-
url: 'https://darwinia.
|
957
|
+
name: 'blockscout',
|
958
|
+
url: 'https://explorer.darwinia.network',
|
959
959
|
standard: 'EIP3091'
|
960
960
|
}
|
961
961
|
]
|
@@ -25587,6 +25587,19 @@ const chainArray = [
|
|
25587
25587
|
}
|
25588
25588
|
]
|
25589
25589
|
},
|
25590
|
+
{
|
25591
|
+
name: 'Automata Mainnet',
|
25592
|
+
chain: 'Automata Mainnet',
|
25593
|
+
rpc: [],
|
25594
|
+
faucets: [],
|
25595
|
+
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
25596
|
+
infoURL: 'https://ata.network',
|
25597
|
+
shortName: 'automatamainnet',
|
25598
|
+
chainId: 65536,
|
25599
|
+
networkId: 65536,
|
25600
|
+
icon: 'automata',
|
25601
|
+
explorers: []
|
25602
|
+
},
|
25590
25603
|
{
|
25591
25604
|
name: 'Janus Testnet',
|
25592
25605
|
chain: 'JanusNetwork',
|
@@ -29062,6 +29075,27 @@ const chainArray = [
|
|
29062
29075
|
],
|
29063
29076
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
29064
29077
|
},
|
29078
|
+
{
|
29079
|
+
name: 'Cipherem Testnet',
|
29080
|
+
chain: 'Cipherem',
|
29081
|
+
rpc: [ 'https://testnet.cipherem.com' ],
|
29082
|
+
faucets: [],
|
29083
|
+
nativeCurrency: { name: 'CIP', symbol: 'CIP', decimals: 18 },
|
29084
|
+
infoURL: 'https://www.cipherem.com',
|
29085
|
+
shortName: 'CIP',
|
29086
|
+
chainId: 292003,
|
29087
|
+
networkId: 292003,
|
29088
|
+
slip44: 1,
|
29089
|
+
icon: 'cipherem',
|
29090
|
+
explorers: [
|
29091
|
+
{
|
29092
|
+
name: 'Cipherscan Testnet Explorer',
|
29093
|
+
icon: 'cipherscan',
|
29094
|
+
url: 'https://cipherscan.net',
|
29095
|
+
standard: 'EIP3091'
|
29096
|
+
}
|
29097
|
+
]
|
29098
|
+
},
|
29065
29099
|
{
|
29066
29100
|
name: 'One World Chain Mainnet',
|
29067
29101
|
chain: 'One World Chain',
|
@@ -29189,6 +29223,25 @@ const chainArray = [
|
|
29189
29223
|
}
|
29190
29224
|
]
|
29191
29225
|
},
|
29226
|
+
{
|
29227
|
+
name: 'Nal Mainnet',
|
29228
|
+
chain: 'ETH',
|
29229
|
+
icon: 'nal',
|
29230
|
+
rpc: [ 'https://rpc.nal.network', 'wss://wss.nal.network' ],
|
29231
|
+
faucets: [],
|
29232
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
29233
|
+
infoURL: 'https://www.nal.network',
|
29234
|
+
shortName: 'nal',
|
29235
|
+
chainId: 328527,
|
29236
|
+
networkId: 328527,
|
29237
|
+
explorers: [
|
29238
|
+
{
|
29239
|
+
name: 'Nal Network Explorer',
|
29240
|
+
url: 'https://scan.nal.network',
|
29241
|
+
standard: 'EIP3091'
|
29242
|
+
}
|
29243
|
+
]
|
29244
|
+
},
|
29192
29245
|
{
|
29193
29246
|
name: 'TTcoin Smart Chain Mainnet',
|
29194
29247
|
chain: 'TSC',
|
@@ -31343,15 +31396,21 @@ const chainArray = [
|
|
31343
31396
|
{
|
31344
31397
|
name: 'Automata Testnet',
|
31345
31398
|
chain: 'Automata Testnet',
|
31346
|
-
rpc: [],
|
31399
|
+
rpc: [ 'https://automata-testnet.alt.technology' ],
|
31347
31400
|
faucets: [],
|
31348
|
-
nativeCurrency: { name: '
|
31401
|
+
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
31349
31402
|
infoURL: 'https://ata.network',
|
31350
31403
|
shortName: 'automatatest',
|
31351
31404
|
chainId: 1398243,
|
31352
31405
|
networkId: 1398243,
|
31353
31406
|
icon: 'automata',
|
31354
|
-
explorers: [
|
31407
|
+
explorers: [
|
31408
|
+
{
|
31409
|
+
name: 'Automata Testnet Explorer',
|
31410
|
+
url: 'https://automata-testnet-explorer.alt.technology',
|
31411
|
+
standard: 'EIP3091'
|
31412
|
+
}
|
31413
|
+
]
|
31355
31414
|
},
|
31356
31415
|
{
|
31357
31416
|
name: 'PlayFi Albireo Testnet',
|
@@ -32181,6 +32240,25 @@ const chainArray = [
|
|
32181
32240
|
}
|
32182
32241
|
]
|
32183
32242
|
},
|
32243
|
+
{
|
32244
|
+
name: 'AlienX Mainnet',
|
32245
|
+
chain: 'AlienX Mainnet',
|
32246
|
+
rpc: [ 'https://rpc.alienxchain.io/http' ],
|
32247
|
+
faucets: [],
|
32248
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
32249
|
+
infoURL: 'https://alienxchain.io/home',
|
32250
|
+
shortName: 'AlienX',
|
32251
|
+
chainId: 10241024,
|
32252
|
+
networkId: 10241024,
|
32253
|
+
icon: 'alienx',
|
32254
|
+
explorers: [
|
32255
|
+
{
|
32256
|
+
name: 'AlienXChain Explorer',
|
32257
|
+
url: 'https://explorer.alienxchain.io',
|
32258
|
+
standard: 'EIP3091'
|
32259
|
+
}
|
32260
|
+
]
|
32261
|
+
},
|
32184
32262
|
{
|
32185
32263
|
name: 'ALIENX Hal Testnet',
|
32186
32264
|
chain: 'ALIENX Hal',
|