Skip to content

Commit

Permalink
feat(website): fix a5 contract addresses (#14751)
Browse files Browse the repository at this point in the history
Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com>
  • Loading branch information
2manslkh and d1onys1us committed Sep 20, 2023
1 parent 7812cf9 commit c5abdea
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions packages/website/domain/chain/jolnir/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,67 +31,77 @@ export const JOLNIR_CONFIG = {
taikoL2: {
name: "TaikoL2",
address: {
impl: "0x1000777700000000000000000000000000000001",
proxy: "0x1000777700000000000000000000000000000001",
impl: "0x1c7a1688604a79616826993A1AC27e802cC8b17D",
},
},
etherVault: {
name: "EtherVault",
address: {
impl: "0x1000777700000000000000000000000000000003",
proxy: "0x1000777700000000000000000000000000000003",
impl: "0x0000777700000000000000000000000000000003",
},
},
erc20Vault: {
name: "ERC20Vault",
address: {
impl: "0x1000777700000000000000000000000000000002",
proxy: "0x1000777700000000000000000000000000000002",
impl: "0x0000777700000000000000000000000000000002",
},
},
erc721Vault: {
name: "ERC721Vault",
address: {
impl: "0x1000777700000000000000000000000000000008",
proxy: "0x1000777700000000000000000000000000000008",
impl: "0x0000777700000000000000000000000000000008",
},
},
erc1155Vault: {
name: "ERC1155Vault",
address: {
impl: "0x1000777700000000000000000000000000000009",
proxy: "0x1000777700000000000000000000000000000009",
impl: "0x0000777700000000000000000000000000000009",
},
},
bridge: {
name: "Bridge",
address: {
impl: "0x1000777700000000000000000000000000000004",
proxy: "0x1000777700000000000000000000000000000004",
impl: "0x0000777700000000000000000000000000000004",
},
},
signalService: {
name: "SignalService",
address: {
impl: "0x1000777700000000000000000000000000000007",
proxy: "0x1000777700000000000000000000000000000007",
impl: "0x0000777700000000000000000000000000000007",
},
},
// Bridged ERC-20 contracts
erc20Contracts: {
bridgedTaikoToken: {
name: "Bridged Taiko Token Jolnir",
address: {
impl: "0xe705498492D0aE94CA9365D395D2C6924F24F445",
proxy: "0xe705498492D0aE94CA9365D395D2C6924F24F445",
impl: "0x29E2e05dcE30299A90Fd212F6c680692BF7f1dC5",
},
decimals: 18,
symbol: "TTKOj",
},
bridgedHorseToken: {
name: "Bridged Horse Token",
address: {
impl: "0x9833DcA11f178dbaF2b88da42557DA2970534430",
proxy: "0x9833DcA11f178dbaF2b88da42557DA2970534430",
impl: "0x5B9F2597FF055bfC304F1276048AB65fFde8FbEA",
},
decimals: 18,
symbol: "HORSE",
},
bridgedBullToken: {
name: "Bridged Bull Token",
address: {
impl: "0xc02D1fE3aA2134D2d7561e99f0A699C5Ca7B44ED",
proxy: "0xc02D1fE3aA2134D2d7561e99f0A699C5Ca7B44ED",
impl: "0x073C9b4Ed7059eEdd2ad6F8a8bFd48AAB2413eC3",
},
decimals: 18,
symbol: "BLL",
Expand Down

0 comments on commit c5abdea

Please sign in to comment.