Skip to content

Commit

Permalink
chore(ui-ux): update sol backing address (#1924)
Browse files Browse the repository at this point in the history
* chore(ui-ux): update sol backing address

* update test sol backing
  • Loading branch information
pierregee committed Jan 3, 2024
1 parent 0fce614 commit ca7a167
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions cypress/fixtures/proof-of-backing/backingAddresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ export const cakeBackingAddresses = [
token: "dDOGE",
link: "https://dogechain.info/address/9uv4fqPjSYNVNvqzbuGUMACBw67qQcLTxg",
},
{
token: "dSOL",
link: "https://solscan.io/account/9DT7TnLgbw175oFNuAgoMuVzJkLmpVM3eektucttVmXL",
},
{
token: "dDOT",
link: "https://polkadot.subscan.io/account/12YfgqECReN4fQppa9BDoyGce43F54ZHYotE77mb5SmCBsUks",
},
{
token: "dSUI",
link: "https://suiexplorer.com/address/0xe319ee27de5d3cb4a2345c8b714a69d6710ca05395e3709983d886061b1b818d",
Expand Down
4 changes: 2 additions & 2 deletions src/constants/TokenBackedAddress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ export const TOKEN_BACKED_ADDRESS: BackedAddress = {
},
SOL: {
cake: {
link: "https://solscan.io/account/9XeYumALc7r4TvBvnUYrZpMXdvxKQ4mxf2WsR1gxyNNH",
address: "9XeYumALc7r4TvBvnUYrZpMXdvxKQ4mxf2WsR1gxyNNH",
link: "https://solscan.io/account/9DT7TnLgbw175oFNuAgoMuVzJkLmpVM3eektucttVmXL",
address: "9DT7TnLgbw175oFNuAgoMuVzJkLmpVM3eektucttVmXL",
},
},
DOT: {
Expand Down

0 comments on commit ca7a167

Please sign in to comment.