Skip to content

Commit

Permalink
Merge pull request #316 from DAOmasons/badges
Browse files Browse the repository at this point in the history
update to new envio endpoint, update shaman address
  • Loading branch information
jordanlesich authored Aug 30, 2024
2 parents b173fc6 + eebb809 commit 3e57eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const ADDR_PROD: Record<string, Address> = {
SBT_VOTE_CONTEST: '0xF46DA452C2D3f40Cf8402FFF5EdfdB4D6b6F0C9F',
} as const;

export const BADGE_SHAMAN = '0x70DaE101c0377bD0EaA1360bDFF367Fd853F7FF0';
export const BADGE_SHAMAN = '0x31090103830d168E508399e2149524B8906773Ca';

export const ADDR: Record<string, Address> =
import.meta.env.VITE_RUNTIME_ENV === 'dev' ? ADDR_TESTNET : ADDR_PROD;

0 comments on commit 3e57eef

Please sign in to comment.