@@ -83,20 +83,20 @@ const prodConfig: Config[] = [
8383 wrappedNativeOracle : AaveV3Arbitrum . ASSETS . WETH . ORACLE ,
8484 subgraphUrl : `https://gateway-arbitrum.network.thegraph.com/api/${ process . env . NEXT_PUBLIC_SUBGRAPH_API_KEY } /subgraphs/id/GPpZfiGoDChLsiWoMG5fxXdRNEYrsVDrKJ39moGcbz6i` ,
8585 feeTokens : [
86- // {
87- // name: 'Gho Token',
88- // address: AaveV3Arbitrum.ASSETS.GHO.UNDERLYING,
89- // symbol: 'GHO',
90- // decimals: 18,
91- // chainId: 42161,
92- // logoURI:
93- // 'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092',
94- // oracle: AaveV3Arbitrum.ASSETS.GHO.ORACLE,
95- // extensions: {
96- // isNative: false,
97- // },
98- // balance: '0',
99- // },
86+ {
87+ name : 'Gho Token' ,
88+ address : AaveV3Arbitrum . ASSETS . GHO . UNDERLYING ,
89+ symbol : 'GHO' ,
90+ decimals : 18 ,
91+ chainId : 42161 ,
92+ logoURI :
93+ 'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092' ,
94+ oracle : AaveV3Arbitrum . ASSETS . GHO . ORACLE ,
95+ extensions : {
96+ isNative : false ,
97+ } ,
98+ balance : '0' ,
99+ } ,
100100 {
101101 name : 'Ethereum' ,
102102 symbol : 'ETH' ,
@@ -124,20 +124,20 @@ const testnetConfig: Config[] = [
124124 wrappedNativeOracle : AaveV3Sepolia . ASSETS . WETH . ORACLE ,
125125 subgraphUrl : `https://gateway.thegraph.com/api/${ process . env . NEXT_PUBLIC_SUBGRAPH_API_KEY } /subgraphs/id/8NWTrc4S6xwaBbajongofytQfQisqYm1zR2ghGEtRFSc` ,
126126 feeTokens : [
127- // {
128- // name: 'Gho Token',
129- // address: AaveV3Sepolia.ASSETS.GHO.UNDERLYING,
130- // symbol: 'GHO',
131- // decimals: 18,
132- // chainId: 11155111,
133- // logoURI:
134- // 'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092',
135- // oracle: AaveV3Sepolia.ASSETS.GHO.ORACLE,
136- // extensions: {
137- // isNative: false,
138- // },
139- // balance: '0',
140- // },
127+ {
128+ name : 'Gho Token' ,
129+ address : AaveV3Sepolia . ASSETS . GHO . UNDERLYING ,
130+ symbol : 'GHO' ,
131+ decimals : 18 ,
132+ chainId : 11155111 ,
133+ logoURI :
134+ 'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092' ,
135+ oracle : AaveV3Sepolia . ASSETS . GHO . ORACLE ,
136+ extensions : {
137+ isNative : false ,
138+ } ,
139+ balance : '0' ,
140+ } ,
141141 {
142142 name : 'Ethereum' ,
143143 symbol : 'ETH' ,
0 commit comments