-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RT2801 Smoke Test Compatibility (#2702)
* Fix to fees smoketest * Fixed staking rewards test * update api augment * removed any * remove rounding error * fix alphanet balances * fixed comment
- Loading branch information
1 parent
4a8fb81
commit 2a2b15b
Showing
8 changed files
with
825 additions
and
256 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,102 @@ | ||
export const AccountShortfalls = { | ||
"Moonbase Stage": { | ||
"0x7cb3790906f902a02f0d6784058362db929c5f3f": { | ||
comment: "localAssetDeposit to be manually returned", | ||
brokenIn: 2801, | ||
reserved: 300000000000000000000n, | ||
locks: 0n, | ||
}, | ||
"0x56c97e8fb7faebebe643473d5c9adaeb3fb2538e": { | ||
comment: "localAssetDeposit to be manually returned", | ||
brokenIn: 2801, | ||
reserved: 1009200000000000000n, | ||
locks: 0n, | ||
}, | ||
}, | ||
"Moonbase Alpha": { | ||
"0x2cbdf7c89b265320121925de4c1a9f842310d86a": { | ||
comment: "localAssetDeposit to be manually returned", | ||
brokenIn: 2801, | ||
reserved: 1009900000000000000n, | ||
locks: 0n, | ||
}, | ||
"0x5d9ab5522c64e1f6ef5e3627eccc093f56167818": { | ||
comment: "localAssetDeposit to be manually returned", | ||
brokenIn: 2801, | ||
reserved: 1007400000000000000n, | ||
locks: 0n, | ||
}, | ||
"0xb12c13e66ade1f72f71834f2fc5082db8c091358": { | ||
comment: "localAssetDeposit to be manually returned (from repatriated)", | ||
brokenIn: 2801, | ||
reserved: 1007800000000000000n, | ||
locks: 0n, | ||
}, | ||
"0xa0c92679eb35dc6fbabe4fcf154dd925bb6d9933": { | ||
comment: "localAssetDeposit to be manually returned ", | ||
brokenIn: 2801, | ||
reserved: 100000000000000000000n, | ||
locks: 0n, | ||
}, | ||
"0x72c397908cb93d1b569bbb0ff8d3d26b7b21d730": { | ||
comment: "localAssetDeposit to be manually returned ", | ||
brokenIn: 2801, | ||
reserved: 101007900000000000000n, | ||
locks: 0n, | ||
}, | ||
"0x798ce91bbfa900b4680904d4d8d560daf11d7a98": { | ||
comment: "localAssetDeposit to be manually returned (repatriated)", | ||
brokenIn: 2801, | ||
reserved: 2017200000000000000n, | ||
locks: 0n, | ||
}, | ||
"0x499ab66749b8ebc370cc73458d33940ae13f5d99": { | ||
comment: "localAssetDeposit to be manually returned ", | ||
brokenIn: 2801, | ||
reserved: 100000000000000000000n, | ||
locks: 0n, | ||
}, | ||
"0x08480769599e23f626efff39b89f3137e9917a40": { | ||
comment: "localAssetDeposit to be manually returned ", | ||
brokenIn: 2801, | ||
reserved: 200000000000000000000n, | ||
locks: 0n, | ||
}, | ||
"0x1be578aa93594fab84f4665fa1661dc554a3de6e": { | ||
comment: "localAssetDeposit to be manually returned ", | ||
brokenIn: 2801, | ||
reserved: 101008000000000000000n, | ||
locks: 0n, | ||
}, | ||
"0x7a852c4f4ecc07164365b0def5f37b44b085c558": { | ||
comment: "localAssetDeposit to be manually returned ", | ||
brokenIn: 2801, | ||
reserved: 1009200000000000000n, | ||
locks: 0n, | ||
}, | ||
"0x6cb33761955ec73580c7f5d85ba3a47d543a4399": { | ||
comment: "localAssetDeposit to be manually returned ", | ||
brokenIn: 2801, | ||
reserved: 200000000000000000000n, | ||
locks: 0n, | ||
}, | ||
"0x248e9ebe34e24cf332566d440e2b095ec2cc97bd": { | ||
comment: "localAssetDeposit to be manually returned ", | ||
brokenIn: 2801, | ||
reserved: 101008200000000000000n, | ||
locks: 0n, | ||
}, | ||
"0xe6c5b9500035cb5557e8fdbaa758d78a15361a0e": { | ||
comment: "localAssetDeposit & metadata to be manually returned", | ||
brokenIn: 2801, | ||
reserved: 101009600000000000000n, | ||
locks: 0n, | ||
}, | ||
"0xd720165d294224a7d16f22ffc6320eb31f3006e1": { | ||
comment: "alberto's account 😬", | ||
brokenIn: 2801, | ||
reserved: 302017300000000000000n, | ||
locks: 0n, | ||
}, | ||
}, | ||
} as const; |
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
Oops, something went wrong.