Skip to content

Commit

Permalink
added celo addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Mar 3, 2023
1 parent 5905a19 commit 0ef47fc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"author": "Masa Finance",
"license": "MIT",
"dependencies": {
"@masa-finance/masa-contracts-identity": "^1.3.1",
"@masa-finance/masa-contracts-identity": "^1.3.3",
"@masa-finance/masa-token": "^1.0.0",
"arweave": "~1.12.6",
"axios": "^1.3.2",
Expand Down
6 changes: 6 additions & 0 deletions src/contracts/networks/celo/celo.ts
@@ -1,7 +1,13 @@
import SoulboundIdentity from "@masa-finance/masa-contracts-identity/deployments/celo/SoulboundIdentity.json";
import SoulName from "@masa-finance/masa-contracts-identity/deployments/celo/SoulName.json";
import SoulStore from "@masa-finance/masa-contracts-identity/deployments/celo/SoulStore.json";
import SoulboundGreen from "@masa-finance/masa-contracts-identity/deployments/celo/SoulboundGreen.json";

export const MASA = undefined;
export const USDC = undefined;
export const WETH = undefined;

export const SoulboundIdentityAddress = SoulboundIdentity.address;
export const SoulNameAddress = SoulName.address;
export const SoulStoreAddress = SoulStore.address;
export const SoulboundGreenAddress = SoulboundGreen.address;
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -428,10 +428,10 @@
"@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14"

"@masa-finance/masa-contracts-identity@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@masa-finance/masa-contracts-identity/-/masa-contracts-identity-1.3.1.tgz#93e897b27b3d979b90c8cdf12acb647d0bbca4cd"
integrity sha512-vJdLV/7R5GlEE/UvMAFehJlXNIo60kFGb9Bq6eRHZ+AnmolUZq2abzAvDJt82whDiBcMbP17C/XLnYawxXSX9g==
"@masa-finance/masa-contracts-identity@^1.3.3":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@masa-finance/masa-contracts-identity/-/masa-contracts-identity-1.3.3.tgz#c29a4c9c1378fd09f1db3cfc103b2298f1fe8890"
integrity sha512-ZdSMXm3Hfo3Als4D7qEiFTcb5YY+gx0TT/uG6LEU53KmSWbxjl3IoxRhOGH1Z0IKDdA867GHI12DbfrV+zkrnQ==
dependencies:
ethers "~5.7.2"

Expand Down

0 comments on commit 0ef47fc

Please sign in to comment.