Skip to content

Commit

Permalink
Add network field to Provider interface
Browse files Browse the repository at this point in the history
thomas-senechal committed Dec 20, 2024
1 parent 8ed2d83 commit 97d68ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DeWeb/ProviderTable.tsx
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@ interface Provider {
desc: string;
url: string;
owner: string;
network: 'mainnet' | 'buildnet';
}

const ProviderTable: React.FC = () => {

0 comments on commit 97d68ee

Please sign in to comment.