66 AaveV3Base ,
77 AaveV3BaseSepolia ,
88 AaveV3Ethereum ,
9+ AaveV3Gnosis ,
910 AaveV3Sepolia ,
1011 GhoArbitrum ,
1112 GhoBase ,
@@ -57,8 +58,6 @@ const prodConfig: Config[] = [
5758 symbol : 'GHO' ,
5859 decimals : 18 ,
5960 chainId : ChainId . mainnet ,
60- logoURI :
61- 'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092' ,
6261 oracle : AaveV3Ethereum . ASSETS . GHO . ORACLE ,
6362 extensions : {
6463 isNative : false ,
@@ -71,8 +70,6 @@ const prodConfig: Config[] = [
7170 decimals : 18 ,
7271 address : constants . AddressZero , // Use zero address for network token ccip
7372 chainId : ChainId . mainnet ,
74- logoURI :
75- 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png' ,
7673 extensions : {
7774 isNative : true ,
7875 } ,
@@ -95,8 +92,6 @@ const prodConfig: Config[] = [
9592 symbol : 'GHO' ,
9693 decimals : 18 ,
9794 chainId : ChainId . arbitrum_one ,
98- logoURI :
99- 'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092' ,
10095 oracle : AaveV3Arbitrum . ASSETS . GHO . ORACLE ,
10196 extensions : {
10297 isNative : false ,
@@ -109,8 +104,6 @@ const prodConfig: Config[] = [
109104 decimals : 18 ,
110105 address : constants . AddressZero , // Use zero address for network token ccip
111106 chainId : ChainId . arbitrum_one ,
112- logoURI :
113- 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png' ,
114107 extensions : {
115108 isNative : true ,
116109 } ,
@@ -133,8 +126,6 @@ const prodConfig: Config[] = [
133126 symbol : 'GHO' ,
134127 decimals : 18 ,
135128 chainId : ChainId . base ,
136- logoURI :
137- 'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092' ,
138129 oracle : AaveV3Base . ASSETS . GHO . ORACLE ,
139130 extensions : {
140131 isNative : false ,
@@ -147,8 +138,6 @@ const prodConfig: Config[] = [
147138 decimals : 18 ,
148139 address : constants . AddressZero , // Use zero address for network token ccip
149140 chainId : ChainId . base ,
150- logoURI :
151- 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png' ,
152141 extensions : {
153142 isNative : true ,
154143 } ,
@@ -171,8 +160,28 @@ const prodConfig: Config[] = [
171160 decimals : 18 ,
172161 address : constants . AddressZero , // Use zero address for network token ccip
173162 chainId : ChainId . avalanche ,
174- logoURI :
175- 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png' ,
163+ extensions : {
164+ isNative : true ,
165+ } ,
166+ balance : '0' ,
167+ } ,
168+ ] ,
169+ } ,
170+ {
171+ sourceChainId : ChainId . xdai ,
172+ chainSelector : '465200170687744372' ,
173+ burnMintTokenPool : '0xDe6539018B095353A40753Dc54C91C68c9487D4E' ,
174+ router : '0x4aAD6071085df840abD9Baf1697d5D5992bDadce' ,
175+ tokenOracle : '0x360d8aa8F6b09B7BC57aF34db2Eb84dD87bf4d12' ,
176+ wrappedNativeOracle : AaveV3Gnosis . ASSETS . WXDAI . ORACLE ,
177+ subgraphUrl : `https://gateway.thegraph.com/api/${ process . env . NEXT_PUBLIC_SUBGRAPH_API_KEY } /subgraphs/id/CFjU1G9iUtFDqEBTzSePRiPjghjUzQeFX5C67DGSK2Ao` ,
178+ feeTokens : [
179+ {
180+ name : 'XDAI' ,
181+ symbol : 'XDAI' ,
182+ decimals : 18 ,
183+ address : constants . AddressZero , // Use zero address for network token ccip
184+ chainId : ChainId . xdai ,
176185 extensions : {
177186 isNative : true ,
178187 } ,
0 commit comments