Skip to content

Commit

Permalink
chore: add zkSepolia proxy to whitelist
Browse files Browse the repository at this point in the history
Co-authored-by: Aleix <80388279+alcercu@users.noreply.github.com>
  • Loading branch information
unknownunknown1 and alcercu authored Oct 28, 2024
1 parent e68123e commit cdaef30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/temp/arbitrable-whitelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const arbitrableWhitelist = {
"0xb994886066B17cfa0fE088C5933498B17FE66A50",
"0x54C68fa979883d317C10F3cfDdc33522889d5612",
].map((address) => address.toLowerCase()),
300: ["0x54C68fa979883d317C10F3cfDdc33522889d5612"].map((address) => address.toLowerCase()),
};

export default arbitrableWhitelist;

0 comments on commit cdaef30

Please sign in to comment.