From 5a6e5593e62bd5b8afc66b76769bfcc38d5c9054 Mon Sep 17 00:00:00 2001 From: blockchainlover2019 Date: Tue, 10 Oct 2023 17:35:56 +0200 Subject: [PATCH] feat: add test_config.json --- rust/.gitignore | 1 - rust/config/test_config.json | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 rust/config/test_config.json diff --git a/rust/.gitignore b/rust/.gitignore index 1d73887c2d..6803c3b059 100644 --- a/rust/.gitignore +++ b/rust/.gitignore @@ -2,4 +2,3 @@ target validatordb relayerdb kathydb -config/test_config.json diff --git a/rust/config/test_config.json b/rust/config/test_config.json new file mode 100644 index 0000000000..3e014d55b6 --- /dev/null +++ b/rust/config/test_config.json @@ -0,0 +1,32 @@ +{ + "chains": { + "aptoslocalnet1": { + "name": "aptoslocalnet1", + "domain": 14411, + "addresses": { + "mailbox": "0x476307c25c54b76b331a4e3422ae293ada422f5455efed1553cf4de1222a108f", + "interchainGasPaymaster": "0xc5cb1f1ce6951226e9c46ce8d42eda1ac9774a0fef91e2910939119ef0c95568", + "validatorAnnounce": "0xa4a4eb4bab83650ba62cabe9ce429ad021b29c12f2fbf808768838255c7e191d" + }, + "protocol": "aptos", + "finalityBlocks": 0, + "index": { + "from": 0 + } + }, + "aptoslocalnet2": { + "name": "aptoslocalnet2", + "domain": 14412, + "addresses": { + "mailbox": "0xd338e68ca12527e77cab474ee8ec91ffa4e6512ced9ae8f47e28c5c7c4804b78", + "interchainGasPaymaster": "0xea7d568d0705450331a8f09fd1c823faec91f4ef1c7e6ed4b12c0c53d0c08bc8", + "validatorAnnounce": "0xce1f65297828eaa6e460724a869317154f05cdde26619c0e5c0ca23aac3f69c7" + }, + "protocol": "aptos", + "finalityBlocks": 3, + "index": { + "from": 0 + } + } + } +} \ No newline at end of file