Skip to content

Commit 1634b28

Browse files
UNIV2DAIUSDT (#321)
* Revert "Pm/one time draw dai (#316)" This reverts commit 5357bc6. * added UNIV2DAIUSDT
1 parent 1970594 commit 1634b28

4 files changed

Lines changed: 17 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@makerdao/dai-plugin-config": "^0.2.15",
2020
"@makerdao/dai-plugin-ledger-web": "^0.9.10",
2121
"@makerdao/dai-plugin-portis": "0.0.4",
22-
"@makerdao/dai-plugin-mcd": "^1.6.30",
22+
"@makerdao/dai-plugin-mcd": "^1.6.31",
2323
"@makerdao/dai-plugin-trezor-web": "^0.9.6",
2424
"@makerdao/dai-plugin-walletconnect": "^0.0.8",
2525
"@makerdao/dai-plugin-walletlink": "^0.0.4",

src/references/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
"UNIV2LINKETH",
6969
"UNIV2UNIETH",
7070
"UNIV2WBTCDAI",
71-
"UNIV2AAVEETH"
71+
"UNIV2AAVEETH",
72+
"UNIV2DAIUSDT"
7273
],
7374
"trackingPages": {
7475
"Overview": "Overview",

src/references/ilkList.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ import {
2626
UNIV2LINKETH,
2727
UNIV2UNIETH,
2828
UNIV2WBTCDAI,
29-
UNIV2AAVEETH
29+
UNIV2AAVEETH,
30+
UNIV2DAIUSDT
3031
} from '@makerdao/dai-plugin-mcd';
3132

3233
export default [
@@ -273,5 +274,13 @@ export default [
273274
gem: 'UNIV2AAVEETH',
274275
currency: UNIV2AAVEETH,
275276
networks: ['mainnet']
277+
},
278+
{
279+
slug: 'univ2daiusdt-a',
280+
symbol: 'UNIV2DAIUSDT-A',
281+
key: 'UNIV2DAIUSDT-A',
282+
gem: 'UNIV2DAIUSDT',
283+
currency: UNIV2DAIUSDT,
284+
networks: ['mainnet']
276285
}
277286
];

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2450,10 +2450,10 @@
24502450
hdkey "^1.0.0"
24512451
web3-provider-engine "14.0.4"
24522452

2453-
"@makerdao/dai-plugin-mcd@^1.6.30":
2454-
version "1.6.30"
2455-
resolved "https://registry.yarnpkg.com/@makerdao/dai-plugin-mcd/-/dai-plugin-mcd-1.6.30.tgz#59320bfc3feaf288499d9c495b7350cc7262132c"
2456-
integrity sha512-pNE4XukjEY4F/dfA5J9Wr60/WwWjyDQGulg3O9k7ch8lCSHmFOa0pImfQsNeCfuVGm5GiYY7WkVFHkZBWCPLdQ==
2453+
"@makerdao/dai-plugin-mcd@^1.6.31":
2454+
version "1.6.31"
2455+
resolved "https://registry.yarnpkg.com/@makerdao/dai-plugin-mcd/-/dai-plugin-mcd-1.6.31.tgz#bbac5f2af80ed62dffe20fefe0de6d577ded7f00"
2456+
integrity sha512-j2OeZLbSUuz6Ic4nNsRYPIo/2GBj+cjaWvMxK7K3cagnElLCAnH6s2kL08f6ELV0LY9j52x/wwHhS6Py5CpI1A==
24572457
dependencies:
24582458
"@makerdao/currency" "0.9.9"
24592459
"@makerdao/services-core" "^0.9.9"

0 commit comments

Comments
 (0)