Skip to content

Commit

Permalink
First Sepolia deployment of WiseRamp.
Browse files Browse the repository at this point in the history
  • Loading branch information
bweick committed Apr 5, 2024
1 parent 6868f69 commit 36cde11
Show file tree
Hide file tree
Showing 7 changed files with 4,394 additions and 0 deletions.
15 changes: 15 additions & 0 deletions contracts/deployments/parameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ export const ACCOUNT_TLS_PARAMS = {
endpoint: "POST https://wise.com/gateway/v1/payments",
host: "wise.com",
} as TLSParams,
"sepolia": {
verifierSigningKey: "0x166338393593e85bfde8B65358Ec5801A3445D12",
endpoint: "POST https://wise.com/gateway/v1/payments",
host: "wise.com",
} as TLSParams,
} as EnvironmentTLSParams,
}

Expand All @@ -50,6 +55,11 @@ export const OFFRAMPER_TLS_PARAMS = {
endpoint: "GET https://wise.com/gateway/v3/profiles/*/transfers",
host: "wise.com",
} as TLSParams,
"sepolia": {
verifierSigningKey: "0x166338393593e85bfde8B65358Ec5801A3445D12",
endpoint: "GET https://wise.com/gateway/v3/profiles/*/transfers",
host: "wise.com",
} as TLSParams,
"base": {} as TLSParams,
} as EnvironmentTLSParams,
}
Expand All @@ -61,6 +71,11 @@ export const SEND_TLS_PARAMS = {
endpoint: "GET https://wise.com/gateway/v3/profiles/*/transfers",
host: "wise.com",
} as TLSParams,
"sepolia": {
verifierSigningKey: "", // We don't pass this in for deploys
endpoint: "GET https://wise.com/gateway/v3/profiles/*/transfers",
host: "wise.com",
} as TLSParams,
"base": {} as TLSParams,
} as EnvironmentTLSParams,
}
Expand Down
461 changes: 461 additions & 0 deletions contracts/deployments/sepolia/WiseAccountRegistrationProcessor.json

Large diffs are not rendered by default.

Loading

0 comments on commit 36cde11

Please sign in to comment.