Skip to content

Commit

Permalink
chore(ops): update proof of backing addresses for dETH, dUSDC, dUSDT,…
Browse files Browse the repository at this point in the history
… dEUROC, dMATIC, dBTC and dLTC tokens (#1911)

chore(ops): update proof of backing addresses for btc, eth, usdc, usdt, euroc, dmatic, ltc
  • Loading branch information
lykalabrada authored Nov 27, 2023
1 parent fd91e43 commit cfdb4cb
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
20 changes: 10 additions & 10 deletions cypress/e2e/pages/tokens/tokens-[symbol].spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ context("/tokens/* Backing Addresses", () => {
});
cy.findByTestId("BackingAddress.BTC").should(
"have.text",
"38pZuWUti3vSQuvuFYs8Lwbyje8cmaGhrT",
"3GcSHxkKY8ADMWRam51T1WYxYSb2vH62VL",
);
cy.findByTestId("BackingAddress.BTC")
.find("a")
.should(
"have.attr",
"href",
"https://www.blockchain.com/btc/address/38pZuWUti3vSQuvuFYs8Lwbyje8cmaGhrT",
"https://www.blockchain.com/btc/address/3GcSHxkKY8ADMWRam51T1WYxYSb2vH62VL",
);
});

Expand All @@ -143,14 +143,14 @@ context("/tokens/* Backing Addresses", () => {
});
cy.findByTestId("BackingAddress.ETH").should(
"have.text",
"0x94fa70d079d76279e1815ce403e9b985bccc82ac",
"0xc889faf456439fb932b9ce3d4f43d8078177fd29",
);
cy.findByTestId("BackingAddress.ETH")
.find("a")
.should(
"have.attr",
"href",
"https://etherscan.io/address/0x94fa70d079d76279e1815ce403e9b985bccc82ac",
"https://etherscan.io/address/0xc889faf456439fb932b9ce3d4f43d8078177fd29",
);
});

Expand All @@ -163,14 +163,14 @@ context("/tokens/* Backing Addresses", () => {
});
cy.findByTestId("BackingAddress.ETH").should(
"have.text",
"0x94fa70d079d76279e1815ce403e9b985bccc82ac",
"0xc889faf456439fb932b9ce3d4f43d8078177fd29",
);
cy.findByTestId("BackingAddress.ETH")
.find("a")
.should(
"have.attr",
"href",
"https://etherscan.io/address/0x94fa70d079d76279e1815ce403e9b985bccc82ac",
"https://etherscan.io/address/0xc889faf456439fb932b9ce3d4f43d8078177fd29",
);
});

Expand All @@ -183,14 +183,14 @@ context("/tokens/* Backing Addresses", () => {
});
cy.findByTestId("BackingAddress.ETH").should(
"have.text",
"0x94fa70d079d76279e1815ce403e9b985bccc82ac",
"0xc889faf456439fb932b9ce3d4f43d8078177fd29",
);
cy.findByTestId("BackingAddress.ETH")
.find("a")
.should(
"have.attr",
"href",
"https://etherscan.io/address/0x94fa70d079d76279e1815ce403e9b985bccc82ac",
"https://etherscan.io/address/0xc889faf456439fb932b9ce3d4f43d8078177fd29",
);
});

Expand Down Expand Up @@ -223,14 +223,14 @@ context("/tokens/* Backing Addresses", () => {
});
cy.findByTestId("BackingAddress.LTC").should(
"have.text",
"MLYQxJfnUfVqRwfYXjDJfmLbyA77hqzSXE",
"MTorFqmHaoFSBTmRGTnN1gXRrNqxa3tn2f",
);
cy.findByTestId("BackingAddress.LTC")
.find("a")
.should(
"have.attr",
"href",
"https://live.blockcypher.com/ltc/address/MLYQxJfnUfVqRwfYXjDJfmLbyA77hqzSXE",
"https://live.blockcypher.com/ltc/address/MTorFqmHaoFSBTmRGTnN1gXRrNqxa3tn2f",
);
});

