I figured it out:
const ZERO_B256 = 0x0000000000000000000000000000000000000000000000000000000000000000;
AssetId is not really a ‘type’ it’s an alias to b256, so this works
I figured it out:
const ZERO_B256 = 0x0000000000000000000000000000000000000000000000000000000000000000;
AssetId is not really a ‘type’ it’s an alias to b256, so this works