Skip to content

Instantly share code, notes, and snippets.

@julien51
Created November 6, 2019 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julien51/c44c0b3f38f25dd527faccad171d241e to your computer and use it in GitHub Desktop.
Save julien51/c44c0b3f38f25dd527faccad171d241e to your computer and use it in GitHub Desktop.
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