Expand Down
12 changes: 6 additions & 6 deletions cypress/fixtures/proof-of-backing/backingAddresses.ts
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
export const cakeBackingAddresses = [
{
token: "dBTC",
link: "https://www.blockchain.com/btc/address/38pZuWUti3vSQuvuFYs8Lwbyje8cmaGhrT",
link: "https://www.blockchain.com/btc/address/3GcSHxkKY8ADMWRam51T1WYxYSb2vH62VL",
},
{
token: "dETH",
link: "https://etherscan.io/address/0x94fa70d079d76279e1815ce403e9b985bccc82ac",
link: "https://etherscan.io/address/0xc889faf456439fb932b9ce3d4f43d8078177fd29",
},
{
token: "dUSDT",
link: "https://etherscan.io/address/0x94fa70d079d76279e1815ce403e9b985bccc82ac",
link: "https://etherscan.io/address/0xc889faf456439fb932b9ce3d4f43d8078177fd29",
},
{
token: "dUSDC",
link: "https://etherscan.io/address/0x94fa70d079d76279e1815ce403e9b985bccc82ac",
link: "https://etherscan.io/address/0xc889faf456439fb932b9ce3d4f43d8078177fd29",
},
{
token: "dEUROC",
link: "https://etherscan.io/address/0x94fa70d079d76279e1815ce403e9b985bccc82ac",
link: "https://etherscan.io/address/0xc889faf456439fb932b9ce3d4f43d8078177fd29",
},
{
token: "dLTC",
link: "https://live.blockcypher.com/ltc/address/MLYQxJfnUfVqRwfYXjDJfmLbyA77hqzSXE",
link: "https://live.blockcypher.com/ltc/address/MTorFqmHaoFSBTmRGTnN1gXRrNqxa3tn2f",
},
{
token: "dBCH",
Expand Down
28 changes: 14 additions & 14 deletions src/constants/TokenBackedAddress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ interface BackedAddress {
export const TOKEN_BACKED_ADDRESS: BackedAddress = {
BTC: {
cake: {
link: "https://www.blockchain.com/btc/address/38pZuWUti3vSQuvuFYs8Lwbyje8cmaGhrT",
address: "38pZuWUti3vSQuvuFYs8Lwbyje8cmaGhrT",
link: "https://www.blockchain.com/btc/address/3GcSHxkKY8ADMWRam51T1WYxYSb2vH62VL",
address: "3GcSHxkKY8ADMWRam51T1WYxYSb2vH62VL",
},
quantum: {
link: "https://etherscan.io/address/0xc3F5f07143c567D657beFAE6752382b160d17317",
Expand All @@ -24,8 +24,8 @@ export const TOKEN_BACKED_ADDRESS: BackedAddress = {
},
ETH: {
cake: {
link: "https://etherscan.io/address/0x94fa70d079d76279e1815ce403e9b985bccc82ac",
address: "0x94fa70d079d76279e1815ce403e9b985bccc82ac",
link: "https://etherscan.io/address/0xc889faf456439fb932b9ce3d4f43d8078177fd29",
address: "0xc889faf456439fb932b9ce3d4f43d8078177fd29",
},
quantum: {
link: "https://etherscan.io/address/0xc3F5f07143c567D657beFAE6752382b160d17317",
Expand All @@ -34,8 +34,8 @@ export const TOKEN_BACKED_ADDRESS: BackedAddress = {
},
USDT: {
cake: {
link: "https://etherscan.io/address/0x94fa70d079d76279e1815ce403e9b985bccc82ac",
address: "0x94fa70d079d76279e1815ce403e9b985bccc82ac",
link: "https://etherscan.io/address/0xc889faf456439fb932b9ce3d4f43d8078177fd29",
address: "0xc889faf456439fb932b9ce3d4f43d8078177fd29",
},
quantum: {
link: "https://etherscan.io/address/0xc3F5f07143c567D657beFAE6752382b160d17317",
Expand All @@ -44,8 +44,8 @@ export const TOKEN_BACKED_ADDRESS: BackedAddress = {
},
USDC: {
cake: {
link: "https://etherscan.io/address/0x94fa70d079d76279e1815ce403e9b985bccc82ac",
address: "0x94fa70d079d76279e1815ce403e9b985bccc82ac",
link: "https://etherscan.io/address/0xc889faf456439fb932b9ce3d4f43d8078177fd29",
address: "0xc889faf456439fb932b9ce3d4f43d8078177fd29",
},
quantum: {
link: "https://etherscan.io/address/0xc3F5f07143c567D657beFAE6752382b160d17317",
Expand All @@ -54,8 +54,8 @@ export const TOKEN_BACKED_ADDRESS: BackedAddress = {
},
EUROC: {
cake: {
link: "https://etherscan.io/address/0x94fa70d079d76279e1815ce403e9b985bccc82ac",
address: "0x94fa70d079d76279e1815ce403e9b985bccc82ac",
link: "https://etherscan.io/address/0xc889faf456439fb932b9ce3d4f43d8078177fd29",
address: "0xc889faf456439fb932b9ce3d4f43d8078177fd29",
},
quantum: {
link: "https://etherscan.io/address/0xc3F5f07143c567D657beFAE6752382b160d17317",
Expand All @@ -64,8 +64,8 @@ export const TOKEN_BACKED_ADDRESS: BackedAddress = {
},
LTC: {
cake: {
link: "https://live.blockcypher.com/ltc/address/MLYQxJfnUfVqRwfYXjDJfmLbyA77hqzSXE",
address: "MLYQxJfnUfVqRwfYXjDJfmLbyA77hqzSXE",
link: "https://live.blockcypher.com/ltc/address/MTorFqmHaoFSBTmRGTnN1gXRrNqxa3tn2f",
address: "MTorFqmHaoFSBTmRGTnN1gXRrNqxa3tn2f",
},
},
BCH: {
Expand All @@ -82,8 +82,8 @@ export const TOKEN_BACKED_ADDRESS: BackedAddress = {
},
MATIC: {
cake: {
link: "https://etherscan.io/address/0x94fa70d079d76279e1815ce403e9b985bccc82ac",
address: "0x94fa70d079d76279e1815ce403e9b985bccc82ac",
link: "https://etherscan.io/address/0xc889faf456439fb932b9ce3d4f43d8078177fd29",
address: "0xc889faf456439fb932b9ce3d4f43d8078177fd29",
},
quantum: {
link: "https://etherscan.io/address/0xc3F5f07143c567D657beFAE6752382b160d17317",
Expand Down

0 comments on commit cfdb4cb

Please sign in to comment.