Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Add custom logic for charging users on mantle (#28)
Browse files Browse the repository at this point in the history
* Add logic for charging users on mantle

* Add gas limit to mantle contract calls

* Add gas limit to mantle contract calls

* pyth update

* increase default gas limit

* increase default gas limit

* RC updates

* Remove build directory

* Update package version
  • Loading branch information
arome3 authored Sep 11, 2023
1 parent 06d0ff0 commit 9dc9c11
Show file tree
Hide file tree
Showing 57 changed files with 2,635 additions and 6,028 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*

.DS_Store

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<p align="center">

<img src="https://img.shields.io/static/v1?label=npm&message=v2.4.0&color=green" />
<img src="https://img.shields.io/static/v1?label=npm&message=v2.5.0&color=green" />

<img src="https://img.shields.io/static/v1?label=license&message=Apache-2&color=green" />

Expand Down
2 changes: 0 additions & 2 deletions build/@types/index.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions build/@types/index.js

This file was deleted.

24 changes: 0 additions & 24 deletions build/abstracts/deployed.d.ts

This file was deleted.

53 changes: 0 additions & 53 deletions build/abstracts/deployed.js

This file was deleted.

6 changes: 0 additions & 6 deletions build/abstracts/services.d.ts

This file was deleted.

5 changes: 0 additions & 5 deletions build/abstracts/services.js

This file was deleted.

20 changes: 0 additions & 20 deletions build/abstracts/vendor.d.ts

This file was deleted.

5 changes: 0 additions & 5 deletions build/abstracts/vendor.js

This file was deleted.

1 change: 0 additions & 1 deletion build/constants/index.d.ts

This file was deleted.

17 changes: 0 additions & 17 deletions build/constants/index.js

This file was deleted.

3 changes: 0 additions & 3 deletions build/constants/price-feed.d.ts

This file was deleted.

6 changes: 0 additions & 6 deletions build/constants/price-feed.js

This file was deleted.

Loading

0 comments on commit 9dc9c11

Please sign in to comment.