Skip to content

Commit

Permalink
feat: remove TOMO override
Browse files Browse the repository at this point in the history
  • Loading branch information
bartosz-lipinski committed Nov 2, 2020
1 parent 3ae2977 commit ff5e0b3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@craco/craco": "^5.7.0",
"@project-serum/serum": "^0.13.10",
"@project-serum/serum": "^0.13.11",
"@project-serum/sol-wallet-adapter": "^0.1.1",
"@solana/spl-token": "0.0.11",
"@solana/spl-token-swap": "0.0.2",
Expand Down
4 changes: 2 additions & 2 deletions src/models/marketOverrides.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

// use to override serum market to use specifc mint
export const MINT_TO_MARKET: { [key: string]: string } = {
GXMvfY2jpQctDqZ9RoU3oWPhufKiCcFEfchvYumtX7jd:
"B1GypajMh7S8zJVp6M1xMfu6zGsMgvYrt3cSn9wG7Dd6", // TOMO market override
};
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1439,10 +1439,10 @@
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==

"@project-serum/serum@^0.13.10":
version "0.13.10"
resolved "https://registry.yarnpkg.com/@project-serum/serum/-/serum-0.13.10.tgz#0c4fdcad34e5dcb11561b8dc650903d2420f91c4"
integrity sha512-60Vl8pMiKSjdjRky4O9aajUMr0BIdYzHZyAX16Lr+gu03x1iMgL7bih23ywuNONo3vBhA1PjHpwA9J/fbrE2vQ==
"@project-serum/serum@^0.13.11":
version "0.13.11"
resolved "https://registry.yarnpkg.com/@project-serum/serum/-/serum-0.13.11.tgz#c55c830cbfb28cdc2b4e4076b1367d45ad19175d"
integrity sha512-kE9PhXuryP7afJFkZrKkLzNxeRETHgPvN5Jl3BZIDH5oyHLUfmj3OQreMPwIqJXnMkLwCHewG5JFJALwit+3Wg==
dependencies:
"@solana/web3.js" "0.86.1"
bn.js "^5.1.2"
Expand Down

0 comments on commit ff5e0b3

Please sign in to comment.