-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test: changes for alpha protocol 1 * test: changes for alpha protocol 2 * test: updated mondaynet-2023-07-17 known contract * test: updated modanynet changes of protocol constants * test: updated modanynet changes of protocol constants 2023-07-25 * test: updated mondaynet changes of protocol constants 2023-08-02 * test: updated mondaynet known-contracts * test: updated mondaynet changes of protocol constsants 2023-08-22 * revert: revert protocol change that belongs to protocol P * test: updated mondaynet known-contracts 0826 * revert: integration-tests/known-contracts-PtNairobi.ts back * test: updated mondaynet known-contracts 0826 * test: mondaynet update of week 0828 * test: mondaynet update of week 0905 * revert: add back failing_noop test case * fix: complete defaultRpc url of ghostnet * test: added back networktype * test: updating estimation assertion
- Loading branch information
1 parent
d103c23
commit 2bc19bc
Showing
8 changed files
with
194 additions
and
139 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
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
File renamed without changes.
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,8 +1,8 @@ | ||
import { KnownContracts } from './known-contracts'; | ||
export const knownContractsProtoALph: KnownContracts = { | ||
contract: "KT1EqE9uiQoodrX3hymdTsMzv4Ugh9Ba7WQh", | ||
bigMapContract: "KT1AhkcgTg5Yve1akqhp3L2VYe9wuJyr9Cf2", | ||
tzip12BigMapOffChainContract: "KT1L13TdpnvSnH9oax8BVsjsGwYUEAymvsUY", | ||
saplingContract: "KT1REUu1WbovnUHgxP5ywV6Nc8WSTSquoRmw", | ||
onChainViewContractAddress: "KT1NewFz74bCpfQw1qVkxGbN6MncRaVgaymH" | ||
contract: "KT1JWuKFJWDYvBWWiH6GDrMn7KbgbSXnYPZS", | ||
bigMapContract: "KT1FiKJtmUd3AU5Ey3bNGahehudqtFkatprA", | ||
tzip12BigMapOffChainContract: "KT1Mq4TszoSWeXvsqPWSz45W6aVVSDrxizNW", | ||
saplingContract: "KT1ENuhqgJLa7EHvgf2LDvRp8Z9wZ9LNkg5J", | ||
onChainViewContractAddress: "KT1XBxr9fbJV4XFRwLx3EB9kpazGouFFYhP6", | ||
}; |
Oops, something went wrong.