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.
1 parent bbe4346 commit cd6a2f7Copy full SHA for cd6a2f7
apps/remix-ide/src/blockchain/execution-context.js
@@ -80,7 +80,7 @@ export class ExecutionContext {
80
}
81
const cb = async (err, id) => {
82
let name = 'Custom'
83
- let networkNativeCurrency = null
+ let networkNativeCurrency = { name: "Ether", symbol: "ETH", decimals: 18 }
84
if (err) name = 'Unknown'
85
// https://github.com/ethereum/EIPs/blob/master/EIPS/eip-155.md
86
else if (id === 1) name = 'Main'
0 commit comments