Skip to content

Commit

Permalink
fix: disable altcoin eth from config
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed Mar 27, 2024
1 parent 56e99d9 commit 9d81073
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ rpc_url = "https://starknet-goerli.g.alchemy.com/v2/xxxxxxx"
starknetid_api = "https://api.starknet.id"

[altcoins]
[altcoins.ETH]
address = "0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7"
renewal_contract = "0x020379Ba14750ECEE8dde204D0649808BCf6D32E9fDe81Ca952Ab0360cdC0937"
# [altcoins.ETH]
# address = "0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7"
# renewal_contract = "0x020379Ba14750ECEE8dde204D0649808BCf6D32E9fDe81Ca952Ab0360cdC0937"

[altcoins.STRK]
address = "0x04718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d"
Expand Down

0 comments on commit 9d81073

Please sign in to comment.