Skip to content

Commit

Permalink
feat(abstract-eth): add v4 forwarder creation logic
Browse files Browse the repository at this point in the history
  • Loading branch information
gianchandania committed Feb 7, 2024
1 parent 58dc43e commit 536be1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { TransactionBuilder } from '../../../src';
import * as testData from '../../resources';
import { coins } from '@bitgo/statics';

describe('Arbeth wallet initialization', function () {
describe('Opeth wallet initialization', function () {
let txBuilder: TransactionBuilder;
const initTxBuilder = (): void => {
txBuilder = new TransactionBuilder(coins.get('topeth'));
Expand Down

0 comments on commit 536be1e

Please sign in to comment.