We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6af75c commit 61d1433Copy full SHA for 61d1433
evm/script/helpers/ParseNttConfig.sol
@@ -10,6 +10,8 @@ import "../../src/interfaces/IWormholeTransceiver.sol";
10
contract ParseNttConfig is Script {
11
using stdJson for string;
12
13
+ // NOTE: Forge expects any struct to be defined in alphabetical order if being used
14
+ // to parse JSON.
15
struct ChainConfig {
16
uint16 chainId;
17
uint8 decimals;
0 commit comments