Skip to content

Commit

Permalink
Manually fix Moonbeam USDC price
Browse files Browse the repository at this point in the history
  • Loading branch information
djb15 committed Aug 16, 2024
1 parent 636b1cc commit 668b1ba
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 @@ -1346,7 +1346,7 @@ func generatedMainnetTokenList() []tokenConfigEntry {
{chain: 16, addr: "000000000000000000000000765277eebeca2e31912c9946eae1021199b39c61", symbol: "DAI", coinGeckoId: "dai", decimals: 18, price: 0.999076}, // Addr: 0x765277eebeca2e31912c9946eae1021199b39c61, Notional: 23.977824
{chain: 16, addr: "000000000000000000000000a423e7eeb60547d9c7b65005477b63ae7ce67e62", symbol: "EFT", coinGeckoId: "energyfi", decimals: 18, price: 0.00018482}, // Addr: 0xa423e7eeb60547d9c7b65005477b63ae7ce67e62, Notional: 4.6205
{chain: 16, addr: "00000000000000000000000030d2a9f5fdf90ace8c17952cbb4ee48a55d916a7", symbol: "WETH", coinGeckoId: "weth", decimals: 18, price: 2661.57}, // Addr: 0x30d2a9f5fdf90ace8c17952cbb4ee48a55d916a7, Notional: 1885.5931790079
{chain: 16, addr: "000000000000000000000000818ec0a7fe18ff94269904fced6ae3dae6d6dc0b", symbol: "USDC", coinGeckoId: "multichain-bridged-usdc-moonbeam", decimals: 6, price: 0.08057}, // Addr: 0x818ec0a7fe18ff94269904fced6ae3dae6d6dc0b, Notional: 94.6199456545
{chain: 16, addr: "000000000000000000000000818ec0a7fe18ff94269904fced6ae3dae6d6dc0b", symbol: "USDC", coinGeckoId: "multichain-bridged-usdc-moonbeam", decimals: 6, price: 1.0}, // Addr: 0x818ec0a7fe18ff94269904fced6ae3dae6d6dc0b, Notional: 94.6199456545
{chain: 16, addr: "0000000000000000000000003405a1bd46b85c5c029483fbecf2f3e611026e45", symbol: "MATIC", coinGeckoId: "matic-network", decimals: 18, price: 0.423753}, // Addr: 0x3405a1bd46b85c5c029483fbecf2f3e611026e45, Notional: 66.40631087452098
{chain: 16, addr: "000000000000000000000000acc15dc74880c9944775448304b263d191c6077f", symbol: "WGLMR", coinGeckoId: "wrapped-moonbeam", decimals: 18, price: 0.155144}, // Addr: 0xacc15dc74880c9944775448304b263d191c6077f, Notional: 6576.002489772518
{chain: 16, addr: "000000000000000000000000fa9343c3897324496a05fc75abed6bac29f8a40f", symbol: "ETH", coinGeckoId: "weth", decimals: 18, price: 2661.57}, // Addr: 0xfa9343c3897324496a05fc75abed6bac29f8a40f, Notional: 2266.2267533523
Expand Down

0 comments on commit 668b1ba

Please sign in to comment.