Skip to content

Commit

Permalink
added masa green to base mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Aug 16, 2023
1 parent 3e1c546 commit 295f72d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/networks/base/base.ts
Expand Up @@ -6,10 +6,12 @@ const {
SoulboundIdentity: SoulboundIdentityAddress,
SoulName: SoulNameAddress,
SoulStore: SoulStoreAddress,
SoulboundGreen: SoulboundGreenAddress,
} = baseAddresses;

export const base: Addresses = {
SoulboundIdentityAddress,
SoulNameAddress,
SoulStoreAddress,
SoulboundGreenAddress,
};

0 comments on commit 295f72d

Please sign in to comment.