Skip to content

Commit

Permalink
Fix localnet constants (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipzeta authored Nov 6, 2024
1 parent 5cb34a6 commit e31acc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const FLEX_MINTS = {
),
[Asset.EIGEN]: new PublicKey("DHtEPob1XKiP5pVGXJNdxaesvMen38apDEFi2adNjiC"),
[Asset.DBR]: new PublicKey("Guk6JzRKssoagWHU62GUsdzF4JisJDaL2VNytMqTYW7U"),
[Asset.GOAT]: new PublicKey("Guk6JzRKssoagWHU62GUsdzF4JisJDaL2VNytMqTYW7U"),
[Asset.GOAT]: new PublicKey("CJo41KKsawgr45p7pcucwcPk9SpRQLpVzD7tsh74eFin"),
},
devnet: {
[Asset.APT]: new PublicKey("FbfkphUHaAd7c27RqhzKBRAPX8T5AzFBH259sbGmNuvG"),
Expand Down

0 comments on commit e31acc4

Please sign in to comment.