Skip to content

Commit

Permalink
Update constants.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Aug 19, 2024
1 parent 4d0619c commit dbd43f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/core/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export const STATS_API: { [key in types.SkaleNetwork]: string | null } = {
}

export const BASE_METADATA_URL =
<<<<<<< HEAD
'https://raw.githubusercontent.com/skalenetwork/skale-network/master/metadata/'

export const MAX_APPS_DEFAULT = 12
Expand All @@ -102,6 +101,3 @@ export const SKALE_SOCIAL_LINKS = {
swell: 'https://swell.skale.space/',
website: 'https://skale.space/'
}
=======
'https://raw.githubusercontent.com/skalenetwork/skale-network/old-main/metadata/'
>>>>>>> 73e5b7c005a37263b2863abc80d4b67579c32008
2 changes: 1 addition & 1 deletion src/core/paymaster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
/**
* @file constants.ts
* @file paymaster.ts
* @copyright SKALE Labs 2022-Present
*/

Expand Down
2 changes: 1 addition & 1 deletion src/data/contractsMeta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

/**
* @file constants.ts
* @file contractsMeta.ts
* @copyright SKALE Labs 2022-Present
*/

Expand Down

0 comments on commit dbd43f7

Please sign in to comment.