Skip to content

Commit

Permalink
fix: correct opTokenId for WMC
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBHarley committed May 23, 2024
1 parent 964b72c commit fbb42e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/$WMC/data.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "Wrapped MistCoin",
"symbol": "$WMC",
"symbol": "WMC",
"decimals": 2,
"logoURI": "https://static.wixstatic.com/media/d31aae_e982ceb5d49f4431b8834097e31efb06~mv2.png/v1/fill/w_601,h_391,al_c,lg_1,q_85,enc_auto/MIST-min-removebg-preview.png",
"opTokenId": "$WMC",
"opTokenId": "WMC",
"addresses": {
"1": "0x7Fd4d7737597E7b4ee22AcbF8D94362343ae0a79",
"8453": "0x3d2EbA645c44BBD32A34b7c017667711eb5b173C"
}
}
}

0 comments on commit fbb42e4

Please sign in to comment.