Skip to content

Commit

Permalink
Merge pull request #14 from ArtBlocks/add-v3-contract
Browse files Browse the repository at this point in the history
Add V3 Contract
  • Loading branch information
Jbern16 authored Nov 2, 2022
2 parents ba6e1bb + bdff6a7 commit 861e6fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/address.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// v2 is not present as the v2 spec was only applicable for Engine
const artblocks = {
"mainnet": {
"v0": "0x059edd72cd353df5106d2b9cc5ab83a52287ac3a",
"v1": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270"
"v1": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
"v3": "0x99a9b7c1116f9ceeb1652de04d5969cce509b069"
}
}

Expand Down

0 comments on commit 861e6fb

Please sign in to comment.