@xyo-network/react-chain-blockchain 1.16.18 → 1.16.20
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/browser/components/account/table/BalanceHistoryTableEx.stories.d.ts.map +1 -1
- package/dist/browser/index.mjs +2 -2
- package/dist/browser/index.mjs.map +1 -1
- package/package.json +17 -17
- package/src/components/account/table/BalanceHistoryTableEx.stories.tsx +13 -9
- package/src/components/block/hooks/useBlockHeadingEvents.ts +1 -1
- package/src/components/chain/hooks/useOnBlock.ts +1 -1
- package/src/components/chain/render/static/flexbox/Flexbox.stories.tsx +1 -1
- package/src/components/chain/render/static/hooks/useStaticBlockRenderComponents.ts +1 -1
- package/src/components/chain/render/static/table/variants/WithAnalysis.tsx +1 -1
- package/src/components/transactions/submit/SubmitChain.tsx +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BalanceHistoryTableEx.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/account/table/BalanceHistoryTableEx.stories.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,IAAI,EAAW,MAAM,uBAAuB,CAAA;wBAiBrD,IAAI;AAHT,wBAGS;
|
|
1
|
+
{"version":3,"file":"BalanceHistoryTableEx.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/account/table/BalanceHistoryTableEx.stories.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,IAAI,EAAW,MAAM,uBAAuB,CAAA;wBAiBrD,IAAI;AAHT,wBAGS;AA8ET,QAAA,MAAM,OAAO,sKAAoB,CAAA;AAGjC,QAAA,MAAM,UAAU,sKAA0B,CAAA;AAG1C,QAAA,MAAM,SAAS,sKAAyB,CAAA;AAGxC,OAAO,EACL,OAAO,EAAE,UAAU,EAAE,SAAS,GAC/B,CAAA"}
|
package/dist/browser/index.mjs
CHANGED
|
@@ -254,7 +254,7 @@ var ChainTransactionNetwork = /* @__PURE__ */ __name(({ network, onNetworkChange
|
|
|
254
254
|
|
|
255
255
|
// src/components/transactions/submit/SubmitChain.tsx
|
|
256
256
|
import { Alert, Grid, Typography } from "@mui/material";
|
|
257
|
-
import {
|
|
257
|
+
import { axiosJsonConfig } from "@xylabs/axios";
|
|
258
258
|
import { ErrorRender } from "@xylabs/react-error";
|
|
259
259
|
import { FlexGrowCol } from "@xylabs/react-flexbox";
|
|
260
260
|
import { Account } from "@xyo-network/account";
|
|
@@ -280,7 +280,7 @@ var SubmitChainTransaction = /* @__PURE__ */ __name(() => {
|
|
|
280
280
|
const [queryBoundWitness] = await new QueryBoundWitnessBuilder().payloads([
|
|
281
281
|
transactionBoundWitness
|
|
282
282
|
]).query(insertQuery).signer(randomAccount).build();
|
|
283
|
-
const response = await new Axios(
|
|
283
|
+
const response = await new Axios(axiosJsonConfig()).post(network.href, [
|
|
284
284
|
queryBoundWitness,
|
|
285
285
|
[
|
|
286
286
|
insertQuery,
|