Skip to content

Commit

Permalink
fix: disable gho as fee token testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka committed Oct 31, 2024
1 parent b6de0be commit b8df3fc
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 @@ -146,20 +146,20 @@ const testnetConfig: Config[] = [
},
],
feeTokens: [
{
name: 'Gho Token',
address: AaveV3Sepolia.ASSETS.GHO.UNDERLYING,
symbol: 'GHO',
decimals: 18,
chainId: 11155111,
logoURI:
'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092',
oracle: AaveV3Sepolia.ASSETS.GHO.ORACLE,
extensions: {
isNative: false,
},
balance: '0',
},
// {
// name: 'Gho Token',
// address: AaveV3Sepolia.ASSETS.GHO.UNDERLYING,
// symbol: 'GHO',
// decimals: 18,
// chainId: 11155111,
// logoURI:
// 'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092',
// oracle: AaveV3Sepolia.ASSETS.GHO.ORACLE,
// extensions: {
// isNative: false,
// },
// balance: '0',
// },
{
name: 'Ethereum',
symbol: 'ETH',
Expand Down Expand Up @@ -190,20 +190,20 @@ const testnetConfig: Config[] = [
},
],
feeTokens: [
{
name: 'Gho Token',
address: AaveV3Sepolia.ASSETS.GHO.UNDERLYING,
symbol: 'GHO',
decimals: 18,
chainId: 421614,
logoURI:
'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092',
oracle: AaveV3Sepolia.ASSETS.GHO.ORACLE,
extensions: {
isNative: false,
},
balance: '0',
},
// {
// name: 'Gho Token',
// address: AaveV3Sepolia.ASSETS.GHO.UNDERLYING,
// symbol: 'GHO',
// decimals: 18,
// chainId: 421614,
// logoURI:
// 'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092',
// oracle: AaveV3Sepolia.ASSETS.GHO.ORACLE,
// extensions: {
// isNative: false,
// },
// balance: '0',
// },
{
name: 'Ethereum',
symbol: 'ETH',
Expand Down

0 comments on commit b8df3fc

Please sign in to comment.