Skip to content

Commit 950b4be

Browse files
Merge pull request #9144 from BitGo/cgd-1997-update-hoodeth-mainnet
fix(statics): update hoodeth mainnet explorer url
2 parents 692484d + ad9b2ee commit 950b4be

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
@@ -1917,8 +1917,8 @@ class HoodethTestnet extends Testnet implements EthereumNetwork {
19171917
class Hoodeth extends Mainnet implements EthereumNetwork {
19181918
name = 'Robinhood Chain';
19191919
family = CoinFamily.HOODETH;
1920-
explorerUrl = 'https://8crv4vmq6tiu1yqr.blockscout.com/tx/';
1921-
accountExplorerUrl = 'https://8crv4vmq6tiu1yqr.blockscout.com/address/';
1920+
explorerUrl = 'https://robinhoodchain.blockscout.com/tx/';
1921+
accountExplorerUrl = 'https://robinhoodchain.blockscout.com/address/';
19221922
chainId = 4663;
19231923
nativeCoinOperationHashPrefix = '4663';
19241924
}

0 commit comments

Comments
 (0)