Skip to content

Commit

Permalink
chore: merge PR #64 from EjembiEmmanuel/main
Browse files Browse the repository at this point in the history
doc: add contract address readme
  • Loading branch information
sprtd authored Jan 14, 2025
2 parents 0774cd3 + f7314ae commit 5ca3cb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CONTRACTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Autoswappr Contract Addresses

| | Mainnet | Sepolia |
| :------------------- | :---------------------------------------------------------------: | ------- |
| **Classhash** | 0x2de9e6b346eead9fcd6d0a8eb63dcae6d7e17a1a8a8e87f68076f6608bc0d1 |
| **Contract Address** | 0x5276163003e6c6932268675f6c714efbe48cd6d03752159128e1af832af6929 |
1 change: 0 additions & 1 deletion src/autoswappr.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ pub mod AutoSwappr {
self.eth_token.write(_eth_token);
self.fibrous_exchange_address.write(fibrous_exchange_address);
self.avnu_exchange_address.write(avnu_exchange_address);
self.fibrous_exchange_address.write(fibrous_exchange_address);
self.oracle_address.write(oracle_address);
self.ownable.initializer(owner);
self.supported_assets.entry(_strk_token).write(true);
Expand Down

0 comments on commit 5ca3cb0

Please sign in to comment.