@openzeppelin/ui-builder-adapter-stellar 1.1.1 → 1.1.2
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 +1 -1
- package/src/networks/testnet.ts +1 -1
package/dist/index.cjs
CHANGED
|
@@ -8384,8 +8384,8 @@ var stellarTestnet = {
|
|
|
8384
8384
|
sorobanRpcUrl: "https://soroban-testnet.stellar.org",
|
|
8385
8385
|
networkPassphrase: "Test SDF Network ; September 2015",
|
|
8386
8386
|
explorerUrl: "https://stellar.expert/explorer/testnet",
|
|
8387
|
-
iconComponent: import_react12.NetworkStellar
|
|
8388
|
-
|
|
8387
|
+
iconComponent: import_react12.NetworkStellar,
|
|
8388
|
+
indexerUri: "https://openzepplin-stellar-testnet.graphql.subquery.network"
|
|
8389
8389
|
};
|
|
8390
8390
|
|
|
8391
8391
|
// src/networks/index.ts
|