We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c320f commit f59b8ffCopy full SHA for f59b8ff
solana/target/idl/token_router.json
@@ -1136,11 +1136,11 @@
1136
},
1137
{
1138
"code": 6522,
1139
- "name": "TooManyAuthorities"
+ "name": "MissingAuthority"
1140
1141
1142
- "code": 6524,
1143
- "name": "MissingAuthority"
+ "code": 6523,
+ "name": "TooManyAuthorities"
1144
1145
1146
"code": 7024,
solana/target/types/token_router.ts
@@ -1142,11 +1142,11 @@ export type TokenRouter = {
- "name": "tooManyAuthorities"
+ "name": "missingAuthority"
1147
1148
1149
- "name": "missingAuthority"
+ "name": "tooManyAuthorities"
1150
1151
1152
0 commit comments