We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5a80df + 75dc6d9 commit 0187a22Copy full SHA for 0187a22
src/common/components/wallet-bitcoin-machines/index.tsx
@@ -158,7 +158,7 @@ export const WalletBtc = (props: Props) => {
158
useEffect(() => {
159
/////test address
160
// const bitcoinAddress = "bc1pet95xv7gz6s8q2r2x0g3npcyyf9yn0yr9y0x2yekxyqjzuvuef4sm5rpql"
161
- const bitcoinAddress = jsonMetaData?.bitcoin?.address
+ const bitcoinAddress = jsonMetaData?.bitcoin?.ordinalAddress
162
163
const getOrdinals = async () => {
164
0 commit comments