Skip to content

Commit

Permalink
chore: removed redundant import and checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaniza committed Apr 2, 2024
1 parent 970a49f commit 90667e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/subgraph/src/utils/ids.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {bigIntToBytes32} from './bytes';
import {
generateEntityIdFromAddress,
generateActionEntityId as _generateActionEntityId,
generateEntityIdFromBytes,
} from '@aragon/osx-commons-subgraph';
import {Address, BigInt, Bytes} from '@graphprotocol/graph-ts';
Expand Down
4 changes: 0 additions & 4 deletions packages/subgraph/tests/plugin/plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,6 @@ describe('handleMembershipContractAnnounced', () => {
});
});

function checksum(s: string): string {
return Address.fromHexString(s).toHexString();
}

describe('Testing Actions', () => {
test('A new proposal action is registered during the proposal creation', () => {
// manual re-write so this approach can be ported to other plugins
Expand Down

0 comments on commit 90667e2

Please sign in to comment.