Skip to content
Open
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
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Main repo for the Shields smart contracts.
## Deployment Addresses
| Contract | Address | Source Code |
| ---------------------------------- | -------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| Shields | `0x0747118C9F44C7a23365b2476dCD05E03114C747` | https://github.com/johncpalmer/ugp-crest-contracts/blob/aa7e312c20a8cb2526881a4436df4869fd0d87a7/contracts/Shields.sol |
| EmblemWeaver | `0x3E2063199F7b98b8188B7649d95bd0C82f4B0001` | https://github.com/johncpalmer/ugp-crest-contracts/blob/aa7e312c20a8cb2526881a4436df4869fd0d87a7/contracts/EmblemWeaver.sol |
| FieldGenerator | `0x0230eB753Df1A12063B357EB5e3A4F9Ce0780C1F` | https://github.com/johncpalmer/ugp-crest-contracts/blob/aa7e312c20a8cb2526881a4436df4869fd0d87a7/contracts/FieldGenerator.sol |
| HardwareGenerator | `0x355944B17A0770190eCB375ec3E64b98Cb31a576` | https://github.com/johncpalmer/ugp-crest-contracts/blob/aa7e312c20a8cb2526881a4436df4869fd0d87a7/contracts/HardwareGenerator.sol |
| FrameGenerator | `0x3b6cdEC2F91F4C7780C966B7Bfc6a8f55083863e` | https://github.com/johncpalmer/ugp-crest-contracts/blob/aa7e312c20a8cb2526881a4436df4869fd0d87a7/contracts/FrameGenerator.sol |
| ShieldBadgeSVGs | `0xCCAc9aB49b53B7c228C47C55ac8B5704cFc57997` | https://github.com/johncpalmer/ugp-crest-contracts/blob/aa7e312c20a8cb2526881a4436df4869fd0d87a7/contracts/SVGs/ShieldBadgeSVGs.sol |

All crest SVG addresses are listed in [deployedSVGs.json](https://github.com/johncpalmer/ugp-crest-contracts/blob/aa7e312c20a8cb2526881a4436df4869fd0d87a7/deploySVGs/deployedSVGs.json).
| Shields | `0x0747118C9F44C7a23365b2476dCD05E03114C747` | https://github.com/Area-Technology/shields-contracts/blob/main/contracts/Shields.sol |
| EmblemWeaver | `0x3E2063199F7b98b8188B7649d95bd0C82f4B0001` | https://github.com/Area-Technology/shields-contracts/blob/main/contracts/EmblemWeaver.sol |
| FieldGenerator | `0x0230eB753Df1A12063B357EB5e3A4F9Ce0780C1F` | https://github.com/Area-Technology/shields-contracts/blob/main/contracts/FieldGenerator.sol |
| HardwareGenerator | `0x355944B17A0770190eCB375ec3E64b98Cb31a576` | https://github.com/Area-Technology/shields-contracts/blob/main/contracts/HardwareGenerator.sol |
| FrameGenerator | `0x3b6cdEC2F91F4C7780C966B7Bfc6a8f55083863e` | https://github.com/Area-Technology/shields-contracts/blob/main/contracts/FrameGenerator.sol |
| ShieldBadgeSVGs | `0xCCAc9aB49b53B7c228C47C55ac8B5704cFc57997` | https://github.com/Area-Technology/shields-contracts/blob/main/contracts/SVGs/ShieldBadgeSVGs.sol |

All crest SVG addresses are listed in [deployedSVGs.json](https://github.com/Area-Technology/shields-contracts/blob/main/deploySVGs/deployedSVGs.json).

## Setup Instructions

Expand Down