-
//helpconfig
|
Beta Was this translation helpful? Give feedback.
Answered by
NyxAzrael
Mar 9, 2025
Replies: 2 comments 7 replies
-
Hello @NyxAzrael, Please open up the |
Beta Was this translation helpful? Give feedback.
4 replies
-
#2337 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I forget setConfig function
function setConfig(uint256 chainid,NetworkConfig memory config) public {
networkConfigs[chainid] = config;
}
I caught my bug,thanks