File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ const mainnetBase: EnvironmentTemplate = {
359359 baseUrl : 'https://unichain.blockscout.com/api' ,
360360 } ,
361361 hoodeth : {
362- baseUrl : 'https://8crv4vmq6tiu1yqr .blockscout.com/api' ,
362+ baseUrl : 'https://robinhoodchain .blockscout.com/api' ,
363363 } ,
364364 hppeth : {
365365 baseUrl : 'https://explorer.hpp.io/api' ,
Original file line number Diff line number Diff line change @@ -1915,8 +1915,8 @@ class HoodethTestnet extends Testnet implements EthereumNetwork {
19151915class Hoodeth extends Mainnet implements EthereumNetwork {
19161916 name = 'Robinhood Chain' ;
19171917 family = CoinFamily . HOODETH ;
1918- explorerUrl = 'https://8crv4vmq6tiu1yqr .blockscout.com/tx/' ;
1919- accountExplorerUrl = 'https://8crv4vmq6tiu1yqr .blockscout.com/address/' ;
1918+ explorerUrl = 'https://robinhoodchain .blockscout.com/tx/' ;
1919+ accountExplorerUrl = 'https://robinhoodchain .blockscout.com/address/' ;
19201920 chainId = 4663 ;
19211921 nativeCoinOperationHashPrefix = '4663' ;
19221922}
You can’t perform that action at this time.
0 commit comments