Skip to content

Commit

Permalink
update some asset capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricfung committed Nov 12, 2024
1 parent 61d2207 commit 9cc5d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/asset.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (a *Asset) Verify() error {
func GetAssetCapacity(id crypto.Hash) Integer {
switch id {
case BitcoinAssetId:
return NewIntegerFromString("3000")
return NewIntegerFromString("2500")
case EthereumAssetId:
return NewIntegerFromString("5000")
case XINAssetId:
Expand All @@ -55,7 +55,7 @@ func GetAssetCapacity(id crypto.Hash) Integer {
case USDTEthereumAssetId:
return NewIntegerFromString("10000000")
case USDTTRONAssetId:
return NewIntegerFromString("10000000")
return NewIntegerFromString("12000000")
case PandoUSDAssetId:
return NewIntegerFromString("1000000000000")
case USDCAssetId:
Expand Down

0 comments on commit 9cc5d81

Please sign in to comment.