Skip to content

Commit 5224f82

Browse files
committed
fix: remove staking rewards contract for bob
1 parent beaad72 commit 5224f82

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

packages/contracts/src/contracts/protocol/bob.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const bob: Record<string, AsyncContractConfigData> = {
77
(await import('../../abis/merkleDistributor.json')).default,
88
},
99
stakingRewardsOs: {
10-
address: '0xFdC57Cb52264209afd1559E7E3Db0F28351E9422',
10+
address: '0x0',
1111
getAbi: async () =>
1212
(await import('../../abis/StakingRewardsOs.json')).default,
1313
},

packages/contracts/src/contracts/protocol/bobTestnet.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
import { AsyncContractConfigData } from '../../types';
22

33
export const bobTestnet: Record<string, AsyncContractConfigData> = {
4-
staking: {
5-
address: '0x1139B088887237ed256687d9E1499275e37d9f2d',
6-
getAbi: async () => (await import('../../abis/staking.json')).default,
7-
},
84
merkleDistributor: {
95
address: '0x0',
106
getAbi: async () =>

0 commit comments

Comments
 (0)