Skip to content

Commit

Permalink
Merge pull request #569 from airgap-it/fix/dailynet-name
Browse files Browse the repository at this point in the history
fix(): change daily net name
  • Loading branch information
AndreasGassmann authored Sep 4, 2023
2 parents bf8c7bd + 6b7305a commit 1fd4655
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/blockchains/tezos-sapling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export enum NetworkType {
MAINNET = 'mainnet',
GHOSTNET = 'ghostnet', // Long running testnet
MONDAYNET = 'mondaynet', // Testnet, resets every monday
DAILYNET = 'mondaynet', // Testnet, resets every day
DAILYNET = 'dailynet', // Testnet, resets every day
DELPHINET = 'delphinet',
EDONET = 'edonet',
FLORENCENET = 'florencenet',
Expand Down
4 changes: 2 additions & 2 deletions scripts/blockchains/tezos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export enum NetworkType {
MAINNET = 'mainnet',
GHOSTNET = 'ghostnet', // Long running testnet
MONDAYNET = 'mondaynet', // Testnet, resets every monday
DAILYNET = 'mondaynet', // Testnet, resets every day
DAILYNET = 'dailynet', // Testnet, resets every day
DELPHINET = 'delphinet',
EDONET = 'edonet',
FLORENCENET = 'florencenet',
Expand Down Expand Up @@ -212,6 +212,6 @@ export const tezosIosList: App[] = [
logo: 'exodus.svg',
supportedInteractionStandards: ['beacon'],
deepLink: 'exodus://wc',
universalLink:'https://www.exodus.com/'
universalLink: 'https://www.exodus.com/'
}
]

0 comments on commit 1fd4655

Please sign in to comment.