Skip to content

Commit d21148b

Browse files
UNIV2WBTCDAI & UNIV2AAVEETH (#318)
* Revert "Pm/one time draw dai (#316)" This reverts commit 5357bc6. * added UNIV2WBTCDAI & UNIV2AAVEETH
1 parent 6b7bcc7 commit d21148b

4 files changed

Lines changed: 27 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.29",
22+
"@makerdao/dai-plugin-mcd": "^1.6.30",
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@
6666
"UNIV2DAIUSDC",
6767
"UNIV2ETHUSDT",
6868
"UNIV2LINKETH",
69-
"UNIV2UNIETH"
69+
"UNIV2UNIETH",
70+
"UNIV2WBTCDAI",
71+
"UNIV2AAVEETH"
7072
],
7173
"trackingPages": {
7274
"Overview": "Overview",

src/references/ilkList.js

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ import {
2424
UNIV2DAIUSDC,
2525
UNIV2ETHUSDT,
2626
UNIV2LINKETH,
27-
UNIV2UNIETH
27+
UNIV2UNIETH,
28+
UNIV2WBTCDAI,
29+
UNIV2AAVEETH
2830
} from '@makerdao/dai-plugin-mcd';
2931

3032
export default [
@@ -255,5 +257,21 @@ export default [
255257
gem: 'UNIV2UNIETH',
256258
currency: UNIV2UNIETH,
257259
networks: ['mainnet']
260+
},
261+
{
262+
slug: 'univ2wbtcdai-a',
263+
symbol: 'UNIV2WBTCDAI-A',
264+
key: 'UNIV2WBTCDAI-A',
265+
gem: 'UNIV2WBTCDAI',
266+
currency: UNIV2WBTCDAI,
267+
networks: ['mainnet']
268+
},
269+
{
270+
slug: 'univ2aaveeth-a',
271+
symbol: 'UNIV2AAVEETH-A',
272+
key: 'UNIV2AAVEETH-A',
273+
gem: 'UNIV2AAVEETH',
274+
currency: UNIV2AAVEETH,
275+
networks: ['mainnet']
258276
}
259277
];

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.29":
2454-
version "1.6.29"
2455-
resolved "https://registry.yarnpkg.com/@makerdao/dai-plugin-mcd/-/dai-plugin-mcd-1.6.29.tgz#94e16eea189f2e9c2d984a746b3d5a506cd84208"
2456-
integrity sha512-IdoTjuQCo0xak0t2WeWafLlkAxjPE+QqBk0mUVwGAVPD3yHToF84R2lERpAC8f0vtiu4Be1DuVXu5TEX/dRC6Q==
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==
24572457
dependencies:
24582458
"@makerdao/currency" "0.9.9"
24592459
"@makerdao/services-core" "^0.9.9"

0 commit comments

Comments
 (0)