Skip to content

Commit 18e38c5

Browse files
committed
Merge branch 'master' into develop
2 parents f701808 + 0b2b096 commit 18e38c5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/new-polymath-shared/src/constants/network.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const TokenAddresses: {
3838
[NetworkIds.Local]: localTokens,
3939
[NetworkIds.LocalVm]: localTokens,
4040
[NetworkIds.Kovan]: {
41-
[types.Tokens.Dai]: '0xc4375b7de8af5a38a93548eb8453a498222c4ff2',
41+
[types.Tokens.Dai]: '0x4f96fe3b7a6cf9725f59d353f723c1bdb64ca6aa',
4242
[types.Tokens.Poly]: '0xB347b9f5B56b431B2CF4e1d90a5995f7519ca792',
4343
[types.Tokens.Gusd]: '0xB06d72a24df50D4E2cAC133B320c5E7DE3ef94cB',
4444
[types.Tokens.Pax]: '0xB06d72a24df50D4E2cAC133B320c5E7DE3ef94cB',
@@ -56,7 +56,7 @@ export const TokenAddresses: {
5656
[types.Tokens.Usdt]: '0x509ee0d083ddf8ac028f2a56731412edd63223b9',
5757
},
5858
[NetworkIds.Mainnet]: {
59-
[types.Tokens.Dai]: '0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359',
59+
[types.Tokens.Dai]: '0x6B175474E89094C44Da98b954EedeAC495271d0F',
6060
[types.Tokens.Poly]: '0x9992ec3cf6a55b00978cddf2b27bc6882d88d1ec',
6161
[types.Tokens.Gusd]: '0x056fd409e1d7a124bd7017459dfea2f387b6d5cd',
6262
[types.Tokens.Pax]: '0x8e870d67f660d95d5be530380d0ec0bd388289e1',

packages/polymath-shared/src/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ type DaiAddresses = {
2323
const faucetAddress =
2424
PolyTokenFaucetArtifact.networks[LOCAL_NETWORK_ID].address;
2525
export const DAI_ADDRESSES: DaiAddresses = {
26-
[MAINNET_NETWORK_ID]: '0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359',
27-
[KOVAN_NETWORK_ID]: '0xc4375b7de8af5a38a93548eb8453a498222c4ff2',
26+
[MAINNET_NETWORK_ID]: '0x6B175474E89094C44Da98b954EedeAC495271d0F',
27+
[KOVAN_NETWORK_ID]: '0x4f96fe3b7a6cf9725f59d353f723c1bdb64ca6aa',
2828
[GOERLI_NETWORK_ID]: faucetAddress,
2929
[LOCAL_NETWORK_ID]: faucetAddress,
3030
[LOCALVM_NETWORK_ID]: faucetAddress,

0 commit comments

Comments
 (0)