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

feat(saddle): Evmos and Ethereum Frax saddle3Pool #613

Merged
merged 37 commits into from
Jun 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
87c651c
Update
westonnelson Jun 8, 2022
1ef0a1b
Adding Evmos and Arbitrum
westonnelson Jun 8, 2022
754df0b
Adding Arbitrum and Evmos
westonnelson Jun 8, 2022
9988039
Merge branch 'main' of https://github.com/westonnelson/studio
westonnelson Jun 8, 2022
cb2a148
Update
westonnelson Jun 8, 2022
e6b4527
westonnelson Jun 8, 2022
4e9de46
Add Evmos Pool
westonnelson Jun 8, 2022
087afaa
Adding Frax 3 Pool to Evmos
westonnelson Jun 8, 2022
4fc9b7e
Prettier Update
westonnelson Jun 8, 2022
a5608ea
Add balance fetcher
westonnelson Jun 8, 2022
ef82f96
Add Ethereum and Complete Evmos 3Pool
westonnelson Jun 8, 2022
1688cf7
Prettier
westonnelson Jun 8, 2022
a6b7b2b
Note: Correcting Network To Ethereum
westonnelson Jun 8, 2022
5b684fc
Note: Lower Case Addresses
westonnelson Jun 8, 2022
7eef349
Note: Updating Balance Fetcher to Evmos
westonnelson Jun 8, 2022
bfeb307
Note: Updating Farm To Evmos
westonnelson Jun 8, 2022
5f5c41f
Note: rm yarn files and updates Farm address.
westonnelson Jun 8, 2022
516123c
Update
westonnelson Jun 8, 2022
ee16d5b
Update
westonnelson Jun 9, 2022
65bbe41
Update module.ts
westonnelson Jun 9, 2022
f808bbc
Lowercase Update
westonnelson Jun 9, 2022
a84d30a
SaddleMiniChefV2
westonnelson Jun 9, 2022
f45b87b
Merge branch 'main' into main
westonnelson Jun 9, 2022
de24979
Update MiniChef - Remove Comunal Details
westonnelson Jun 9, 2022
df626c4
Merge branch 'main' of https://github.com/westonnelson/studio
westonnelson Jun 9, 2022
6b9067a
Update - MiniChefV2 - Similar to Pickle on Arb
westonnelson Jun 9, 2022
10fe876
Generated Contract Factory
westonnelson Jun 9, 2022
e5b9851
Updates and add logo .png file
westonnelson Jun 9, 2022
4e46671
MiniChefV2 Fetcher.ts
westonnelson Jun 9, 2022
d7de731
Merge branch 'main' into main
westonnelson Jun 9, 2022
6360be5
Updating Saddle
westonnelson Jun 9, 2022
d03bc5d
Merge branch 'main' of https://github.com/westonnelson/studio
westonnelson Jun 9, 2022
18529f7
Updating Saddle
westonnelson Jun 9, 2022
8a7ea0c
Update Saddle
westonnelson Jun 9, 2022
e079b87
Merge branch 'Zapper-fi:main' into main
westonnelson Jun 9, 2022
7bce326
Update Saddle
westonnelson Jun 9, 2022
45613fc
Merge branch 'main' of https://github.com/westonnelson/studio
westonnelson Jun 9, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"bitcoin-address-validation": "^2.2.1",
"esbuild": "^0.14.27",
"esbuild-runner": "^2.2.1",
"express": "link:.=4.0.0",
"file-system-cache": "^1.0.5",
"fs-extra": "^10.0.1",
"inquirer": "^8.2.2",
Expand Down
Loading