Skip to content

Commit e186d1c

Browse files
authored
feat: gho as fee token on base (#2539)
1 parent 500a69f commit e186d1c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/components/transactions/Bridge/BridgeConfig.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,20 @@ const prodConfig: Config[] = [
127127
wrappedNativeOracle: AaveV3Base.ASSETS.WETH.ORACLE,
128128
subgraphUrl: `https://gateway.thegraph.com/api/${process.env.NEXT_PUBLIC_SUBGRAPH_API_KEY}/subgraphs/id/7RqaLvSMWBv4Z3xmv4kb6Jq3t59ikYG3wpcsTnLgBWzt`,
129129
feeTokens: [
130+
{
131+
name: 'Gho Token',
132+
address: AaveV3Base.ASSETS.GHO.UNDERLYING,
133+
symbol: 'GHO',
134+
decimals: 18,
135+
chainId: ChainId.base,
136+
logoURI:
137+
'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092',
138+
oracle: AaveV3Base.ASSETS.GHO.ORACLE,
139+
extensions: {
140+
isNative: false,
141+
},
142+
balance: '0',
143+
},
130144
{
131145
name: 'Ethereum',
132146
symbol: 'ETH',

0 commit comments

Comments
 (0)