Skip to content

Commit

Permalink
fix: temp disable gho as fee token (#2248)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka authored Nov 15, 2024
1 parent 93c31c4 commit e33d117
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions src/components/transactions/Bridge/BridgeConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit e33d117

Please sign in to comment.