Upgrade serum-js versions and label AKRO
This commit is contained in:
parent
8eaaed6ec2
commit
085c95b4e9
|
@ -5,7 +5,7 @@
|
|||
"dependencies": {
|
||||
"@material-ui/core": "^4.11.0",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@project-serum/serum": "0.13.0",
|
||||
"@project-serum/serum": "0.13.1",
|
||||
"@solana/web3.js": "^0.71.9",
|
||||
"@testing-library/jest-dom": "^4.2.4",
|
||||
"@testing-library/react": "^9.3.2",
|
||||
|
|
|
@ -95,6 +95,11 @@ export const TOKENS = {
|
|||
mintAddress: '9S4t2NEAiJVMvPdRYKVrfJpBafPBLtvbvyS3DecojQHw',
|
||||
tokenName: 'Wrapped FRONT',
|
||||
},
|
||||
{
|
||||
tokenSymbol: 'AKRO',
|
||||
mintAddress: '6WNVCuxCGJzNjmMZoKyhZJwvJ5tYpsLyAtagzYASqBoF',
|
||||
tokenName: 'Wrapped AKRO',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
|
|
@ -1578,10 +1578,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.0":
|
||||
version "0.13.0"
|
||||
resolved "https://registry.yarnpkg.com/@project-serum/serum/-/serum-0.13.0.tgz#0af1797dab97096cd5af2f0b0c75d2def1b093eb"
|
||||
integrity sha512-gqKxdxGSk4yPXq0qtKnwynzSk8KDMShhC1xtXWFXCpn6SiBup3N/rH+tTZ4BI8CxBUaZofH2GGQ5oWmCsEHbeQ==
|
||||
"@project-serum/serum@0.13.1":
|
||||
version "0.13.1"
|
||||
resolved "https://registry.yarnpkg.com/@project-serum/serum/-/serum-0.13.1.tgz#ee5df09eb19e997eb8d0e25cf5837d5e14e5cf2b"
|
||||
integrity sha512-4Jj/Ec1qJOl1zoCJNZ/QePV2zM9n/SsAxzdN+qMZKAHQR3ZH0PIOIlV4Y+ysaUi2uA/0hEIRD74yu1TowguiiQ==
|
||||
dependencies:
|
||||
"@solana/web3.js" "^0.71.10"
|
||||
bn.js "^5.1.2"
|
||||
|
|
Loading…
Reference in New Issue