Skip to content

Commit bac160e

Browse files
committed
fix test and rebuild
1 parent 3ca358e commit bac160e

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

packages/examples/packages/browserify-plugin/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "iWyltwSYXYWP2s3lGdu/6lAIQQEZdX5ouQLQU0oO3Tc=",
10+
"shasum": "To8qQfDJwRt1XSwwpi/vLpwOR4fndFA5EcWHLj4rUB4=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/browserify/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "ndCxcV1IenV7tioTq6MnntyvnAwD4oWxdC8x28E0Bhs=",
10+
"shasum": "v+pRoq14sL4Y9YGXlZm09mtwNCRSg+sifyQvDxuqOVg=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/snaps-controllers/src/snaps/SnapController.test.tsx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4397,17 +4397,17 @@ describe('SnapController', () => {
43974397
'solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp/slip44:501': {
43984398
rate: '400',
43994399
conversionTime: 1737548790,
4400+
marketData: {
4401+
marketCap: '123',
4402+
totalVolume: '123',
4403+
circulatingSupply: '123',
4404+
allTimeHigh: '123',
4405+
allTimeLow: '123',
4406+
pricePercentChange: { all: 1.23 },
4407+
},
44004408
},
44014409
},
44024410
},
4403-
marketData: {
4404-
marketCap: '123',
4405-
totalVolume: '123',
4406-
circulatingSupply: '123',
4407-
allTimeHigh: '123',
4408-
allTimeLow: '123',
4409-
pricePercentChange: { all: 1.23 },
4410-
},
44114411
}),
44124412
);
44134413

@@ -4426,6 +4426,7 @@ describe('SnapController', () => {
44264426
to: 'solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp/slip44:501',
44274427
},
44284428
],
4429+
includeMarketData: true,
44294430
},
44304431
id: 1,
44314432
},

0 commit comments

Comments
 (0)