Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Generate official assets library for CAPE v2 (Arbitrum Goerli).
Browse files Browse the repository at this point in the history
  • Loading branch information
philippecamacho authored and Ancient123 committed Dec 5, 2022
1 parent 58542ed commit 05843eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion wallet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ COPY target/release/wallet-api /app/wallet-api
COPY target/release/wallet-cli /app/wallet-cli
COPY wallet/api /app/api
COPY wallet/public /app/public
COPY wallet/official_assets/cape_v1_official_assets.lib /.espresso/verified_assets
COPY wallet/official_assets/cape_v2_official_assets.lib /.espresso/verified_assets
RUN chmod +x /app/wallet-api
RUN chmod +x /app/wallet-cli


ENV CAPE_WALLET_ASSET_LIBRARY_VERIFIER_KEY=SCHNORRVERKEY~P-ZcYMUYtJ6O5UTpIeBCvfqekOVD_3i2PSEkD8feUJdp

# Point at the Goerli testnet deployment by default; all of these settings can be overridden with
# command line options.
ENV CAPE_EQS_URL=https://eqs.arbitrum-goerli.cape.tech
Expand Down
Binary file not shown.
8 changes: 4 additions & 4 deletions wallet/official_assets/cape_v2_official_assets.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ description = 'Wrapped WETH on Goerli'
icon = 'icons/WGTH.png'
type = 'wrapped'
contract = '0x4F1D9E040cf28A522ec79951cDb7B55c8aE4744E'
viewing_key = 'AUDPUBKEY~a0J7uXJcUxDnSONQamzF6bZXpTrvPeKHCGKLsFx9tQiI'
viewing_key = 'AUDPUBKEY~yCCj8Z27peDBDmpdYrqLHEyykKCNtFdJ7BOjOC3MmpF9'

[[assets]]
symbol = 'capedDAI'
Expand All @@ -27,7 +27,7 @@ icon = 'icons/DAI.png'
type = 'wrapped'
contract = '0xBeec50ed16E3559afCD582cC98ed2b5F5DcA189E'
# The viewing key is maintained by Espresso, but would belong to Maker Foundation in a real deployment
viewing_key = 'AUDPUBKEY~z1xFfj2B6dTdUn1tcyexZd8v8foMPDJibT8hrmXXkAhx'
viewing_key = 'AUDPUBKEY~sQaB3MS_gvTIpnpq_01PizVyjXrI0oBmqOaL1SlpcwN1'

[[assets]]
symbol = 'capedUSDC'
Expand All @@ -36,6 +36,6 @@ icon = 'icons/USDC.png'
type = 'wrapped'
contract = '0x9A4f4Ee35a8FfEE459B3187A372d422790fc8aAB'
# The viewing key is maintained by Espresso, but would belong to Circle in a real deployment
viewing_key = 'AUDPUBKEY~A1EVmqt8rZc6ibPolJ0gVI-cUxTOark5L9e9TTEDt6G-'
viewing_key = 'AUDPUBKEY~N2fbGZSu-tJ9ELIt4GOI5dY48dxNhkVwN9X823SeBZCm'
# The freezing key is maintained by Espresso, but would belong to Circle in a real deployment
freezing_key = 'FREEZEPUBKEY~iCR07O3hlKc25lFd467Eqs3ZAF1ME1wT5aW9VqHa14e2'
freezing_key = 'FREEZEPUBKEY~FnsYGkzfHB6rht4UjPoaW0ZtADfU1DIAgVSZGAbjySNT'

0 comments on commit 05843eb

Please sign in to comment.