Skip to content

Commit

Permalink
update assets cap
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricfung committed Jan 24, 2024
1 parent 6e21e0e commit a2c79f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/asset.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ func (a *Asset) Verify() error {
func GetAssetCapacity(id crypto.Hash) Integer {
switch id {
case BitcoinAssetId:
return NewIntegerFromString("10000")
return NewIntegerFromString("7000")
case EthereumAssetId:
return NewIntegerFromString("30000")
return NewIntegerFromString("10000")
case XINAssetId:
return NewIntegerFromString("1000000")
case BOXAssetId:
return NewIntegerFromString("200000000")
case MOBAssetId:
return NewIntegerFromString("50000000")
case USDTEthereumAssetId:
return NewIntegerFromString("5000000")
return NewIntegerFromString("10000000")
case USDTTronAssetId:
return NewIntegerFromString("10000000")
case PandoUSDAssetId:
Expand Down

0 comments on commit a2c79f4

Please sign in to comment.