Skip to content

Commit 3ae3485

Browse files
committed
Fix: fetchTokenFromChain lambda
1 parent 405be04 commit 3ae3485

File tree

1 file changed

+3
-0
lines changed
  • amplify/backend/function/fetchTokenFromChain/src

1 file changed

+3
-0
lines changed

amplify/backend/function/fetchTokenFromChain/src/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ const baseToken = {
3232
decimals: null,
3333
type: null,
3434
colonies: null,
35+
chainMetadata: {
36+
chainId: '',
37+
},
3538
};
3639

3740
const setEnvVariables = async (network) => {

0 commit comments

Comments
 (0)