Skip to content

Commit

Permalink
feat(sandbox): update gumball machine metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Jul 26, 2023
1 parent ad1e6cf commit 8ee49bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/assets/gumball_machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ mod gumball_machine {
init {
"name" => "Gumball Machine".to_owned(), locked;
"description" => "Sandbox Gumball Machine just for you to play around!".to_owned(), locked;
"icon_url" => "https://img.freepik.com/free-vector/bubble-gum-realistic-composition-with-ball-shaped-vending-machine-with-colorful-gumballs_1284-64158.jpg?w=1000".to_owned(), locked;
"icon_url" => Url("https://img.freepik.com/free-vector/bubble-gum-realistic-composition-with-ball-shaped-vending-machine-with-colorful-gumballs_1284-64158.jpg?w=1000".to_owned()), locked;
"dapp_definition" => dapp.to_owned(), locked;
}
})
Expand Down
Binary file modified examples/assets/gumball_machine.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/helpers/hash.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('hash', () => {
join(__dirname, '../assets/gumball_machine.wasm')
).toString('hex')
expect(hash(gumballMachineWasm).toString('hex')).toBe(
'73e103838d783e70834d904d51ebdfae7744486aa7378d21cf20db79cbcc8f7f'
'7ee268cfee93aa7291df737bd93d2c531f45c48269c9891e7d90736270e1642b'
)
})
})

0 comments on commit 8ee49bd

Please sign in to comment.