We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bcb1c6 + 18650ac commit 8c7e4dcCopy full SHA for 8c7e4dc
modules/abstract-eth/src/abstractEthLikeNewCoins.ts
@@ -2197,7 +2197,7 @@ export abstract class AbstractEthLikeNewCoins extends AbstractEthLikeCoin {
2197
);
2198
}
2199
2200
- if (impliedForwarderVersion === 0 || impliedForwarderVersion === 3 || impliedForwarderVersion === 6) {
+ if (impliedForwarderVersion === 0 || impliedForwarderVersion === 3 || impliedForwarderVersion === 5) {
2201
return true;
2202
} else {
2203
const ethNetwork = this.getNetwork();
0 commit comments