Skip to content

Commit 535c33d

Browse files
authored
feat: add GHO as a fee token in Avalanche Bridge (#2602)
1 parent c70c14c commit 535c33d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/components/transactions/Bridge/BridgeConfig.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,18 @@ const prodConfig: Config[] = [
154154
wrappedNativeOracle: AaveV3Avalanche.ASSETS.WAVAX.ORACLE,
155155
subgraphUrl: `https://gateway.thegraph.com/api/${process.env.NEXT_PUBLIC_SUBGRAPH_API_KEY}/subgraphs/id/7WRSEgg43s2CqpymK2wkHrhQjn4v5fEnufonwRkkokbM`,
156156
feeTokens: [
157+
{
158+
name: 'Gho Token',
159+
address: AaveV3Avalanche.ASSETS.GHO.UNDERLYING,
160+
symbol: 'GHO',
161+
decimals: 18,
162+
chainId: ChainId.avalanche,
163+
oracle: AaveV3Avalanche.ASSETS.GHO.ORACLE,
164+
extensions: {
165+
isNative: false,
166+
},
167+
balance: '0',
168+
},
157169
{
158170
name: 'AVAX',
159171
symbol: 'AVAX',

0 commit comments

Comments
 (0)