@kimafinance/kima-transaction-widget 1.1.2 → 1.1.3

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.
@@ -492,7 +492,7 @@ const CHAIN_NAMES_TO_EXPLORER = {
492
492
  [ChainName.AVALANCHE]: 'testnet.snowtrace.io',
493
493
  [ChainName.FUSE]: 'explorer.fuse.io',
494
494
  [ChainName.CELO]: 'explorer.celo.org',
495
- [ChainName.SOLANA]: 'solscan.io'
495
+ [ChainName.SOLANA]: 'solscan.io/blocks?cluster=devnet'
496
496
  };
497
497
  const CHAIN_NAMES_TO_GECKO_ID = {
498
498
  [ChainName.ETHEREUM]: 'ethereum',