Use new market address, update deps

This commit is contained in:
Gary Wang 2020-08-29 07:14:38 -07:00
parent d980ce7e05
commit e11f63207f
3 changed files with 1281 additions and 1227 deletions

View File

@ -5,7 +5,7 @@
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@craco/craco": "^5.6.4",
"@project-serum/serum": "^0.6.9",
"@project-serum/serum": "^0.7.0",
"@project-serum/sol-wallet-adapter": "^0.1.0",
"@solana/web3.js": "^0.71.9",
"@testing-library/jest-dom": "^4.2.4",

View File

@ -16,14 +16,18 @@ import { notify } from './notifications';
const DEFAULT_MARKET_NAME = 'BASE/QUOTE';
export const COIN_MINTS = {
EQePeYJUV9dQd5PWrPzgWMYvqaok8R8s5Cpa16VDPZxw: 'BASE',
Ff7neGEVckMNcvhnazvWZ41TJoNmwXS4xz1XDNd46s22: 'QUOTE',
'4VRGNMGJP2tg1g5nzUPXy5DjvKiXx2G4ebVUgrdzjbqN': 'BASE',
EWe1BKUEA5PM8ZAgyrkY1Jw9pSqayg82b8tXiFZYQ9V8: 'QUOTE',
};
export const MARKET_INFO_BY_NAME = {
'BASE/QUOTE': {
name: 'BASE/QUOTE',
address: '6ibUz1BqSD3f8XP4wEGwoRH4YbYRZ1KDZBeXmrp3KosD',
address: '2tJ2LVReFCZF81Ej4MAQHEr1kRSmk6QQ5XSnzjC9KJNj',
},
'TEST/QUOTE': {
name: 'TEST/QUOTE',
address: 'EaXayt4gh5VMuRPTj8rdcGU6U4tqhrvfeb2ep8CGuFjF',
},
};

2496
yarn.lock

File diff suppressed because it is too large Load Diff