eth-chainlist 0.0.690 → 0.0.692
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 +188 -17
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.692 (2025-10-01)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.691 ([36a4ba1](https://github.com/poowf/eth-chainlist/commit/36a4ba1d076f907f125038797311d1f92c13fe65))
|
9
|
+
* update chain data ([b2208d0](https://github.com/poowf/eth-chainlist/commit/b2208d096626d453cc5add0eb78be25d3907c70b))
|
10
|
+
|
11
|
+
### 0.0.691 (2025-09-30)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.690 ([4084372](https://github.com/poowf/eth-chainlist/commit/4084372a2e4435237d68612f512440636509f921))
|
17
|
+
* update chain data ([0fe8488](https://github.com/poowf/eth-chainlist/commit/0fe84886b4d4baa62a57fd142626ca7af91ac157))
|
18
|
+
|
3
19
|
### 0.0.690 (2025-09-29)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -12589,6 +12589,33 @@ const chainArray = [
|
|
12589
12589
|
}
|
12590
12590
|
]
|
12591
12591
|
},
|
12592
|
+
{
|
12593
|
+
name: 'Injective Testnet',
|
12594
|
+
chain: 'Injective',
|
12595
|
+
icon: 'injective',
|
12596
|
+
rpc: [
|
12597
|
+
'https://k8s.testnet.json-rpc.injective.network',
|
12598
|
+
'wss://k8s.testnet.ws.injective.network',
|
12599
|
+
'https://injectiveevm-testnet-rpc.polkachu.com',
|
12600
|
+
'wss://injectiveevm-testnet-rpc.polkachu.com'
|
12601
|
+
],
|
12602
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
12603
|
+
faucets: [ 'https://testnet.faucet.injective.network' ],
|
12604
|
+
nativeCurrency: { name: 'Injective', symbol: 'INJ', decimals: 18 },
|
12605
|
+
infoURL: 'https://injective.com',
|
12606
|
+
shortName: 'injective-testnet',
|
12607
|
+
chainId: 1439,
|
12608
|
+
networkId: 1439,
|
12609
|
+
slip44: 60,
|
12610
|
+
explorers: [
|
12611
|
+
{
|
12612
|
+
name: 'blockscout',
|
12613
|
+
url: 'https://testnet.blockscout.injective.network',
|
12614
|
+
icon: 'blockscout',
|
12615
|
+
standard: 'EIP3091'
|
12616
|
+
}
|
12617
|
+
]
|
12618
|
+
},
|
12592
12619
|
{
|
12593
12620
|
name: 'Living Assets Mainnet',
|
12594
12621
|
chain: 'LAS',
|
@@ -13528,6 +13555,33 @@ const chainArray = [
|
|
13528
13555
|
}
|
13529
13556
|
]
|
13530
13557
|
},
|
13558
|
+
{
|
13559
|
+
name: 'Injective',
|
13560
|
+
chain: 'Injective',
|
13561
|
+
icon: 'injective',
|
13562
|
+
rpc: [
|
13563
|
+
'https://sentry.evm-rpc.injective.network',
|
13564
|
+
'wss://sentry.evm-ws.injective.network',
|
13565
|
+
'https://injectiveevm-rpc.polkachu.com',
|
13566
|
+
'wss://injectiveevm-ws.polkachu.com'
|
13567
|
+
],
|
13568
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
13569
|
+
faucets: [ 'https://injective.com/getinj' ],
|
13570
|
+
nativeCurrency: { name: 'Injective', symbol: 'INJ', decimals: 18 },
|
13571
|
+
infoURL: 'https://injective.com',
|
13572
|
+
shortName: 'injective',
|
13573
|
+
chainId: 1776,
|
13574
|
+
networkId: 1776,
|
13575
|
+
slip44: 60,
|
13576
|
+
explorers: [
|
13577
|
+
{
|
13578
|
+
name: 'blockscout',
|
13579
|
+
url: 'https://blockscout.injective.network',
|
13580
|
+
icon: 'blockscout',
|
13581
|
+
standard: 'EIP3091'
|
13582
|
+
}
|
13583
|
+
]
|
13584
|
+
},
|
13531
13585
|
{
|
13532
13586
|
name: 'Gauss Mainnet',
|
13533
13587
|
chain: 'Gauss',
|
@@ -25115,6 +25169,18 @@ const chainArray = [
|
|
25115
25169
|
explorers: [],
|
25116
25170
|
parent: { type: 'L2', chain: 'eip155-4', bridges: [] }
|
25117
25171
|
},
|
25172
|
+
{
|
25173
|
+
name: 'GIWA',
|
25174
|
+
chain: 'ETH',
|
25175
|
+
rpc: [],
|
25176
|
+
faucets: [],
|
25177
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
25178
|
+
infoURL: 'https://giwa.io',
|
25179
|
+
shortName: 'giwa',
|
25180
|
+
chainId: 9134,
|
25181
|
+
networkId: 9134,
|
25182
|
+
status: 'incubating'
|
25183
|
+
},
|
25118
25184
|
{
|
25119
25185
|
name: 'Rinia Testnet Old',
|
25120
25186
|
chain: 'FIRE',
|
@@ -28256,14 +28322,28 @@ const chainArray = [
|
|
28256
28322
|
{
|
28257
28323
|
name: '0G-Galileo-Testnet',
|
28258
28324
|
chain: '0G-Testnet',
|
28259
|
-
|
28260
|
-
|
28325
|
+
status: 'deprecated',
|
28326
|
+
rpc: [],
|
28327
|
+
faucets: [],
|
28261
28328
|
nativeCurrency: { name: 'A0GI', symbol: 'A0GI', decimals: 18 },
|
28262
28329
|
infoURL: 'https://0g.ai',
|
28263
28330
|
shortName: '0gai-galileo-testnet',
|
28264
28331
|
chainId: 16601,
|
28265
28332
|
networkId: 16601,
|
28266
28333
|
icon: '0gai',
|
28334
|
+
explorers: []
|
28335
|
+
},
|
28336
|
+
{
|
28337
|
+
name: '0G-Testnet-Galileo',
|
28338
|
+
chain: '0G-Testnet',
|
28339
|
+
rpc: [ 'https://evmrpc-testnet.0g.ai' ],
|
28340
|
+
faucets: [ 'https://faucet.0g.ai' ],
|
28341
|
+
nativeCurrency: { name: '0G', symbol: '0G', decimals: 18 },
|
28342
|
+
infoURL: 'https://0g.ai',
|
28343
|
+
shortName: '0g-testnet-galileo',
|
28344
|
+
chainId: 16602,
|
28345
|
+
networkId: 16602,
|
28346
|
+
icon: '0g',
|
28267
28347
|
explorers: [
|
28268
28348
|
{
|
28269
28349
|
name: '0G BlockChain Explorer',
|
@@ -28283,7 +28363,13 @@ const chainArray = [
|
|
28283
28363
|
chainId: 16661,
|
28284
28364
|
networkId: 16661,
|
28285
28365
|
icon: '0g',
|
28286
|
-
explorers: [
|
28366
|
+
explorers: [
|
28367
|
+
{
|
28368
|
+
name: '0G BlockChain Explorer',
|
28369
|
+
url: 'https://chainscan.0g.ai',
|
28370
|
+
standard: 'EIP3091'
|
28371
|
+
}
|
28372
|
+
]
|
28287
28373
|
},
|
28288
28374
|
{
|
28289
28375
|
name: 'IRIShub Testnet',
|
@@ -34454,6 +34540,11 @@ const chainArray = [
|
|
34454
34540
|
name: 'Scolscan Explorer',
|
34455
34541
|
url: 'https://explorer.scolcoin.com',
|
34456
34542
|
standard: 'EIP3091'
|
34543
|
+
},
|
34544
|
+
{
|
34545
|
+
name: 'Scolcoin Explorer',
|
34546
|
+
url: 'https://explorador.scolcoin.com',
|
34547
|
+
standard: 'EIP3091'
|
34457
34548
|
}
|
34458
34549
|
]
|
34459
34550
|
},
|
@@ -36406,6 +36497,27 @@ const chainArray = [
|
|
36406
36497
|
}
|
36407
36498
|
]
|
36408
36499
|
},
|
36500
|
+
{
|
36501
|
+
name: 'GIWA Sepolia Testnet',
|
36502
|
+
chain: 'ETH',
|
36503
|
+
rpc: [ 'https://sepolia-rpc.giwa.io' ],
|
36504
|
+
faucets: [ 'https://faucet.giwa.io' ],
|
36505
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
36506
|
+
infoURL: 'https://giwa.io',
|
36507
|
+
shortName: 'giwasepolia',
|
36508
|
+
chainId: 91342,
|
36509
|
+
networkId: 91342,
|
36510
|
+
slip44: 1,
|
36511
|
+
icon: 'giwaTestnet',
|
36512
|
+
explorers: [
|
36513
|
+
{
|
36514
|
+
name: 'GIWA Sepolia Blockscout',
|
36515
|
+
url: 'https://sepolia-explorer.giwa.io',
|
36516
|
+
icon: 'blockscout',
|
36517
|
+
standard: 'EIP3091'
|
36518
|
+
}
|
36519
|
+
]
|
36520
|
+
},
|
36409
36521
|
{
|
36410
36522
|
name: 'Combo Testnet',
|
36411
36523
|
chain: 'Combo',
|
@@ -40587,6 +40699,56 @@ const chainArray = [
|
|
40587
40699
|
}
|
40588
40700
|
]
|
40589
40701
|
},
|
40702
|
+
{
|
40703
|
+
name: 'Silent Data Mainnet',
|
40704
|
+
chain: 'Silent Data',
|
40705
|
+
rpc: [ 'https://mainnet.silentdata.com/${SILENTDATA_AUTH_TOKEN}' ],
|
40706
|
+
faucets: [],
|
40707
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
40708
|
+
infoURL: 'https://www.silentdata.com',
|
40709
|
+
shortName: 'silent-data-mainnet',
|
40710
|
+
chainId: 380929,
|
40711
|
+
networkId: 380929,
|
40712
|
+
icon: 'silentdata',
|
40713
|
+
explorers: [
|
40714
|
+
{
|
40715
|
+
name: 'Silent Data Mainnet Explorer',
|
40716
|
+
url: 'https://explorer-mainnet.rollup.silentdata.com',
|
40717
|
+
icon: 'silentdata',
|
40718
|
+
standard: 'EIP3091'
|
40719
|
+
}
|
40720
|
+
],
|
40721
|
+
parent: {
|
40722
|
+
type: 'L2',
|
40723
|
+
chain: 'eip155-1',
|
40724
|
+
bridges: [ { url: 'https://bridge-mainnet.rollup.silentdata.com' } ]
|
40725
|
+
}
|
40726
|
+
},
|
40727
|
+
{
|
40728
|
+
name: 'Silent Data Testnet',
|
40729
|
+
chain: 'Silent Data',
|
40730
|
+
rpc: [ 'https://testnet.silentdata.com/${SILENTDATA_AUTH_TOKEN}' ],
|
40731
|
+
faucets: [],
|
40732
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
40733
|
+
infoURL: 'https://www.silentdata.com',
|
40734
|
+
shortName: 'silent-data-testnet',
|
40735
|
+
chainId: 381185,
|
40736
|
+
networkId: 381185,
|
40737
|
+
icon: 'silentdata-testnet',
|
40738
|
+
explorers: [
|
40739
|
+
{
|
40740
|
+
name: 'Silent Data Testnet Explorer',
|
40741
|
+
url: 'https://explorer-testnet.rollup.silentdata.com',
|
40742
|
+
icon: 'silentdata-testnet',
|
40743
|
+
standard: 'EIP3091'
|
40744
|
+
}
|
40745
|
+
],
|
40746
|
+
parent: {
|
40747
|
+
type: 'L2',
|
40748
|
+
chain: 'eip155-11155111',
|
40749
|
+
bridges: [ { url: 'https://bridge-testnet.rollup.silentdata.com' } ]
|
40750
|
+
}
|
40751
|
+
},
|
40590
40752
|
{
|
40591
40753
|
name: 'Metal C-Chain',
|
40592
40754
|
chain: 'Metal',
|
@@ -46135,14 +46297,9 @@ const chainArray = [
|
|
46135
46297
|
},
|
46136
46298
|
{
|
46137
46299
|
name: 'Autonity Piccadilly (Tiber) Testnet',
|
46300
|
+
status: 'deprecated',
|
46138
46301
|
chain: 'AUT',
|
46139
|
-
rpc: [
|
46140
|
-
'https://autonity.rpc.web3cdn.network/testnet',
|
46141
|
-
'wss://autonity.rpc.web3cdn.network/testnet/ws',
|
46142
|
-
'https://autonity-piccadilly.rpc.subquery.network/public',
|
46143
|
-
'https://piccadilly.autonity-apis.com',
|
46144
|
-
'wss://piccadilly-ws.autonity-apis.com'
|
46145
|
-
],
|
46302
|
+
rpc: [],
|
46146
46303
|
faucets: [],
|
46147
46304
|
nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
|
46148
46305
|
infoURL: 'https://autonity.org/',
|
@@ -46151,13 +46308,7 @@ const chainArray = [
|
|
46151
46308
|
networkId: 65100004,
|
46152
46309
|
slip44: 1,
|
46153
46310
|
icon: 'autonity',
|
46154
|
-
explorers: [
|
46155
|
-
{
|
46156
|
-
name: 'autonity-blockscout',
|
46157
|
-
url: 'https://piccadilly.autonity.org',
|
46158
|
-
standard: 'EIP3091'
|
46159
|
-
}
|
46160
|
-
]
|
46311
|
+
explorers: []
|
46161
46312
|
},
|
46162
46313
|
{
|
46163
46314
|
name: 'Winr Protocol Testnet',
|
@@ -48188,6 +48339,26 @@ const chainArray = [
|
|
48188
48339
|
}
|
48189
48340
|
]
|
48190
48341
|
},
|
48342
|
+
{
|
48343
|
+
name: 'Tron Nile',
|
48344
|
+
chain: 'TRON',
|
48345
|
+
rpc: [ 'https://nile.trongrid.io/jsonrpc' ],
|
48346
|
+
faucets: [],
|
48347
|
+
nativeCurrency: { name: 'Tron', symbol: 'TRX', decimals: 6 },
|
48348
|
+
infoURL: 'https://tron.network',
|
48349
|
+
shortName: 'tron-nile',
|
48350
|
+
chainId: 3448148188,
|
48351
|
+
networkId: 3448148188,
|
48352
|
+
icon: 'tron',
|
48353
|
+
explorers: [
|
48354
|
+
{
|
48355
|
+
name: 'nile tronscan',
|
48356
|
+
url: 'https://nile.tronscan.org',
|
48357
|
+
icon: 'tron',
|
48358
|
+
standard: 'none'
|
48359
|
+
}
|
48360
|
+
]
|
48361
|
+
},
|
48191
48362
|
{
|
48192
48363
|
name: 'OneLedger Testnet Frankenstein',
|
48193
48364
|
chain: 'OLT',
|