Skip to content

Commit 2eb83cf

Browse files
committed
use lower case
1 parent 7c66412 commit 2eb83cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/indexer-proxy/utils/src/price_oracle.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ use subql_contracts::{price_contract_with_dynamic_address, settings, Network};
2323
use crate::error::Error;
2424

2525
// https://github.com/subquery/network-clients/blob/main/packages/network-config/src/constants.ts#L38
26-
pub const TESTNET_USDC_TOKEN_ADDRESS: &str = "0x2d9dcE396FcD6543Da1Ba7c9029c4B77E7716C74";
27-
pub const MAINNET_USDC_TOKEN_ADDRESS: &str = "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
26+
pub const TESTNET_USDC_TOKEN_ADDRESS: &str = "0x2d9dce396fcd6543da1ba7c9029c4b77e7716c74";
27+
pub const MAINNET_USDC_TOKEN_ADDRESS: &str = "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913";
2828
// https://github.com/subquery/network-contracts/blob/fed494b42970f824ff137c11ebe64742177b143a/publish/testnet.json#L67
29-
pub const TESTNET_SQT_TOKEN_ADDRESS: &str = "0x37B797EBE14B4490FE64c67390AeCfE20D650953";
29+
pub const TESTNET_SQT_TOKEN_ADDRESS: &str = "0x37b797ebe14b4490fe64c67390aecfe20d650953";
3030
// https://github.com/subquery/network-contracts/blob/fed494b42970f824ff137c11ebe64742177b143a/publish/mainnet.json#L73
31-
pub const MAINNET_SQT_TOKEN_ADDRESS: &str = "0x858c50C3AF1913b0E849aFDB74617388a1a5340d";
31+
pub const MAINNET_SQT_TOKEN_ADDRESS: &str = "0x858c50c3af1913b0e849afdb74617388a1a5340d";
3232

3333
#[derive(Debug, Clone, Copy, PartialEq, Eq, EthAbiType)]
3434
#[repr(u8)]

0 commit comments

Comments
 (0)