eth-chainlist 0.0.71 → 0.0.73
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 +153 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.73 (2023-02-10)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.72 ([67cb102](https://github.com/poowf/eth-chainlist/commit/67cb102b2def1999294656fe477606b3baad0aaf))
|
9
|
+
* update chain data ([355d2b1](https://github.com/poowf/eth-chainlist/commit/355d2b165e8cdff501f815eb698f49b9b90d2d54))
|
10
|
+
|
11
|
+
### 0.0.72 (2023-02-09)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.71 ([9cb5977](https://github.com/poowf/eth-chainlist/commit/9cb5977fc7951ea01dbb778f62133616bdd3de6c))
|
17
|
+
* update chain data ([fa2401d](https://github.com/poowf/eth-chainlist/commit/fa2401d2a41814e2ec93415cbd0b2cedc2acb0c8))
|
18
|
+
|
3
19
|
### 0.0.71 (2023-02-05)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3248,6 +3248,26 @@ const chainArray = [
|
|
3248
3248
|
}
|
3249
3249
|
]
|
3250
3250
|
},
|
3251
|
+
{
|
3252
|
+
name: 'Frenchain Testnet',
|
3253
|
+
chain: 'tfren',
|
3254
|
+
rpc: [ 'https://rpc-01tn.frenchain.app' ],
|
3255
|
+
faucets: [],
|
3256
|
+
nativeCurrency: { name: 'tFREN', symbol: 'FtREN', decimals: 18 },
|
3257
|
+
infoURL: 'https://frenchain.app',
|
3258
|
+
shortName: 'tFREN',
|
3259
|
+
chainId: 444,
|
3260
|
+
networkId: 444,
|
3261
|
+
icon: 'fren',
|
3262
|
+
explorers: [
|
3263
|
+
{
|
3264
|
+
name: 'blockscout',
|
3265
|
+
url: 'https://testnet.frenscan.io',
|
3266
|
+
icon: 'fren',
|
3267
|
+
standard: 'EIP3091'
|
3268
|
+
}
|
3269
|
+
]
|
3270
|
+
},
|
3251
3271
|
{
|
3252
3272
|
name: 'Rupaya',
|
3253
3273
|
chain: 'RUPX',
|
@@ -5313,6 +5333,25 @@ const chainArray = [
|
|
5313
5333
|
}
|
5314
5334
|
]
|
5315
5335
|
},
|
5336
|
+
{
|
5337
|
+
name: 'AmStar Mainnet',
|
5338
|
+
chain: 'AmStar',
|
5339
|
+
icon: 'amstar',
|
5340
|
+
rpc: [ 'https://mainnet-rpc.amstarscan.com' ],
|
5341
|
+
faucets: [],
|
5342
|
+
nativeCurrency: { name: 'SINSO', symbol: 'SINSO', decimals: 18 },
|
5343
|
+
infoURL: 'https://sinso.io',
|
5344
|
+
shortName: 'ASAR',
|
5345
|
+
chainId: 1388,
|
5346
|
+
networkId: 1388,
|
5347
|
+
explorers: [
|
5348
|
+
{
|
5349
|
+
name: 'amstarscan',
|
5350
|
+
url: 'https://mainnet.amstarscan.com',
|
5351
|
+
standard: 'EIP3091'
|
5352
|
+
}
|
5353
|
+
]
|
5354
|
+
},
|
5316
5355
|
{
|
5317
5356
|
name: 'Polygon zkEVM Testnet',
|
5318
5357
|
title: 'Polygon zkEVM Testnet',
|
@@ -6058,6 +6097,41 @@ const chainArray = [
|
|
6058
6097
|
chainId: 2043,
|
6059
6098
|
networkId: 2043
|
6060
6099
|
},
|
6100
|
+
{
|
6101
|
+
name: 'Stratos Testnet',
|
6102
|
+
chain: 'STOS',
|
6103
|
+
rpc: [ 'https://web3-testnet-rpc.thestratos.org' ],
|
6104
|
+
faucets: [],
|
6105
|
+
nativeCurrency: { name: 'STOS', symbol: 'STOS', decimals: 18 },
|
6106
|
+
infoURL: 'https://www.thestratos.org',
|
6107
|
+
shortName: 'stos-testnet',
|
6108
|
+
chainId: 2047,
|
6109
|
+
networkId: 2047,
|
6110
|
+
explorers: [
|
6111
|
+
{
|
6112
|
+
name: 'Stratos EVM Explorer (Blockscout)',
|
6113
|
+
url: 'https://web3-testnet-explorer.thestratos.org',
|
6114
|
+
standard: 'none'
|
6115
|
+
},
|
6116
|
+
{
|
6117
|
+
name: 'Stratos Cosmos Explorer (BigDipper)',
|
6118
|
+
url: 'https://big-dipper-dev.thestratos.org',
|
6119
|
+
standard: 'none'
|
6120
|
+
}
|
6121
|
+
]
|
6122
|
+
},
|
6123
|
+
{
|
6124
|
+
name: 'Stratos Mainnet',
|
6125
|
+
chain: 'STOS',
|
6126
|
+
rpc: [],
|
6127
|
+
faucets: [],
|
6128
|
+
nativeCurrency: { name: 'STOS', symbol: 'STOS', decimals: 18 },
|
6129
|
+
infoURL: 'https://www.thestratos.org',
|
6130
|
+
shortName: 'stos-mainnet',
|
6131
|
+
chainId: 2048,
|
6132
|
+
networkId: 2048,
|
6133
|
+
status: 'incubating'
|
6134
|
+
},
|
6061
6135
|
{
|
6062
6136
|
name: 'Quokkacoin Mainnet',
|
6063
6137
|
chain: 'Qkacoin',
|
@@ -6633,6 +6707,29 @@ const chainArray = [
|
|
6633
6707
|
}
|
6634
6708
|
]
|
6635
6709
|
},
|
6710
|
+
{
|
6711
|
+
name: 'Bifrost Mainnet',
|
6712
|
+
title: 'The Bifrost Mainnet network',
|
6713
|
+
chain: 'BFC',
|
6714
|
+
rpc: [
|
6715
|
+
'https://public-01.mainnet.thebifrost.io/rpc',
|
6716
|
+
'https://public-02.mainnet.thebifrost.io/rpc'
|
6717
|
+
],
|
6718
|
+
faucets: [],
|
6719
|
+
nativeCurrency: { name: 'Bifrost', symbol: 'BFC', decimals: 18 },
|
6720
|
+
infoURL: 'https://thebifrost.io',
|
6721
|
+
shortName: 'bfc',
|
6722
|
+
chainId: 3068,
|
6723
|
+
networkId: 3068,
|
6724
|
+
icon: 'bifrost',
|
6725
|
+
explorers: [
|
6726
|
+
{
|
6727
|
+
name: 'explorer-thebifrost',
|
6728
|
+
url: 'https://explorer.mainnet.thebifrost.io',
|
6729
|
+
standard: 'EIP3091'
|
6730
|
+
}
|
6731
|
+
]
|
6732
|
+
},
|
6636
6733
|
{
|
6637
6734
|
name: 'Filecoin - Hyperspace testnet',
|
6638
6735
|
chain: 'FIL',
|
@@ -9983,6 +10080,26 @@ const chainArray = [
|
|
9983
10080
|
}
|
9984
10081
|
]
|
9985
10082
|
},
|
10083
|
+
{
|
10084
|
+
name: 'Frenchain',
|
10085
|
+
chain: 'fren',
|
10086
|
+
rpc: [ 'https://rpc-02.frenscan.io' ],
|
10087
|
+
faucets: [],
|
10088
|
+
nativeCurrency: { name: 'FREN', symbol: 'FREN', decimals: 18 },
|
10089
|
+
infoURL: 'https://frenchain.app',
|
10090
|
+
shortName: 'FREN',
|
10091
|
+
chainId: 44444,
|
10092
|
+
networkId: 44444,
|
10093
|
+
icon: 'fren',
|
10094
|
+
explorers: [
|
10095
|
+
{
|
10096
|
+
name: 'blockscout',
|
10097
|
+
url: 'https://frenscan.io',
|
10098
|
+
icon: 'fren',
|
10099
|
+
standard: 'EIP3091'
|
10100
|
+
}
|
10101
|
+
]
|
10102
|
+
},
|
9986
10103
|
{
|
9987
10104
|
name: 'Celo Alfajores Testnet',
|
9988
10105
|
chainId: 44787,
|
@@ -10090,20 +10207,20 @@ const chainArray = [
|
|
10090
10207
|
]
|
10091
10208
|
},
|
10092
10209
|
{
|
10093
|
-
name: 'Bifrost
|
10210
|
+
name: 'Bifrost Testnet',
|
10094
10211
|
title: 'The Bifrost Testnet network',
|
10095
10212
|
chain: 'BFC',
|
10096
10213
|
rpc: [
|
10097
10214
|
'https://public-01.testnet.thebifrost.io/rpc',
|
10098
|
-
'https://public-02.testnet.thebifrost.io/rpc'
|
10099
|
-
'https://private.chain.thebifrost.io/rpc'
|
10215
|
+
'https://public-02.testnet.thebifrost.io/rpc'
|
10100
10216
|
],
|
10101
10217
|
faucets: [],
|
10102
10218
|
nativeCurrency: { name: 'Bifrost', symbol: 'BFC', decimals: 18 },
|
10103
|
-
infoURL: 'https://
|
10104
|
-
shortName: '
|
10219
|
+
infoURL: 'https://thebifrost.io',
|
10220
|
+
shortName: 'tbfc',
|
10105
10221
|
chainId: 49088,
|
10106
10222
|
networkId: 49088,
|
10223
|
+
icon: 'bifrost',
|
10107
10224
|
explorers: [
|
10108
10225
|
{
|
10109
10226
|
name: 'explorer-thebifrost',
|
@@ -11883,6 +12000,26 @@ const chainArray = [
|
|
11883
12000
|
bridges: [ { url: 'https://bridge.arbitrum.io/' } ]
|
11884
12001
|
}
|
11885
12002
|
},
|
12003
|
+
{
|
12004
|
+
name: 'Fastex Chain testnet',
|
12005
|
+
chain: 'FTN',
|
12006
|
+
title: 'Fastex Chain testnet',
|
12007
|
+
rpc: [ 'https://rpc.testnet.fastexchain.com' ],
|
12008
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
12009
|
+
faucets: [],
|
12010
|
+
nativeCurrency: { name: 'FTN', symbol: 'FTN', decimals: 18 },
|
12011
|
+
infoURL: 'https://fastex.com',
|
12012
|
+
shortName: 'ftn',
|
12013
|
+
chainId: 424242,
|
12014
|
+
networkId: 424242,
|
12015
|
+
explorers: [
|
12016
|
+
{
|
12017
|
+
name: 'blockscout',
|
12018
|
+
url: 'https://testnet.ftnscan.com',
|
12019
|
+
standard: 'none'
|
12020
|
+
}
|
12021
|
+
]
|
12022
|
+
},
|
11886
12023
|
{
|
11887
12024
|
name: 'Dexalot Subnet Testnet',
|
11888
12025
|
chain: 'DEXALOT',
|
@@ -12012,16 +12149,23 @@ const chainArray = [
|
|
12012
12149
|
parent: { type: 'L2', chain: 'eip155-1', bridges: [] }
|
12013
12150
|
},
|
12014
12151
|
{
|
12015
|
-
name: 'Scroll
|
12152
|
+
name: 'Scroll Alpha Testnet',
|
12016
12153
|
chain: 'ETH',
|
12017
|
-
|
12154
|
+
status: 'incubating',
|
12155
|
+
rpc: [ 'https://alpha-rpc.scroll.io/l2' ],
|
12018
12156
|
faucets: [],
|
12019
12157
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
12020
12158
|
infoURL: 'https://scroll.io',
|
12021
|
-
shortName: 'scr-
|
12159
|
+
shortName: 'scr-alpha',
|
12022
12160
|
chainId: 534353,
|
12023
12161
|
networkId: 534353,
|
12024
|
-
explorers: [
|
12162
|
+
explorers: [
|
12163
|
+
{
|
12164
|
+
name: 'Scroll Alpha Testnet Block Explorer',
|
12165
|
+
url: 'https://blockscout.scroll.io',
|
12166
|
+
standard: 'EIP3091'
|
12167
|
+
}
|
12168
|
+
],
|
12025
12169
|
parent: { type: 'L2', chain: 'eip155-5', bridges: [] }
|
12026
12170
|
},
|
12027
12171
|
{
|