Skip to content

Commit

Permalink
watcher: update NTT quoter contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel authored and evan-gray committed Apr 18, 2024
1 parent f44528a commit 3a6ad3a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion watcher/src/NTTConsts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,13 @@ export const NTT_SOLANA_IXS = [
];

export const NTT_QUOTER_CONTRACT: { [key in Network]: { [key in Chain]?: string } } = {
['Mainnet']: {},
['Mainnet']: {
Solana: 'Nqd6XqA8LbsCuG8MLWWuP865NV6jR1MbXeKxD4HLKDJ',
Ethereum: '0x63BE47835c7D66c4aA5B2C688Dc6ed9771c94C74',
Arbitrum: '0x63BE47835c7D66c4aA5B2C688Dc6ed9771c94C74',
Optimism: '0x63BE47835c7D66c4aA5B2C688Dc6ed9771c94C74',
Base: '0x63BE47835c7D66c4aA5B2C688Dc6ed9771c94C74',
},
['Testnet']: {
Solana: 'NqTdGLLL6b6bFo7YESNEezocgF8onH5cst5EdH791en',
},
Expand Down

0 comments on commit 3a6ad3a

Please sign in to comment.