Skip to content

Commit

Permalink
feat: updates bundles with latest build
Browse files Browse the repository at this point in the history
- use STATOM1 instead STATOM for testing
- limit powers in oracle proposal (economicCommitteeCreatorFacet, contractGovernor) see #5
- use testnet oracle address (+ my own) see #3
- bundles: use node v16.18.1, go 1.20.2, agoric-sdk master#9d4eaad see #9
  • Loading branch information
0xpatrickdev committed Aug 8, 2023
1 parent 1aa1b70 commit dad8bda
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 36 deletions.
18 changes: 8 additions & 10 deletions add-stATOM-oracles.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
// This is generated by writeCoreProposal; please edit!
/* eslint-disable */

const manifestBundleRef = {bundleID:"b1-0571491fc026ed1e3ed4346c0a8f6b2d818e5614b8bfe6b4ed6ce9caa5eb9729d21cd7f10f4638c9f3b07ebe8d077678afe023a9e6e4f762dd6159b076310e63"};
const manifestBundleRef = {bundleID:"b1-1c8e93cc80b28b2cf6b1252e9b6edb0253a1f962889f8a255397b43984950a263dd9c9efd82aee5744b46e7bd57ff1c733030e9f4dc8da9b355b185a59687862"};
const getManifestCall = harden([
"getManifestForPriceFeed",
{
AGORIC_INSTANCE_NAME: "STATOM-USD price feed",
AGORIC_INSTANCE_NAME: "STATOM1-USD price feed",
IN_BRAND_DECIMALS: 6,
IN_BRAND_LOOKUP: [
"agoricNames",
"oracleBrand",
"STATOM",
"STATOM1",
],
IN_BRAND_NAME: "STATOM",
IN_BRAND_NAME: "STATOM1",
OUT_BRAND_DECIMALS: 4,
OUT_BRAND_LOOKUP: [
"agoricNames",
Expand All @@ -32,14 +32,12 @@ const getManifestCall = harden([
timeout: 10,
},
oracleAddresses: [
"agoric1krunjcqfrf7la48zrvdfeeqtls5r00ep68mzkr",
"agoric19uscwxdac6cf6z7d5e26e0jm0lgwstc47cpll8",
"agoric144rrhh4m09mh7aaffhm6xy223ym76gve2x7y78",
"agoric19d6gnr9fyp6hev4tlrg87zjrzsd5gzr5qlfq2p",
"agoric1n4fcxsnkxe4gj6e24naec99hzmc4pjfdccy5nj",
"agoric1ldmtatp24qlllgxmrsjzcpe20fvlkp448zcuce",
"agoric140dmkrz2e42ergjj7gyvejhzmjzurvqeq82ang",
"agoric15xddzse9lq74cyt6ev9d7wywxerenxdgxsdc3m",
],
priceAggregatorRef: {
bundleID: "b1-5e23d485ee30dadc1cc78c4df6009466e710bf53d63204f99da96decc50a2997d6afc25df3c0a479e41c7ff46aaa806eb0aaf94c9509c9f4860640ce8b271774",
bundleID: "b1-8fb229296073327ed26d2a1ac56eda2bdc70c99d68621895a88f6cc09bce2defa3bd0894e97950e5a0696388193279c8f6b9399809611f8fec3ef5aeed355ba5",
},
},
]);
Expand Down
12 changes: 6 additions & 6 deletions add-stATOM.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
// This is generated by writeCoreProposal; please edit!
/* eslint-disable */

const manifestBundleRef = {bundleID:"b1-3cf6f8499883ff9edc294bf784cb0a93af68829da3b469b6c4a53f33c785c416cdb398169a757cf448a1635a3a6b21ac7881d07f9dd184ff3d6579905f44cb5e"};
const manifestBundleRef = {bundleID:"b1-938304530ab413804ba64aa99a73cccb6f2068c285631463f5bd7e6e42dda81bc27fc81a6976ab7907d19d5d0e31ee5a1eaa05bc7234c7d102cc0a0f3a34ff60"};
const getManifestCall = harden([
"getManifestForAddAssetToVault",
{
debtLimitValue: undefined,
interchainAssetOptions: {
decimalPlaces: 6,
denom: "ibc/toystatom",
denom: "ibc/toystatom1",
initialPrice: undefined,
issuerBoardId: undefined,
keyword: "STATOM",
oracleBrand: "STATOM",
proposedName: "stATOM",
keyword: "STATOM1",
oracleBrand: "STATOM1",
proposedName: "stATOM1",
},
interestRateValue: undefined,
scaledPriceAuthorityRef: {
bundleID: "b1-5da781b83f8a3e4e173184e0641a9b95f66aad7c4225a364ef081fd1c124e3c33fc4a04a3dd59eebcf537b3e7944f38429fdbe3713c660b9d272ff4532cf540a",
bundleID: "b1-e4ba9cb60b5b59d4d4618710991fe8a503dd4a07c7f17029a342ccb41893bc961ae63bcb0e2c20e4bc2415c9755f090f7761751cdd00b85762902b357a48c5cf",
},
},
]);
Expand Down

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit dad8bda

Please sign in to comment.