Skip to content

Commit

Permalink
add liquidswap-movement
Browse files Browse the repository at this point in the history
  • Loading branch information
rnons committed Aug 7, 2024
1 parent 58d451e commit 5aa00ea
Show file tree
Hide file tree
Showing 12 changed files with 3,336 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[
{
"bytecode": "0xa11ceb0b060000000501000202020a070c170823200a4305000000010003000100010001076c705f636f696e024c500b64756d6d795f6669656c6461d2c22a6cb7831bee0f48363b0eec92369357aece0d1142062f7d5d85c7bef8000201020100",
"abi": {
"address": "0x61d2c22a6cb7831bee0f48363b0eec92369357aece0d1142062f7d5d85c7bef8",
"name": "lp_coin",
"friends": [],
"exposed_functions": [],
"structs": [
{
"name": "LP",
"is_native": false,
"abilities": [],
"generic_type_params": [
{
"constraints": []
},
{
"constraints": []
},
{
"constraints": []
}
],
"fields": [
{
"name": "dummy_field",
"type": "bool"
}
]
}
]
}
}
]
2,450 changes: 2,450 additions & 0 deletions projects/liquidswap-movement/abis/aptos/m2-testnet/liquidswap_v05.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions projects/liquidswap-movement/jest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/** @type {import('ts-jest/dist/types').JestConfigWithTsJest} */
export default {
preset: 'ts-jest/presets/default-esm',
modulePathIgnorePatterns: ['<rootDir>/dist/'],
moduleNameMapper: {
'^(\\.{1,2}/.*)\\.js$': '$1',
},
}
11 changes: 11 additions & 0 deletions projects/liquidswap-movement/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "@sentio/liquidswap-movement",
"license": "Apache-2.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"compile": "tsc -p .",
"test": "sentio test",
"build": "sentio build"
}
}
5 changes: 5 additions & 0 deletions projects/liquidswap-movement/sentio.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
project: pontem/liquidswap-movement
contracts:
- chain: aptos_m2_testnet
address: "0x163df34fccbf003ce219d3f1d9e70d140b60622cb9dd47599c25fb2f797ba6e"
name: liquidswap_v05
Loading

0 comments on commit 5aa00ea

Please sign in to comment.