Skip to content

Commit

Permalink
update key to boardwalk
Browse files Browse the repository at this point in the history
  • Loading branch information
gudnuf committed Nov 25, 2024
1 parent 7b63262 commit f92dd8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/gifts/giftMetadata.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { excludedNames } from '@/env';
import { GiftAsset, Currency, GiftFee } from '@/types';

// currently bob5's pubkey
const AwayukiPubkey = '9b1172ec6741e6555ad06fb864b7df7efd24e915733b564000e26e3b8c2525c5';
// currently boardwalks's pubkey on prod
const AwayukiPubkey = 'd763326c758ea7404c92e9f2573b17e0536850ac495bcb67f09c75999033d9c4';

const AwayykiSplit: GiftFee = {
recipient: AwayukiPubkey,
Expand Down

0 comments on commit f92dd8b

Please sign in to comment.