Skip to content

Commit

Permalink
Merge pull request #71 from sygmaprotocol/wainola/decimals-gmp
Browse files Browse the repository at this point in the history
feat: decimal value for GMP
  • Loading branch information
MakMuftic committed Oct 16, 2023
2 parents d88bf77 + a773813 commit 88d484e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mainnet/shared-config-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"type": "permissionlessGeneric",
"address": "",
"symbol": "",
"decimals": 0
"decimals": 18
}
]
},
Expand Down Expand Up @@ -159,7 +159,7 @@
"type": "permissionlessGeneric",
"address": "",
"symbol": "",
"decimals": 0
"decimals": 18
}
]
},
Expand Down Expand Up @@ -201,7 +201,7 @@
"type": "permissionlessGeneric",
"address": "",
"symbol": "",
"decimals": 0
"decimals": 18
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions testnet/shared-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"type": "permissionlessGeneric",
"address": "",
"symbol": "",
"decimals": 0
"decimals": 18
}
]
},
Expand Down Expand Up @@ -282,7 +282,7 @@
"type": "permissionlessGeneric",
"address": "",
"symbol": "",
"decimals": 0
"decimals": 18
}
]
}
Expand Down

0 comments on commit 88d484e

Please sign in to comment.