@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/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/networks/mainnet.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -8381,8 +8381,8 @@ var stellarPublic = {
|
|
|
8381
8381
|
sorobanRpcUrl: "https://mainnet.sorobanrpc.com",
|
|
8382
8382
|
networkPassphrase: "Public Global Stellar Network ; September 2015",
|
|
8383
8383
|
explorerUrl: "https://stellar.expert/explorer/public",
|
|
8384
|
-
iconComponent: NetworkStellar
|
|
8385
|
-
|
|
8384
|
+
iconComponent: NetworkStellar,
|
|
8385
|
+
indexerUri: "https://openzeppelin-stellar-mainnet.graphql.subquery.network/"
|
|
8386
8386
|
};
|
|
8387
8387
|
|
|
8388
8388
|
// src/networks/testnet.ts
|