Skip to content

Commit

Permalink
test(a3p): fastUsdc.feedPolicy updated for GTM
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Feb 28, 2025
1 parent e06f60c commit 7150132
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions a3p-integration/proposals/g:gtm-fast-usdc/test/deploy.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,17 @@ test(`fastUsdc incarnation reflects Noble ICA upgrade`, async t => {
// XXX getIncarnation doesn't support IO injection
t.is(await getIncarnation('fastUsdc'), history.nobleICA);
});

test('feedPolicy updated for GTM', async t => {
const swk = await makeSmartWalletKit(io, LOCAL_CONFIG);

const policy = await swk.readPublished('fastUsdc.feedPolicy');
t.log('policy', policy);
t.like(policy, {
chainPolicies: {
Arbitrum: {
confirmations: 96, // was 2 in Beta
},
},
});
});

0 comments on commit 7150132

Please sign in to comment.