eth-chainlist 0.0.557 → 0.0.558
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/data/chain.js +160 -30
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.558 (2024-12-06)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.557 ([5236a27](https://github.com/poowf/eth-chainlist/commit/5236a275e32407a6a71d46f1e8438ac05d2aeb7e))
|
9
|
+
* update chain data ([fceecad](https://github.com/poowf/eth-chainlist/commit/fceecad28c0854bbcff00dd1a492527dce585434))
|
10
|
+
|
3
11
|
### 0.0.557 (2024-12-05)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -1040,7 +1040,9 @@ const chainArray = [
|
|
1040
1040
|
'https://rpc.xinfin.network',
|
1041
1041
|
'https://rpc1.xinfin.network',
|
1042
1042
|
'https://rpc.xdcrpc.com',
|
1043
|
-
'https://erpc.xdcrpc.com'
|
1043
|
+
'https://erpc.xdcrpc.com',
|
1044
|
+
'https://rpc.ankr.com/xdc',
|
1045
|
+
'https://rpc.xdc.org'
|
1044
1046
|
],
|
1045
1047
|
faucets: [],
|
1046
1048
|
nativeCurrency: { name: 'XinFin', symbol: 'XDC', decimals: 18 },
|
@@ -1057,24 +1059,26 @@ const chainArray = [
|
|
1057
1059
|
standard: 'EIP3091'
|
1058
1060
|
},
|
1059
1061
|
{
|
1060
|
-
name: '
|
1062
|
+
name: 'openscan',
|
1061
1063
|
url: 'https://xdcscan.io',
|
1062
1064
|
icon: 'blocksscan',
|
1063
1065
|
standard: 'EIP3091'
|
1064
|
-
},
|
1065
|
-
{
|
1066
|
-
name: 'blocksscan',
|
1067
|
-
url: 'https://xdc.blocksscan.io',
|
1068
|
-
icon: 'blocksscan',
|
1069
|
-
standard: 'EIP3091'
|
1070
1066
|
}
|
1071
1067
|
]
|
1072
1068
|
},
|
1073
1069
|
{
|
1074
1070
|
name: 'XDC Apothem Network',
|
1075
1071
|
chain: 'XDC',
|
1076
|
-
rpc: [
|
1077
|
-
|
1072
|
+
rpc: [
|
1073
|
+
'https://rpc.apothem.network',
|
1074
|
+
'https://erpc.apothem.network',
|
1075
|
+
'https://apothem.xdcrpc.com'
|
1076
|
+
],
|
1077
|
+
faucets: [
|
1078
|
+
'https://faucet.apothem.network',
|
1079
|
+
'https://faucet.blocksscan.io',
|
1080
|
+
'https://apothem.xdcscan.io/faucet'
|
1081
|
+
],
|
1078
1082
|
nativeCurrency: { name: 'XinFin', symbol: 'TXDC', decimals: 18 },
|
1079
1083
|
infoURL: 'https://xinfin.org',
|
1080
1084
|
shortName: 'txdc',
|
@@ -1084,13 +1088,13 @@ const chainArray = [
|
|
1084
1088
|
explorers: [
|
1085
1089
|
{
|
1086
1090
|
name: 'xdcscan',
|
1087
|
-
url: 'https://
|
1091
|
+
url: 'https://testnet.xdcscan.com',
|
1088
1092
|
icon: 'blocksscan',
|
1089
1093
|
standard: 'EIP3091'
|
1090
1094
|
},
|
1091
1095
|
{
|
1092
|
-
name: '
|
1093
|
-
url: 'https://apothem.
|
1096
|
+
name: 'openscan',
|
1097
|
+
url: 'https://apothem.xdcscan.io',
|
1094
1098
|
icon: 'blocksscan',
|
1095
1099
|
standard: 'EIP3091'
|
1096
1100
|
}
|
@@ -6516,6 +6520,34 @@ const chainArray = [
|
|
6516
6520
|
}
|
6517
6521
|
]
|
6518
6522
|
},
|
6523
|
+
{
|
6524
|
+
name: 'AppChain',
|
6525
|
+
chain: 'AppChain',
|
6526
|
+
rpc: [
|
6527
|
+
'https://appchain.calderachain.xyz/http',
|
6528
|
+
'wss://appchain.calderachain.xyz/ws'
|
6529
|
+
],
|
6530
|
+
faucets: [],
|
6531
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
6532
|
+
infoURL: 'https://appchain.xyz',
|
6533
|
+
shortName: 'appchain',
|
6534
|
+
chainId: 466,
|
6535
|
+
networkId: 466,
|
6536
|
+
icon: 'appchain',
|
6537
|
+
explorers: [
|
6538
|
+
{
|
6539
|
+
name: 'AppChain Explorer',
|
6540
|
+
url: 'https://explorer.appchain.xyz',
|
6541
|
+
icon: 'blockscout',
|
6542
|
+
standard: 'EIP3091'
|
6543
|
+
}
|
6544
|
+
],
|
6545
|
+
parent: {
|
6546
|
+
type: 'L2',
|
6547
|
+
chain: 'eip155-1',
|
6548
|
+
bridges: [ { url: 'https://bridge.appchain.xyz' } ]
|
6549
|
+
}
|
6550
|
+
},
|
6519
6551
|
{
|
6520
6552
|
name: 'World Chain',
|
6521
6553
|
chain: 'ETH',
|
@@ -9301,9 +9333,9 @@ const chainArray = [
|
|
9301
9333
|
parent: { type: 'L2', chain: 'eip155-1' }
|
9302
9334
|
},
|
9303
9335
|
{
|
9304
|
-
name: 'Kaia Testnet
|
9336
|
+
name: 'Kaia Kairos Testnet',
|
9305
9337
|
chain: 'KAIA',
|
9306
|
-
rpc: [ 'https://public-en
|
9338
|
+
rpc: [ 'https://public-en-kairos.node.kaia.io' ],
|
9307
9339
|
faucets: [ 'https://faucet.kaia.io' ],
|
9308
9340
|
nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
|
9309
9341
|
infoURL: 'https://kaia.io/',
|
@@ -11701,16 +11733,24 @@ const chainArray = [
|
|
11701
11733
|
redFlags: [ 'reusedChainId' ]
|
11702
11734
|
},
|
11703
11735
|
{
|
11704
|
-
name: '
|
11705
|
-
chain: '
|
11706
|
-
rpc: [],
|
11707
|
-
nativeCurrency: { name: '
|
11708
|
-
faucets: [],
|
11709
|
-
infoURL: '',
|
11710
|
-
shortName: '
|
11736
|
+
name: 'Vana',
|
11737
|
+
chain: 'Vana',
|
11738
|
+
rpc: [ 'https://rpc.vana.org/' ],
|
11739
|
+
nativeCurrency: { name: 'Vana', symbol: 'VANA', decimals: 18 },
|
11740
|
+
faucets: [ 'https://faucet.vana.org/' ],
|
11741
|
+
infoURL: 'https://vana.org',
|
11742
|
+
shortName: 'vana',
|
11711
11743
|
chainId: 1480,
|
11712
11744
|
networkId: 1480,
|
11713
|
-
|
11745
|
+
icon: 'vana',
|
11746
|
+
explorers: [
|
11747
|
+
{
|
11748
|
+
name: 'Vana Block Explorer',
|
11749
|
+
url: 'https://vanascan.io',
|
11750
|
+
icon: 'vana',
|
11751
|
+
standard: 'EIP3091'
|
11752
|
+
}
|
11753
|
+
]
|
11714
11754
|
},
|
11715
11755
|
{
|
11716
11756
|
name: 'Vitruveo Mainnet',
|
@@ -17873,17 +17913,40 @@ const chainArray = [
|
|
17873
17913
|
faucets: [ 'https://faucet.emoney.network/faucet' ],
|
17874
17914
|
nativeCurrency: { name: 'Emoney Network', symbol: 'EMYC', decimals: 18 },
|
17875
17915
|
infoURL: 'https://emoney.network/',
|
17876
|
-
shortName: '
|
17916
|
+
shortName: 'EmoneyTestnet',
|
17877
17917
|
chainId: 4544,
|
17878
17918
|
networkId: 4544,
|
17879
17919
|
slip44: 118,
|
17880
17920
|
icon: 'emoney',
|
17881
17921
|
explorers: [
|
17882
17922
|
{
|
17883
|
-
name: 'EMoney
|
17884
|
-
url: 'https://
|
17923
|
+
name: 'EMoney Explorer',
|
17924
|
+
url: 'https://explore-stage.emoney.network',
|
17885
17925
|
icon: 'emoney',
|
17886
|
-
standard: '
|
17926
|
+
standard: 'none'
|
17927
|
+
}
|
17928
|
+
]
|
17929
|
+
},
|
17930
|
+
{
|
17931
|
+
name: 'Emoney Network Mainnet',
|
17932
|
+
chain: 'Emoney',
|
17933
|
+
rpc: [
|
17934
|
+
'https://rpc-publicnode.emoney.io/',
|
17935
|
+
'https://public-node1-rpc.emoney.network/'
|
17936
|
+
],
|
17937
|
+
faucets: [],
|
17938
|
+
nativeCurrency: { name: 'Emoney Coin', symbol: 'EMYC', decimals: 18 },
|
17939
|
+
infoURL: 'https://emoney.io/',
|
17940
|
+
shortName: 'emoney',
|
17941
|
+
chainId: 4545,
|
17942
|
+
networkId: 4545,
|
17943
|
+
icon: 'emoney',
|
17944
|
+
explorers: [
|
17945
|
+
{
|
17946
|
+
name: 'EMoney Explorer',
|
17947
|
+
url: 'https://explore.emoney.network',
|
17948
|
+
icon: 'emoney',
|
17949
|
+
standard: 'none'
|
17887
17950
|
}
|
17888
17951
|
]
|
17889
17952
|
},
|
@@ -17922,6 +17985,34 @@ const chainArray = [
|
|
17922
17985
|
status: 'incubating',
|
17923
17986
|
icon: 'gold'
|
17924
17987
|
},
|
17988
|
+
{
|
17989
|
+
name: 'AppChain Testnet',
|
17990
|
+
chain: 'AppChain Testnet',
|
17991
|
+
rpc: [
|
17992
|
+
'https://appchaintestnet.rpc.caldera.xyz/http',
|
17993
|
+
'wss://appchaintestnet.rpc.caldera.xyz/ws'
|
17994
|
+
],
|
17995
|
+
faucets: [],
|
17996
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
17997
|
+
infoURL: 'https://appchain.xyz',
|
17998
|
+
shortName: 'appchaintestnet',
|
17999
|
+
chainId: 4661,
|
18000
|
+
networkId: 4661,
|
18001
|
+
icon: 'appchain',
|
18002
|
+
explorers: [
|
18003
|
+
{
|
18004
|
+
name: 'AppChain Testnet Explorer',
|
18005
|
+
url: 'https://appchaintestnet.explorer.caldera.xyz',
|
18006
|
+
icon: 'blockscout',
|
18007
|
+
standard: 'EIP3091'
|
18008
|
+
}
|
18009
|
+
],
|
18010
|
+
parent: {
|
18011
|
+
type: 'L2',
|
18012
|
+
chain: 'eip155-11155111',
|
18013
|
+
bridges: [ { url: 'https://appchaintestnet.bridge.caldera.xyz' } ]
|
18014
|
+
}
|
18015
|
+
},
|
17925
18016
|
{
|
17926
18017
|
name: 'IoTeX Network Mainnet',
|
17927
18018
|
chain: 'iotex.io',
|
@@ -18779,6 +18870,19 @@ const chainArray = [
|
|
18779
18870
|
}
|
18780
18871
|
]
|
18781
18872
|
},
|
18873
|
+
{
|
18874
|
+
name: 'Settlus Sepolia Testnet',
|
18875
|
+
chain: 'ETH',
|
18876
|
+
rpc: [],
|
18877
|
+
faucets: [],
|
18878
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
18879
|
+
infoURL: 'https://settlus.org',
|
18880
|
+
shortName: 'setl-sepolia',
|
18881
|
+
chainId: 5373,
|
18882
|
+
networkId: 5373,
|
18883
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
18884
|
+
status: 'incubating'
|
18885
|
+
},
|
18782
18886
|
{
|
18783
18887
|
name: 'edeXa Mainnet',
|
18784
18888
|
chain: 'edeXa Network',
|
@@ -25701,7 +25805,7 @@ const chainArray = [
|
|
25701
25805
|
chain: 'EXPCHAIN',
|
25702
25806
|
rpc: [ 'https://rpc1-testnet.expchain.ai' ],
|
25703
25807
|
faucets: [],
|
25704
|
-
nativeCurrency: { name: '
|
25808
|
+
nativeCurrency: { name: 'tZKJ', symbol: 'tZKJ', decimals: 18 },
|
25705
25809
|
infoURL: 'https://expchain.ai',
|
25706
25810
|
shortName: 'expchain',
|
25707
25811
|
chainId: 18880,
|
@@ -29018,7 +29122,7 @@ const chainArray = [
|
|
29018
29122
|
{
|
29019
29123
|
name: 'Sophon',
|
29020
29124
|
chain: 'Sophon',
|
29021
|
-
rpc: [ 'https://rpc.sophon.xyz' ],
|
29125
|
+
rpc: [ 'https://rpc.sophon.xyz', 'wss://rpc.sophon.xyz/ws' ],
|
29022
29126
|
nativeCurrency: { name: 'Sophon', symbol: 'SOPH', decimals: 18 },
|
29023
29127
|
faucets: [],
|
29024
29128
|
infoURL: '',
|
@@ -29032,7 +29136,12 @@ const chainArray = [
|
|
29032
29136
|
icon: 'sophon-testnet',
|
29033
29137
|
standard: 'none'
|
29034
29138
|
}
|
29035
|
-
]
|
29139
|
+
],
|
29140
|
+
parent: {
|
29141
|
+
type: 'L2',
|
29142
|
+
chain: 'eip155-1',
|
29143
|
+
bridges: [ { url: 'https://portal.sophon.xyz/bridge' } ]
|
29144
|
+
}
|
29036
29145
|
},
|
29037
29146
|
{
|
29038
29147
|
name: 'Reddio Devnet',
|
@@ -39633,6 +39742,27 @@ const chainArray = [
|
|
39633
39742
|
}
|
39634
39743
|
]
|
39635
39744
|
},
|
39745
|
+
{
|
39746
|
+
name: 'Xone Testnet',
|
39747
|
+
chain: 'XOC',
|
39748
|
+
icon: 'xone-test',
|
39749
|
+
rpc: [ 'https://rpc-testnet.xone.plus' ],
|
39750
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
39751
|
+
faucets: [],
|
39752
|
+
nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
|
39753
|
+
infoURL: 'https://xone.plus',
|
39754
|
+
shortName: 'txoc',
|
39755
|
+
chainId: 33772211,
|
39756
|
+
networkId: 33772211,
|
39757
|
+
explorers: [
|
39758
|
+
{
|
39759
|
+
name: 'testnet-xscscan',
|
39760
|
+
url: 'https://testnet.xscscan.com',
|
39761
|
+
icon: 'testnet-xscscan',
|
39762
|
+
standard: 'EIP3091'
|
39763
|
+
}
|
39764
|
+
]
|
39765
|
+
},
|
39636
39766
|
{
|
39637
39767
|
name: 'citronus-citro',
|
39638
39768
|
title: 'Citronus-Citro',
|