You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first three chunks of the module name in ./config/config.json need to represent the repository name. So we have to start with github.com/keep-network/tbtc-v2 when naming module for cross chain arbitrum module. I propose either github.com/keep-network/tbtc-v2/arbitrum or github.com/keep-network/tbtc-v2/cross-chain-arbitrum.
In the same PR we could change the name of github.com/keep-network/tbtc-mg module to github.com/keep-network/optimistic-minting and github.com/keep-network/tbtc-v2.ts to github.com/keep-network/tbtc-v2/typescript (as they're incorrectly named as well).
The text was updated successfully, but these errors were encountered:
michalinacienciala
changed the title
Update names of modules for tbtc-mg and cross-chain/arbitrum
Update names of modules for tbtc-mg, tbtc-v2.ts and cross-chain/arbitrumMar 14, 2023
Changing arbitrum module name
Refs #40
This PR is a followup up PR to this comment keep-network/tbtc-v2#554 (comment) around naming CI modules.
first three chunks of the module name need to represent the repository name
The first three chunks of the module name in
./config/config.json
need to represent the repository name. So we have to start withgithub.com/keep-network/tbtc-v2
when naming module for cross chain arbitrum module. I propose eithergithub.com/keep-network/tbtc-v2/arbitrum
orgithub.com/keep-network/tbtc-v2/cross-chain-arbitrum
.In the same PR we could change the name of
github.com/keep-network/tbtc-mg
module togithub.com/keep-network/optimistic-minting
andgithub.com/keep-network/tbtc-v2.ts
togithub.com/keep-network/tbtc-v2/typescript
(as they're incorrectly named as well).The text was updated successfully, but these errors were encountered: