Skip to content

Commit

Permalink
Merge pull request #76 from storyprotocol/sam/fix-odyssey-susd-address
Browse files Browse the repository at this point in the history
update susd address
  • Loading branch information
samfairbairn authored Nov 20, 2024
2 parents 3754f65 + c6d472b commit 3ec7ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storykit/src/lib/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const ILIAD_STORYUSD: Currency = {
export const ODYSSEY_STORYUSD: Currency = {
name: "Odyssey StoryUSD",
symbol: "sUSD",
address: "0xa906E2589A7F8385A376BABBb70a39dad551603b",
address: "0xC0F6E387aC0B324Ec18EAcf22EE7271207dCE3d5",
}

export const CURRENCIES = {
Expand Down

0 comments on commit 3ec7ecc

Please sign in to comment.