Skip to content

Commit

Permalink
Manually fix token price
Browse files Browse the repository at this point in the history
  • Loading branch information
djb15 committed Oct 7, 2024
1 parent 7190164 commit ef7a0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/pkg/governor/generated_mainnet_tokens.go
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,7 @@ func generatedMainnetTokenList() []tokenConfigEntry {
{chain: 16, addr: "0000000000000000000000004792c1ecb969b036eb51330c63bd27899a13d84e", symbol: "AVAX", coinGeckoId: "wrapped-avax", decimals: 18, price: 27.9}, // Addr: 0x4792c1ecb969b036eb51330c63bd27899a13d84e, Notional: 551.3285215889999
{chain: 16, addr: "000000000000000000000000511ab53f793683763e5a8829738301368a2411e3", symbol: "WELL", coinGeckoId: "moonwell-artemis", decimals: 18, price: 0.03575094}, // Addr: 0x511ab53f793683763e5a8829738301368a2411e3, Notional: 5596989.037021993
{chain: 16, addr: "000000000000000000000000765277eebeca2e31912c9946eae1021199b39c61", symbol: "DAI", coinGeckoId: "dai", decimals: 18, price: 0.99934}, // Addr: 0x765277eebeca2e31912c9946eae1021199b39c61, Notional: 23.98416
{chain: 16, addr: "000000000000000000000000818ec0a7fe18ff94269904fced6ae3dae6d6dc0b", symbol: "USDC", coinGeckoId: "multichain-bridged-usdc-moonbeam", decimals: 6, price: 0.091163}, // Addr: 0x818ec0a7fe18ff94269904fced6ae3dae6d6dc0b, Notional: 107.06017259154999
{chain: 16, addr: "000000000000000000000000818ec0a7fe18ff94269904fced6ae3dae6d6dc0b", symbol: "USDC", coinGeckoId: "multichain-bridged-usdc-moonbeam", decimals: 6, price: 1}, // Addr: 0x818ec0a7fe18ff94269904fced6ae3dae6d6dc0b, Notional: 107.06017259154999
{chain: 16, addr: "0000000000000000000000008f552a71efe5eefc207bf75485b356a0b3f01ec9", symbol: "USDC", coinGeckoId: "usd-coin", decimals: 6, price: 0.999443}, // Addr: 0x8f552a71efe5eefc207bf75485b356a0b3f01ec9, Notional: 1271.705461292828
{chain: 16, addr: "000000000000000000000000922d641a426dcffaef11680e5358f34d97d112e1", symbol: "WBTC", coinGeckoId: "wrapped-bitcoin", decimals: 8, price: 63347}, // Addr: 0x922d641a426dcffaef11680e5358f34d97d112e1, Notional: 792.5419186400001
{chain: 16, addr: "000000000000000000000000a423e7eeb60547d9c7b65005477b63ae7ce67e62", symbol: "EFT", coinGeckoId: "energyfi", decimals: 18, price: 0.00020399}, // Addr: 0xa423e7eeb60547d9c7b65005477b63ae7ce67e62, Notional: 5.09975
Expand Down

0 comments on commit ef7a0a1

Please sign in to comment.