Skip to content

Commit

Permalink
remove unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessgusclark committed Jan 26, 2024
1 parent 45b3318 commit 0842c73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion packages/rif-relay-sdk/src/RifRelaySDK/RifRelaySDK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import {
dataTypeFields,
filterTxOptions,
getDomainSeparator,
INTERNAL_TRANSACTION_ESTIMATE_CORRECTION,
MAX_RELAY_NONCE_GAP,
validUntilTime,
ZERO_ADDRESS,
Expand Down
5 changes: 0 additions & 5 deletions packages/rif-relay-sdk/src/RifRelaySDK/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { BigNumber } from 'ethers'
import {
DeployRequestType,
DomainSeparatorType,
Expand Down Expand Up @@ -45,8 +44,4 @@ export const validUntilTime = () => Math.floor(Date.now() / 1000) + TWO_DAYS
export const MAX_RELAY_NONCE_GAP = 3
export const ZERO_ADDRESS = '0x0000000000000000000000000000000000000000'
export const ZERO_HASH = '0x0000000000000000000000000000000000000000000000000000000000000000'
export const INTERNAL_TRANSACTION_ESTIMATE_CORRECTION = BigNumber.from(20000)
export const RIF_TOKEN_ADDRESS_TESTNET =
'0x19F64674D8A5B4E652319F5e239eFd3bc969A1fE'
export const TWO_RIF = BigNumber.from('2000000000000000000')
export const TWO_DAYS = 172800

0 comments on commit 0842c73

Please sign in to comment.