mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-22 17:33:18 +01:00
12 lines
356 B
TypeScript
12 lines
356 B
TypeScript
|
export const ratioOceanToAsi = 0.433226
|
||
|
export const ratioAgixToAsi = 0.43335
|
||
|
export const ratioFetToAsi = 1
|
||
|
|
||
|
export const tokens: `0x${string}`[] = [
|
||
|
'0x967da4048cd07ab37855c090aaf366e4ce1b9f48', // OCEAN
|
||
|
'0xaea46a60368a7bd060eec7df8cba43b7ef41ad85', // FET
|
||
|
'0x5b7533812759b45c2b44c19e320ba2cd2681b542' // AGIX
|
||
|
]
|
||
|
|
||
|
export const exampleBuyInUsd = 100
|