Submitted by hickuphh3, also found by hyh, rayn, shw, WatchPug, and wuwe1
CBridgeFacet.sol#L150-L156
The external sendNative() call fails to include sending the native tokens together with it.
Add the following test case to the CBridgeFacet test file.
In addition, add the payable keyword to the CBridge interface.
H3xept (Li.Fi) resolved and commented:
gzeon (judge) commented:
