Skip to content

Commit 75d75e4

Browse files
committed
feat: add goerli constants for ui helpers
1 parent c26d157 commit 75d75e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helpers/constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export const chainlinkAggregatorProxy = {
8686
'arbitrum-rinkeby': '0x5f0423B1a6935dc5596e7A24d98532b67A0AeFd8',
8787
arbitrum: '0x639Fe6ab55C921f74e7fac1ee960C0B6293ba612',
8888
rinkeby: '0x8A753747A1Fa494EC906cE90E9f37563A8AF630e',
89+
goerli: '0x9F54B624fb17d07816C5552f8AB133c21b0322cD',
8990
};
9091

9192
export const chainlinkEthUsdAggregatorProxy = {
@@ -99,4 +100,5 @@ export const chainlinkEthUsdAggregatorProxy = {
99100
'arbitrum-rinkeby': '0x5f0423B1a6935dc5596e7A24d98532b67A0AeFd8',
100101
arbitrum: '0x639Fe6ab55C921f74e7fac1ee960C0B6293ba612',
101102
rinkeby: '0x8A753747A1Fa494EC906cE90E9f37563A8AF630e',
103+
goerli: '0x9F54B624fb17d07816C5552f8AB133c21b0322cD',
102104
};

0 commit comments

Comments
 (0)