diff --git a/wallet.Dockerfile b/wallet.Dockerfile index 6a05f6d0..38ceb676 100644 --- a/wallet.Dockerfile +++ b/wallet.Dockerfile @@ -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 diff --git a/wallet/official_assets/cape_v2_official_assets.lib b/wallet/official_assets/cape_v2_official_assets.lib new file mode 100644 index 00000000..dea3d8ec Binary files /dev/null and b/wallet/official_assets/cape_v2_official_assets.lib differ diff --git a/wallet/official_assets/cape_v2_official_assets.toml b/wallet/official_assets/cape_v2_official_assets.toml index 22cc2760..6dbedc20 100644 --- a/wallet/official_assets/cape_v2_official_assets.toml +++ b/wallet/official_assets/cape_v2_official_assets.toml @@ -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' @@ -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' @@ -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'