Skip to content

Commit

Permalink
seems do not need atob overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Apr 5, 2024
1 parent 0eceeb3 commit ba33517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions packages/evm-subql/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ Thumbs.db
*.wmv

.yarn

# auto generated project files
project*.yaml
4 changes: 0 additions & 4 deletions packages/evm-subql/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
// https://github.com/subquery/subql/issues/1277#issuecomment-1404181415
import { atob } from 'abab';
global.atob = atob as any;

export * from './mappings/mappingHandlers';

0 comments on commit ba33517

Please sign in to comment.