Skip to content

Commit

Permalink
add registered resources for sprinter
Browse files Browse the repository at this point in the history
  • Loading branch information
MakMuftic committed Jul 30, 2024
1 parent 0e0444e commit b967d5b
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions testnet/shared-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,22 @@
"address": "0xAE3283fb214cDb14884039Df09B7895773e68eFA",
"symbol": "PHA",
"decimals": 18
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000001200",
"caip19": "eip155:11155111/erc20:0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
"type": "fungible",
"address": "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
"symbol": "USDC",
"decimals": 6
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000002000",
"caip19": "eip155:11155111/erc20:0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
"type": "fungible",
"address": "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
"symbol": "WETH",
"decimals": 18
}
]
},
Expand Down Expand Up @@ -478,6 +494,22 @@
"address": "0xb947F89269F0cF54CC721BcDE298a46930f3418b",
"symbol": "sygUSD",
"decimals": 18
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000001200",
"caip19": "eip155:84532/erc20:0x036CbD53842c5426634e7929541eC2318f3dCF7e",
"type": "fungible",
"address": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
"symbol": "USDC",
"decimals": 6
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000002000",
"caip19": "eip155:84532/erc20:0x4200000000000000000000000000000000000006",
"type": "fungible",
"address": "0x4200000000000000000000000000000000000006",
"symbol": "WETH",
"decimals": 18
}
]
},
Expand Down Expand Up @@ -708,6 +740,22 @@
"address": "",
"symbol": "eth",
"decimals": 18
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000001200",
"caip19": "eip155:1993/erc20:0xE61e5ed4c4f198c5384Ef57E69aAD1eF0c911004",
"type": "fungible",
"address": "0xE61e5ed4c4f198c5384Ef57E69aAD1eF0c911004",
"symbol": "USDC",
"decimals": 6
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000002000",
"caip19": "eip155:1993/erc20:0x4130276422F93f567730CD0A66437E0421F6E502",
"type": "fungible",
"address": "0x4130276422F93f567730CD0A66437E0421F6E502",
"symbol": "WETH",
"decimals": 18
}
]
},
Expand Down

0 comments on commit b967d5b

Please sign in to comment.