eth-chainlist 0.0.78 → 0.0.80
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 +167 -17
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.80 (2023-02-18)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.79 ([b3d27f4](https://github.com/poowf/eth-chainlist/commit/b3d27f4cf935e53d321772805eaa0d4491654b12))
|
9
|
+
* update chain data ([b8e9b25](https://github.com/poowf/eth-chainlist/commit/b8e9b25b55d517fa2ff2fc8891c4310d2b01fdb6))
|
10
|
+
|
11
|
+
### 0.0.79 (2023-02-17)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.78 ([2f6d8e3](https://github.com/poowf/eth-chainlist/commit/2f6d8e3b0bd8bcf2f4990bb554c94b73d836b800))
|
17
|
+
* update chain data ([d8e1695](https://github.com/poowf/eth-chainlist/commit/d8e1695903461d35ac63a5bbf01e1aa95e969d8b))
|
18
|
+
|
3
19
|
### 0.0.78 (2023-02-16)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -323,7 +323,6 @@ const chainArray = [
|
|
323
323
|
icon: 'songbird',
|
324
324
|
rpc: [
|
325
325
|
'https://songbird-api.flare.network/ext/C/rpc',
|
326
|
-
'https://songbird.towolabs.com/ext/C/rpc',
|
327
326
|
'https://sgb.ftso.com.au/ext/bc/C/rpc',
|
328
327
|
'https://sgb.lightft.so/rpc',
|
329
328
|
'https://sgb-rpc.ftso.eu'
|
@@ -2786,24 +2785,29 @@ const chainArray = [
|
|
2786
2785
|
]
|
2787
2786
|
},
|
2788
2787
|
{
|
2789
|
-
name: 'zkSync
|
2788
|
+
name: 'zkSync Era Testnet',
|
2790
2789
|
chain: 'ETH',
|
2791
2790
|
rpc: [ 'https://zksync2-testnet.zksync.dev' ],
|
2792
|
-
faucets: [ 'https://portal.zksync.io/faucet' ],
|
2791
|
+
faucets: [ 'https://goerli.portal.zksync.io/faucet' ],
|
2793
2792
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
2794
|
-
infoURL: 'https://
|
2793
|
+
infoURL: 'https://era.zksync.io/docs/',
|
2795
2794
|
shortName: 'zksync-goerli',
|
2796
2795
|
chainId: 280,
|
2797
2796
|
networkId: 280,
|
2798
|
-
icon: '
|
2797
|
+
icon: 'zksync-era',
|
2799
2798
|
explorers: [
|
2800
2799
|
{
|
2801
|
-
name: '
|
2802
|
-
url: 'https://
|
2803
|
-
icon: '
|
2800
|
+
name: 'zkSync Era Block Explorer',
|
2801
|
+
url: 'https://goerli.explorer.zksync.io',
|
2802
|
+
icon: 'zksync-era',
|
2804
2803
|
standard: 'EIP3091'
|
2805
2804
|
}
|
2806
|
-
]
|
2805
|
+
],
|
2806
|
+
parent: {
|
2807
|
+
type: 'L2',
|
2808
|
+
chain: 'eip155-1',
|
2809
|
+
bridges: [ { url: 'https://goerli.portal.zksync.io/bridge' } ]
|
2810
|
+
}
|
2807
2811
|
},
|
2808
2812
|
{
|
2809
2813
|
name: 'Boba Network',
|
@@ -2833,6 +2837,124 @@ const chainArray = [
|
|
2833
2837
|
bridges: [ { url: 'https://gateway.boba.network' } ]
|
2834
2838
|
}
|
2835
2839
|
},
|
2840
|
+
{
|
2841
|
+
name: 'Hedera Mainnet',
|
2842
|
+
chain: 'Hedera',
|
2843
|
+
icon: 'hedera',
|
2844
|
+
rpc: [ 'https://mainnet.hashio.io/api' ],
|
2845
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
2846
|
+
faucets: [],
|
2847
|
+
nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals: 8 },
|
2848
|
+
infoURL: 'https://hedera.com',
|
2849
|
+
shortName: 'hedera-mainnet',
|
2850
|
+
chainId: 295,
|
2851
|
+
networkId: 295,
|
2852
|
+
slip44: 3030,
|
2853
|
+
explorers: [
|
2854
|
+
{
|
2855
|
+
name: 'HashScan',
|
2856
|
+
url: 'https://hashscan.io/mainnet/dashboard',
|
2857
|
+
standard: 'none'
|
2858
|
+
},
|
2859
|
+
{
|
2860
|
+
name: 'Arkhia Explorer',
|
2861
|
+
url: 'https://explorer.arkhia.io',
|
2862
|
+
standard: 'none'
|
2863
|
+
},
|
2864
|
+
{
|
2865
|
+
name: 'DragonGlass',
|
2866
|
+
url: 'https://app.dragonglass.me',
|
2867
|
+
standard: 'none'
|
2868
|
+
},
|
2869
|
+
{
|
2870
|
+
name: 'Hedera Explorer',
|
2871
|
+
url: 'https://hederaexplorer.io',
|
2872
|
+
standard: 'none'
|
2873
|
+
},
|
2874
|
+
{
|
2875
|
+
name: 'Ledger Works Explore',
|
2876
|
+
url: 'https://explore.lworks.io',
|
2877
|
+
standard: 'none'
|
2878
|
+
}
|
2879
|
+
]
|
2880
|
+
},
|
2881
|
+
{
|
2882
|
+
name: 'Hedera Testnet',
|
2883
|
+
chain: 'Hedera',
|
2884
|
+
icon: 'hedera',
|
2885
|
+
rpc: [ 'https://testnet.hashio.io/api' ],
|
2886
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
2887
|
+
faucets: [ 'https://portal.hedera.com' ],
|
2888
|
+
nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals: 8 },
|
2889
|
+
infoURL: 'https://hedera.com',
|
2890
|
+
shortName: 'hedera-testnet',
|
2891
|
+
chainId: 296,
|
2892
|
+
networkId: 296,
|
2893
|
+
slip44: 3030,
|
2894
|
+
explorers: [
|
2895
|
+
{
|
2896
|
+
name: 'HashScan',
|
2897
|
+
url: 'https://hashscan.io/testnet/dashboard',
|
2898
|
+
standard: 'none'
|
2899
|
+
},
|
2900
|
+
{
|
2901
|
+
name: 'Arkhia Explorer',
|
2902
|
+
url: 'https://explorer.arkhia.io',
|
2903
|
+
standard: 'none'
|
2904
|
+
},
|
2905
|
+
{
|
2906
|
+
name: 'DragonGlass',
|
2907
|
+
url: 'https://app.dragonglass.me',
|
2908
|
+
standard: 'none'
|
2909
|
+
},
|
2910
|
+
{
|
2911
|
+
name: 'Hedera Explorer',
|
2912
|
+
url: 'https://hederaexplorer.io',
|
2913
|
+
standard: 'none'
|
2914
|
+
},
|
2915
|
+
{
|
2916
|
+
name: 'Ledger Works Explore',
|
2917
|
+
url: 'https://explore.lworks.io',
|
2918
|
+
standard: 'none'
|
2919
|
+
}
|
2920
|
+
]
|
2921
|
+
},
|
2922
|
+
{
|
2923
|
+
name: 'Hedera Previewnet',
|
2924
|
+
chain: 'Hedera',
|
2925
|
+
icon: 'hedera',
|
2926
|
+
rpc: [ 'https://previewnet.hashio.io/api' ],
|
2927
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
2928
|
+
faucets: [ 'https://portal.hedera.com' ],
|
2929
|
+
nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals: 8 },
|
2930
|
+
infoURL: 'https://hedera.com',
|
2931
|
+
shortName: 'hedera-previewnet',
|
2932
|
+
chainId: 297,
|
2933
|
+
networkId: 297,
|
2934
|
+
slip44: 3030,
|
2935
|
+
explorers: [
|
2936
|
+
{
|
2937
|
+
name: 'HashScan',
|
2938
|
+
url: 'https://hashscan.io/previewnet/dashboard',
|
2939
|
+
standard: 'none'
|
2940
|
+
}
|
2941
|
+
]
|
2942
|
+
},
|
2943
|
+
{
|
2944
|
+
name: 'Hedera Localnet',
|
2945
|
+
chain: 'Hedera',
|
2946
|
+
icon: 'hedera',
|
2947
|
+
rpc: [],
|
2948
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
2949
|
+
faucets: [],
|
2950
|
+
nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals: 8 },
|
2951
|
+
infoURL: 'https://hedera.com',
|
2952
|
+
shortName: 'hedera-localnet',
|
2953
|
+
chainId: 298,
|
2954
|
+
networkId: 298,
|
2955
|
+
slip44: 3030,
|
2956
|
+
explorers: []
|
2957
|
+
},
|
2836
2958
|
{
|
2837
2959
|
name: 'Optimism on Gnosis',
|
2838
2960
|
chain: 'OGC',
|
@@ -2969,25 +3091,29 @@ const chainArray = [
|
|
2969
3091
|
]
|
2970
3092
|
},
|
2971
3093
|
{
|
2972
|
-
name: 'zkSync
|
3094
|
+
name: 'zkSync Era Mainnet',
|
2973
3095
|
chain: 'ETH',
|
2974
|
-
rpc: [],
|
3096
|
+
rpc: [ 'https://zksync2-mainnet.zksync.io' ],
|
2975
3097
|
faucets: [],
|
2976
3098
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
2977
3099
|
infoURL: 'https://zksync.io/',
|
2978
3100
|
shortName: 'zksync',
|
2979
3101
|
chainId: 324,
|
2980
3102
|
networkId: 324,
|
2981
|
-
icon: '
|
3103
|
+
icon: 'zksync-era',
|
2982
3104
|
explorers: [
|
2983
3105
|
{
|
2984
|
-
name: 'zkSync
|
3106
|
+
name: 'zkSync Era Block Explorer',
|
2985
3107
|
url: 'https://explorer.zksync.io',
|
3108
|
+
icon: 'zksync-era',
|
2986
3109
|
standard: 'EIP3091'
|
2987
3110
|
}
|
2988
3111
|
],
|
2989
|
-
parent: {
|
2990
|
-
|
3112
|
+
parent: {
|
3113
|
+
type: 'L2',
|
3114
|
+
chain: 'eip155-1',
|
3115
|
+
bridges: [ { url: 'https://portal.zksync.io/bridge' } ]
|
3116
|
+
}
|
2991
3117
|
},
|
2992
3118
|
{
|
2993
3119
|
name: 'Web3Q Mainnet',
|
@@ -4862,6 +4988,25 @@ const chainArray = [
|
|
4862
4988
|
icon: 'defichain-network',
|
4863
4989
|
explorers: []
|
4864
4990
|
},
|
4991
|
+
{
|
4992
|
+
name: 'AmStar Testnet',
|
4993
|
+
chain: 'AmStar',
|
4994
|
+
icon: 'amstar',
|
4995
|
+
rpc: [ 'https://testnet-rpc.amstarscan.com' ],
|
4996
|
+
faucets: [],
|
4997
|
+
nativeCurrency: { name: 'SINSO', symbol: 'SINSO', decimals: 18 },
|
4998
|
+
infoURL: 'https://sinso.io',
|
4999
|
+
shortName: 'ASARt',
|
5000
|
+
chainId: 1138,
|
5001
|
+
networkId: 1138,
|
5002
|
+
explorers: [
|
5003
|
+
{
|
5004
|
+
name: 'amstarscan-testnet',
|
5005
|
+
url: 'https://testnet.amstarscan.com',
|
5006
|
+
standard: 'EIP3091'
|
5007
|
+
}
|
5008
|
+
]
|
5009
|
+
},
|
4865
5010
|
{
|
4866
5011
|
name: 'MathChain',
|
4867
5012
|
chain: 'MATH',
|
@@ -7974,8 +8119,13 @@ const chainArray = [
|
|
7974
8119
|
standard: 'none'
|
7975
8120
|
},
|
7976
8121
|
{
|
7977
|
-
name: 'Canto Cosmos Explorer
|
7978
|
-
url: 'https://cosmos.
|
8122
|
+
name: 'Canto Cosmos Explorer',
|
8123
|
+
url: 'https://cosmos-explorers.neobase.one',
|
8124
|
+
standard: 'none'
|
8125
|
+
},
|
8126
|
+
{
|
8127
|
+
name: 'Canto EVM Explorer (Blockscout)',
|
8128
|
+
url: 'https://tuber.build',
|
7979
8129
|
standard: 'none'
|
7980
8130
|
}
|
7981
8131
|
]
|