Skip to content

Commit

Permalink
change namespace from scroll to admin
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Sep 19, 2024
1 parent e39cdb1 commit e124dce
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions internal/web3ext/web3ext.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,16 @@ web3._extend({
name: 'stopWS',
call: 'admin_stopWS'
}),
new web3._extend.Method({
name: 'setRollupEventSyncedL1Height',
call: 'admin_setRollupEventSyncedL1Height',
params: 1
}),
new web3._extend.Method({
name: 'setL1MessageSyncedL1Height',
call: 'admin_setL1MessageSyncedL1Height',
params: 1
}),
],
properties: [
new web3._extend.Property({
Expand Down Expand Up @@ -932,16 +942,6 @@ web3._extend({
params: 1,
inputFormatter: [web3._extend.formatters.inputBlockNumberFormatter]
}),
new web3._extend.Method({
name: 'setRollupEventSyncedL1Height',
call: 'scroll_setRollupEventSyncedL1Height',
params: 1
}),
new web3._extend.Method({
name: 'setL1MessageSyncedL1Height',
call: 'scroll_setL1MessageSyncedL1Height',
params: 1
}),
],
properties:
[
Expand Down

0 comments on commit e124dce

Please sign in to comment.