Skip to content

Commit

Permalink
fix: mainnet bond contract
Browse files Browse the repository at this point in the history
  • Loading branch information
bucurdavid committed Apr 5, 2024
1 parent d1fe141 commit 355734b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const minterContractAddress: { [key in EnvironmentsEnum]: string } = {

export const bondContractAddress: { [key in EnvironmentsEnum]: string } = {
devnet: 'erd1qqqqqqqqqqqqqpgqhlyaj872kyh620zsfew64l2k4djerw2tfsxsmrxlan',
mainnet: '',
mainnet: 'erd1qqqqqqqqqqqqqpgq9yfa4vcmtmn55z0e5n84zphf2uuuxxw9c77qgqqwkn',
testnet: ''
};

Expand Down

0 comments on commit 355734b

Please sign in to comment.