Skip to content

Commit ad9b2ee

Browse files
fix(statics): update hoodeth mainnet explorer url
Ticket: CGD-1997
1 parent 2fddcef commit ad9b2ee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

modules/sdk-core/src/bitgo/environments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

modules/statics/src/networks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1915,8 +1915,8 @@ class HoodethTestnet extends Testnet implements EthereumNetwork {
19151915
class 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
}

0 commit comments

Comments
 (0)