Skip to content

Commit 61d1433

Browse files
gator-boikcsongor
authored andcommitted
evm: add note about forge json parsing
1 parent d6af75c commit 61d1433

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

evm/script/helpers/ParseNttConfig.sol

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import "../../src/interfaces/IWormholeTransceiver.sol";
1010
contract ParseNttConfig is Script {
1111
using stdJson for string;
1212

13+
// NOTE: Forge expects any struct to be defined in alphabetical order if being used
14+
// to parse JSON.
1315
struct ChainConfig {
1416
uint16 chainId;
1517
uint8 decimals;

0 commit comments

Comments
 (0)