You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some methods require chainID, but return networkID
public var chainID: BigUInt {
switch self {
case .Custom(let networkID): return networkID
case .Mainnet: return BigUInt(1)
case .Ropsten: return BigUInt(3)
case .Rinkeby: return BigUInt(4)
case .Goerli: return BigUInt(5)
case .Kovan: return BigUInt(42)
}
}
What are the steps to reproduce?
。
What is the expected behavior?
。
What is the error thrown?
。
What's the stack trace said?
。
OS version
。
Library version
3.2.1
The text was updated successfully, but these errors were encountered:
What happened?
When I created WEB3, the network field was empty and the url was my locally deployed server.
Later, the NetworkID was requested through this method.
Some methods require chainID, but return networkID
What are the steps to reproduce?
。
What is the expected behavior?
。
What is the error thrown?
。
What's the stack trace said?
。
OS version
。
Library version
3.2.1
The text was updated successfully, but these errors were encountered: