Skip to content

Commit 1ffed71

Browse files
authored
Merge pull request #103 from lidofinance/fix/update_vv
refactor: remove isContract function from VaultViewer ABI and update …
2 parents f39634e + a51dd78 commit 1ffed71

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

abi/VaultViewer.ts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -102,25 +102,6 @@ export const VaultViewerAbi = [
102102
stateMutability: 'view',
103103
type: 'function',
104104
},
105-
{
106-
inputs: [
107-
{
108-
internalType: 'address',
109-
name: 'account',
110-
type: 'address',
111-
},
112-
],
113-
name: 'isContract',
114-
outputs: [
115-
{
116-
internalType: 'bool',
117-
name: '',
118-
type: 'bool',
119-
},
120-
],
121-
stateMutability: 'view',
122-
type: 'function',
123-
},
124105
{
125106
inputs: [
126107
{

contracts/vault-viewer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { VaultViewerAbi } from 'abi';
55
import { getChain, getElUrl } from 'configs';
66

77
const VaultViewerAddresses: Record<number, Address> = {
8-
[hoodi.id]: '0xBa9a3127f053a6548FE3874326569E1821783e03',
8+
[hoodi.id]: '0x510b4CE9CdA8E5C9268D242a51356fF9Dc2bd73b',
99
};
1010

1111
export const getVaultViewerContract = () => {

0 commit comments

Comments
 (0)