eth-chainlist 0.0.160 → 0.0.162
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 +150 -59
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.162 (2023-06-02)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.161 ([258390a](https://github.com/poowf/eth-chainlist/commit/258390a7bac44b53cfa456c230bf0b9f4f5c3376))
|
9
|
+
* update chain data ([e14021a](https://github.com/poowf/eth-chainlist/commit/e14021a8f96388eb7ca2f02e738331641480f040))
|
10
|
+
|
11
|
+
### 0.0.161 (2023-06-01)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.160 ([0e96c6b](https://github.com/poowf/eth-chainlist/commit/0e96c6b5571994f02784f3ed3d706be9c0265750))
|
17
|
+
* update chain data ([eb8b58c](https://github.com/poowf/eth-chainlist/commit/eb8b58cfef7107ab36d53d05b008ec18f99f0d4e))
|
18
|
+
|
3
19
|
### 0.0.160 (2023-05-30)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -691,33 +691,28 @@ const chainArray = [
|
|
691
691
|
]
|
692
692
|
},
|
693
693
|
{
|
694
|
-
name: '
|
695
|
-
|
696
|
-
|
694
|
+
name: 'LUKSO Mainnet',
|
695
|
+
chain: 'LUKSO',
|
696
|
+
icon: 'lukso',
|
697
697
|
rpc: [
|
698
|
-
'https://
|
699
|
-
'
|
700
|
-
'https://kovan.infura.io/v3/${INFURA_API_KEY}',
|
701
|
-
'wss://kovan.infura.io/ws/v3/${INFURA_API_KEY}',
|
702
|
-
'ws://kovan.poa.network:8546'
|
703
|
-
],
|
704
|
-
faucets: [
|
705
|
-
'http://fauceth.komputing.org?chain=42&address=${ADDRESS}',
|
706
|
-
'https://faucet.kovan.network',
|
707
|
-
'https://gitter.im/kovan-testnet/faucet'
|
698
|
+
'https://rpc.mainnet.lukso.network',
|
699
|
+
'wss://ws-rpc.mainnet.lukso.network'
|
708
700
|
],
|
709
|
-
|
701
|
+
faucets: [],
|
702
|
+
nativeCurrency: { name: 'LUKSO', symbol: 'LYX', decimals: 18 },
|
710
703
|
explorers: [
|
711
704
|
{
|
712
|
-
name: '
|
713
|
-
url: 'https://
|
705
|
+
name: 'Blockscout',
|
706
|
+
url: 'https://explorer.execution.mainnet.lukso.network',
|
714
707
|
standard: 'EIP3091'
|
715
708
|
}
|
716
709
|
],
|
717
|
-
infoURL: 'https://
|
718
|
-
shortName: '
|
710
|
+
infoURL: 'https://lukso.network',
|
711
|
+
shortName: 'lukso',
|
719
712
|
chainId: 42,
|
720
|
-
networkId: 42
|
713
|
+
networkId: 42,
|
714
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
715
|
+
redFlags: [ 'reusedChainId' ]
|
721
716
|
},
|
722
717
|
{
|
723
718
|
name: 'Darwinia Pangolin Testnet',
|
@@ -1037,7 +1032,12 @@ const chainArray = [
|
|
1037
1032
|
{
|
1038
1033
|
name: 'Syscoin Mainnet',
|
1039
1034
|
chain: 'SYS',
|
1040
|
-
rpc: [
|
1035
|
+
rpc: [
|
1036
|
+
'https://rpc.syscoin.org',
|
1037
|
+
'https://rpc.ankr.com/syscoin/${ANKR_API_KEY}',
|
1038
|
+
'https://syscoin.public-rpc.com',
|
1039
|
+
'wss://rpc.syscoin.org/wss'
|
1040
|
+
],
|
1041
1041
|
faucets: [ 'https://faucet.syscoin.org' ],
|
1042
1042
|
nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
|
1043
1043
|
infoURL: 'https://www.syscoin.org',
|
@@ -1836,18 +1836,21 @@ const chainArray = [
|
|
1836
1836
|
icon: 'gnosis',
|
1837
1837
|
rpc: [
|
1838
1838
|
'https://rpc.gnosischain.com',
|
1839
|
+
'https://rpc.gnosis.gateway.fm',
|
1839
1840
|
'https://rpc.ankr.com/gnosis',
|
1840
1841
|
'https://gnosischain-rpc.gateway.pokt.network',
|
1841
1842
|
'https://gnosis-mainnet.public.blastapi.io',
|
1843
|
+
'https://gnosis.api.onfinality.io/public',
|
1844
|
+
'https://gnosis.blockpi.network/v1/rpc/public',
|
1845
|
+
'https://web3endpoints.com/gnosischain-mainnet',
|
1842
1846
|
'wss://rpc.gnosischain.com/wss'
|
1843
1847
|
],
|
1844
1848
|
faucets: [
|
1845
1849
|
'https://gnosisfaucet.com',
|
1846
|
-
'https://faucet.gimlu.com/gnosis',
|
1847
1850
|
'https://stakely.io/faucet/gnosis-chain-xdai',
|
1848
1851
|
'https://faucet.prussia.dev/xdai'
|
1849
1852
|
],
|
1850
|
-
nativeCurrency: { name: 'xDAI', symbol: '
|
1853
|
+
nativeCurrency: { name: 'xDAI', symbol: 'XDAI', decimals: 18 },
|
1851
1854
|
infoURL: 'https://docs.gnosischain.com',
|
1852
1855
|
shortName: 'gno',
|
1853
1856
|
chainId: 100,
|
@@ -3411,26 +3414,17 @@ const chainArray = [
|
|
3411
3414
|
explorers: []
|
3412
3415
|
},
|
3413
3416
|
{
|
3414
|
-
name: 'Optimism on
|
3417
|
+
name: '(deprecated) Optimism on GC',
|
3415
3418
|
chain: 'OGC',
|
3416
|
-
rpc: [
|
3417
|
-
|
3418
|
-
'wss://optimism.gnosischain.com/wss'
|
3419
|
-
],
|
3420
|
-
faucets: [ 'https://faucet.gimlu.com/gnosis' ],
|
3419
|
+
rpc: [],
|
3420
|
+
faucets: [],
|
3421
3421
|
nativeCurrency: { name: 'xDAI', symbol: 'xDAI', decimals: 18 },
|
3422
|
-
infoURL: 'https://www.xdaichain.com/for-developers/optimism-optimistic-rollups-on-gc',
|
3423
3422
|
shortName: 'ogc',
|
3424
3423
|
chainId: 300,
|
3425
3424
|
networkId: 300,
|
3426
|
-
|
3427
|
-
|
3428
|
-
|
3429
|
-
url: 'https://blockscout.com/xdai/optimism',
|
3430
|
-
icon: 'blockscout',
|
3431
|
-
standard: 'EIP3091'
|
3432
|
-
}
|
3433
|
-
]
|
3425
|
+
infoURL: 'https://docs.gnosischain.com',
|
3426
|
+
explorers: [],
|
3427
|
+
status: 'deprecated'
|
3434
3428
|
},
|
3435
3429
|
{
|
3436
3430
|
name: 'Bobaopera',
|
@@ -4196,6 +4190,24 @@ const chainArray = [
|
|
4196
4190
|
}
|
4197
4191
|
]
|
4198
4192
|
},
|
4193
|
+
{
|
4194
|
+
name: 'Rollux Mainnet',
|
4195
|
+
chain: 'SYS',
|
4196
|
+
rpc: [ 'https://rpc.rollux.com', 'wss://rpc.rollux.com/wss' ],
|
4197
|
+
faucets: [ 'https://rollux.id/faucetapp' ],
|
4198
|
+
nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
|
4199
|
+
infoURL: 'https://rollux.com',
|
4200
|
+
shortName: 'sys-rollux',
|
4201
|
+
chainId: 570,
|
4202
|
+
networkId: 570,
|
4203
|
+
explorers: [
|
4204
|
+
{
|
4205
|
+
name: 'Rollux Explorer',
|
4206
|
+
url: 'https://explorer.rollux.com',
|
4207
|
+
standard: 'EIP3091'
|
4208
|
+
}
|
4209
|
+
]
|
4210
|
+
},
|
4199
4211
|
{
|
4200
4212
|
name: 'Metis Stardust Testnet',
|
4201
4213
|
chain: 'ETH',
|
@@ -6545,6 +6557,27 @@ const chainArray = [
|
|
6545
6557
|
}
|
6546
6558
|
]
|
6547
6559
|
},
|
6560
|
+
{
|
6561
|
+
name: 'ChainX-EVM',
|
6562
|
+
chain: 'ChainX',
|
6563
|
+
rpc: [
|
6564
|
+
'https://mainnet.chainx.org/rpc',
|
6565
|
+
'https://mainnet2.chainx.org/rpc'
|
6566
|
+
],
|
6567
|
+
faucets: [],
|
6568
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
6569
|
+
infoURL: 'https://chainx.org',
|
6570
|
+
shortName: 'chainx',
|
6571
|
+
chainId: 1501,
|
6572
|
+
networkId: 1501,
|
6573
|
+
explorers: [
|
6574
|
+
{
|
6575
|
+
name: 'chainx-evm scan',
|
6576
|
+
url: 'https://evm.chainx.org',
|
6577
|
+
standard: 'none'
|
6578
|
+
}
|
6579
|
+
]
|
6580
|
+
},
|
6548
6581
|
{
|
6549
6582
|
name: 'Sherpax Mainnet',
|
6550
6583
|
chain: 'Sherpax Mainnet',
|
@@ -9010,6 +9043,29 @@ const chainArray = [
|
|
9010
9043
|
}
|
9011
9044
|
]
|
9012
9045
|
},
|
9046
|
+
{
|
9047
|
+
name: 'LUKSO Testnet',
|
9048
|
+
chain: 'LUKSO Testnet',
|
9049
|
+
icon: 'lukso',
|
9050
|
+
rpc: [
|
9051
|
+
'https://rpc.testnet.lukso.network',
|
9052
|
+
'wss://ws-rpc.testnet.lukso.network'
|
9053
|
+
],
|
9054
|
+
faucets: [ 'https://faucet.testnet.lukso.network' ],
|
9055
|
+
nativeCurrency: { name: 'TestLYX', symbol: 'LYXt', decimals: 18 },
|
9056
|
+
explorers: [
|
9057
|
+
{
|
9058
|
+
name: 'Blockscout',
|
9059
|
+
url: 'https://explorer.execution.testnet.lukso.network',
|
9060
|
+
standard: 'none'
|
9061
|
+
}
|
9062
|
+
],
|
9063
|
+
infoURL: 'https://lukso.network',
|
9064
|
+
shortName: 'lukso-testnet',
|
9065
|
+
chainId: 4201,
|
9066
|
+
networkId: 4201,
|
9067
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
|
9068
|
+
},
|
9013
9069
|
{
|
9014
9070
|
name: 'Nexi Mainnet',
|
9015
9071
|
chain: 'Nexi',
|
@@ -9203,7 +9259,7 @@ const chainArray = [
|
|
9203
9259
|
chain: 'ETH',
|
9204
9260
|
rpc: [ 'https://rpc.mantle.xyz' ],
|
9205
9261
|
faucets: [],
|
9206
|
-
nativeCurrency: { name: '
|
9262
|
+
nativeCurrency: { name: 'Mantle', symbol: 'MNT', decimals: 18 },
|
9207
9263
|
infoURL: 'https://mantle.xyz',
|
9208
9264
|
shortName: 'mantle',
|
9209
9265
|
chainId: 5000,
|
@@ -9221,7 +9277,7 @@ const chainArray = [
|
|
9221
9277
|
chain: 'ETH',
|
9222
9278
|
rpc: [ 'https://rpc.testnet.mantle.xyz' ],
|
9223
9279
|
faucets: [ 'https://faucet.testnet.mantle.xyz' ],
|
9224
|
-
nativeCurrency: { name: 'Testnet
|
9280
|
+
nativeCurrency: { name: 'Testnet Mantle', symbol: 'MNT', decimals: 18 },
|
9225
9281
|
infoURL: 'https://mantle.xyz',
|
9226
9282
|
shortName: 'mantle-testnet',
|
9227
9283
|
chainId: 5001,
|
@@ -9555,6 +9611,46 @@ const chainArray = [
|
|
9555
9611
|
}
|
9556
9612
|
]
|
9557
9613
|
},
|
9614
|
+
{
|
9615
|
+
name: 'UPTN Testnet',
|
9616
|
+
chain: 'UPTN',
|
9617
|
+
icon: 'uptn',
|
9618
|
+
rpc: [ 'https://node-api.alp.uptn.io/v1/ext/rpc' ],
|
9619
|
+
features: [ { name: 'EIP1559' } ],
|
9620
|
+
faucets: [],
|
9621
|
+
nativeCurrency: { name: 'UPTN', symbol: 'UPTN', decimals: 18 },
|
9622
|
+
infoURL: 'https://uptn.io',
|
9623
|
+
shortName: 'UPTN-TEST',
|
9624
|
+
chainId: 6118,
|
9625
|
+
networkId: 6118,
|
9626
|
+
explorers: [
|
9627
|
+
{
|
9628
|
+
name: 'UPTN Testnet Explorer',
|
9629
|
+
url: 'https://testnet.explorer.uptn.io',
|
9630
|
+
standard: 'EIP3091'
|
9631
|
+
}
|
9632
|
+
]
|
9633
|
+
},
|
9634
|
+
{
|
9635
|
+
name: 'UPTN',
|
9636
|
+
chain: 'UPTN',
|
9637
|
+
icon: 'uptn',
|
9638
|
+
rpc: [ 'https://node-api.uptn.io/v1/ext/rpc' ],
|
9639
|
+
features: [ { name: 'EIP1559' } ],
|
9640
|
+
faucets: [],
|
9641
|
+
nativeCurrency: { name: 'UPTN', symbol: 'UPTN', decimals: 18 },
|
9642
|
+
infoURL: 'https://uptn.io',
|
9643
|
+
shortName: 'UPTN',
|
9644
|
+
chainId: 6119,
|
9645
|
+
networkId: 6119,
|
9646
|
+
explorers: [
|
9647
|
+
{
|
9648
|
+
name: 'UPTN Explorer',
|
9649
|
+
url: 'https://explorer.uptn.io',
|
9650
|
+
standard: 'EIP3091'
|
9651
|
+
}
|
9652
|
+
]
|
9653
|
+
},
|
9558
9654
|
{
|
9559
9655
|
name: 'Peerpay',
|
9560
9656
|
chain: 'P2P',
|
@@ -11081,15 +11177,16 @@ const chainArray = [
|
|
11081
11177
|
networkId: 10101
|
11082
11178
|
},
|
11083
11179
|
{
|
11084
|
-
name: 'Chiado Testnet',
|
11085
|
-
chain: '
|
11180
|
+
name: 'Gnosis Chiado Testnet',
|
11181
|
+
chain: 'GNO',
|
11086
11182
|
icon: 'gnosis',
|
11087
11183
|
rpc: [
|
11088
11184
|
'https://rpc.chiadochain.net',
|
11089
|
-
'https://rpc.
|
11185
|
+
'https://rpc.chiado.gnosis.gateway.fm',
|
11186
|
+
'wss://rpc.chiadochain.net/wss'
|
11090
11187
|
],
|
11091
11188
|
faucets: [ 'https://gnosisfaucet.com' ],
|
11092
|
-
nativeCurrency: { name: 'Chiado xDAI', symbol: '
|
11189
|
+
nativeCurrency: { name: 'Chiado xDAI', symbol: 'XDAI', decimals: 18 },
|
11093
11190
|
infoURL: 'https://docs.gnosischain.com',
|
11094
11191
|
shortName: 'chi',
|
11095
11192
|
chainId: 10200,
|
@@ -13139,21 +13236,22 @@ const chainArray = [
|
|
13139
13236
|
]
|
13140
13237
|
},
|
13141
13238
|
{
|
13142
|
-
name: '
|
13239
|
+
name: 'Rollux Testnet',
|
13143
13240
|
chain: 'SYS',
|
13144
13241
|
rpc: [
|
13145
13242
|
'https://rpc-tanenbaum.rollux.com',
|
13243
|
+
'https://rpc.ankr.com/rollux_testnet/${ANKR_API_KEY}',
|
13146
13244
|
'wss://rpc-tanenbaum.rollux.com/wss'
|
13147
13245
|
],
|
13148
|
-
faucets: [],
|
13149
|
-
nativeCurrency: { name: '
|
13150
|
-
infoURL: 'https://
|
13246
|
+
faucets: [ 'https://rollux.id/faucetapp' ],
|
13247
|
+
nativeCurrency: { name: 'Testnet Syscoin', symbol: 'TSYS', decimals: 18 },
|
13248
|
+
infoURL: 'https://rollux.com',
|
13151
13249
|
shortName: 'tsys-rollux',
|
13152
13250
|
chainId: 57000,
|
13153
13251
|
networkId: 57000,
|
13154
13252
|
explorers: [
|
13155
13253
|
{
|
13156
|
-
name: '
|
13254
|
+
name: 'Rollux Testnet Explorer',
|
13157
13255
|
url: 'https://rollux.tanenbaum.io',
|
13158
13256
|
standard: 'EIP3091'
|
13159
13257
|
}
|
@@ -14314,24 +14412,17 @@ const chainArray = [
|
|
14314
14412
|
]
|
14315
14413
|
},
|
14316
14414
|
{
|
14317
|
-
name: 'Deprecated
|
14415
|
+
name: 'Deprecated CHI',
|
14318
14416
|
chain: 'CHI1',
|
14319
14417
|
icon: 'gnosis',
|
14320
|
-
rpc: [
|
14321
|
-
faucets: [
|
14418
|
+
rpc: [],
|
14419
|
+
faucets: [],
|
14322
14420
|
nativeCurrency: { name: 'Chiado xDAI', symbol: 'xDAI', decimals: 18 },
|
14323
14421
|
infoURL: 'https://docs.gnosischain.com',
|
14324
14422
|
shortName: 'chi1',
|
14325
14423
|
chainId: 100100,
|
14326
14424
|
networkId: 100100,
|
14327
|
-
explorers: [
|
14328
|
-
{
|
14329
|
-
name: 'blockscout',
|
14330
|
-
url: 'https://blockscout-chiado.gnosistestnet.com',
|
14331
|
-
icon: 'blockscout',
|
14332
|
-
standard: 'EIP3091'
|
14333
|
-
}
|
14334
|
-
],
|
14425
|
+
explorers: [],
|
14335
14426
|
status: 'deprecated'
|
14336
14427
|
},
|
14337
14428
|
{
|