Skip to content

Commit

Permalink
✨ Adding mainnet address
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-bellotti committed Apr 30, 2023
1 parent 01b574d commit 1c7975f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { constants } from 'starknet';
export const STAGING_BASE_URL = 'https://goerli.api.avnu.fi';
export const BASE_URL = 'https://goerli.api.avnu.fi';
export const AVNU_ADDRESS: { [chainId: string]: string } = {
[constants.StarknetChainId.MAINNET]: '0x4270219d365d6b017231b52e92b3fb5d7c8378b05e9abc97724537a80e93b0f',
[constants.StarknetChainId.TESTNET]: '0x6d8cd321dcbbf54512eab67c8a6849faf920077a3996f40bb4761adc4f021d2',
[`${constants.StarknetChainId.TESTNET}-dev`]: '0x871a5d57d3d89a451edfccb4a925bfbb712f960c69396d19ca12b3916fb1cd',
};

0 comments on commit 1c7975f

Please sign in to comment.