Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post audit improvements #66

Merged
merged 304 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from 61 commits
Commits
Show all changes
304 commits
Select commit Hold shift + click to select a range
886f582
Chores: Portal and gETH
geode-main Mar 19, 2023
29a75ea
Chores: change approvedVersion to approvedUpgrade back
geode-main Mar 19, 2023
99d2d4b
Feat: improve ID TYPE management with limits :)
geode-main Mar 19, 2023
c098a3f
Fix: comments
geode-main Mar 19, 2023
96df2da
Feat: improve module names
geode-main Mar 19, 2023
249880a
Feat: improve module names
geode-main Mar 19, 2023
cc26545
Chores: improve comments
geode-main Mar 19, 2023
14343dc
Feat: improve _setContractVersion
geode-main Mar 19, 2023
84b7022
Chores: comments and authenticate
geode-main Mar 20, 2023
b8e14bf
Feat: readXxxForId is changed to readXxx, removing unnecessary ForId …
geode-main Mar 22, 2023
6f6ef6c
Fix small issues
geode-main Mar 22, 2023
5ea4f05
Test: half day sanity check test is added
crashbandicoott Mar 29, 2023
fe2af9f
Chores: delete and ignore .openzeppelin folder
geode-main Apr 6, 2023
e9d1b20
Feat: add zero checks to wc
geode-main Apr 6, 2023
0842d68
Feat: fixed gaps, storage vars=>events=>constants
geode-main Apr 7, 2023
296be97
Refactor: unitialized loop vars
geode-main Apr 7, 2023
eff091b
Fix: unused return sttmnts
geode-main Apr 7, 2023
c0ecd75
Fix: unused return sttmnts
geode-main Apr 7, 2023
1c3f3aa
Feat: gas improvements: seperated for loops, remove unnecessary retur…
geode-main Apr 7, 2023
7d86942
Refactor: initial file structure
geode-main Apr 7, 2023
e661ce1
Refactor: improved file structure with interfaces and libs folders
geode-main Apr 7, 2023
a5d22ca
Refactor: move gETHInterfaces to out of scope - external module, not …
geode-main Apr 7, 2023
03a9ce2
Refactor: improved module placements
geode-main Apr 7, 2023
765532e
Feat: DEFAULT_MODULE_LIQUDITY_POOL_TOKEN will no longer be used
geode-main Apr 7, 2023
a72d112
Feat: improve AmplificationUtils: better comments, new naming convent…
geode-main Apr 7, 2023
5e29d21
Feat: convert SwapUtils to LiquidityModuleLib-LML
geode-main Apr 7, 2023
9edef77
Feat: implemented LM.sol
geode-main Apr 7, 2023
d11c488
Feat: DataStoreModuleLib is done
geode-main Apr 7, 2023
b721d23
Feat: GeodeModule is done
geode-main Apr 7, 2023
98a090f
Feat: recoveryMode -> isolationMode, seperated globals into 3 files (…
geode-main Apr 8, 2023
375db18
Feat: liquidityModule initial implementation
geode-main Apr 8, 2023
e66cd46
Feat: modules have inits,placeholder. gETH done: suggested layout, in…
geode-main Apr 8, 2023
d36d7b5
Refactor: improved some comments
geode-main Apr 9, 2023
7cf5091
Refactor: cleaned DepositContractLib
geode-main Apr 9, 2023
8453bc7
Refactor: OracleUtils renamed to OracleLib
geode-main Apr 9, 2023
4a4127d
Refactor: a better globals folder
geode-main Apr 9, 2023
572d8de
Feat: fix IgETH for middlewares
geode-main Apr 9, 2023
d1ab23b
Refactor: introduce custom natspec tag: section
geode-main Apr 9, 2023
083a6c2
Feat: introduce IGeodePackage
geode-main Apr 9, 2023
3524391
Feat: better initalizers, __init & __init_unchained. requesting a do…
geode-main Apr 9, 2023
c68237b
Delete old lp implementation
geode-main Apr 9, 2023
473e5d0
Feat: LPP is done. implemented the version control and geode module o…
geode-main Apr 9, 2023
182f8b1
Feat: use oz wizard for ERC1155PausableBurnableSupply, gETH: MIDDLEWA…
geode-main Apr 11, 2023
7906d96
Refactor: rename to ERC1155PausableBurnableSupply
geode-main Apr 11, 2023
24c3f49
Feat: Successfully achieved using OZ wizard generated contract by ove…
geode-main Apr 11, 2023
6bf7b4e
Feat: turns out there is no way, but still improvement to use the oz …
geode-main Apr 11, 2023
ec7acc3
Merge pull request #69 from Geodefi/oz-wizard-gETH
geode-main Apr 11, 2023
407067a
Feat: state oracleLib is an extension. following internal guideline
geode-main Apr 11, 2023
401a2bc
Modules should not have a gap, or any variable other than libs struct…
geode-main Apr 11, 2023
9ece784
Feat: better interfaces with inheritance! modules, ILiquidityPool and…
geode-main Apr 11, 2023
d1c3688
Refactor: better paths
geode-main Apr 11, 2023
575bfb4
Refactor: many typo
geode-main Apr 12, 2023
84b16f8
Refactor: organize interfaces folder, move all interfaces there
geode-main Apr 12, 2023
01679dc
Feat: StakeModule is done, added balances merkle root to oracleutils,…
geode-main Apr 13, 2023
9330438
Refactor: revise modifiers for stakeModule
geode-main Apr 13, 2023
c201b30
Feat: rks- reserved key space is implemented
geode-main Apr 13, 2023
78754c4
Feat: implement portal. needs tests and more comments
geode-main Apr 13, 2023
a719a3a
Refactor: delete WhiteList
geode-main Apr 13, 2023
3f98eaf
Refactor: add Whitelist
geode-main Apr 13, 2023
f54d746
Docs: prepare docs
geode-main Apr 13, 2023
881361c
Feat: make modules abstract
geode-main Apr 13, 2023
b2d33c9
Refactor: init test structure
geode-main Apr 14, 2023
439ab23
Feat: OZ style tests with hardhat-expose now possible,helpers/ERC1155…
geode-main Apr 14, 2023
a23de62
Feat: ERC1155PausableBurnableSupply tests are done. Feat:using hardha…
geode-main Apr 14, 2023
0ff8778
Feat: gETH tests are done.
geode-main Apr 14, 2023
2f6a429
Test: LPToken
geode-main Apr 14, 2023
a9a5516
Refactor: newProposal to propose, beaconStake to stake
geode-main Apr 14, 2023
0b42bda
Test: DataStoreModule
geode-main Apr 18, 2023
7816926
Feat: geodeModule: better limited upgradability with _handleUpgrade
geode-main Apr 18, 2023
0a6f5dc
Test: LML & LM
geode-main Apr 20, 2023
3e588f3
Docs, tests and comments
geode-main May 5, 2023
fc8fe70
update solcover
geode-main May 5, 2023
1076871
Docs: fix typos on links
geode-main May 5, 2023
9feee6f
Deployment scripts and a goerli deployment
geode-main May 6, 2023
7b03ead
fix gitignore
geode-main May 6, 2023
de24a62
Fix LPToken tests
geode-main May 6, 2023
e224e9f
add some scripts & new deployment
geode-main May 6, 2023
732459c
save new release
geode-main May 6, 2023
00c343e
Chores: new deployment
geode-main May 29, 2023
4bbfb31
Fix: fixing comments, require messages and readme
crashbandicoott May 30, 2023
c2fdf94
Refactor: putting curly brackets for one line if statements
crashbandicoott May 30, 2023
df0a209
Fix: sinceLastIdChange will always greater than 0, no need for the check
crashbandicoott May 30, 2023
351b6d0
Refactor: for save gas in a fail situation, decrease wallet balance f…
crashbandicoott May 30, 2023
44836e8
Fix: onlyGovernance should check for governance not senate
crashbandicoott May 30, 2023
0002808
Fix: anyone can transfer roles to themselves, they shouldn't, onlyRol…
crashbandicoott May 30, 2023
31fa068
Fix: operator id check is written for each pubkey to prevent staking …
crashbandicoott May 30, 2023
a619bb1
Fix: only user types should update the controller with changeIdCONTRO…
crashbandicoott May 30, 2023
5a63c59
Fix: Middleware type number comment is fixed.
crashbandicoott May 30, 2023
370aae4
Test: delete extra calls for shouldBehaveLikeERC20Transfer and should…
crashbandicoott May 30, 2023
236f4bc
Test: test utils index.js some small fixes and comments are added
crashbandicoott May 30, 2023
3452dd7
Fix: fix typos and small logic mistakes on tasks, still little more r…
crashbandicoott May 31, 2023
ab9cf03
Audits folder with external and internal audits added, also changelog…
crashbandicoott May 31, 2023
a00cbb2
Refactor: change the order of requires to first check pubkey is valid…
crashbandicoott May 31, 2023
0d45fdd
Test: add test for fix of stake other operators prestaked validator
crashbandicoott May 31, 2023
d7f1381
Test: add tests for the fix of everyone can transfer role to themselv…
crashbandicoott May 31, 2023
5d43b56
Feat: seperate setFallbackOperator function and add settable fallback…
crashbandicoott May 31, 2023
72e9462
FALLBACK_THRESHOLD constant is removed since there is no usage anymore
crashbandicoott May 31, 2023
027fc3e
Refactor: to save gas treshold calculated 1 time during set instead c…
crashbandicoott Jun 1, 2023
a6eef8e
Chores: update changelog
crashbandicoott Jun 1, 2023
d556c5c
Fix: fix the event parameters in stakeModule for FallbackOperator event
crashbandicoott Jun 1, 2023
91649b0
Test: fix and upgrade tests related with setFallbackOperator seperati…
crashbandicoott Jun 1, 2023
07c283a
Test: fix changed delegate usage in oracleExtensionLib tests
crashbandicoott Jun 1, 2023
a7391dd
Feat: add yield separation functionality
crashbandicoott Jun 1, 2023
4f8afe7
Fix: fix calculation for yield separation
crashbandicoott Jun 1, 2023
0db87aa
Test: add tests for yield separation
crashbandicoott Jun 1, 2023
b297f75
Feat: YieldReceiverSet event is added
crashbandicoott Jun 2, 2023
e9fb924
Test: setYieldReceiver test are added with event check YieldReceiverSet
crashbandicoott Jun 2, 2023
72c9caa
Chores: fix portal id type comment and update readme for user type
crashbandicoott Jun 2, 2023
37b7651
Feat: Changed upgrade proposal type from CONTRACT_UPGRADE to own pack…
crashbandicoott Jun 2, 2023
dc83a3e
Test: fix tests for Limited UUPS proposal type change as package type…
crashbandicoott Jun 2, 2023
976fe00
Feat: move BlameOperators and _imprison to OEL.
geode-main Jun 6, 2023
d14ae33
Chores: audit names with date first
geode-main Jun 6, 2023
3b4a008
Chores: fix file mentions on readme
geode-main Jun 6, 2023
56af460
Chores: removed unused operations __GAP__ and CONTRACT_UPGRADE from I…
geode-main Jun 6, 2023
4a4af77
Chores: fallbackPercentage changed to fallbackThreshold
geode-main Jun 6, 2023
c926a71
Chores: better param name for threshold
geode-main Jun 6, 2023
845d6be
Chores: fix threshold tests accordingly
geode-main Jun 6, 2023
c2c7946
Chores: fix threshold tests accordingly
geode-main Jun 6, 2023
eb26bd1
Chores: fix threshold tests, finally
geode-main Jun 6, 2023
7322563
Test: fix threshold tests
crashbandicoott Jun 6, 2023
4894fd6
Feat: add more events for deployment calls and fix typos
geode-main Jun 9, 2023
7a480b1
Feat: initiate a withdrawal contract logic to ensure contract inherit…
geode-main Jun 9, 2023
e626ed3
Feat: new deployment for goerli
geode-main Jun 9, 2023
c5bb617
Fix: [I-17]
crashbandicoott Jul 21, 2023
a34f938
Fix: [I-16]
crashbandicoott Jul 21, 2023
b575761
Fix: [I-10]
crashbandicoott Jul 21, 2023
50d42e7
Fix: [I-09]
crashbandicoott Jul 21, 2023
cc5b732
Fix: tests for [I-17]
crashbandicoott Jul 21, 2023
c04ef3a
Fix: [I-08]
crashbandicoott Jul 21, 2023
4e5746a
Fix: [I-07]
crashbandicoott Jul 21, 2023
b46e293
Fix: [I-06]
crashbandicoott Jul 21, 2023
44a37e3
Fix: [I-03]
crashbandicoott Jul 21, 2023
ce994bc
Fix: [I-01]
crashbandicoott Jul 21, 2023
f646831
Fix: [I-01]
crashbandicoott Jul 21, 2023
df779cf
Fix: [G-09]
crashbandicoott Jul 21, 2023
fdd2bea
Fix: [G-08]
crashbandicoott Jul 21, 2023
4236241
Fix: [G-05]
crashbandicoott Jul 21, 2023
8852ef2
Fix: [G-01]
crashbandicoott Jul 21, 2023
ac6fe9f
Fix: [L-05]
crashbandicoott Jul 21, 2023
3e75147
Fix: [L-05]: remove unnecessary await
crashbandicoott Jul 21, 2023
b649b16
Fix: [L-04]
crashbandicoott Jul 21, 2023
d1333d4
Fix: [L-01]
crashbandicoott Jul 21, 2023
140f849
Fix: [G-07]
crashbandicoott Jul 21, 2023
5c67df3
Feat: add ERC20RebaseMiddleware, deployment script and tests
crashbandicoott Aug 9, 2023
5e7c9b1
Feat: add ERC20RebasePermitMiddleware, deployment script and tests, F…
crashbandicoott Aug 9, 2023
a6522c2
Feat: adding pricePerShare to ERC20RebaseMiddleware.sol
crashbandicoott Aug 14, 2023
d11d978
Fix: test fail is fixed
crashbandicoott Aug 14, 2023
e9ae8c1
Test: tests are added for price change in ERC20RebaseMiddleware
crashbandicoott Aug 14, 2023
4212cfd
Feat: add middleware setup to scripts. remove 'pool' proposal and add…
geode-main Aug 16, 2023
4806a79
minor typos
geode-main Aug 16, 2023
a154004
Fix: Lp token test fixed by increasing the initial supply
geode-main Aug 16, 2023
170e153
Fix: at some places: private to internal, constant to public; make mo…
geode-main Aug 16, 2023
7fdd253
Fix: make test/utils/generateId work with encode() usage of DSML - wh…
geode-main Aug 16, 2023
81e78a4
Deploy: rebasing middlewares
geode-main Aug 18, 2023
7f08635
Feat: initiate Withdrawal Module
geode-main Aug 21, 2023
326d512
Feat: withdrawal module basic implementation, with stack too deep
crashbandicoott Aug 22, 2023
bd4adf9
Fix: isWhitelisted updated to return false instead of reverting
crashbandicoott Aug 23, 2023
b747b94
Fix: isWhitelisted to return bool in all casses and not revert
crashbandicoott Aug 25, 2023
8533b34
Merge pull request #76 from Geodefi/SC3-isWhitelisted-bug
crashbandicoott Aug 25, 2023
6e2cab9
Feat:Implemented withdrawal logic with instant runoff. Divided SML in…
geode-main Sep 8, 2023
b5e142c
Audit: add 2 questions for auditors
geode-main Sep 8, 2023
cd74bc0
Chores: clear unnecessary comments, rename InitiatorExtensionLib
geode-main Sep 8, 2023
6a8cf5c
Chores: fix getValidatorData
geode-main Sep 8, 2023
9b8a3e0
Test: fix tests and prepare for withdrawal contract tests
crashbandicoott Sep 14, 2023
f0eca5d
Test: create test setup for WML and write test for initialization
crashbandicoott Sep 15, 2023
b1a906e
Test: add tests for expand coverage
crashbandicoott Sep 19, 2023
4be4575
Test: _distributeFees function fix, still need more fix
crashbandicoott Sep 19, 2023
8dd2678
Test: fix _distributeFees and add _checkAndRequestExit tests
crashbandicoott Sep 20, 2023
f95406e
Fix: normalizing claimablegETH, keeping queue.fulfilled cumulative
crashbandicoott Sep 21, 2023
3e8e8dd
Test: improve tests by adding, canFinalizeExit, enqueue, enqueueBatch…
crashbandicoott Sep 21, 2023
659e055
Fix: in _fulfillBatch, normalize claimableETH
crashbandicoott Sep 22, 2023
fc747e9
Test: improve test by adding fulfillBatch, _dequeue, dequeue, dequeue…
crashbandicoott Sep 22, 2023
8b5c943
Test: add processValidators test, still has some problems to fix
crashbandicoott Sep 24, 2023
d369330
Docs: updating Readme.md for modules to add Withdrawal Module related…
crashbandicoott Sep 27, 2023
3906239
Fix: delete unused size parameter from enqueueBatch
geode-main Oct 3, 2023
e2c856a
Feat: add multicall function to withdrawal module. needs testing?
geode-main Oct 3, 2023
4601ad0
Fix: fulfilled explanation on Request struct
geode-main Oct 3, 2023
4c4f336
Docs: updated PooledWithdrawal struct explanations and small comment …
geode-main Oct 3, 2023
bdc1d0b
Feat: improve readability on canFinalizeExit
geode-main Oct 3, 2023
3d94171
Chores: fix naming convention on internal params
geode-main Oct 3, 2023
0f0d818
Feat: improve constant to immutable
geode-main Oct 3, 2023
c6903cb
I-06 & I-07 : Use scientific notation instead of pow. also stated the…
geode-main Oct 3, 2023
521e70d
Revert: improve constant to immutable: TBD
geode-main Oct 3, 2023
ce90ad5
Feat: use gETH_DENOMINATOR constant instead of ERC1155.denominator() …
geode-main Oct 3, 2023
f180b89
Chores: address [I-05]
geode-main Oct 3, 2023
aaa2e3a
[I-10]: fix typos
geode-main Oct 3, 2023
6ebdf9f
[G-01],[G-05],[G-03]: improve for loops: use unchecked, delete zero d…
geode-main Oct 3, 2023
57239f3
Continues: use unchecked on for loops
geode-main Oct 3, 2023
bb35a74
Feat: checkAndRequestExit to public, inherit IWithdrawalModule on Wit…
geode-main Oct 3, 2023
6e064c4
Fix: extra vote reissued on checkAndRequestExit
geode-main Oct 3, 2023
785419c
Fix: do not burn gETH after processValidators, burn on fulfill
geode-main Oct 4, 2023
f65f03d
Fix: beaconBalancePriced calculation. Chores: realizedBalance => real…
geode-main Oct 4, 2023
f982bbc
Test: fix some failing tests for WithdrawalModuleLib
geode-main Oct 4, 2023
4c59a12
Fix: [I-01]
geode-main Oct 4, 2023
b5144f1
Feat: move structs to outside of libraries
geode-main Oct 5, 2023
d1dea9f
Bump: hardhat v2.9.9 => v2.18.0; solidity v0.8.7 => v0.8.19
geode-main Oct 5, 2023
1b4be49
Bump: @nomiclabs/hardhat-ethers: v2.2.1 => v2.2.3 ; @nomiclabs/hardha…
geode-main Oct 5, 2023
c529514
Bump: [email protected] [email protected] [email protected] hardha…
geode-main Oct 5, 2023
770b050
Bump: @openzeppelin/[email protected]
geode-main Oct 5, 2023
eb63fe3
Bump: @openzeppelin/[email protected]
geode-main Oct 5, 2023
69299ff
Bump: ethers hardhat-deploy-ethers @nomicfoundation/hardhat-ethers @n…
geode-main Oct 5, 2023
0dcc786
Test: fix test conditions failing because of the dependency upgrades
geode-main Oct 5, 2023
0d74742
Test: fix test condition for test/utils
geode-main Oct 5, 2023
de6af65
Fix: tasks failing because of the dependency upgrades
geode-main Oct 5, 2023
0b584e9
Fix: revert changes made for goerli deployment
geode-main Oct 5, 2023
7be15b8
Feat: use public upgradeTo instead of internal functions of UUPSUpgra…
geode-main Oct 5, 2023
2ab38da
Test: fix some tests
crashbandicoott Oct 6, 2023
e3bc65c
Test: all tests are fixed
crashbandicoott Oct 7, 2023
23a188a
Docs: add 2 external shieldify audits
crashbandicoott Oct 9, 2023
83ecdd1
Test: add burn check to fulfill and extra edge case for checkAndReque…
crashbandicoott Oct 9, 2023
eae402d
Chores: move test/utils/index to utils dir. Clear deployments.
geode-main Oct 12, 2023
a27b506
Feat: confirm inheritance order.
geode-main Oct 12, 2023
74b355d
Feat: add portal upgradability tests. Fix: interface inheritance order
geode-main Oct 12, 2023
389b1d1
Chores: init implementation for package upgradability test
geode-main Oct 13, 2023
779e343
Chores: fix typo
geode-main Oct 13, 2023
bb7fede
Test: added package upgrade test structure, still have bugs
crashbandicoott Oct 13, 2023
c2c4f45
Test: fix package upgrade test and add new cases
crashbandicoott Oct 16, 2023
269cce9
Test: module upgrade prepare progress, change portal upgrade to gener…
crashbandicoott Oct 18, 2023
de4c8e8
Test: fix module upgrade test, put freshSlot inside the struct
crashbandicoott Oct 19, 2023
31186d4
Test: add upgrade with new module tests
crashbandicoott Oct 19, 2023
053e0d9
Test: update FreshSlotStruct to give a better understanding of gap
crashbandicoott Oct 24, 2023
2be9b23
Test: add liquidity pool package upgradability test
crashbandicoott Oct 24, 2023
1246472
Fix: Audit 5.3
crashbandicoott Oct 31, 2023
00b046b
Fix: Audit 5.5
crashbandicoott Oct 31, 2023
f379cb3
Fix: Audit 5.7
crashbandicoott Oct 31, 2023
4140f75
Fix: Audit 5.3, 5.4
crashbandicoott Oct 31, 2023
f881cc0
Fix: Audit 5.8
crashbandicoott Oct 31, 2023
3cbc89a
Fix: Audit 5.9
crashbandicoott Oct 31, 2023
a6cc537
Fix: Audit 5.2
crashbandicoott Nov 1, 2023
b36899d
Fix: Audit 5.1
crashbandicoott Nov 1, 2023
f584df9
Fix: solve bugs on WithdrawalModuleLib
crashbandicoott Nov 2, 2023
241ed81
Test: Fix tests according to audit fixes, still have room for updates
crashbandicoott Nov 2, 2023
af0159c
Test: improve transferRequest tests
crashbandicoott Nov 2, 2023
c6774d6
Refactor: add brackets over else revert statement in authenticate
crashbandicoott Nov 3, 2023
d3cec9e
Refactor: improve gas with combining loops and get rid of extra if st…
crashbandicoott Nov 3, 2023
aaad917
Audit: adding external Diligence audit report for withdrawal contract
crashbandicoott Nov 3, 2023
d5e3d3a
Chores: rename audit files, clear readme
geode-main Nov 3, 2023
af4b943
Feat: improve gas on getValidator calls on processValidators()
geode-main Nov 3, 2023
ffea53b
Feat: add DEFAULT_ADMIN_ROLE back in case it is useful in the future
geode-main Nov 3, 2023
4a72a36
Merge pull request #80 from Geodefi/upgradability-tests
geode-main Nov 3, 2023
1c43d9d
Merge pull request #79 from Geodefi/prep-diligence-audit-3
geode-main Nov 3, 2023
4f04b03
Merge pull request #78 from Geodefi/shieldify-audit-2-fixes
geode-main Nov 3, 2023
505d04a
Merge pull request #77 from Geodefi/SC2-withdrawal-module
geode-main Nov 3, 2023
5ffe26c
Merge pull request #81 from Geodefi/SC1-rebase-middleware
geode-main Nov 3, 2023
d2df907
Merge branch 'new-arch-fix' into shieldify-audit-improvements
geode-main Nov 3, 2023
a653706
Merge pull request #82 from Geodefi/shieldify-audit-improvements
geode-main Nov 3, 2023
67a26b6
Merge pull request #73 from Geodefi/new-arch-fix
geode-main Nov 3, 2023
940652a
Merge pull request #71 from Geodefi/new-arch-test
geode-main Nov 3, 2023
b31a1b3
Merge pull request #70 from Geodefi/new-arch
geode-main Nov 3, 2023
f186600
Merge pull request #68 from Geodefi/67-modular-architecture
geode-main Nov 3, 2023
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 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ typechain
#Hardhat files
cache
artifacts
.DS_STORE
17 changes: 17 additions & 0 deletions .md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Current Goerli Deployment:

---

| (index) | contract | address |
|---|---|---|
| 0 | 'gETH' | '0x7C516910164e9c324574A98BD0B1e557dBEa353D' |
| 1 | 'SwapUtils' | '0x09a50EBa3B933bDc5ab83b519dA81c3A41a98e8e' |
| 2 | 'LPToken' | '0xF838f01213e85c26f6edCd3939c35BA09af4DCf3' |
| 3 | 'Swap' | '0x8C9Cc17DFEEDcF94E3D7E2F23A1533BEa45Ea5db' |
| 4 | 'ERC20InterfaceUpgradable' | '0x527901c777ad2A3eF15794c1420F357F2969FEE6' |
| 5 | 'ERC20InterfacePermitUpgradable' | '0x0008054F60e88BDFed83eAce8527FC326EDaeD26' |
| 6 | 'GeodeUtils' | '0xd07A36C1d111A978f0626d19175E0453900d1F4D' |
| 7 | 'WithdrawalContract' | '0xabc595dE6CcEcCA5Af2f8262Bc55A34E05Cc7Dde' |
| 8 | 'StakeUtils' | '0x449b0b8d4F68F00196f1Ede76063F83b296a7DC2' |
| 9 | 'OracleUtils' | '0xb228A4dd6389f435D81308901227bf213618dEFA' |
| 10 | 'Portal' | '0xB0334F08dEC465Ec180F1AF04C6D7d3737407083' |
Loading