Skip to content

Commit beb76eb

Browse files
committed
fix: network
1 parent 04b51c1 commit beb76eb

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

src/components/transactions/Bridge/BridgeConfig.ts

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ const prodConfig: Config[] = [
4545
wrappedNativeOracle: AaveV3Ethereum.ASSETS.WETH.ORACLE,
4646
subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${process.env.NEXT_PUBLIC_SUBGRAPH_API_KEY}/subgraphs/id/E11p8T4Ff1DHZbwSUC527hkUb5innVMdTuP6A2s1xtm1`,
4747
feeTokens: [
48-
// {
49-
// name: 'Gho Token',
50-
// address: AaveV3Ethereum.ASSETS.GHO.UNDERLYING,
51-
// symbol: 'GHO',
52-
// decimals: 18,
53-
// chainId: 1,
54-
// logoURI:
55-
// 'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092',
56-
// oracle: AaveV3Ethereum.ASSETS.GHO.ORACLE,
57-
// extensions: {
58-
// isNative: false,
59-
// },
60-
// balance: '0',
61-
// },
48+
{
49+
name: 'Gho Token',
50+
address: AaveV3Ethereum.ASSETS.GHO.UNDERLYING,
51+
symbol: 'GHO',
52+
decimals: 18,
53+
chainId: 1,
54+
logoURI:
55+
'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092',
56+
oracle: AaveV3Ethereum.ASSETS.GHO.ORACLE,
57+
extensions: {
58+
isNative: false,
59+
},
60+
balance: '0',
61+
},
6262
{
6363
name: 'Ethereum',
6464
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

Comments
 (0)