Magickbase / force-bridge-ui

Front-end of force bridge
https://forcebridge.com/
0 stars 1 forks source link

Using dotbit alias on ForceBridge Testnet #6

Open ShookLyngs opened 1 year ago

ShookLyngs commented 1 year ago

On ForceBridge Testnet, when I typed a dotbit alias in the recipient's input, it autofills the input with the ckb prefix address (an alias address of the dotbit account), which should not happen beucause ForceBridge Testnet only accepts ckt prefix addresses.

Keith-CY commented 1 year ago

CKB address is bound to a bit alias by args, which means a bit alias could be mapped to a ckb... address on mainnet and a ckt... address to testnet. It could be done by reforming the address on the page

Keith-CY commented 1 year ago

Please have a look at this issue @zhengjianhui @pygman

pygman commented 1 year ago

PR: fix: dotbit alias ckb address prefix