Skip to content

Commit

Permalink
one day I'll rid this world of the cancer that is prettiers
Browse files Browse the repository at this point in the history
  • Loading branch information
nonergodic committed Apr 4, 2024
1 parent 2e6b6a6 commit f4c9a03
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions token-dispenser/programs/token-dispenser/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,13 @@ const FORBIDDEN_SOL: &[&str] = &[
];

const FORBIDDEN_EVM: &[[u8; EvmPubkey::LEN]] = &[
[ //0x748e1932a18dc7adce63ab7e8e705004128402fd
[
//0x748e1932a18dc7adce63ab7e8e705004128402fd
0x74, 0x8e, 0x19, 0x32, 0xa1, 0x8d, 0xc7, 0xad, 0xce, 0x63, 0xab, 0x7e, 0x8e, 0x70, 0x50,
0x04, 0x12, 0x84, 0x02, 0xfd,
],
[ //0x2fc617e933a52713247ce25730f6695920b3befe
[
//0x2fc617e933a52713247ce25730f6695920b3befe
0x2f, 0xc6, 0x17, 0xe9, 0x33, 0xa5, 0x27, 0x13, 0x24, 0x7c, 0xe2, 0x57, 0x30, 0xf6, 0x69,
0x59, 0x20, 0xb3, 0xbe, 0xfe,
],
Expand Down

0 comments on commit f4c9a03

Please sign in to comment.