@swype-org/react-sdk 0.2.360 → 0.2.361

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.
package/dist/index.js CHANGED
@@ -9144,8 +9144,11 @@ var TOKEN_LOGOS = {
9144
9144
  };
9145
9145
  var CHAIN_LOGOS = {
9146
9146
  base: BASE_CHAIN_LOGO,
9147
+ // Testnets use the parent chain's logo (sandbox/smokebox environments).
9148
+ "base sepolia": BASE_CHAIN_LOGO,
9147
9149
  ethereum: ETHEREUM_CHAIN_LOGO,
9148
9150
  "ethereum mainnet": ETHEREUM_CHAIN_LOGO,
9151
+ sepolia: ETHEREUM_CHAIN_LOGO,
9149
9152
  polygon: POLYGON_CHAIN_LOGO,
9150
9153
  "polygon mainnet": POLYGON_CHAIN_LOGO,
9151
9154
  arbitrum: ARBITRUM_CHAIN_LOGO,