Skip to content

Commit

Permalink
Merge pull request #21 from unicef/feature/doc-20231211
Browse files Browse the repository at this point in the history
Feature/doc 20231211
  • Loading branch information
dappsar authored Dec 11, 2023
2 parents 6ac04c2 + 68b7ff7 commit 8419433
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ When deploying the handler contract:

## Development Smart Contracts Addresses

- Gigacounts Token Address: 0xba5e2af09e39cc36dfbc9530c4d4c89d5c44d323
- Handler Token Address: 0xd947466553cE6B133D7f3910C9a0c3Cd9837ED3F
- Gigacounts Token Address: 0x5c9b946cCc153db707C4D72C15338122FBf830bf
- Handler Token Address: 0x75F3DdDC86905c2e202DD2c9260B341D0be5aa9C

## TODO (Improvements)

Expand Down
2 changes: 1 addition & 1 deletion contracts/GigacountsContractHandler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ contract GigacountsContractHandler {
checkHowCandSendFunds = false;
checkHowCanReceiveFunds = false;
totalSupportedTokens = 0;
locked = false;
locked = false;
}

modifier onlyOwner() {
Expand Down

0 comments on commit 8419433

Please sign in to comment.