Skip to content

Commit 6324a11

Browse files
committed
revert expectations
1 parent 4a774ae commit 6324a11

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

packages/sdk/contractkit/src/wrappers/FeeCurrencyDirectoryWrapper.test.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ testWithAnvilL2('FeeCurrencyDirectory', (web3) => {
1414
"adaptedToken": undefined,
1515
"address": "0x20FE3FD86C231fb8E28255452CEA7851f9C5f9c1",
1616
"decimals": 18,
17-
"name": "Mento Dollar",
18-
"symbol": "USDm",
17+
"name": "Celo Dollar",
18+
"symbol": "cUSD",
1919
},
2020
{
2121
"adaptedToken": undefined,
2222
"address": "0x5930519559Ffa7528a00BE445734036471c443a2",
2323
"decimals": 18,
24-
"name": "Mento Euro",
25-
"symbol": "EURm",
24+
"name": "Celo Euro",
25+
"symbol": "cEUR",
2626
},
2727
{
2828
"adaptedToken": undefined,
2929
"address": "0xB2Fd9852Ca3D69678286A8635d661690906A3E9d",
3030
"decimals": 18,
31-
"name": "Mento Brazilian Real",
32-
"symbol": "BRLm",
31+
"name": "Celo Brazilian Real",
32+
"symbol": "cREAL",
3333
},
3434
]
3535
`)

packages/sdk/contractkit/src/wrappers/StableToken.test.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,21 @@ testWithAnvilL2('StableToken Wrapper', async (web3) => {
1818
symbol: string
1919
}
2020
} = {
21+
// Symbols are old in tests because the test data hasnt been updated
2122
[StableToken.USDm]: {
2223
stableToken: StableToken.USDm,
23-
name: 'Mento Dollar',
24-
symbol: 'USDm',
24+
name: 'Celo Dollar',
25+
symbol: 'cUSD',
2526
},
2627
[StableToken.EURm]: {
2728
stableToken: StableToken.EURm,
28-
name: 'Mento Euro',
29-
symbol: 'EURm',
29+
name: 'Celo Euro',
30+
symbol: 'cEUR',
3031
},
3132
[StableToken.BRLm]: {
3233
stableToken: StableToken.BRLm,
33-
name: 'Mento Brazilian Real',
34-
symbol: 'BRLm',
34+
name: 'Celo Brazilian Real',
35+
symbol: 'cREAL',
3536
},
3637
}
3738

0 commit comments

Comments
 (0)