Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Merge pull request #7 from argoapp-live/dev
Browse files Browse the repository at this point in the history
updated for test dai
  • Loading branch information
Abhimanyu121 authored Jun 28, 2021
2 parents 49f9b93 + 7cb201d commit 359aa6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/vendors/ethers.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class default_1 extends vendor_1.default {
signedMessageForTx(u, n, f, a, c) {
return __awaiter(this, void 0, void 0, function* () {
const domainData = {
name: 'ArGo Token',
name: 'Test DAI',
version: '1',
verifyingContract: a,
salt: '0x' + c.toString(16).padStart(64, '0'),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argoapp/payment-js",
"version": "1.0.1",
"version": "1.0.2",
"description": "Typescript library for working with the Payment Contracts in ArGo",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/vendors/ethers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export default class extends Vendor {
*/
async signedMessageForTx(u: string, n: number, f: string, a: string, c: number): Promise<string> {
const domainData = {
name: 'ArGo Token',
name: 'Test DAI',
version: '1',
verifyingContract: a,
salt: '0x' + c.toString(16).padStart(64, '0'),
Expand Down

0 comments on commit 359aa6d

Please sign in to comment.