Skip to content

Commit

Permalink
add erc721;
Browse files Browse the repository at this point in the history
Signed-off-by: tcar <[email protected]>
  • Loading branch information
tcar121293 committed Feb 14, 2024
1 parent 5481d64 commit 9563861
Showing 1 changed file with 22 additions and 0 deletions.
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": "0xe9d3b1433bACDfC26ee097629D238A41BF6dA3aE",
"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 9563861

Please sign in to comment.