diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index a7ed047..5cbc74a 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -112,6 +112,19 @@ networks = { cleanup-confirm = 10 } } + base = { + public-launch = { + tokens = { + RWTId="" + CleanupNFT="" + AwcNFT="" + RepoConfigNFT="" + } + lock-address="" + cold-address="" + cleanup-confirm = 21600 + } + } ethereum = { public-launch = { tokens = { @@ -209,4 +222,3 @@ networks = { } } } - diff --git a/tokensMap/Eth.mainnet-public-launch.json b/tokensMap/Eth.mainnet-public-launch.json index c73b04c..3725b0c 100644 --- a/tokensMap/Eth.mainnet-public-launch.json +++ b/tokensMap/Eth.mainnet-public-launch.json @@ -1,44 +1,38 @@ { - "ethereum" : { - "tokenId" : "eth", - "name" : "ETH", - "decimals" : 18, - "type" : "native", - "residency" : "native", - "extra" : { - - } + "ethereum": { + "tokenId": "eth", + "name": "ETH", + "decimals": 18, + "type": "native", + "residency": "native", + "extra": {} }, - "cardano" : { - "tokenId" : "77a846ea2b33ad1711cdb957f84688403acb61e87cb861ef25cda7d6.7273455448", - "name" : "rsETH", - "decimals" : 9, - "type" : "CIP26", - "residency" : "wrapped", - "extra" : { - "policyId" : "77a846ea2b33ad1711cdb957f84688403acb61e87cb861ef25cda7d6", - "assetName" : "7273455448" + "cardano": { + "tokenId": "77a846ea2b33ad1711cdb957f84688403acb61e87cb861ef25cda7d6.7273455448", + "name": "rsETH", + "decimals": 9, + "type": "CIP26", + "residency": "wrapped", + "extra": { + "policyId": "77a846ea2b33ad1711cdb957f84688403acb61e87cb861ef25cda7d6", + "assetName": "7273455448" } }, - "ergo" : { - "tokenId" : "203ef3066a912f35c488487cc2cb94bdb0d30680dab22551c7e6fdbc70dfcc8e", - "name" : "rsETH", - "decimals" : 9, - "type" : "EIP-004", - "residency" : "wrapped", - "extra" : { - - } + "ergo": { + "tokenId": "203ef3066a912f35c488487cc2cb94bdb0d30680dab22551c7e6fdbc70dfcc8e", + "name": "rsETH", + "decimals": 9, + "type": "EIP-004", + "residency": "wrapped", + "extra": {} }, - "binance" : { - "tokenId" : "0x35811ea62e8e738ebe34bf084f062d79b31d5a96", - "name" : "rsETH", - "decimals" : 18, - "type" : "ERC-20", - "residency" : "wrapped", - "extra" : { - - } + "binance": { + "tokenId": "0x35811ea62e8e738ebe34bf084f062d79b31d5a96", + "name": "rsETH", + "decimals": 18, + "type": "ERC-20", + "residency": "wrapped", + "extra": {} }, "bitcoin-runes": { "tokenId": "923462:1750", @@ -49,5 +43,13 @@ "extra": { "uniqueName": "ETHROSENTECH" } + }, + "base": { + "tokenId": "eth", + "name": "ETH", + "decimals": 18, + "type": "native", + "residency": "native", + "extra": {} } }