Skip to content

Commit

Permalink
feat(mainnet): freeze default token info
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Jul 5, 2024
1 parent 27300cc commit 6ed28ab
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/vault/src/token-info/default.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import { DEFAULT_NETWORK } from "../network-info"

export const DEFAULT_TOKEN_INFO = {
[DEFAULT_NETWORK]: { MINA: "1" },
// Note: when a new network is instantiated in
// switchNetwork there are no tokens for this network so the accountInfo
// query will error. We should fix that.
Mainnet: { MINA: "1" },
Devnet: { MINA: "1" },
ZekoDevNet: { MINA: "1" },
}

0 comments on commit 6ed28ab

Please sign in to comment.