Skip to content

Commit

Permalink
Enabling RAM purchases on Proton
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Mar 7, 2024
1 parent ad1183c commit 651a3a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,11 @@ export const chains: ChainConfig[] = [
},
{
id: 'proton',
chainFeatures: new Set([ChainFeatures.Staking, ChainFeatures.VoteProducer]),
chainFeatures: new Set([
ChainFeatures.BuyRAM,
ChainFeatures.Staking,
ChainFeatures.VoteProducer,
]),
chainId: ChainId.from('384da888112027f0321850a169f737c33e53b388aad48b5adace4bab97f437e0'),
coreTokenSymbol: Asset.Symbol.from('4,XPR'),
coreTokenContract: Name.from('eosio.token'),
Expand Down

0 comments on commit 651a3a5

Please sign in to comment.