Updated on 2026-08-14
This commit is contained in:
parent
6c00ebdda7
commit
39f3beea2b
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ public class TokenEngine extends CoinEngine {
|
|||
}
|
||||
|
||||
protected int getChainIdNum() {
|
||||
return ctx.getBlockchain() == Blockchain.Ethereum ? EthTransaction.ChainEnum.Mainnet.getValue() : EthTransaction.ChainEnum.Rinkeby.getValue();
|
||||
return EthTransaction.ChainEnum.Mainnet.getValue();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue