Skip to content

Commit

Permalink
feat(ui-ux): update sui backing address (#1912)
Browse files Browse the repository at this point in the history
* feat(ui-ux): update sui backing address

* fix(test): add e2e
  • Loading branch information
chloezxyy authored Nov 29, 2023
1 parent cfdb4cb commit f6f0fc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions cypress/fixtures/proof-of-backing/backingAddresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ export const cakeBackingAddresses = [
token: "dDOGE",
link: "https://dogechain.info/address/9uv4fqPjSYNVNvqzbuGUMACBw67qQcLTxg",
},
{
token: "dSUI",
link: "https://suiexplorer.com/address/0xe319ee27de5d3cb4a2345c8b714a69d6710ca05395e3709983d886061b1b818d",
},
];

export const quantumBackingAddresses = [
Expand Down
4 changes: 2 additions & 2 deletions src/constants/TokenBackedAddress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ export const TOKEN_BACKED_ADDRESS: BackedAddress = {
},
SUI: {
cake: {
link: "https://suiexplorer.com/address/0x072e6de3fc10b1eacbe130127f6baf3111034fc0204f0edd7a1899d8c40a11a5",
link: "https://suiexplorer.com/address/0xe319ee27de5d3cb4a2345c8b714a69d6710ca05395e3709983d886061b1b818d",
address:
"0x072e6de3fc10b1eacbe130127f6baf3111034fc0204f0edd7a1899d8c40a11a5",
"0xe319ee27de5d3cb4a2345c8b714a69d6710ca05395e3709983d886061b1b818d",
},
},
};
Expand Down

0 comments on commit f6f0fc7

Please sign in to comment.