Skip to content

Commit

Permalink
add two new fields;
Browse files Browse the repository at this point in the history
Signed-off-by: tcar <tcar121293@gmail.com>
  • Loading branch information
tcar121293 committed May 24, 2024
1 parent 9935b44 commit 7af3f82
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"id": {
"type": "integer"
},
"caipId": {
"type": "string",
"pattern": "^eip155:\\d+$"
},
"chainId": {
"type": "integer"
},
Expand Down Expand Up @@ -113,6 +117,10 @@
"type": "string",
"pattern": "^0x[0-9]{64}$"
},
"caip19": {
"type": "string",
"pattern": "^eip155:\\d+/(erc20|erc721|erc1155):0x[a-fA-F0-9]{40}$"
},
"type": {
"type": "string",
"enum": [
Expand Down
10 changes: 10 additions & 0 deletions testnet/shared-config-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{
"id": 1,
"chainId": 11155111,
"caipId": "eip155:11155111",
"name": "sepolia",
"type": "evm",
"bridge": "0x8c7ef673fdB8A91c70f85b7f9Cf5055C0D6B4410",
Expand Down Expand Up @@ -39,6 +40,7 @@
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000000",
"caip19": "eip155:11155111/erc20:0xFD0421E981542707869Db272ae98c1C8C98448C2",
"type": "fungible",
"address": "0xFD0421E981542707869Db272ae98c1C8C98448C2",
"burnable": true,
Expand All @@ -47,20 +49,23 @@
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000300",
"caip19": "eip155:11155111/erc20:0x6D3E32d5b6818A274F00fE69e33b54b4a820CD60",
"type": "fungible",
"address": "0x6D3E32d5b6818A274F00fE69e33b54b4a820CD60",
"symbol": "ERC20LRTest",
"decimals": 18
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000200",
"caip19": "eip155:11155111/erc721:0xb8b43e03cba3Ab1f5799E5525E124d700924163f",
"type": "nonfungible",
"address": "0xb8b43e03cba3Ab1f5799E5525E124d700924163f",
"symbol": "ERC721TST",
"decimals": 0
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000500",
"caip19": "",
"type": "permissionlessGeneric",
"address": "",
"symbol": "eth",
Expand All @@ -71,6 +76,7 @@
{
"id": 2,
"chainId": 17000,
"caipId": "eip155:17000",
"name": "holesky",
"type": "evm",
"bridge": "0x4f1624f758f43c69750f70cb12922A4ba34b6558",
Expand Down Expand Up @@ -108,6 +114,7 @@
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000000",
"caip19": "eip155:17000/erc20:0x873Ce69Da09b380d6531aBaD3A86A16950e01Fc8",
"type": "fungible",
"address": "0x873Ce69Da09b380d6531aBaD3A86A16950e01Fc8",
"burnable": true,
Expand All @@ -116,20 +123,23 @@
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000300",
"caip19": "eip155:17000/erc20:0xDDf81Bd7c08ad69D4ed82A2c2E190c65D30cc8bA",
"type": "fungible",
"address": "0xDDf81Bd7c08ad69D4ed82A2c2E190c65D30cc8bA",
"symbol": "ERC20LRTest",
"decimals": 18
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000200",
"caip19": "eip155:17000/erc20:0xF8550C42Cbe8040D471cEFAA80f4Eded6Cfb34Ab",
"type": "nonfungible",
"address": "0xF8550C42Cbe8040D471cEFAA80f4Eded6Cfb34Ab",
"symbol": "ERC721TST",
"decimals": 0
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000500",
"caip19": "",
"type": "permissionlessGeneric",
"address": "",
"symbol": "eth",
Expand Down

0 comments on commit 7af3f82

Please sign in to comment.