eth-chainlist 0.0.448 → 0.0.450
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 +196 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.450 (2024-07-25)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.449 ([c3ef4b9](https://github.com/poowf/eth-chainlist/commit/c3ef4b93cc5ed92cfbcd8757676a20b5b064c19b))
|
9
|
+
* update chain data ([11483c7](https://github.com/poowf/eth-chainlist/commit/11483c7a4f5a324233ca5a0b42e44089029f354c))
|
10
|
+
|
11
|
+
### 0.0.449 (2024-07-20)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.448 ([73030b5](https://github.com/poowf/eth-chainlist/commit/73030b5b1caa92bd3f4079861f6f6e9280eb6209))
|
17
|
+
* update chain data ([1892e84](https://github.com/poowf/eth-chainlist/commit/1892e84363690e1717f22bf61c96787e7264aa06))
|
18
|
+
|
3
19
|
### 0.0.448 (2024-07-19)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4063,6 +4063,24 @@ const chainArray = [
|
|
4063
4063
|
}
|
4064
4064
|
]
|
4065
4065
|
},
|
4066
|
+
{
|
4067
|
+
name: 'BlockEx Mainnet',
|
4068
|
+
chain: 'BlockEx',
|
4069
|
+
rpc: [ 'https://rpc.blockex.biz' ],
|
4070
|
+
faucets: [],
|
4071
|
+
nativeCurrency: { name: 'BlockEx', symbol: 'XBE', decimals: 18 },
|
4072
|
+
infoURL: 'https://blockex.biz',
|
4073
|
+
shortName: 'BlockEx',
|
4074
|
+
chainId: 221,
|
4075
|
+
networkId: 221,
|
4076
|
+
explorers: [
|
4077
|
+
{
|
4078
|
+
name: 'BlockEx Scan',
|
4079
|
+
url: 'http://explorer.blockex.biz',
|
4080
|
+
standard: 'EIP3091'
|
4081
|
+
}
|
4082
|
+
]
|
4083
|
+
},
|
4066
4084
|
{
|
4067
4085
|
name: 'Permission',
|
4068
4086
|
chain: 'ASK',
|
@@ -6615,6 +6633,26 @@ const chainArray = [
|
|
6615
6633
|
}
|
6616
6634
|
]
|
6617
6635
|
},
|
6636
|
+
{
|
6637
|
+
name: 'Darwin Devnet',
|
6638
|
+
chain: 'Darwin',
|
6639
|
+
rpc: [ 'https://devnet.darwinchain.ai' ],
|
6640
|
+
faucets: [ 'https://devnet.darwinchain.ai/faucet' ],
|
6641
|
+
nativeCurrency: { name: 'Darwin Devnet token', symbol: 'DNA', decimals: 18 },
|
6642
|
+
infoURL: 'https://darwinchain.ai',
|
6643
|
+
shortName: 'darwin-devnet',
|
6644
|
+
chainId: 610,
|
6645
|
+
networkId: 610,
|
6646
|
+
icon: 'darwin',
|
6647
|
+
explorers: [
|
6648
|
+
{
|
6649
|
+
name: 'Darwin Explorer',
|
6650
|
+
url: 'https://explorer.darwinchain.ai',
|
6651
|
+
icon: 'darwin',
|
6652
|
+
standard: 'none'
|
6653
|
+
}
|
6654
|
+
]
|
6655
|
+
},
|
6618
6656
|
{
|
6619
6657
|
name: 'EIOB Mainnet',
|
6620
6658
|
chain: 'EIOB',
|
@@ -13075,6 +13113,24 @@ const chainArray = [
|
|
13075
13113
|
}
|
13076
13114
|
]
|
13077
13115
|
},
|
13116
|
+
{
|
13117
|
+
name: 'Animechain Testnet',
|
13118
|
+
chain: 'Animechain',
|
13119
|
+
rpc: [ 'https://rpc.kanda.animechain.ai' ],
|
13120
|
+
faucets: [],
|
13121
|
+
nativeCurrency: { name: 'Coin', symbol: 'COIN', decimals: 18 },
|
13122
|
+
infoURL: 'https://animechain.ai',
|
13123
|
+
shortName: 'animechaint',
|
13124
|
+
chainId: 2162,
|
13125
|
+
networkId: 2162,
|
13126
|
+
explorers: [
|
13127
|
+
{
|
13128
|
+
name: 'blockscout',
|
13129
|
+
url: 'https://explorer.kanda.animechain.ai',
|
13130
|
+
standard: 'EIP3091'
|
13131
|
+
}
|
13132
|
+
]
|
13133
|
+
},
|
13078
13134
|
{
|
13079
13135
|
name: 'Moonsama Network',
|
13080
13136
|
chain: 'MSN',
|
@@ -16660,6 +16716,26 @@ const chainArray = [
|
|
16660
16716
|
}
|
16661
16717
|
]
|
16662
16718
|
},
|
16719
|
+
{
|
16720
|
+
name: 'Netsbo',
|
16721
|
+
chain: 'NETSBO',
|
16722
|
+
rpc: [ 'https://rpc1.netsbo.io', 'https://rpc2.netsbo.io' ],
|
16723
|
+
faucets: [],
|
16724
|
+
nativeCurrency: { name: 'Netsbo', symbol: 'NETS', decimals: 18 },
|
16725
|
+
infoURL: 'https://netsbo.io',
|
16726
|
+
shortName: 'nets',
|
16727
|
+
chainId: 5333,
|
16728
|
+
networkId: 5333,
|
16729
|
+
icon: 'netsbo',
|
16730
|
+
explorers: [
|
16731
|
+
{
|
16732
|
+
name: 'netsbo',
|
16733
|
+
url: 'https://explorer.netsbo.io',
|
16734
|
+
icon: 'netsbo',
|
16735
|
+
standard: 'none'
|
16736
|
+
}
|
16737
|
+
]
|
16738
|
+
},
|
16663
16739
|
{
|
16664
16740
|
name: 'Tritanium Testnet',
|
16665
16741
|
chain: 'TRITANIUM',
|
@@ -21045,6 +21121,25 @@ const chainArray = [
|
|
21045
21121
|
}
|
21046
21122
|
]
|
21047
21123
|
},
|
21124
|
+
{
|
21125
|
+
name: 'SatsChain',
|
21126
|
+
chain: 'SatsChain',
|
21127
|
+
rpc: [ 'https://rpc-satschain-1.bevm.io' ],
|
21128
|
+
faucets: [],
|
21129
|
+
nativeCurrency: { name: 'SATS', symbol: 'SATS', decimals: 18 },
|
21130
|
+
infoURL: 'https://github.com/BTCSatsNetwork',
|
21131
|
+
shortName: 'satschain',
|
21132
|
+
chainId: 11521,
|
21133
|
+
networkId: 11521,
|
21134
|
+
icon: 'satschain',
|
21135
|
+
explorers: [
|
21136
|
+
{
|
21137
|
+
name: 'satschain scan',
|
21138
|
+
url: 'https://scan-satschain.bevm.io',
|
21139
|
+
standard: 'none'
|
21140
|
+
}
|
21141
|
+
]
|
21142
|
+
},
|
21048
21143
|
{
|
21049
21144
|
name: 'Sardis Testnet',
|
21050
21145
|
chain: 'SRDX',
|
@@ -22013,6 +22108,25 @@ const chainArray = [
|
|
22013
22108
|
}
|
22014
22109
|
]
|
22015
22110
|
},
|
22111
|
+
{
|
22112
|
+
name: '0G-Newton-Testnet',
|
22113
|
+
chain: '0G-Testnet',
|
22114
|
+
rpc: [ 'https://rpc-testnet.0g.ai' ],
|
22115
|
+
faucets: [ 'https://faucet.0g.ai' ],
|
22116
|
+
nativeCurrency: { name: 'A0GI', symbol: 'A0GI', decimals: 18 },
|
22117
|
+
infoURL: 'https://0g.ai',
|
22118
|
+
shortName: '0gai-testnet',
|
22119
|
+
chainId: 16600,
|
22120
|
+
networkId: 16600,
|
22121
|
+
icon: '0gai',
|
22122
|
+
explorers: [
|
22123
|
+
{
|
22124
|
+
name: '0G Chain Explorer',
|
22125
|
+
url: 'https://chainscan-newton.0g.ai',
|
22126
|
+
standard: 'none'
|
22127
|
+
}
|
22128
|
+
]
|
22129
|
+
},
|
22016
22130
|
{
|
22017
22131
|
name: 'IRIShub Testnet',
|
22018
22132
|
chain: 'IRIShub',
|
@@ -25844,7 +25958,7 @@ const chainArray = [
|
|
25844
25958
|
name: 'Orange Chain Mainnet',
|
25845
25959
|
title: 'Orange Chain Mainnet',
|
25846
25960
|
chain: 'Orange Chain',
|
25847
|
-
rpc: [ 'https://rpc.orangechain.xyz' ],
|
25961
|
+
rpc: [ 'https://rpc.orangechain.xyz', 'https://hk-rpc.orangechain.xyz' ],
|
25848
25962
|
faucets: [],
|
25849
25963
|
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
25850
25964
|
infoURL: 'https://orangechain.xyz',
|
@@ -26079,6 +26193,29 @@ const chainArray = [
|
|
26079
26193
|
}
|
26080
26194
|
]
|
26081
26195
|
},
|
26196
|
+
{
|
26197
|
+
name: 'LAOS Sigma Testnet',
|
26198
|
+
title: 'LAOS Sigma Testnet',
|
26199
|
+
chain: 'LAOS Sigma Testnet',
|
26200
|
+
rpc: [
|
26201
|
+
'https://rpc.laossigma.laosfoundation.io',
|
26202
|
+
'wss://rpc.laossigma.laosfoundation.io'
|
26203
|
+
],
|
26204
|
+
faucets: [],
|
26205
|
+
nativeCurrency: { name: 'SIGMA', symbol: 'SIGMA', decimals: 18 },
|
26206
|
+
infoURL: 'https://laosnetwork.io',
|
26207
|
+
shortName: 'laossigma',
|
26208
|
+
chainId: 62850,
|
26209
|
+
networkId: 62850,
|
26210
|
+
explorers: [
|
26211
|
+
{
|
26212
|
+
name: 'blockscout',
|
26213
|
+
url: 'https://sigma.explorer.laosnetwork.io',
|
26214
|
+
icon: 'blockscout',
|
26215
|
+
standard: 'EIP3091'
|
26216
|
+
}
|
26217
|
+
]
|
26218
|
+
},
|
26082
26219
|
{
|
26083
26220
|
name: 'eCredits Mainnet',
|
26084
26221
|
chain: 'ECS',
|
@@ -28364,6 +28501,21 @@ const chainArray = [
|
|
28364
28501
|
networkId: 110011,
|
28365
28502
|
parent: { type: 'L2', chain: 'eip155-110000' }
|
28366
28503
|
},
|
28504
|
+
{
|
28505
|
+
name: 'MARS Credit',
|
28506
|
+
chain: 'MARS',
|
28507
|
+
rpc: [ 'https://node99-production-dd5f.up.railway.app:443' ],
|
28508
|
+
faucets: [],
|
28509
|
+
nativeCurrency: { name: 'Mars', symbol: 'MARS', decimals: 18 },
|
28510
|
+
infoURL: 'https://marscredit.xyz/',
|
28511
|
+
shortName: 'mars',
|
28512
|
+
chainId: 110110,
|
28513
|
+
networkId: 110110,
|
28514
|
+
slip44: 1,
|
28515
|
+
icon: 'marscredit',
|
28516
|
+
explorers: [],
|
28517
|
+
redFlags: []
|
28518
|
+
},
|
28367
28519
|
{
|
28368
28520
|
name: 'Siberium Test Network',
|
28369
28521
|
chain: 'SBR',
|
@@ -33204,6 +33356,48 @@ const chainArray = [
|
|
33204
33356
|
chainId: 18289463,
|
33205
33357
|
networkId: 18289463
|
33206
33358
|
},
|
33359
|
+
{
|
33360
|
+
name: 'DeepBrainChain Testnet',
|
33361
|
+
chain: 'DeepBrainChain',
|
33362
|
+
rpc: [ 'https://rpc-testnet.dbcwallet.io' ],
|
33363
|
+
faucets: [],
|
33364
|
+
nativeCurrency: { name: 'DeepBrainChain', symbol: 'DBC', decimals: 18 },
|
33365
|
+
infoURL: 'https://www.deepbrainchain.org',
|
33366
|
+
shortName: 'tDBC',
|
33367
|
+
chainId: 19850818,
|
33368
|
+
icon: 'dbc',
|
33369
|
+
networkId: 19850818,
|
33370
|
+
slip44: 1,
|
33371
|
+
explorers: [
|
33372
|
+
{
|
33373
|
+
name: 'DeepBrainChain Testnet',
|
33374
|
+
url: 'https://blockscout-testnet.dbcscan.io',
|
33375
|
+
icon: 'dbc',
|
33376
|
+
standard: 'EIP3091'
|
33377
|
+
}
|
33378
|
+
]
|
33379
|
+
},
|
33380
|
+
{
|
33381
|
+
name: 'DeepBrainChain Mainnet',
|
33382
|
+
chain: 'DeepBrainChain',
|
33383
|
+
rpc: [ 'https://rpc.dbcwallet.io' ],
|
33384
|
+
faucets: [],
|
33385
|
+
nativeCurrency: { name: 'DeepBrainChain', symbol: 'DBC', decimals: 18 },
|
33386
|
+
infoURL: 'https://www.deepbrainchain.org',
|
33387
|
+
shortName: 'DBC',
|
33388
|
+
chainId: 19880818,
|
33389
|
+
networkId: 19880818,
|
33390
|
+
icon: 'dbc',
|
33391
|
+
slip44: 1,
|
33392
|
+
explorers: [
|
33393
|
+
{
|
33394
|
+
name: 'DeepBrainChain Mainnet',
|
33395
|
+
url: 'https://blockscout.dbcscan.io',
|
33396
|
+
icon: 'dbc',
|
33397
|
+
standard: 'EIP3091'
|
33398
|
+
}
|
33399
|
+
]
|
33400
|
+
},
|
33207
33401
|
{
|
33208
33402
|
name: 'Stability Testnet',
|
33209
33403
|
chain: 'stabilityTestnet',
|
@@ -35182,7 +35376,7 @@ const chainArray = [
|
|
35182
35376
|
title: 'GitSwarm Test Network',
|
35183
35377
|
chain: 'ETH',
|
35184
35378
|
icon: 'gitswarm',
|
35185
|
-
rpc: [ 'https://gitswarm.com:2096' ],
|
35379
|
+
rpc: [ 'https://testnet.gitswarm.com:2096' ],
|
35186
35380
|
faucets: [],
|
35187
35381
|
nativeCurrency: { name: 'GitSwarm Ether', symbol: 'GS-ETH', decimals: 18 },
|
35188
35382
|
infoURL: 'https://gitswarm.com/',
|