diff --git a/src/components/transactions/Bridge/BridgeConfig.ts b/src/components/transactions/Bridge/BridgeConfig.ts index 37b7d1620a..0b3ad16915 100644 --- a/src/components/transactions/Bridge/BridgeConfig.ts +++ b/src/components/transactions/Bridge/BridgeConfig.ts @@ -45,20 +45,20 @@ const prodConfig: Config[] = [ wrappedNativeOracle: AaveV3Ethereum.ASSETS.WETH.ORACLE, subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${process.env.NEXT_PUBLIC_SUBGRAPH_API_KEY}/subgraphs/id/E11p8T4Ff1DHZbwSUC527hkUb5innVMdTuP6A2s1xtm1`, feeTokens: [ - // { - // name: 'Gho Token', - // address: AaveV3Ethereum.ASSETS.GHO.UNDERLYING, - // symbol: 'GHO', - // decimals: 18, - // chainId: 1, - // logoURI: - // 'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092', - // oracle: AaveV3Ethereum.ASSETS.GHO.ORACLE, - // extensions: { - // isNative: false, - // }, - // balance: '0', - // }, + { + name: 'Gho Token', + address: AaveV3Ethereum.ASSETS.GHO.UNDERLYING, + symbol: 'GHO', + decimals: 18, + chainId: 1, + logoURI: + 'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092', + oracle: AaveV3Ethereum.ASSETS.GHO.ORACLE, + extensions: { + isNative: false, + }, + balance: '0', + }, { name: 'Ethereum', symbol: 'ETH', @@ -83,20 +83,20 @@ const prodConfig: Config[] = [ wrappedNativeOracle: AaveV3Arbitrum.ASSETS.WETH.ORACLE, subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${process.env.NEXT_PUBLIC_SUBGRAPH_API_KEY}/subgraphs/id/GPpZfiGoDChLsiWoMG5fxXdRNEYrsVDrKJ39moGcbz6i`, feeTokens: [ - // { - // name: 'Gho Token', - // address: AaveV3Arbitrum.ASSETS.GHO.UNDERLYING, - // symbol: 'GHO', - // decimals: 18, - // chainId: 42161, - // logoURI: - // 'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092', - // oracle: AaveV3Arbitrum.ASSETS.GHO.ORACLE, - // extensions: { - // isNative: false, - // }, - // balance: '0', - // }, + { + name: 'Gho Token', + address: AaveV3Arbitrum.ASSETS.GHO.UNDERLYING, + symbol: 'GHO', + decimals: 18, + chainId: 42161, + logoURI: + 'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092', + oracle: AaveV3Arbitrum.ASSETS.GHO.ORACLE, + extensions: { + isNative: false, + }, + balance: '0', + }, { name: 'Ethereum', symbol: 'ETH',