@openzeppelin/ui-builder-adapter-stellar 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openzeppelin/ui-builder-adapter-stellar",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Stellar Adapter for UI Builder",
5
5
  "keywords": [
6
6
  "openzeppelin",
@@ -43,8 +43,8 @@
43
43
  "lucide-react": "^0.510.0",
44
44
  "react-hook-form": "^7.62.0",
45
45
  "@openzeppelin/ui-builder-types": "1.0.0",
46
- "@openzeppelin/ui-builder-ui": "1.1.0",
47
- "@openzeppelin/ui-builder-utils": "^1.1.0"
46
+ "@openzeppelin/ui-builder-utils": "^1.1.0",
47
+ "@openzeppelin/ui-builder-ui": "1.1.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/lodash": "^4.17.20",
@@ -16,5 +16,5 @@ export const stellarPublic: StellarNetworkConfig = {
16
16
  networkPassphrase: 'Public Global Stellar Network ; September 2015',
17
17
  explorerUrl: 'https://stellar.expert/explorer/public',
18
18
  iconComponent: NetworkStellar,
19
- // indexerUri and indexerWsUri will be added here when stable mainnet indexer endpoints are available
19
+ indexerUri: 'https://openzeppelin-stellar-mainnet.graphql.subquery.network/',
20
20
  };