Skip to content

Commit

Permalink
fix: import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-altr committed Jun 28, 2024
1 parent 5464f47 commit 1d30903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/createTokenBridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
createTokenBridgePrepareSetWethGatewayTransactionRequest,
createTokenBridgePrepareSetWethGatewayTransactionReceipt,
} from 'celestia-orbit-sdk'
import { sanitizePrivateKey } 'celestia-orbit-sdk/utils'
import { sanitizePrivateKey } from 'celestia-orbit-sdk/utils'

import { L3Config } from './l3ConfigType'

Expand Down

0 comments on commit 1d30903

Please sign in to comment.