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
inputUlxlyArgs.rpcURL=ulxlyBridgeAndClaimCmd.PersistentFlags().String(ArgRPCURL, "", "the URL of the RPC to send the transaction")
@@ -1405,9 +1445,6 @@ func init() {
1405
1445
inputUlxlyArgs.timeout=ulxlyBridgeAndClaimCmd.PersistentFlags().Uint64(ArgTimeout, 60, "the amount of time to wait while trying to confirm a transaction receipt")
1406
1446
inputUlxlyArgs.gasPrice=ulxlyBridgeAndClaimCmd.PersistentFlags().String(ArgGasPrice, "", "the gas price to be used")
1407
1447
inputUlxlyArgs.dryRun=ulxlyBridgeAndClaimCmd.PersistentFlags().Bool(ArgDryRun, false, "do all of the transaction steps but do not send the transaction")
inputUlxlyArgs.forceUpdate=ulxlyBridgeCmd.PersistentFlags().Bool(ArgForceUpdate, true, "indicates if the new global exit root is updated or not")
@@ -1416,32 +1453,24 @@ func init() {
1416
1453
inputUlxlyArgs.tokenAddress=ulxlyBridgeCmd.PersistentFlags().String(ArgTokenAddress, "0x0000000000000000000000000000000000000000", "the address of an ERC20 token to be used")
1417
1454
inputUlxlyArgs.callData=ulxlyBridgeCmd.PersistentFlags().String(ArgCallData, "0x", "call data to be passed directly with bridge-message or as an ERC20 Permit")
1418
1455
inputUlxlyArgs.callDataFile=ulxlyBridgeCmd.PersistentFlags().String(ArgCallDataFile, "", "a file containing hex encoded call data")
inputUlxlyArgs.depositCount=ulxlyClaimCmd.PersistentFlags().Uint64(ArgDepositCount, 0, "the deposit count of the bridge transaction")
1423
1459
inputUlxlyArgs.depositNetwork=ulxlyClaimCmd.PersistentFlags().Uint64(ArgDepositNetwork, 0, "the rollup id of the network where the deposit was initially made")
1424
1460
inputUlxlyArgs.bridgeServiceURL=ulxlyClaimCmd.PersistentFlags().String(ArgBridgeServiceURL, "", "the URL of the bridge service")
1425
1461
inputUlxlyArgs.globalIndex=ulxlyClaimCmd.PersistentFlags().String(ArgGlobalIndex, "", "an override of the global index value")
inputUlxlyArgs.bridgeServiceURLs=claimEverythingCmd.Flags().StringSlice(ArgBridgeMappings, nil, "Mappings between network ids and bridge service urls. E.g. '1=http://network-1-bridgeurl,7=http://network-2-bridgeurl'")
1432
1465
inputUlxlyArgs.bridgeLimit=claimEverythingCmd.Flags().Int(ArgBridgeLimit, 25, "Limit the number or responses returned by the bridge service when claiming")
1433
1466
inputUlxlyArgs.bridgeOffset=claimEverythingCmd.Flags().Int(ArgBridgeOffset, 0, "The offset to specify for pagination of the underlying bridge service deposits")
0 commit comments