@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.cjs CHANGED
@@ -9168,8 +9168,11 @@ var TOKEN_LOGOS = {
9168
9168
  };
9169
9169
  var CHAIN_LOGOS = {
9170
9170
  base: BASE_CHAIN_LOGO,
9171
+ // Testnets use the parent chain's logo (sandbox/smokebox environments).
9172
+ "base sepolia": BASE_CHAIN_LOGO,
9171
9173
  ethereum: ETHEREUM_CHAIN_LOGO,
9172
9174
  "ethereum mainnet": ETHEREUM_CHAIN_LOGO,
9175
+ sepolia: ETHEREUM_CHAIN_LOGO,
9173
9176
  polygon: POLYGON_CHAIN_LOGO,
9174
9177
  "polygon mainnet": POLYGON_CHAIN_LOGO,
9175
9178
  arbitrum: ARBITRUM_CHAIN_LOGO,