-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from CityOfZion/CU-86a217gdx
CU-86a217gdx - NeoLegacy: Remove 0x from the return token of the method getBalance
- Loading branch information
Showing
5 changed files
with
97 additions
and
242 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/changes/@cityofzion/bs-neo-legacy/CU-86a217gdx_2024-01-23-20-15.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@cityofzion/bs-neo-legacy", | ||
"comment": "Removed 0x from the return token od the getBalance method", | ||
"type": "patch" | ||
} | ||
], | ||
"packageName": "@cityofzion/bs-neo-legacy" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
[ | ||
{ | ||
"symbol": "GAS", | ||
"type": "UtilityToken", | ||
"name": "GAS", | ||
"hash": "602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7", | ||
"decimals": 8, | ||
"blockchain": "neoLegacy" | ||
"decimals": 8 | ||
}, | ||
{ | ||
"symbol": "NEO", | ||
"type": "GoverningToken", | ||
"name": "NEO", | ||
"hash": "c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b", | ||
"decimals": 0, | ||
"blockchain": "neoLegacy" | ||
"decimals": 0 | ||
} | ||
] | ||
] |
Oops, something went wrong.