Skip to content

update SmartSwap Contract of zkSwap Finance #90

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

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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 protocols.csv
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ iZUMi Finance,DeFi,DEX,quoter,0x95c5f14106ab4d1dc0cfc9326225287c18c2d247
iZUMi Finance,DeFi,DEX,quoterWithLimit,0x4d140e612e476a6ba54ef1306b2ba398a5deff09
iZUMi Finance,DeFi,DEX,tapProxy,0xeb122de19fea9ed039e2d087113db26017f5f91a
iZUMi Finance,DeFi,DEX,locker,0x551197e6350936976dffb66b2c3bb15ddb723250
zkSwap Finance,DeFi,DEX,AggregatorSmart,0xcF9FB929FA29eC1C1A216717200232c5B0C3d744
zkSwap Finance,DeFi,DEX,UniversalRouter,0x74a116b1bb7894d3cfbc4b1a12f59ea95f3fff81
zkSwap Finance,DeFi,DEX,RouterV2,0x3be99db246c81df2bd8dc0d708e03f64e1a84917
zkSwap Finance,DeFi,DEX,FactoryV2,0x095f464b7a6a45b4f03abb32e7c42e05f0c58e9b
Expand Down
1 change: 1 addition & 0 deletions testnet/zkSwap.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"live": true,
"categories": ["DeFi::DEX"],
"addresses": {
"AggregatorSmart": "0xcF9FB929FA29eC1C1A216717200232c5B0C3d744",
"UniversalRouter": "0x74a116B1Bb7894D3cFbC4B1a12F59ea95f3FFf81",
"RouterV2": "0x3be99Db246c81df2Bd8Dc0d708E03F64e1A84917",
"FactoryV2": "0x095f464B7A6A45b4f03abB32E7C42e05F0c58E9b",
Expand Down
Loading