Skip to content

Commit

Permalink
Add mainnet address
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Nov 12, 2024
1 parent 5c0e032 commit bec9943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/addresses/usernames.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ export const BASE_WORLD_DISCOUNT_VALIDATORS: AddressMap = {
};

export const DEVCON_DISCOUNT_VALIDATORS: AddressMap = {
[baseSepolia.id]: '0x5c81c392c22cba477a70d809de6d6cd362a1c3de',
[base.id]: '0x5c81c392c22cba477a70d809de6d6cd362a1c3de', // @todo update with mainnet address
[baseSepolia.id]: '0x5c81c392C22Cba477a70D809DE6d6Cd362A1c3DE',
[base.id]: '0xFca2EB54EaB56085e25a32BfF30fe8C452216c5F',
};

0 comments on commit bec9943

Please sign in to comment.