File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2189,7 +2189,7 @@ export const allCoinsAndTokens = [
21892189 'hbarevm' ,
21902190 'Hedera EVM' ,
21912191 Networks . main . hederaEVM ,
2192- 8 ,
2192+ 18 ,
21932193 UnderlyingAsset . HBAREVM ,
21942194 BaseUnit . HBAR ,
21952195 [
@@ -2210,7 +2210,7 @@ export const allCoinsAndTokens = [
22102210 'thbarevm' ,
22112211 'Testnet Hedera EVM' ,
22122212 Networks . test . hederaEVM ,
2213- 8 ,
2213+ 18 ,
22142214 UnderlyingAsset . HBAREVM ,
22152215 BaseUnit . HBAR ,
22162216 [
Original file line number Diff line number Diff line change @@ -2166,17 +2166,17 @@ class Plume extends Mainnet implements EthereumNetwork {
21662166class HederaEVMTestnet extends Testnet implements EthereumNetwork {
21672167 name = 'Testnet Hedera EVM' ;
21682168 family = CoinFamily . HBAREVM ;
2169- explorerUrl = 'https://hashscan.io/mainnet /transaction/' ;
2170- accountExplorerUrl = 'https://hashscan.io/mainnet /account/' ;
2169+ explorerUrl = 'https://hashscan.io/testnet /transaction/' ;
2170+ accountExplorerUrl = 'https://hashscan.io/testnet /account/' ;
21712171 chainId = 296 ;
21722172 nativeCoinOperationHashPrefix = '296' ;
21732173}
21742174
21752175class HederaEVM extends Mainnet implements EthereumNetwork {
21762176 name = 'Hedera EVM' ;
21772177 family = CoinFamily . HBAREVM ;
2178- explorerUrl = 'https://hashscan.io/testnet /transaction/' ;
2179- accountExplorerUrl = 'https://hashscan.io/testnet /account/' ;
2178+ explorerUrl = 'https://hashscan.io/mainnet /transaction/' ;
2179+ accountExplorerUrl = 'https://hashscan.io/mainnet /account/' ;
21802180 chainId = 295 ;
21812181 nativeCoinOperationHashPrefix = '295' ;
21822182}
You can’t perform that action at this time.
0 commit comments