File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
src/components/transactions/Bridge Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,20 @@ const prodConfig: Config[] = [
127127 wrappedNativeOracle : AaveV3Base . ASSETS . WETH . ORACLE ,
128128 subgraphUrl : `https://gateway.thegraph.com/api/${ process . env . NEXT_PUBLIC_SUBGRAPH_API_KEY } /subgraphs/id/7RqaLvSMWBv4Z3xmv4kb6Jq3t59ikYG3wpcsTnLgBWzt` ,
129129 feeTokens : [
130+ {
131+ name : 'Gho Token' ,
132+ address : AaveV3Base . ASSETS . GHO . UNDERLYING ,
133+ symbol : 'GHO' ,
134+ decimals : 18 ,
135+ chainId : ChainId . base ,
136+ logoURI :
137+ 'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092' ,
138+ oracle : AaveV3Base . ASSETS . GHO . ORACLE ,
139+ extensions : {
140+ isNative : false ,
141+ } ,
142+ balance : '0' ,
143+ } ,
130144 {
131145 name : 'Ethereum' ,
132146 symbol : 'ETH' ,
You can’t perform that action at this time.
0 commit comments