Skip to content

Commit ae7369e

Browse files
authored
Merge branch 'master' into simplify-wallet-flow
2 parents 10c0913 + f6dfdbb commit ae7369e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/remix-ide-e2e/src/tests/debugger.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ module.exports = {
282282
.clickFunction('callA - transact (not payable)')
283283
.debugTransaction(1)
284284
.pause(4000)
285-
.goToVMTraceStep(79)
285+
.goToVMTraceStep(80)
286286
.waitForElementVisible('*[data-id="debugGoToRevert"]', 60000)
287287
.click('*[data-id="debugGoToRevert"]')
288288
.waitForElementContainsText('*[data-id="asmitems"] div[selected="selected"]', '114 REVERT')

libs/remix-ui/solidity-compiler/src/lib/logic/compileTabLogic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class CompileTabLogic {
2828
this.contentImport = contentImport
2929
this.event = new EventEmitter()
3030
this.compiler = new Compiler((url, cb) => api.resolveContentAndSave(url).then((result) => cb(null, result)).catch((error) => cb(error.message)))
31-
this.evmVersions = ['default', 'cancun', 'shanghai', 'paris', 'london', 'berlin', 'istanbul', 'petersburg', 'constantinople', 'byzantium', 'spuriousDragon', 'tangerineWhistle', 'homestead']
31+
this.evmVersions = ['default', 'prague', 'cancun', 'shanghai', 'paris', 'london', 'berlin', 'istanbul', 'petersburg', 'constantinople', 'byzantium', 'spuriousDragon', 'tangerineWhistle', 'homestead']
3232
}
3333

3434
init () {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"description": "Ethereum Remix Monorepo",
66
"main": "index.js",
7-
"defaultVersion": "soljson-v0.8.26+commit.8a97fa7a.js",
7+
"defaultVersion": "soljson-v0.8.30+commit.73712a01.js",
88
"keywords": [
99
"ethereum",
1010
"solidity",

0 commit comments

Comments
 (0)