Skip to content

Commit

Permalink
epochs example
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Oct 19, 2024
1 parent 7f0e520 commit c5a9768
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
site-path: './build'
network: 'testnet'
epochs: 100
object-id: '0x1a64a12447b5581ba4dd40cb0cd8f9bb485a7db3b42789158e467e5e5c531af8'
env:
SUI_ADDRESS: ${{ vars.SUI_ADDRESS }}
Expand Down
Binary file removed public/walrus-testnet.jpeg
Binary file not shown.
Binary file added public/walrus-testnet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function App() {
return (
<div className="App">
<header className="App-header">
<img src="/walrus-testnet.jpeg" className="App-logo" alt="logo" />
<img src="/walrus-testnet.png" className="App-logo" alt="logo" />
<p>
Walrus Sites GA Example
</p>
Expand Down

0 comments on commit c5a9768

Please sign in to comment.