Skip to content

Commit

Permalink
Fix(stargate): comment out unused addr object
Browse files Browse the repository at this point in the history
  • Loading branch information
Quazia committed Sep 21, 2023
1 parent 13ec99f commit 332508e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/stargate/src/contract-addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export const USDC_POOL_ID: number = 1
export const USDT_POOL_ID: number = 2
export const ETH_POOL_ID: number = 13

/*
// A lot of these key values are incorrect
export const CHAIN_AND_POOL_TO_TOKEN_ADDRESS_UNUSED: {
[chainId: number]: { [address: string]: number }
Expand Down Expand Up @@ -134,6 +135,7 @@ export const CHAIN_AND_POOL_TO_TOKEN_ADDRESS_UNUSED: {
'0x28fc411f9e1c480AD312b3d9C60c22b965015c6B': ETH_POOL_ID,
},
}
*/

export const CHAIN_AND_POOL_TO_TOKEN_ADDRESS: {
[chainId: number]: { [address: string]: number }
Expand Down

0 comments on commit 332508e

Please sign in to comment.