Created
November 6, 2019 16:53
-
-
Save julien51/c44c0b3f38f25dd527faccad171d241e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
var unlockProtocolConfig = { | |
locks: { | |
'0xabc...': { | |
name: 'One Week', | |
}, | |
'0xdef...': { | |
name: 'One Month', | |
}, | |
'0xghi...': { | |
name: 'One Year', | |
}, | |
}, | |
icon: 'https://...', | |
callToAction: { | |
default: | |
'Enjoy Forbes Online without any ads. Pay with Ethereum in just two clicks.', | |
expired: | |
'your key has expired, please purchase a new one', | |
pending: 'Purchase pending...', | |
confirmed: 'Your content is unlocked!', | |
noWallet: 'Please, get a wallet!', | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment