Skip to content

Commit

Permalink
add capId;
Browse files Browse the repository at this point in the history
Signed-off-by: tcar <tcar121293@gmail.com>
  • Loading branch information
tcar121293 committed Jun 26, 2024
1 parent d8a241d commit 6e4dca3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"chainId": {
"type": "integer"
},
"caipId": {
"type": "string"
},
"parachainId": {
"type": ["integer", "string"]
},
Expand Down Expand Up @@ -113,6 +116,9 @@
"type": "string",
"pattern": "^0x[0-9]{64}$"
},
"caipId": {
"type": "string"
},
"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,20 +40,23 @@
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000200",
"caip19": "eip155:11155111/erc20:0x7d58589b6C1Ba455c4060a3563b9a0d447Bef9af",
"type": "fungible",
"address": "0x7d58589b6C1Ba455c4060a3563b9a0d447Bef9af",
"symbol": "ERC20LRTest",
"decimals": 18
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000300",
"caip19": "eip155:11155111/erc20:0x7d5e591661F4E727cE7A41982859C1c70A81ECf0",
"type": "fungible",
"address": "0x7d5e591661F4E727cE7A41982859C1c70A81ECf0",
"symbol": "sygBTC",
"decimals": 18
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000500",
"caip19": "",
"type": "permissionlessGeneric",
"address": "",
"symbol": "eth",
Expand All @@ -63,6 +67,7 @@
{
"id": 2,
"chainId": 17000,
"caipId": "eip155:17000",
"name": "holesky",
"type": "evm",
"bridge": "0x4f1624f758f43c69750f70cb12922A4ba34b6558",
Expand Down Expand Up @@ -99,20 +104,23 @@
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000200",
"caip19": "eip155:17000/erc20:0xa85F87ff5F5d28eB775C23e35771A984c4bb3D41",
"type": "fungible",
"address": "0xa85F87ff5F5d28eB775C23e35771A984c4bb3D41",
"symbol": "ERC20LRTest",
"decimals": 18
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000300",
"caip19": "eip155:17000/erc20:0x04EdAC940e4beD3aF04EC1a6f6f951cD42572c76",
"type": "fungible",
"address": "0x04EdAC940e4beD3aF04EC1a6f6f951cD42572c76",
"symbol": "sygBTC",
"decimals": 18
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000500",
"caip19": "",
"type": "permissionlessGeneric",
"address": "",
"symbol": "eth",
Expand All @@ -122,6 +130,7 @@
},
{
"id": 3,
"caipId": "eip155:3",
"name": "Bitcoin-Testnet3",
"type": "btc",
"nativeTokenSymbol": "BTC",
Expand All @@ -133,6 +142,7 @@
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000300",
"caip19": "eip155:3/erc20:tb1pkwg7akwja3ec03j3pk09fmt5d59g8axc5mya3gptxd6uacvq35usmhh8x6",
"type": "fungible",
"address": "tb1pkwg7akwja3ec03j3pk09fmt5d59g8axc5mya3gptxd6uacvq35usmhh8x6",
"burnable": false,
Expand Down

0 comments on commit 6e4dca3

Please sign in to comment.