Hey guys
In sway examples, I found an example wallet smart contract.
In this example, author defines the variable OWNER_ADDRESS
using an address like 0x...
const OWNER_ADDRESS = Address::from(0x8900c5bec4ca97d4febf9ceb4754a60d782abbf3cd815836c1872116f203f861);
I tried to fork this contract, but ran into one stuff: my addresses from “forc-wallet” and from fuel, wallet look like that fuel1lw8hf2fvwmmwwlkn3z2q8854lwshud4dazp6487wn6jkmuz0jfwqce9v0j
.
How to convert my address to the 0x...
type?