File tree Expand file tree Collapse file tree 2 files changed +1
-20
lines changed
Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { VaultViewerAbi } from 'abi';
55import { getChain , getElUrl } from 'configs' ;
66
77const VaultViewerAddresses : Record < number , Address > = {
8- [ hoodi . id ] : '0xBa9a3127f053a6548FE3874326569E1821783e03 ' ,
8+ [ hoodi . id ] : '0x510b4CE9CdA8E5C9268D242a51356fF9Dc2bd73b ' ,
99} ;
1010
1111export const getVaultViewerContract = ( ) => {
You can’t perform that action at this time.
0 commit comments