andy

Results 5 comments of andy

```js // zxx: 测试一片红 // 1. function colorPad (colorString) { if (colorString[0] === '#') { colorString.slice(1, colorString.length); } let returnValue: string; if (colorString.match(/^[0-9A-Fa-f]{1,3}$|^[0-9A-Fa-f]{6}$/)) { returnValue = '000000'; } if (colorString.length...

yep. This is my case. i can't override getRouter function because the CCIPReceiver Contract is an abstract contract ```solidity // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract Ballot is CCIPReceiver {...

Hi @makramkd , any feedback about this pr?

@zhenchaopro 大佬,求通过