Skip to content

Commit

Permalink
Merge pull request #88 from sygmaprotocol/tcar/add-erc721
Browse files Browse the repository at this point in the history
  • Loading branch information
tcar121293 committed Feb 15, 2024
2 parents 5481d64 + 5d9d68b commit 144058c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"type": "string",
"enum": [
"fungible",
"nonFungible",
"nonfungible",
"permissionedGeneric",
"permissionlessGeneric"
]
Expand Down
6 changes: 3 additions & 3 deletions testnet/shared-config-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000200",
"type": "nonFungible",
"type": "nonfungible",
"address": "0xe9d3b1433bACDfC26ee097629D238A41BF6dA3aE",
"symbol": "ERC721TST",
"decimals": 0
Expand Down Expand Up @@ -160,7 +160,7 @@
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000200",
"type": "nonFungible",
"type": "nonfungible",
"address": "0x37313Ab1701fCfC5050E84B4E7f841abB588a1db",
"symbol": "ERC721TST",
"decimals": 0
Expand Down Expand Up @@ -262,7 +262,7 @@
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000200",
"type": "nonFungible",
"type": "nonfungible",
"address": "0xCD246D40f9f91F3cFF83210F2b689c2F126a6ceC",
"symbol": "ERC721TST",
"decimals": 0
Expand Down
22 changes: 22 additions & 0 deletions testnet/shared-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
"type": "erc20",
"address": "0xa65387feCb172ffF8A0aabA323A10c63757BBFA6"
},
{
"type": "erc721",
"address": "0x669F52487ffA6f9aBf722082f735537A98Ec0E4b"
},
{
"type": "permissionlessGeneric",
"address": "0x7dCBdb9cBA0Bb1871EECafAB290E5a2e45077479"
Expand All @@ -96,6 +100,13 @@
}
],
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000200",
"type": "nonfungible",
"address": "0x285207cbed7af3bc80e05421d17ae1181d63abd0",
"symbol": "ERC721TST",
"decimals": 0
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000300",
"type": "fungible",
Expand Down Expand Up @@ -247,6 +258,10 @@
"type": "erc20",
"address": "0x39D1Aea5F01138940F19A15049E2073D4df1dc9E"
},
{
"type": "erc721",
"address": "0x52757D9c1a8f8b496cf1e688bbB8055f9F3DfC8a"
},
{
"type": "permissionlessGeneric",
"address": "0x3CBbC542d10CD037cafb1632B29B5B0F59B08A48"
Expand All @@ -269,6 +284,13 @@
}
],
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000200",
"type": "nonfungible",
"address": "0x18a8e0748fa207483d23aeac3d0508a25dda3db1",
"symbol": "ERC721TST",
"decimals": 0
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000300",
"type": "fungible",
Expand Down

0 comments on commit 144058c

Please sign in to comment.