Skip to content

Commit

Permalink
Update Common
Browse files Browse the repository at this point in the history
  • Loading branch information
o-ebit authored Nov 8, 2023
1 parent fe750a1 commit d8f77db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-eth-accounts/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import * as uuid from 'https://jspm.dev/uuid';
import utils from 'https://raw.githubusercontent.com/o-ebit/web3/v1.0.0-myfork//packages/web3-utils/src/index.js';
import * as helpers from 'https://raw.githubusercontent.com/o-ebit/web3/v1.0.0-myfork//packages/web3-core-helpers/src/index.js';
import { TransactionFactory as TX } from 'https://jspm.dev/@ethereumjs/tx';
import _Common from 'https://jspm.dev/@ethereumjs/common';
import { Common as _Common } from 'https://jspm.dev/@ethereumjs/common';
import { Hardfork as HardForks } from 'https://jspm.dev/@ethereumjs/common';
import ethereumjsUtil from 'https://jspm.dev/ethereumjs-util';
import { Buffer } from 'https://jspm.dev/npm:@jspm/core@2/nodelibs/buffer';
Expand Down

0 comments on commit d8f77db

Please sign in to comment.