@openzeppelin/ui-builder-adapter-stellar 1.1.1 → 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 +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/networks/mainnet.ts +1 -1
- package/src/networks/testnet.ts +1 -1
package/dist/index.cjs
CHANGED
|
@@ -8366,8 +8366,8 @@ var stellarPublic = {
|
|
|
8366
8366
|
sorobanRpcUrl: "https://mainnet.sorobanrpc.com",
|
|
8367
8367
|
networkPassphrase: "Public Global Stellar Network ; September 2015",
|
|
8368
8368
|
explorerUrl: "https://stellar.expert/explorer/public",
|
|
8369
|
-
iconComponent: import_react11.NetworkStellar
|
|
8370
|
-
|
|
8369
|
+
iconComponent: import_react11.NetworkStellar,
|
|
8370
|
+
indexerUri: "https://openzeppelin-stellar-mainnet.graphql.subquery.network/"
|
|
8371
8371
|
};
|
|
8372
8372
|
|
|
8373
8373
|
// src/networks/testnet.ts
|
|
@@ -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
|