Skip to content

Commit

Permalink
fix(wallet): change sepolia contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
gacevicljubisa committed Feb 5, 2024
1 parent 97b77a9 commit 034fe0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/wallet/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Token struct {
var chainToSwarmTokenMap = map[int64]Token{
// Sepolia Testnet
11155111: {
Contract: common.HexToAddress("0xa66be4A7De4DfA5478Cb2308469D90115C45aA23"),
Contract: common.HexToAddress("0x543dDb01Ba47acB11de34891cD86B675F04840db"),
Symbol: "sBZZ",
Decimals: SwarmTokenDecimals,
},
Expand Down

0 comments on commit 034fe0f

Please sign in to comment.