Skip to content

Commit

Permalink
fix: add burn address for aptos testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
semeano committed Dec 20, 2024
1 parent 5d255cb commit f37b7cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/ledgerjs/packages/cryptoassets/src/abandonseed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ const abandonSeedAddresses: Partial<Record<CryptoCurrency["id"], string>> = {
zksync_sepolia: EVM_DEAD_ADDRESS,
mantra: "mantra12jypwtxm7npfszx5x9780fhz0j3ken696fdp33",
aptos: "0x634166b91829f78bedd71aaeccc56f179a8451c43ebbfa4aff7207af95051f58",
aptos_testnet: "0x634166b91829f78bedd71aaeccc56f179a8451c43ebbfa4aff7207af95051f58",
};

/**
Expand Down

0 comments on commit f37b7cb

Please sign in to comment.