Skip to content

Commit

Permalink
v9.9.0: evm entry point (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian authored Oct 13, 2022
1 parent 8079063 commit 834d7bf
Show file tree
Hide file tree
Showing 12 changed files with 1,811 additions and 15 deletions.
812 changes: 812 additions & 0 deletions dist/esm/index.evm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/esm/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { request } from '@depay/web3-client';
import { PublicKey, struct, u32, publicKey, u64, u8, bool, rustEnum, str, u16, option, vec, Buffer, BN, TransactionInstruction, SystemProgram } from '@depay/solana-web3.js';
import { request } from '@depay/web3-client';
import { CONSTANTS } from '@depay/web3-constants';
import { ethers } from 'ethers';

Expand Down
Loading

0 comments on commit 834d7bf

Please sign in to comment.