Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/gateway/test.eth.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"*.test.eth": {
"addresses": {
"60": "0x70997970c51812dc3a010c7d01b50e0d17dc79c8",
"2": "0xa914b48297bff5dadecc5f36145cec6a5f20d57c8f9b87"
"2": "0xa914b48297bff5dadecc5f36145cec6a5f20d57c8f9b87",
"0": "0x007c96701e171f91d3a5a98477c4ead125add88425e4af98c1"

@ataki ataki Aug 24, 2022

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The above didn't resolve #20 for me; it gave me the same error invalid or unsupported coin data.

Copy-pasting the BTC address from the previous entry for test.eth did.

Suggested change
"0": "0x007c96701e171f91d3a5a98477c4ead125add88425e4af98c1"
"0": "0x76a91462e907b15cbf27d5425399ebf6f0fb50ebb88f1888ac"

},
"text":{ "email": "wildcard@example.com" },
"contenthash": "0xe301017012204edd2984eeaf3ddf50bac238ec95c5713fb40b5e428b508fdbe55d3b9f155ffe"
Expand Down