Skip to content

Commit

Permalink
update nonFungible into nonfungible;
Browse files Browse the repository at this point in the history
Signed-off-by: tcar <tcar121293@gmail.com>
  • Loading branch information
tcar121293 committed Feb 15, 2024
1 parent 5c2c2ef commit 5d9d68b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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
4 changes: 2 additions & 2 deletions testnet/shared-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000200",
"type": "nonFungible",
"type": "nonfungible",
"address": "0x285207cbed7af3bc80e05421d17ae1181d63abd0",
"symbol": "ERC721TST",
"decimals": 0
Expand Down Expand Up @@ -286,7 +286,7 @@
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000200",
"type": "nonFungible",
"type": "nonfungible",
"address": "0x18a8e0748fa207483d23aeac3d0508a25dda3db1",
"symbol": "ERC721TST",
"decimals": 0
Expand Down

0 comments on commit 5d9d68b

Please sign in to comment.