@ethereum-entity-registry/sdk 0.3.2 → 0.3.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7357,6 +7357,8 @@ var TOKEN_CONFIG = {
7357
7357
  1: MAINNET_TOKENS,
7358
7358
  11155111: getTestnetTokens("11155111"),
7359
7359
  // Sepolia
7360
+ 84532: getTestnetTokens("84532"),
7361
+ // Base Sepolia
7360
7362
  31337: getTestnetTokens("31337")
7361
7363
  // Local
7362
7364
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethereum-entity-registry/sdk",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "type": "module",
5
5
  "description": "TypeScript SDK and React hooks for the Ethereum Entity Registry",
6
6
  "repository": {