Skip to content

Commit

Permalink
add eUSD erc20 contract address (#16)
Browse files Browse the repository at this point in the history
* add eUSD erc20 contract address

* Update .internal-ci/charts/reserve-auditor/mainnet-values.yaml

Co-authored-by: kuzco <[email protected]>

---------

Co-authored-by: kuzco <[email protected]>
  • Loading branch information
holtzman and hummingalpaca authored Feb 25, 2023
1 parent 1011beb commit 4006c96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .internal-ci/charts/reserve-auditor/mainnet-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ gnosisConfig:
tokens:
- token_id: 1
token_type: "ERC20_TRANSFER"
eth_token_contract_addrs: ["0x196f4727526ea7fb1e17b2071b3d8eaa38486988"]
eth_token_contract_addrs: [
"0x196f4727526ea7fb1e17b2071b3d8eaa38486988",
"0xA0d69E286B938e21CBf7E51D71F6A4c8918f482F"
]
name: "RSV"
symbol: "Token"
decimals: 18
Expand Down

0 comments on commit 4006c96

Please sign in to comment.