Skip to content

Commit

Permalink
add-gnosis-safe-banner
Browse files Browse the repository at this point in the history
  • Loading branch information
erichfi authored Dec 12, 2022
1 parent 6020b2b commit a263308
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platforms/src/GnosisSafe/App-Bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ export class GnosisSafePlatform extends Platform {
platformId = "GnosisSafe";
path = "GnosisSafe";

bannerContent = "Currently, we only recognize Gnosis Safes on the Ethereum main network. So you can't get that stamp through your Gnosis Safes on other networks.";

async getProviderPayload(appContext: AppContext): Promise<ProviderPayload> {
const result = await Promise.resolve({});
return result;
Expand Down

0 comments on commit a263308

Please sign in to comment.