@plutonlabs/sdk 0.0.11-beta → 0.0.13-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/consts/index.d.ts.map +1 -1
- package/dist/common/consts/index.js.map +1 -1
- package/dist/common/enums/index.d.ts +2 -2
- package/dist/common/index.d.ts +4 -4
- package/dist/common/interfaces/IChain.d.ts +1 -1
- package/dist/common/utils/index.d.ts +2 -2
- package/dist/index.d.ts +8 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -1
- package/dist/modules/chainsync/domain/dto/chain_transaction.dto.d.ts.map +1 -1
- package/dist/modules/chainsync/domain/dto/chain_transaction.dto.js.map +1 -1
- package/dist/modules/chainsync/domain/dto/index.d.ts +0 -1
- package/dist/modules/chainsync/domain/dto/index.d.ts.map +1 -1
- package/dist/modules/chainsync/domain/dto/index.js +0 -1
- package/dist/modules/chainsync/domain/dto/index.js.map +1 -1
- package/dist/modules/index.d.ts.map +1 -1
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/network/domain/dto/index.d.ts.map +1 -1
- package/dist/modules/network/domain/dto/index.js.map +1 -1
- package/dist/modules/network/domain/dto/network_provider.update.dto.d.ts +1 -1
- package/dist/modules/network/domain/dto/network_tokens_view.dto.d.ts +19 -7
- package/dist/modules/network/domain/dto/network_tokens_view.dto.d.ts.map +1 -1
- package/dist/modules/network/domain/dto/network_tokens_view.dto.js +2 -2
- package/dist/modules/network/domain/dto/network_tokens_view.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_response.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_response.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_request.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_request.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_response.dto.d.ts +13 -13
- package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_response.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_response.dto.js +1 -1
- package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_response.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/index.d.ts +3 -3
- package/dist/modules/quote/domain/dto/quote/index.d.ts +15 -16
- package/dist/modules/quote/domain/dto/quote/index.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/index.js +0 -1
- package/dist/modules/quote/domain/dto/quote/index.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_base_intent_request.dto.d.ts +1 -6
- package/dist/modules/quote/domain/dto/quote/quote_base_intent_request.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_base_intent_request.dto.js +4 -8
- package/dist/modules/quote/domain/dto/quote/quote_base_intent_request.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_base_intent_response.dto.d.ts +18 -0
- package/dist/modules/quote/domain/dto/quote/quote_base_intent_response.dto.d.ts.map +1 -0
- package/dist/modules/quote/domain/dto/quote/quote_base_intent_response.dto.js +44 -0
- package/dist/modules/quote/domain/dto/quote/quote_base_intent_response.dto.js.map +1 -0
- package/dist/modules/quote/domain/dto/quote/quote_bridge_intent_response.dto.d.ts +1 -9
- package/dist/modules/quote/domain/dto/quote/quote_bridge_intent_response.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_bridge_intent_response.dto.js +2 -2
- package/dist/modules/quote/domain/dto/quote/quote_bridge_intent_response.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_estimate_bridge_intent_request.dto.d.ts +2 -2
- package/dist/modules/quote/domain/dto/quote/quote_estimate_bridge_intent_request.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_estimate_bridge_intent_request.dto.js +3 -3
- package/dist/modules/quote/domain/dto/quote/quote_estimate_bridge_intent_request.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_intent_response.dto.d.ts +0 -9
- package/dist/modules/quote/domain/dto/quote/quote_intent_response.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_intent_response.dto.js +0 -57
- package/dist/modules/quote/domain/dto/quote/quote_intent_response.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_request.dto.d.ts +6 -1
- package/dist/modules/quote/domain/dto/quote/quote_request.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_request.dto.js +5 -6
- package/dist/modules/quote/domain/dto/quote/quote_request.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_request_lifecycle.dto.d.ts +2 -1
- package/dist/modules/quote/domain/dto/quote/quote_request_lifecycle.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_request_lifecycle.dto.js +5 -8
- package/dist/modules/quote/domain/dto/quote/quote_request_lifecycle.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_response.dto.d.ts +13 -0
- package/dist/modules/quote/domain/dto/quote/quote_response.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_response.dto.js +13 -21
- package/dist/modules/quote/domain/dto/quote/quote_response.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_response_lifecycle.dto.d.ts +1 -0
- package/dist/modules/quote/domain/dto/quote/quote_response_lifecycle.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_response_lifecycle.dto.js +4 -7
- package/dist/modules/quote/domain/dto/quote/quote_response_lifecycle.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/refund/index.d.ts +4 -4
- package/dist/modules/quote/domain/dto/refund/index.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/refund/index.js +2 -2
- package/dist/modules/quote/domain/dto/refund/index.js.map +1 -1
- package/dist/modules/quote/domain/dto/refund/{create_quote_refund_request.dto.d.ts → quote_refund_request.dto.d.ts} +3 -3
- package/dist/modules/quote/domain/dto/refund/quote_refund_request.dto.d.ts.map +1 -0
- package/dist/modules/quote/domain/dto/refund/{create_quote_refund_request.dto.js → quote_refund_request.dto.js} +9 -7
- package/dist/modules/quote/domain/dto/refund/quote_refund_request.dto.js.map +1 -0
- package/dist/modules/quote/domain/dto/refund/{create_quote_refund_response.dto.d.ts → quote_refund_response.dto.d.ts} +4 -4
- package/dist/modules/quote/domain/dto/refund/quote_refund_response.dto.d.ts.map +1 -0
- package/dist/modules/quote/domain/dto/refund/quote_refund_response.dto.js +37 -0
- package/dist/modules/quote/domain/dto/refund/quote_refund_response.dto.js.map +1 -0
- package/dist/modules/quote/domain/dto/refund/quote_refund_signature_request.dto.d.ts +1 -1
- package/dist/modules/quote/domain/dto/refund/quote_refund_signature_request.dto.js +1 -1
- package/dist/modules/quote/domain/index.d.ts +2 -2
- package/dist/modules/swap/domain/dto/index.d.ts +3 -3
- package/dist/modules/swap/domain/dto/index.d.ts.map +1 -1
- package/dist/modules/swap/domain/dto/index.js +3 -3
- package/dist/modules/swap/domain/dto/index.js.map +1 -1
- package/dist/modules/swap/domain/dto/{token_swap_output_estimate_response.dto.d.ts → swap_estimate_response.dto.d.ts} +2 -2
- package/dist/modules/swap/domain/dto/swap_estimate_response.dto.d.ts.map +1 -0
- package/dist/modules/swap/domain/dto/{token_swap_output_estimate_response.dto.js → swap_estimate_response.dto.js} +5 -5
- package/dist/modules/swap/domain/dto/swap_estimate_response.dto.js.map +1 -0
- package/dist/modules/swap/domain/dto/{token_swap_request.dto.d.ts → swap_request.dto.d.ts} +3 -3
- package/dist/modules/swap/domain/dto/swap_request.dto.d.ts.map +1 -0
- package/dist/modules/swap/domain/dto/{token_swap_request.dto.js → swap_request.dto.js} +7 -7
- package/dist/modules/swap/domain/dto/swap_request.dto.js.map +1 -0
- package/dist/modules/swap/domain/dto/{token_swap_response.dto.d.ts → swap_response.dto.d.ts} +2 -2
- package/dist/modules/swap/domain/dto/swap_response.dto.d.ts.map +1 -0
- package/dist/modules/swap/domain/dto/{token_swap_response.dto.js → swap_response.dto.js} +7 -7
- package/dist/modules/swap/domain/dto/swap_response.dto.js.map +1 -0
- package/dist/modules/swap/index.d.ts +1 -1
- package/dist/modules/token/domain/dto/index.d.ts +1 -1
- package/dist/modules/token/domain/dto/index.d.ts.map +1 -1
- package/dist/modules/token/domain/dto/index.js +1 -1
- package/dist/modules/token/domain/dto/index.js.map +1 -1
- package/dist/modules/token/domain/dto/token.dto.d.ts +15 -14
- package/dist/modules/token/domain/dto/token.dto.d.ts.map +1 -1
- package/dist/modules/token/domain/dto/token.dto.js +19 -10
- package/dist/modules/token/domain/dto/token.dto.js.map +1 -1
- package/dist/modules/token/domain/dto/token.find.dto.d.ts +29 -0
- package/dist/modules/token/domain/dto/token.find.dto.d.ts.map +1 -0
- package/dist/modules/token/domain/dto/{network_contract_find_token.dto.js → token.find.dto.js} +13 -18
- package/dist/modules/token/domain/dto/token.find.dto.js.map +1 -0
- package/dist/modules/token/domain/dto/token.update.dto.d.ts +27 -23
- package/dist/modules/token/domain/dto/token.update.dto.d.ts.map +1 -1
- package/dist/modules/token/domain/dto/token.update.dto.js +15 -17
- package/dist/modules/token/domain/dto/token.update.dto.js.map +1 -1
- package/dist/modules/token/domain/dto/token_find.dto.d.ts +29 -0
- package/dist/modules/token/domain/dto/token_find.dto.d.ts.map +1 -0
- package/dist/modules/token/domain/dto/token_find.dto.js +41 -0
- package/dist/modules/token/domain/dto/token_find.dto.js.map +1 -0
- package/dist/seed-data/index.d.ts +1 -0
- package/dist/seed-data/index.d.ts.map +1 -0
- package/dist/seed-data/index.js +2 -0
- package/dist/seed-data/index.js.map +1 -0
- package/dist/seed-data/networks_seed.json +47 -0
- package/dist/seed-data/pluton_contracts_seed.json +1312 -0
- package/dist/seed-data/tokens_seed.json +119 -0
- package/package.json +28 -25
- package/dist/modules/quote/domain/dto/quote/quote_estimate_response.dto.d.ts +0 -31
- package/dist/modules/quote/domain/dto/quote/quote_estimate_response.dto.d.ts.map +0 -1
- package/dist/modules/quote/domain/dto/quote/quote_estimate_response.dto.js +0 -53
- package/dist/modules/quote/domain/dto/quote/quote_estimate_response.dto.js.map +0 -1
- package/dist/modules/quote/domain/dto/refund/create_quote_refund_request.dto.d.ts.map +0 -1
- package/dist/modules/quote/domain/dto/refund/create_quote_refund_request.dto.js.map +0 -1
- package/dist/modules/quote/domain/dto/refund/create_quote_refund_response.dto.d.ts.map +0 -1
- package/dist/modules/quote/domain/dto/refund/create_quote_refund_response.dto.js +0 -7
- package/dist/modules/quote/domain/dto/refund/create_quote_refund_response.dto.js.map +0 -1
- package/dist/modules/swap/domain/dto/token_swap_output_estimate_response.dto.d.ts.map +0 -1
- package/dist/modules/swap/domain/dto/token_swap_output_estimate_response.dto.js.map +0 -1
- package/dist/modules/swap/domain/dto/token_swap_request.dto.d.ts.map +0 -1
- package/dist/modules/swap/domain/dto/token_swap_request.dto.js.map +0 -1
- package/dist/modules/swap/domain/dto/token_swap_response.dto.d.ts.map +0 -1
- package/dist/modules/swap/domain/dto/token_swap_response.dto.js.map +0 -1
- package/dist/modules/token/domain/dto/network_contract_find_token.dto.d.ts +0 -27
- package/dist/modules/token/domain/dto/network_contract_find_token.dto.d.ts.map +0 -1
- package/dist/modules/token/domain/dto/network_contract_find_token.dto.js.map +0 -1
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/seed-data/index.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1,47 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"name": "Ethereum",
|
4
|
+
"img": "https://raw.githubusercontent.com/rango-exchange/assets/main/blockchains/ETH/icon.svg",
|
5
|
+
"coinType": 60,
|
6
|
+
"chainId": 1,
|
7
|
+
"lastParsedBlock": 0,
|
8
|
+
"confirmationCount": 2,
|
9
|
+
"isActive": false
|
10
|
+
},
|
11
|
+
{
|
12
|
+
"name": "Arbitrum",
|
13
|
+
"img": "https://raw.githubusercontent.com/rango-exchange/assets/main/blockchains/ARBITRUM/icon.svg",
|
14
|
+
"coinType": 9001,
|
15
|
+
"chainId": 42161,
|
16
|
+
"lastParsedBlock": 0,
|
17
|
+
"confirmationCount": 10,
|
18
|
+
"isActive": true
|
19
|
+
},
|
20
|
+
{
|
21
|
+
"name": "Base",
|
22
|
+
"img": "https://raw.githubusercontent.com/rango-exchange/assets/main/blockchains/BASE/icon.svg",
|
23
|
+
"coinType": 8453,
|
24
|
+
"chainId": 8453,
|
25
|
+
"lastParsedBlock": 0,
|
26
|
+
"confirmationCount": 3,
|
27
|
+
"isActive": true
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"name": "Mantle",
|
31
|
+
"img": "https://cryptologos.cc/logos/mantle-mnt-logo.svg",
|
32
|
+
"coinType": 5000,
|
33
|
+
"chainId": 5000,
|
34
|
+
"lastParsedBlock": 0,
|
35
|
+
"confirmationCount": 3,
|
36
|
+
"isActive": false
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"name": "TON",
|
40
|
+
"img": "https://raw.githubusercontent.com/rango-exchange/assets/main/blockchains/TON/icon.svg",
|
41
|
+
"coinType": 607,
|
42
|
+
"chainId": 0,
|
43
|
+
"lastParsedBlock": 0,
|
44
|
+
"confirmationCount": 1,
|
45
|
+
"isActive": false
|
46
|
+
}
|
47
|
+
]
|