Skip to content

Commit

Permalink
style: use the real symbol of the GM tokens on mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
chechu committed Jan 28, 2025
1 parent b7c48d8 commit 776a517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers/deploymentConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5238,14 +5238,14 @@ export const globalConfig: NetworkConfig = {
{
isMock: false,
name: "GMX Market",
symbol: "gmETH",
symbol: "GM", // gmWETH-USDC
decimals: 18,
tokenAddress: "0x70d95587d40A2caf56bd97485aB3Eec10Bee6336",
},
{
isMock: false,
name: "GMX Market",
symbol: "gmBTC",
symbol: "GM", // gmBTC-USDC
decimals: 18,
tokenAddress: "0x47c031236e19d024b42f8AE6780E44A573170703",
},
Expand Down

0 comments on commit 776a517

Please sign in to comment.