Skip to content

Commit

Permalink
feat: NEAR transfer between Ethereum and Aurora. (#94)
Browse files Browse the repository at this point in the history
* feat: NEAR transfer between Ethereum and Aurora.

* chore: version check.
  • Loading branch information
paouvrard committed May 10, 2024
1 parent 6901685 commit d1dc96a
Show file tree
Hide file tree
Showing 7 changed files with 1,497 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .yarn/versions/e47e4c6e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
releases:
"@near-eth/aurora-erc20": minor
"@near-eth/client": minor
"@near-eth/rainbow": minor
rainbow-bridge-client-monorepo: minor

declined:
- "@near-eth/aurora-ether"
- "@near-eth/aurora-nep141"
- "@near-eth/near-ether"
- "@near-eth/nep141-erc20"
6 changes: 6 additions & 0 deletions packages/aurora-erc20/src/enear/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export {
initiate as sendToAurora,
recover,
findAllTransactions,
findAllTransfers
} from './sendToAurora'

0 comments on commit d1dc96a

Please sign in to comment.