Skip to content

Commit

Permalink
Clean up ABIs (#7)
Browse files Browse the repository at this point in the history
* Clean up ABIs

* Retrigger build
  • Loading branch information
zpetersen-paxos authored Nov 4, 2024
1 parent 15a0548 commit a470147
Show file tree
Hide file tree
Showing 7 changed files with 1,115 additions and 13 deletions.
1 change: 0 additions & 1 deletion PaxosToken.abi

This file was deleted.

1 change: 0 additions & 1 deletion PaxosToken.bin

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ https://github.com/paxosglobal/paxos-token-contract
To guard against centralized control, the addresses above utilize multisignature contracts ([source](https://github.com/paxosglobal/simple-multisig)). Any change requires the presence of a quorum of signers in the same physical location, ensuring that no individual signer can unilaterally influence a change.

### ABI and Addresses

The contract abi is in `PaxosToken.abi`, which is the implementation contract abi.
Contract ABIs can be found in the `abis` folder.

Interaction with token is done at the address of the proxy. Deployed token addresses can be found in
the [Paxos docs](https://docs.paxos.com/stablecoin).
Expand Down
1 change: 1 addition & 0 deletions abis/PaxosTokenV2.abi

Large diffs are not rendered by default.

Loading

0 comments on commit a470147

Please sign in to comment.